diff --git a/.gitmodules b/.gitmodules index 2b993dc6..3be0c16e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "themes/documentation-theme"] path = themes/documentation-theme - url = git@github.com:decentraland/documentation-theme.git + url = https://github.com/decentraland/documentation-theme.git diff --git a/content/contributor/content/collections.md b/content/contributor/content/collections.md index e8007270..ad3e3f4f 100644 --- a/content/contributor/content/collections.md +++ b/content/contributor/content/collections.md @@ -43,7 +43,7 @@ If the `:` segment is appended at the end, the URN becomes a [pointer]({{< r ### Third-party Collections -Third-party collections, also known as [linked wearables]({{< ref "/creator/wearables/linked-wearables" >}}), are different from regular wearables in that they are tied to existing NFTs outside Decentraland. They allow players to display NFTs from their personal set on their in-world avatars. +Third-party collections, also known as [linked wearables]({{< ref "/content/creator/wearables-and-emotes/wearables/linked-wearables.md" >}}), are different from regular wearables in that they are tied to existing NFTs outside Decentraland. They allow players to display NFTs from their personal set on their in-world avatars. Their URNs look like this: @@ -51,7 +51,7 @@ Their URNs look like this: urn:decentraland::collections-thirdparty:: ``` -You can find ample information about these in the [linked wearables]({{< ref "/creator/wearables/linked-wearables" >}}) documentation for creators. +You can find ample information about these in the [linked wearables]({{< ref "/content/creator/wearables-and-emotes/wearables/linked-wearables.md" >}}) documentation for creators. ## Discovering Collections diff --git a/content/creator/3d-modeling/_index.md b/content/creator/3d-modeling/_index.md index 0331996d..c3da174a 100644 --- a/content/creator/3d-modeling/_index.md +++ b/content/creator/3d-modeling/_index.md @@ -1,5 +1,5 @@ --- bookCollapseSection: false weight: 20 -title: 3D Modeling +title: 3D Modeling and Animations --- \ No newline at end of file diff --git a/content/creator/3d-modeling/animations.md b/content/creator/3d-modeling/animations.md index 4d88dfe2..59d874e6 100644 --- a/content/creator/3d-modeling/animations.md +++ b/content/creator/3d-modeling/animations.md @@ -1,7 +1,7 @@ --- date: 2018-01-13 title: Animations -description: Learn how to create animations that can be embedded on 3D models imported to Decentraland. +description: Learn How To Create Animations That Can Be Embedded On 3D Models Imported To Decentraland. categories: - 3d-modeling @@ -11,84 +11,128 @@ aliases: url: /creator/3d-modeling/animations --- -3D models can be animated in a Decentraland scene using animations. All animations of a 3D model must be embedded inside its _glTF_ file, you can't reference animations in separate files. +Animation is the art of bringing life into things. And there’s no better way to make you scene more lively then adding some animations to your 3D models. -Most 3D model animations are [_skeletal animations_](https://en.wikipedia.org/wiki/Skeletal_animation). These animations simplify the complex geometry of the model into a "stick figure", linking every vertex in the mesh to the closest _bone_ in the _skeleton_. Modelers adjust the skeleton into different poses, and the mesh stretches and bends to follow these movements. +There are a couple ways to do it though: through **object animation** or through a **rig (skeletal animation)**. -As an alternative, _vertex animations_ animate a model without the need of a skeleton. These animations specify the position of each vertex in the model directly. These animations aren’t currently supported by Decentraland’s engine. +**Object animation** is best for simple models, such as a bouncing ball, a spinning globe or a floating chair and it doesn’t need an armature. It’s important to mention that object animation is different from **vertex animation**. In object animation, the model will be animated as a whole, while in vertex animation, as the name says, each vertex of the object can be animated separately (which is super helpful for creating shape keys, for example). While object animation is perfectly fine to use, **vertex animation is currently not supported by Decentraland’s engine**. -There's no specific rule about the names animations must have. You can verify the names of the animations in an exported model by opening the contents of a _.gltf_ file with a text editor. You can also inspect the model in [Babylon sandbox](https://sandbox.babylonjs.com/) to see the available animations. +If you have a more complex model, such as a person, creature or machinery, then you’ll need a **rig**. A rig is nothing more than a digital skeleton that will move and deform the mesh. The process of binding the mesh to the skeleton is called Skinning, where you define which bone will affect each vertex group and how strong that influence is going be, making sure the model deforms in the best way possible. -You can include any number of animations in a _glTF model_. All animations in a _glTF_ model are disabled by default when loading the model into a Decentraland scene. +For either method, though, all animations of a 3D model must be embedded inside its _glTF_ file since you can’t reference animations in separate files. -In a Decentraland scene, you can use `weight` to blend several animations or to make an animation more subtle. +### **Creating An Animation** -{{< hint info >}} -**💡 Tip** : Instead of creating your own animations, you can also download generic animations and apply them to your model. For example, for 3D characters with human-like characteristics, you can download free or paid animations from [Mixamo](https://www.mixamo.com/#/). -{{< /hint >}} +This is how you create animations using Blender. + +**Object Animation** + +- Make sure you have the **_Dope Sheet_** > **_Action Editor_** tab open and click on **_New_** to add an animation clip. +- Rename it as you see fit and make sure to  toggle **_Fake User_** (the shield icon) so your animation is saved. +- Set a keyframe in the first frame by selecting the object and pressing **_I_**. Then move the object around, rotate or scale it and, in another frame in the timeline, press **_I_** again to set another keyframe with the current transforms. +- The final frame of the animation should be the same as the first one, so just copy the first frame and paste it on the last. + + + +_Creating an animation clip and adding keyframes._ -This document covers how to add animations into a 3D model. See [handle animations]({{< ref "/content/creator/scenes/3d-essentials/3d-model-animations.md" >}}) for instructions on how to activate and handle animations in a scene. +**Rig Animation** -## How to create an animation +For a rig animation, you’ll need an armature. If you want to do it yourself, see [Create a Rig](https://www.notion.so/686e6f59a1604585b059f990a36b2d55) for instructions on how to set up a consistent armature. -You can use a tool like Blender to create animations for a 3D model. +When the rigging is done and skinning has nice deformations, you’re ready to start your animation! The process is very similar to Object Animation, but instead of doing it in **_Object Mode_**, you will animate it in **_Pose Mode_**. -1. Create an armature, following the shape of your model and the parts you wish to move. You do this by adding an initial bone and then extruding all other bones from the vertices of that one. Bones in the armature define the points that can be articulated. The armature must be positioned overlapping the mesh. +- Go to **_Pose Mode_** and make sure you have the **_Dope Sheet_** > **_Action Editor_** tab open and click on **_New_** to add an animation clip. +- Rename it as you see fit and make sure to  toggle **_Fake User_** (the shield icon) so your animation is saved. +- With the mouse on the **_Viewport_**, Press **_A_** to select everything and then **_I_** to set a keyframe to the whole armature. +- Move to a different frame in the timeline and manipulate the bone however you like to get the pose you want. You can change a bone’s location, rotation and scale depending on how you set your rig up. +- When you have a nice result, set another keyframe to the whole armature. Keep doing that until you finish your animation. Remember to have the first and last frames the same if the animation is going to loop. - Armature + -2. Make both the armature and the mesh child assets of the same object. +If you’re new to the animation process, check out this tutorial with some nice tips for beginners: -3. Check that the mesh moves naturally when rotating its bones in the ways you plan to move it. If parts of the mesh get stretched in undesired ways, use weight paint to change what parts of the model are affected by each bone in the armature. +[![Video Preview](https://img.youtube.com/vi/-iWslh4uQIk/maxresdefault.jpg)](https://youtu.be/-iWslh4uQIk) - Weight paint view for one bone +### Skinned Animations vs Transform Animations - Weight paint view for another bone +**Transform animations are typically better than skinned mesh animations for performance because they involve less overhead in terms of computational resources required to display the animation.** -> Note: There's a reported bug with Babylon.js that prevents some faces of a mesh from being rendered when they're not related to any bone in the armature. So if you paint some faces with weight 0 and then animate the model, you might see these faces dissappear. To solve this, we recommend making sure that each face is related to at least one bone of the armature and painted with a weight of at least 0.01. +Skinned mesh animation involves using a mesh with a skeleton of bones that are weighted to the vertices of the mesh. The skeleton is animated, which in turn animates the mesh. This process can be quite computationally intensive, especially when there are a large number of vertices to animate. -4. Move the armature to a desired pose, all bones can be rotated or scaled. Then lock the rotation and scale of the bones you wish to control with this animation. +Transform animations, on the other hand, involve animating the transform properties of an object (such as its position, rotation, and scale) directly. This can be done with fewer computational resources than skinned mesh animation, since there are typically fewer transform properties to animate than vertices in a mesh. - Shifted armature +Additionally, transform animations can often be pre-calculated and stored in a more compact format, such as keyframe data, which can be quickly accessed and played back without the need for intensive calculations in real-time. -5. Switch to a different frame in the animation, position the armature into a new pose and lock it again. Repeat this process for all the key frames you want to set to describe the animation. +Overall, while skinned mesh animation can produce more detailed and realistic animations, transform animations are often preferred for performance-critical applications such as video games. - Frames in animation +### Creating and Exporting Multiple Animation Clips -6. By default all frames in between the ones you defined will transition linearly from one pose to the next. You can also configure these transitions to behave exponentially, ease-in, bounce, etc. +You can have as many animations clips as you want for you model. You can check on how to create, browse and delete animations in [this section here](https://www.notion.so/5e962e5d54a24bcb9b906748007eb4cc). -## Vertex animations +In the video below, you will learn how to export multiple animations from Blender in a single GLB file. -Vertex animations, also known as morph-targets, aren't currently supported by Decentraland's engine. +[![Video Preview](https://img.youtube.com/vi/YxAB4bujO_w/maxresdefault.jpg)](https://www.youtube.com/watch?v=YxAB4bujO_w&ab_channel=Decentraland) -## How to handle multiple animations with Blender +### Exporting Many Animations as a Single One -To export a model with several embedded animations in Blender, you must create multiple _actions_ from the _Dope-Sheet_. +Unlike in a skeletal animation, where you can rig multiple objects and combine their animations in a single animation clip, in object animation you can’t do that. The animations will be exported separately and only one object will play at a time. A solution for that is merging many animations into a single one, so you have an animation clip that has all objects moving at the same time. -Open dope sheet +To do that, push down to the **_Nonlinear Animation Track_** the animation of every object, as shown below. -You can also edit the animation from the Dope-Sheet view, for example you can adjust the distance between two key frames. + -To preview the different actions, open the _Action Editor_ (only accessible once you're in the Dope Sheet). +_Push down every object’s animation to the NLA Track._ -Open action editor +Once all the animations are listed on the NLA Editor, select all the objects, go to **File > Export > glTF2.0**. Expand Include and check Selected Objects. Expand Animation, expand Animation again and uncheck **Group by NLA Track**. You can rename the animation clip in Merged Animation Name and then just press **Export glTF 2.0**. -In order to export multiple animations, you need to stash all the actions using the _NLA Editor_. We recommend opening the NLA editor on a separate editor tab while keeping the Dope sheet also open. + -Open NLA editor +_Settings to export multiple animations as a single one._ + +Keep in mind that this will only work if the objects have a single animation each. If the objects have multiple animation clips, it’s best to export them separately. + +### **Hint!** + +{{< hint warning >}} +💡 _Instead of creating your own animations, you can also download generic animations and apply them to your model. For example, for 3D characters with human-like characteristics, you can download free or paid animations from [Mixamo](https://www.mixamo.com/#/)._ + +{{< /hint >}} -In the NLA Editor, select each action that you want to embed in the glTF model and click _Stash_. +### Sampling + +Sometimes your animation file might end up being too heavy due to the amount of animations or the combination of animation+model. + +Sampling is a good way to optimize the animation. The sampling rate will define how often a keyframe will be baked in the animation. For example, if the sampling rate is set to 2, that means a keyframe will be created at every two frames. A sampling rate of 3 will bake a keyframe every three frames and so on. The higher the sampling rate, the lighter the file. + +The drawback, however, is that the animation will start getting less and less fluid since it loses some important keyframes (they are distributed through the animation in an uneven way). It’s also important to notice that **sampling is NOT dividing the number of the animation’s frames by the sampling rate**. + +Usually, a **sampling rate of 2 or 3** will do the trick. Those numbers can optimize the animation without compromising the quality. + +You can find the **_Sampling Rate_** in the export settings, under **_Animation_**. + + + +### Hint! + +{{< hint warning >}} +💡 _If the number of frames of the animation can be divided by the sampling rate, that’s a good thing! It means that the final frame will be baked, preserving the transition from end to start of the animation._ +{{< /hint >}} -Stash actions into glTF model +### Implementing Animations -When adding the model to your Decentraland scene, you must activate animations by configuring the _gltf-model_ entity. See [3D model animations]({{< ref "/content/creator/scenes/3d-essentials/3d-model-animations.md" >}}) for instructions. +This document covers how to add animations into a 3D model. See **[handle animations](https://docs.decentraland.org/creator/development-guide/3d-model-animations/)** + for instructions on how to activate and handle animations in a scene. -## Best practices for animations +### Best Practices for Animation -- Keep the armature simple, only create bones for the parts of the model that you intend to animate. -- If the animation will be looped in your scene, make sure the final pose is identical to the starting pose to avoid jumps. -- Sometimes in an animation you might want to only control the movements of parts of the armature, and leave other bones undefined. This can make it easier to combine animations together. -- Animated characters in your scene shouldn't ever stay completely still, even when they aren't doing anything. It's best to create an "idle" animation to use for when the character is still. The idle animation can include subtle movements like breathing and perhaps occasional glances. -- Make sure your model only has one armature when you export it. Sometimes, when importing another animation to the program where you're editing your model, it will bring in a copy of the armature. You want all animations of the model to be performed by the same base armature. -- When exporting the _glTF_ model, make sure you're exporting all the objects and animations. Some exporters will only export the _currently selected_ by default. -- After exporting the model, inspect it in [Babylon sandbox](https://sandbox.babylonjs.com/) to make sure all animations work and are named as expected. +- Keep the armature as simple as possible, only create bones for the parts of the model that you intend to animate. Bones can affect performance, so make sure to only add what’s actually necessary. +- If the animation is going to loop in your scene, make sure the final pose is identical to the starting one for better transition. +- Never leave have a character without animation, even if they aren’t actually doing anything. Create an “idle” animation for when the character is still. The idle can include subtle movements like breathing and perhaps occasional glances. +- Don’t leave bones unposed, like hands, fingers, head or neck. Details are really important in a good animation and stiff movement will only make it less believable. +- Avoid too many keyframes, unless it’s extremely necessary. The more keyframes you add, the higher the chances of getting bad interpolation and a heavier animation. +- Select all your bones (including the deforming ones) and set a keyframe on the first and last frames of your animation. This will avoid having bones with no information, causing one animation to affect the other unintentionally. +- Make sure your file only has one armature when you export it. When importing animations, an armature will also be imported with it. All animations must to be performed by the same base armature, so delete anything that you don’t need. +- Always rename your bones and animations. Keep everything organized! +- When exporting the *glTF* model, confirm that you’re exporting all the objects and animations. Some exporters will only export the **_currently selected_** by default. +- After exporting the model, inspect it in [Babylon Sandbox](https://sandbox.babylonjs.com/) and check if all animations are working and are named as expected. diff --git a/content/creator/3d-modeling/materials.md b/content/creator/3d-modeling/materials.md index ba981cef..ef7e0256 100644 --- a/content/creator/3d-modeling/materials.md +++ b/content/creator/3d-modeling/materials.md @@ -33,7 +33,7 @@ Not all shaders can be used in models that are imported into Decentraland. Make The image below shows two identical models, created with the same colors and textures. The model on the left uses all _PBR_ materials, some of them include _metalness_, _transparency_, and _emissiveness_. The model on the right uses all _standard_ materials, some including _transparency_ and _emissiveness_. -![](/images/media/materials_pbr_basic.png) + ## Transparent materials @@ -41,13 +41,13 @@ You can set a material to be _transparent_. Transparent materials can be seen th The image below shows two identical models created with standard materials. The one on the left uses only opaque materials, the one on the right uses both transparent and opaque materials in some of its parts. -![](/images/media/materials_transparent_emissive.png) + There are two main different transparency modes: _Aplha Clip_ and _Aplha Blend_. _Alpha Clip_ sets that each part of a model is either 100% opaque or 100% transparent. _Alpha Blend_ allows you to pick intermediate values per region. -![](/images/media/transparency-modes.png) + Unless you specifically want to be able to have an intermediate level of transparency, it's always better to use _Alpha Clip_. @@ -57,21 +57,21 @@ You can also make a material _emissive_. Emissive materials cast their own light The image below shows two identical models created with standard materials. The one on the right has glowing emissive materials on some of its surfaces. -![](/images/media/materials_transparent_emissive.png) + To make a material emissive in Blender, simply add an `emission` shader to the material. -![](/images/media/simple-emissive.png) + To make a material both emissive and have a texture, you can use two shaders in parallel, one of the `emission` and another `principled BDSF` for the texture. You can then use a `mix shader` node to join them. -![](/images/media/apply-emissive.png) + {{< hint info >}} **💡 Tip**: By using a color atlas as a texture, you can get away with having various possible colors counted as a single texture. This is useful for making sure you don't exceed the [scene limitations]({{< ref "/content/creator/scenes/optimizing/scene-limitations.md" >}}). {{< /hint >}} -![](/images/media/neon-texture.png) + #### Soften an emissive @@ -81,7 +81,7 @@ To make a material glow less, the best workaround is to set the `color` property For example, if using the below color map, you can achieve a less bright emissive material by picking a color from the bottom half of the image. Anything on the top half will be fully emissive, but as you go lower the material will have less glow. -![](/images/media/neon-texture.png) + ## Vertex painting @@ -184,7 +184,7 @@ To swap the material: 1. Check the current material's settings to see what texture files are being used and how they are configured. 2. Delete the current material from the mesh. - ![](/images/media/materials_delete_material.png) + 3. Create a new material. diff --git a/content/creator/emotes/_index.md b/content/creator/emotes/_index.md deleted file mode 100644 index a1079b29..00000000 --- a/content/creator/emotes/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -bookCollapseSection: false -weight: 3 ---- \ No newline at end of file diff --git a/content/creator/emotes/emotes.md b/content/creator/emotes/emotes.md deleted file mode 100644 index 391c8344..00000000 --- a/content/creator/emotes/emotes.md +++ /dev/null @@ -1,271 +0,0 @@ ---- -date: 2022-09-01 -title: Emotes overview -description: Basics about the process of creating emotes for Decentraland avatars. -categories: - - emotes -type: Document -aliases: - - /emotes/emotes/ - - /creator/emotes/emotes/ -url: /creator/emotes/emotes-overview -weight: 1 ---- - - - - - -Change avatar ↺ - Change emote ↺ - -Emotes are animation sequences for avatars’ skeleton bones, which are defined in a transport file, usually in `.glb`, or `.gltf` formats. - -There are a selection of free default Emotes that are available to any user, but Decentraland also supports the creation and use of custom Emotes that are represented by non-fungible tokens ( NFTs). This allows a finite amount of different Emotes to be created, or minted, on the blockchain, similar to [Wearables]({{< ref "/content/creator/wearables/wearables-overview.md" >}}). - -By default, Decentraland Emotes are minted on the Polygon/Matic sidechain so users can mint, buy, sell, or transfer items without having to pay gas fees (the DAO covers these costs as voted on in [this Proposal](https://governance.decentraland.org/proposal/?id=548aa0c0-d51a-11ec-b521-2f98ffa6ccb0)). - -Emotes are organized into different categories depending on what a Creator thinks best describes what an Emote does. The available categories are: - -- Dance -- Stunt -- Greetings -- Fun -- Poses -- Reactions -- Horror -- Miscellaneous - -## Collections & Items - -As with Wearables, Emotes exist as individual **items** that can be grouped into **collections that can consist of only Wearables, only Emotes, or a combination of both.** - -### Collections - -**Collections** exist to help creators organize and manage their items before publication. - -For example, let’s say you create an Emote that ‘shoots’ and one that makes an avatar play dead. These two Emotes could be added to a new collection called ‘Western Duel’. After publishing your collection, you can then mint copies of each Emote to share, trade, or sell. - -### Items - -Each different type of Emote, or **item,** can be minted to create multiple NFTs of the particular Emote in question. The amount of NFTs you can mint for an Emote will depend on the rarity you select for it (the rarer the item, the fewer NFTs you can mint). -**Items** are referred to as the “representations” of an Emote. To be specific, a representation is the actual .glb file that contains the animation sequence for the Emote. - -# Creating Emotes - -## The Armature - -[The Rig - Basic Concepts]({{< ref "/content/creator/emotes/avatar-rig.md" >}}) - -[Rig Features ]({{< ref "/content/creator/emotes/rig-features.md" >}}) - -## Animation Guidelines - -[Creating and Exporting Emotes]({{< ref "/content/creator/emotes/creating-and-exporting-emotes.md" >}}) - -# Publishing Emotes - -This document explains how the approval process works when publishing Emotes and what criteria is used by the Curation Committee when reviewing them. For detailed information on the Curation Committee, read [here]({{< ref "/content/creator/wearables/curation-committee.md" >}}). - -### The Publication Process - -**Summary** - -1. Upload your Emote file to the Builder, define the metadata, and hit Publish. -2. After clicking ‘Publish’ on your Collection detail page, it will be submitted to the Curation Committee for approval. Collections pending approval will be flagged as “Under Review”. -3. Any collections pending approval from the Curation Committee cannot be minted until the approval process is completed. -4. Each time you publish a new collection, a post is automatically created on the [Decentraland Forum](https://forum.decentraland.org), providing a list and overview of each item in the collection. This Forum post gives the community and the Curation Committee a space to share feedback or request any changes you need to make before your collection can be approved. -5. If there are changes you need to make, the Curation Committee will notify you in the Forum thread for your collection. -6. After any needed changes have been made, you can resubmit your collection for approval. (Collections may be reviewed and rejected multiple times before final approval with no extra cost.) -7. Once your collection has final approval, you will be notified in the Forum. You will also see a visual indicator in the Editor next to the approved collection. -8. With a successful approval, you can begin minting items in your collection! - -See [Editor Guide](#Editor-User-Guide) below for a detailed guide of the entire publication process - -### Publication fees - -A fee is required for publishing items. This fee was originally [voted in place by the Decentraland DAO](https://governance.decentraland.org/proposal/?id=50092c00-c315-11eb-ac84-1705d1ae4a66) to deter users from publishing an excessive number of Wearables in an attempt to ‘spam’ the Wearables market. - -The [most recent vote](https://governance.decentraland.org/proposal/?id=b8075360-e8e7-11ec-82d9-d917cdd158ac) regarding publication fees has pegged them to a fixed amount of 150 United States dollars per item, to be paid in MANA. - -For example, if you publish a collection with two items and the price of MANA at the time is 1.5 USD, you will have to pay a fee of 200 MANA (150 USD for each item divided by the price of MANA in USD) regardless of your item’s rarity (how many NFTs can be minted). - -These fees are transferred to the Curator Committee and the Decentraland DAO, where they are used to help fund the growth of the Decentraland through grants and other initiatives voted on by the greater Decentraland community. - -{{< hint warning >}} -**📔 Note:** -Currently, due to the time and resources required to review each collection submitted, the 150 USD in MANA publication fee is non-refundable. If your collection is rejected, you will not receive your MANA back. If your collection is not immediately approved, the Curation Committee will provide you with suggestions and feedback on how to improve it, but the final acceptance of your collection cannot be guaranteed. -{{< /hint >}} - - -### Acceptance Criteria - - -Following is an overview of the criteria used by the Curation Committee when determining a collection’s eligibility. Much of this criteria is based on Section 2 of Decentraland’s [Content Policy](https://decentraland.org/content/). - -Specifically, Emotes may not: - -- Involve illegality, such as piracy, criminal activity, terrorism, or child pornography -- Infringe on third party intellectual property rights -- Contain cruel or hateful moves that could harm, harass, promote or condone violence against anyone, or that is primarily intended to incite hatred of animals or of individuals or groups based on race or ethnic origin, religion, nationality, disability, gender, age, veteran status, or sexual orientation/gender identity -- Contain content that is libelous, false, inaccurate, misleading, or invades another person’s privacy -- Breach Decentraland’s [Privacy Policy](https://decentraland.org/content/) -- Contain any content that promotes or could be construed as primarily intending to evade the limitations described above - -Please refer to the full Content Policy [here](https://decentraland.org/content/) for additional details and definitions. Any submissions that violate the above criteria will be rejected. - -**In addition to the Content Policy, the committee may reject submissions on the following technical conditions:** - -- Emotes may not contain duplicate items within a collection. (Each item within a collection must be unique.) -- Emotes may not mimic or copy other Emotes that have already been published. -- Curators from the Curator Committee can submit collections but not approve their own. In this case, another curator from the committee would need to review in order and approve or reject. -- Emotes must not move below the floor line and must not float or jump excessively high to keep gameplay sanity. -- Max file size is 1MB -- Animations can’t be longer than 10 seconds or 300 frames -- Files can only have one animation -- Files should be exported in .glb -- Framerate is 30FPS - -See [Creating and Exporting Emotes]({{< ref "/content/creator/emotes/creating-and-exporting-emotes.md" >}}) for complete specifications and guidelines. - -# Editor User Guide - -The Editor is a tool within Decentraland’s [Builder](https://builder.decentraland.org/) that allows you to upload, add metadata, and publish your custom Emotes or Wearables. - -{{< hint warning >}} -**📔 Note**: these Docs don’t explain how to animate an Avatar to create an Emote, they explain how to use the Editor to upload and publish your Wearables or Emotes. To create an Emote we recommend using [Blender](https://www.blender.org/). -{{< /hint >}} - -### Uploading Emotes - -If you haven’t uploaded any items yet, click **New Item** or **New Collection** to get started. If you’ve already uploaded Wearables or Emotes, you can either edit them by clicking on the item or collection and then clicking **Edit**, or you can upload new Emotes by clicking the **+** icon next to the **Open Editor** button. - -### Creating a Collection - -When creating a collection, first enter the name you would like to give your collection **(beware of IP rights and misspellings)** and click **Create**. After creating your collection, you can begin adding items. - -**The name of your collection cannot be changed after publication!** - - -![Untitled](https://raw.githubusercontent.com/decentraland/documentation-creators/main/images/emotes/Untitled.png) - -You can add as many items as you want until you publish your collection. **Always remember, you cannot add, remove, or change the rarity of items in published collections.** - -### Adding Items to a Collection - -To add an item to your new collection, select the collection, click **Add Item**, and drop/select your files. - -![Untitled](https://raw.githubusercontent.com/decentraland/documentation-creators/main/images//emotes/Untitled%201.png) - -Also, you can first create your items as Single items and then add them to a collection from the Collections Tab. - -![Untitled](https://raw.githubusercontent.com/decentraland/documentation-creators/main/images//emotes/Untitled%202.png) - -### Uploading an Item - -When uploading an item you can either browse your computer to find the file you want, or you can click and drag your file right into the Editor. - -![Untitled](https://raw.githubusercontent.com/decentraland/documentation-creators/main/images//emotes/Untitled%203.png) - -After uploading your file, you will be prompted to enter some descriptive information: - -![Untitled](https://raw.githubusercontent.com/decentraland/documentation-creators/main/images//emotes/Untitled%204.png) - -**Name:**  -The name you would like to give your Emote. - -The name of your collection cannot be changed after publication! - - -**Rarity:** -The rarity of your Wearable determines the total number of NFTs that may be minted based on your item. The rarities and the maximum number of NFTs that you may mint for each are: - -**Play Mode:** -How the Emote will reproduce: it can be simple or loop. - -**Categories:** -You can choose up to 3 categories to your Emote. Be as accurate as possible so that buyers can find what they’re looking for. - -- Dance -- Stunt -- Greetings -- Fun -- Poses -- Reactions -- Horror -- Miscellaneous - -When you’re finished entering your descriptive metadata, click **Next**. - -**Edit the thumbnail** by choosing the frame of the animation that best represents the Emote. This is what buyers will see in the marketplace when they find your Emote. Then click **Next**. - -![Untitled](https://raw.githubusercontent.com/decentraland/documentation-creators/main/images//emotes/Untitled%205.png) - -**Set the price** of your Emote and the beneficiary that will get the profit from primary sales. It could be your own wallet address or someone else’s. Click **Save**. - -![Untitled](https://raw.githubusercontent.com/decentraland/documentation-creators/main/images//emotes/Untitled%206.png) - -After you set all the parameters of your Emote, you can see how it will look in the Editor. You can also combine it with a Wearable to see how the combination of both assets look in the Decentraland Avatar. - -![Untitled](https://raw.githubusercontent.com/decentraland/documentation-creators/main/images//emotes/Untitled%207.png) - -You need to make sure that your Emote is not traspassing the established boundaries. To check this in the Editor, you can turn on the cylinder view, and see if the avatar is not going over, or throught the red cylinder. The avatar must not traspass the floor either. - -![](/images/emotes/emotes-preview.png) - -If everything is looking good, you are ready to **publish your Collection.** - -### Publishing Items - -After you’ve added all of the relevant metadata to the Emotes and Wearables in your collection, and you’ve set the price and beneficiary address (or made your items free!) you can begin the publication process. - -First, navigate to the [Builder](https://builder.decentraland.org/) and select the **Collections>Emotes** tab. Select the collection you’d like to publish and click **Publish**. - -You might have to authorize the MANA contract to operate MANA on your behalf. By granting this authorization, you are permitting the MANA smart contract to withdraw MANA from your balance to pay the publication fee and to deposit MANA into your account from future sales of your items. In this scenario, you will have to sign a message from your wallet, but there is no gas fee. - -When you are ready, click **Publish** and sign the message when prompted by your wallet. - -![Untitled](https://raw.githubusercontent.com/decentraland/documentation-creators/main/images//emotes/Untitled%208.png) - -{{< hint danger >}} -**❗Warning** - -**You will not be able to add or remove items in your collection after beginning the publication process.** You will be able to see your items within the Decentraland Marketplace, but you won’t be able to buy, sell, or transfer them until they have been approved by the Curator Committee. - -{{< /hint >}} - - -### Selling Items - -After your items are published in a collection and approved by the Curator Committee, they can be sold to other users in Decentraland. - -Items can be sold in the **Store** **(primary sales)** and in **Listings (secondary sales)**. - -- **Primary sales** are performed by the Decentraland Store’s smart contract. During a primary sale, the **item is minted automatically**, and is sold for the price set by you in the Wearable Editor. -- **Secondary sales** are performed by the Decentraland Marketplace’s smart contract. These occur anytime a user sells an item in the Marketplace **after it has been minted** or **purchased in a primary sale**. Items can be sold for any price in a secondary sale. diff --git a/content/creator/wearables-and-emotes/_index.md b/content/creator/wearables-and-emotes/_index.md new file mode 100644 index 00000000..e6951d6b --- /dev/null +++ b/content/creator/wearables-and-emotes/_index.md @@ -0,0 +1,5 @@ +--- +bookCollapseSection: false +weight: 1 +title: Wearables & Emotes +--- \ No newline at end of file diff --git a/content/creator/wearables-and-emotes/emotes/_index.md b/content/creator/wearables-and-emotes/emotes/_index.md new file mode 100644 index 00000000..94cf60cf --- /dev/null +++ b/content/creator/wearables-and-emotes/emotes/_index.md @@ -0,0 +1,5 @@ +--- +bookCollapseSection: true +weight: 2 +title: Emotes +--- \ No newline at end of file diff --git a/content/creator/emotes/avatar-rig.md b/content/creator/wearables-and-emotes/emotes/avatar-rig.md similarity index 93% rename from content/creator/emotes/avatar-rig.md rename to content/creator/wearables-and-emotes/emotes/avatar-rig.md index 04858df7..69013b70 100644 --- a/content/creator/emotes/avatar-rig.md +++ b/content/creator/wearables-and-emotes/emotes/avatar-rig.md @@ -1,6 +1,6 @@ --- date: 2022-09-01 -title: Avatar rig +title: Avatar Rig description: Basics about the avatar rig. categories: - emotes @@ -11,10 +11,9 @@ url: /creator/emotes/avatar-rig weight: 3 --- +202A rig is a virtual skeleton that allows a model to move. It consists of a hierarchy of individual bones, much like a real life skeleton, and it works under a parent/child relationship. This document will cover some basic rigging concepts, such as bone position, bone orientation, deforming and non-deforming bones, the difference between IK and FK and their purposes. The structure of an avatar’s rig, custom attributes, and setup for animating can be found in [rig features]({{< ref "/content/creator/wearables-and-emotes/emotes/rig-features.md" >}}). -202A rig is a virtual skeleton that allows a model to move. It consists of a hierarchy of individual bones, much like a real life skeleton, and it works under a parent/child relationship. This document will cover some basic rigging concepts, such as bone position, bone orientation, deforming and non-deforming bones, the difference between IK and FK and their purposes. The structure of an avatar’s rig, custom attributes, and setup for animating can be found in [rig features]({{< ref "/content/creator/emotes/rig-features.md" >}}). - -# The Basics +# **The Basics** ### Bone Position or Pivot Points @@ -70,7 +69,6 @@ _Controls and their different shapes and colors._ > **Warning**: **The rig has to be animated in the same software it was created in. It’s not possible to use a Blender setup in, for example, Maya and vice versa.** - ### What’s FK and IK in a rig? A rig can use two different setups that will influence how it moves: FK and IK. diff --git a/content/creator/emotes/creating-and-exporting-emotes.md b/content/creator/wearables-and-emotes/emotes/creating-emotes.md similarity index 75% rename from content/creator/emotes/creating-and-exporting-emotes.md rename to content/creator/wearables-and-emotes/emotes/creating-emotes.md index 3968ff7f..2d967f6b 100644 --- a/content/creator/emotes/creating-and-exporting-emotes.md +++ b/content/creator/wearables-and-emotes/emotes/creating-emotes.md @@ -1,7 +1,7 @@ --- date: 2022-09-01 -title: Creating and exporting emotes -description: Steps for creating and exporting an avatar emote. +title: Creating Emotes +description: Tips and guidelines for creating Decentraland Emotes. categories: - emotes type: Document @@ -15,29 +15,35 @@ This documentation will cover the file specifications, the basics of animation i ### Animation Specs Chart -| Frame Rate | 30 fps | -| --- | --- | -| Max Length | 10 seconds (300 frames) | -| Animations per File | 1 | -| Export Format | .glb | -| Sampling Rate | 2 or 3 (if needed) | -| Max File Size | 1 MB | +| Frame Rate | 30 fps | +| ---------------------- | -------------------------- | +| Max Length | 10 seconds (300 frames) | +| Animations per File | 1 | +| Export Format | .glb | +| Sampling Rate | 2 or 3 (if needed) | +| Max File Size | 1 MB | | Max Animation Distance | 1 meter (in any direction) | -| Max Animation Height | 1 meter | +| Max Animation Height | 1 meter | You can find a more detailed explanation of the animation specifications [**below**](#the-animation-specifications). -### Before Starting +# **Getting Started** -**Frame Rate** +## **Resources** -Before getting started, it’s important to check the frame rate. Decentraland’s animations must have a frame rate of **30 fps**. The rig file provided probably has that set up, but since Blender’s default value is 24 fps, it is best to double check before starting (a wrong frame rate will affect the speed of the animation). That option can be found in _Output Properties_ (the printer icon) under _Format_, as shown below: +This documentation explains the set up for Rig 1.0, its controls, and features. + +[Decentraland Blender Rig](https://raw.githubusercontent.com/decentraland/documentation-creators/main/images/emotes/BaseMale_Rig_1.0.blend) + +## **Frame Rate** + +To getstarted, it’s important to check the frame rate. Decentraland’s animations must have a frame rate of **30 fps**. The rig file provided probably has that set up, but since Blender’s default value is 24 fps, it is best to double check before starting (a wrong frame rate will affect the speed of the animation). That option can be found in _Output Properties_ (the printer icon) under _Format_, as shown below: ![Make sure the framerate is set to 30 fps before starting.](https://raw.githubusercontent.com/decentraland/documentation-creators/main/images/emotes/framerate.png) Make sure the framerate is set to 30 fps before starting. -**Pose Mode** +## **Pose Mode** In Blender, a rig can be viewed in three different modes: _Object Mode_, _Edit Mode,_ and _Pose Mode_. Animations can only be done in _**Pose Mode**_ (in that mode, controls have colors). With the rig selected, you’ll find that option in a dropdown menu, at the top right. @@ -45,13 +51,23 @@ In Blender, a rig can be viewed in three different modes: _Object Mode_, _Edit M Changing to Pose Mode. -**Workspace Windows** +### **Starting Pose** + +In the rig file provided, there’s already an action, the _**Starting_Pose**_. Considering that all avatar actions start from the idle pose, **we really encourage starting your animation from that pose and also using it again in the last frame**. This will make for a better transition from Idle to Emote and a more fluid animation. + +{{< hint info >}} +**💡 Hint!** + +If you want to do a loop animation, you don’t have to start the animation from the Starting Pose. Feel free to use the pose that makes more sense in your animation!\*\* +{{< /hint >}} + +## **Blender Interface for Animations** In the rig file, other than the two windows for the viewport (front and side view), there are three more at the bottom: a _**Graph Editor**_, _**a Dope Sheet**_, and a _**Timeline**_. -- _**Graph Editor**_: In this editor, it is possible to edit the animation curves of each transform property of the selected controls. Those curves show how the interpolation is being calculated and they can be edited to achieve the wanted effect in the animation. Both in here and in the dope sheet the _**Only Show Selected**_ tool is toggled, which means it’ll only include channels related to the selected control. This can be turned on and off by simply clicking on the arrow icon. -- _**Dope Sheet**_: Here you can edit the keyframes. This is also where you can create new animations or go through the multiple ones created. Keep in mind that in order to have access to the animation, the _**Action Editor**_ must be selected. This option is right next to the _Dope Sheet_ icon, in a dropdown menu. -- _**Timeline**_: This is where the timeline and playback controls are found. In here, the _**Auto Keying**_ is on, which means that every time a control is manipulated it automatically creates a keyframe. You can always disable that function by clicking on the dot next to the playback controls. +- _**Graph Editor**_: In this editor, it is possible to edit the animation curves of each transform property of the selected controls. Those curves show how the interpolation is being calculated and they can be edited to achieve the wanted effect in the animation. Both in here and in the dope sheet the _**Only Show Selected**_ tool is toggled, which means it’ll only include channels related to the selected control. This can be turned on and off by simply clicking on the arrow icon. +- _**Dope Sheet**_: Here you can edit the keyframes. This is also where you can create new animations or go through the multiple ones created. Keep in mind that in order to have access to the animation, the _**Action Editor**_ must be selected. This option is right next to the _Dope Sheet_ icon, in a dropdown menu. +- _**Timeline**_: This is where the timeline and playback controls are found. In here, the _**Auto Keying**_ is on, which means that every time a control is manipulated it automatically creates a keyframe. You can always disable that function by clicking on the dot next to the playback controls. With this workspace, you have everything needed to start animating! @@ -65,19 +81,40 @@ These are the bottom windows. The top one is in the _**Graph Editor,**_ the midd Since Blender is highly customizable, this is also a good time to set up the layout that best suits you, adding, adjusting, or removing windows. Each animator has their own preferences, so feel free to edit the layout however you want! {{< /hint >}} -### Getting Started +# **Creating an Animation** -**Starting Pose** +To create a new animation, simply click on _**Create A New Action**_ button (this will duplicate the current animation with all the keyframes) or press the X next to it, the _**Unlink Action,**_ and press the _**New**_ button. This way you’ll start with no keyframes at all. Make sure to always toggle _**Fake User**_ (the shield icon) so your animation is saved! -In the rig file provided, there’s already an action, the _**Starting_Pose**_. Considering that all avatar actions start from the idle pose, **we really encourage starting your animation from that pose and also using it again in the last frame**. This will make for a better transition from Idle to Emote and a more fluid animation. +![Create a new animation by duplicating the existing one or by clicking on Unlink Action and then New.](https://raw.githubusercontent.com/decentraland/documentation-creators/main/images/emotes/new_anim.gif) + +Create a new animation by duplicating the existing one or by clicking on _**Unlink Action**_ and then _**New**_. + +**Browsing and Deleting Animations** + +In Blender, you can have multiple animation tracks in the same file. It is possible to browse them by clicking on the _**Browse Action**_ dropdown menu. All animation with and F (_**Fake User**_) will be saved. To delete an animation, press _**Shift**_ on the keyboard and click on the _**X**_. After doing that, the animation will show a 0 next to it, which means that it will be deleted the next time you close Blender or reopen the file. + +![Browsing animations: The ones with an F will be saved, and the ones with 0 will be deleted.](https://raw.githubusercontent.com/decentraland/documentation-creators/main/images/emotes/anim_list.gif) + +Browsing animations: The ones with an F will be saved, and the ones with 0 will be deleted. {{< hint info >}} **💡 Hint!** -If you want to do a loop animation, you don’t have to start the animation from the Starting Pose. Feel free to use the pose that makes more sense in your animation!** +Do not always edit the same animation track. Before making major changes, just duplicate the animation. That way you have a back up version in case you regret deleting or changing something. This is also a nice way to keep track of the progress made so far! {{< /hint >}} -**Ground Reference and Animation Area** +**Naming** + +**An animation’s name should start with a capital letter and if the name is more than one word long, the words should be separated by \_.** Do not use spaces or special characters. Here are some examples of naming: + +- Snowfall +- Rainbow_Dance +- Throw_Money +- Talk_To_Hand + +# The Animation Specifications + +## **Ground Reference and Animation Area** In order to avoid ground penetration during animation, a plane has been added to the file as a ground reference. Along with the animation area reference, it also helps identify the area that can be used for the animation. For reference, the samller circle on the plane has a radius of 2 meters and the larger one, 4 meters. @@ -113,49 +150,13 @@ Spotlight Thalia Dance - {{< hint info >}} **💡 Attention!** Watch out for these boundaries because crossing them might cause gameplay issues. {{< /hint >}} - -**Creating an Animation** - -To create a new animation, simply click on _**Create A New Action**_ button (this will duplicate the current animation with all the keyframes) or press the X next to it, the _**Unlink Action,**_ and press the _**New**_ button. This way you’ll start with no keyframes at all. Make sure to always toggle _**Fake User**_ (the shield icon) so your animation is saved! - -![Create a new animation by duplicating the existing one or by clicking on Unlink Action and then New.](https://raw.githubusercontent.com/decentraland/documentation-creators/main/images/emotes/new_anim.gif) - -Create a new animation by duplicating the existing one or by clicking on _**Unlink Action**_ and then _**New**_. - -**Browsing and Deleting Animations** - -In Blender, you can have multiple animation tracks in the same file. It is possible to browse them by clicking on the _**Browse Action**_ dropdown menu. All animation with and F (_**Fake User**_) will be saved. To delete an animation, press _**Shift**_ on the keyboard and click on the _**X**_. After doing that, the animation will show a 0 next to it, which means that it will be deleted the next time you close Blender or reopen the file. - -![Browsing animations: The ones with an F will be saved, and the ones with 0 will be deleted.](https://raw.githubusercontent.com/decentraland/documentation-creators/main/images/emotes/anim_list.gif) - -Browsing animations: The ones with an F will be saved, and the ones with 0 will be deleted. - -{{< hint info >}} -**💡 Hint!** - -Do not always edit the same animation track. Before making major changes, just duplicate the animation. That way you have a back up version in case you regret deleting or changing something. This is also a nice way to keep track of the progress made so far! -{{< /hint >}} - - -**Naming** - -**An animation’s name should start with a capital letter and if the name is more than one word long, the words should be separated by _.** Do not use spaces or special characters. Here are some examples of naming: - -- Snowfall -- Rainbow_Dance -- Throw_Money -- Talk_To_Hand - -### The Animation Specifications - -**Length** +## **Animation Length** The max length of an animation is **10 seconds** or **300 frames**. Remember to keyframe every control’s properties on the first and last frames. @@ -167,15 +168,15 @@ The max length of an animation is **10 seconds** or **300 frames**. Remember to Make channels visible before keyframing! -**Number of Animations** +## **Number of Animations** The exported file can only have **one animation**. If animations were duplicated during the process, make sure you delete all of them before exporting. Keep only the final version. Sequence emotes that need many animations to work (action start, action loop, and action end) are not supported right now. -**Format** +## **Format** Animations should be exported as .**GLB**. The file can only contain the deforming skeleton and the animation. **Mesh, controls, and any other object should not be exported**. More details on how to export can be found [**below**](#exporting). -**Sampling** +## **Sampling** Since constraints can’t be exported, the only way to export the animation clip is by baking it, which means that all the deforming bones’ positions, rotation, and scale will be keyframed in every single frame of the animation. If the clip is too long, like up to 300 frames, it’ll have 300 keyframes after exporting and the more keyframes it has, the heavier the file gets. @@ -191,12 +192,11 @@ Usually, a **sampling rate of 2 or 3** will do the trick. Those numbers can opti If the number of frames of the animation can be divided by the sampling rate, that’s a good thing! It means that the final frame will be baked, preserving the transition from end to start of the animation. {{< /hint >}} - -**File Size** +## **File Size** The max file size is **1 MB**. If the file is over that after exporting, try checking if the mesh wasn’t exported by accident or if the animation isn’t over 10 seconds. If it is still over 1 MB, try experimenting with the Sampling Rate, as higher values will improve the optimization. -### Exporting +# **Exporting** Since we only want the armature and the animation to be exported, turn off the mesh visibility and any object other than the armature before exporting, as shown below: @@ -210,43 +210,15 @@ To export, go to _File_ > _Export_ > _glTF2.0 (.glb, .gltf)_ For the export settings, expand _**Include**_ and in _**Limit to**_ toggle _**Visible Objects**_. For _Transform_ and _Geometry_, leave it as it is. -![export1.png](https://raw.githubusercontent.com/decentraland/documentation-creators/main/images/emotes/export1.png) - ![visible_objects2.gif](https://raw.githubusercontent.com/decentraland/documentation-creators/main/images/emotes/visible_objects2.gif) Next, expand the _**Animation**_ tab, expand the second _**Animation**_ tab and toggle _**Export Deformation Bones Only.**_ This is also where the _**Sampling Rate**_ is defined. -![export2.png](https://raw.githubusercontent.com/decentraland/documentation-creators/main/images/emotes/export2.png) - ![animation_export.gif](https://raw.githubusercontent.com/decentraland/documentation-creators/main/images/emotes/animation_export.gif) That’s it for exporting the animation! -### Import into the Builder - - -When all the files are ready to go you can import them to the builder to test the animation! Go to https://builder.decentraland.org/ and import the item you want to test. You’ll be asked to choose the rarity of your emote, define the category, add name and play mode (Loop or Play Once). - -![Screen Shot 2022-08-04 at 12.39.58.png](https://raw.githubusercontent.com/decentraland/documentation-creators/main/images/emotes/screen_shot_2022-08-04_at_12.39.58.png) - -Next step is to choose the thumbnail that shows the emote as its best! Select the key frame that better represents the action. - -![Screen Shot 2022-08-04 at 12.39.58.png](https://raw.githubusercontent.com/decentraland/documentation-creators/main/images/emotes/screen_shot_2022-09-21_at_13.48.58.png) - - -{{< hint warning >}} -**Attention!** - -Make sure to choose the thumbnail that show a key pose of the emote and centered in the frame. It has be clear to other users what the emote is about, otherwise it’s up to the curator to reject the collection. -{{< /hint >}} - -Once it is imported, click on this eye icon to visualize it! - -![visulize.png](https://raw.githubusercontent.com/decentraland/documentation-creators/main/images/emotes/visulize.png) - -You can also add a description and tags to the emote. **The overrides and hides section must be empty.** - -### References +# References If you’re still not sure where to start or need some reference or inspiration, here are some animation clips to help you with that. These can be some nice studying material! diff --git a/content/creator/wearables-and-emotes/emotes/emotes-overview.md b/content/creator/wearables-and-emotes/emotes/emotes-overview.md new file mode 100644 index 00000000..af3ad7e8 --- /dev/null +++ b/content/creator/wearables-and-emotes/emotes/emotes-overview.md @@ -0,0 +1,64 @@ +--- +date: 2023-01-07 +title: Emotes Overview +description: An overview of emotes NFTs for Decentraland +categories: + - emotes +type: Document +aliases: + - /emotes/emotes/ + - /creator/emotes/emotes/ +url: /creator/emotes/emotes-overview +weight: 1 +--- + + + + + +Change avatar ↺ - Change emote ↺ + + +Emotes are animation sequences for avatars’ skeleton bones, which are defined in a transport file, usually in `.glb`, or `.gltf` formats. + +There are a selection of free default Emotes that are available to any user, but Decentraland also supports the creation and use of custom Emotes that are represented by non-fungible tokens ( NFTs). This allows a finite amount of different Emotes to be created, or minted, on the blockchain, similar to **[Wearables]({{< ref "/content/creator/wearables-and-emotes/wearables/wearables-overview.md" >}})**. + +By default, Decentraland Emotes are minted on the Polygon/Matic sidechain so users can mint, buy, sell, or transfer items without having to pay gas fees (the DAO covers these costs as voted on in **[this Proposal](https://governance.decentraland.org/proposal/?id=548aa0c0-d51a-11ec-b521-2f98ffa6ccb0)**). + +Emotes are organized into different categories depending on what a Creator thinks best describes what an Emote does. The available categories are: + +- Dance +- Stunt +- Greetings +- Fun +- Poses +- Reactions +- Horror +- Miscellaneous \ No newline at end of file diff --git a/content/creator/emotes/rig-features.md b/content/creator/wearables-and-emotes/emotes/rig-features.md similarity index 93% rename from content/creator/emotes/rig-features.md rename to content/creator/wearables-and-emotes/emotes/rig-features.md index aa7e93cc..fbe444ad 100644 --- a/content/creator/emotes/rig-features.md +++ b/content/creator/wearables-and-emotes/emotes/rig-features.md @@ -1,6 +1,6 @@ --- date: 2022-09-01 -title: Rigging features +title: Rigging Features description: Features about the avatar rig and downloadable file. categories: - emotes @@ -11,15 +11,8 @@ url: /creator/emotes/rig-features weight: 4 --- -This documentation explains the set up for Rig 1.0, its controls, and features. -### Blend File for Rig 1.0 - -[BaseMale_Rig_1.0.blend](https://raw.githubusercontent.com/decentraland/documentation-creators/main/images/emotes/BaseMale_Rig_1.0.blend) - -## Rig Structure and Features - -### Armature Transforms +#### Armature Transforms These are the armature’s transforms in Object Mode with the controls’ setup. **Do not edit this in any way**. The rig should only be manipulated in Pose Mode. To avoid unwanted editing, the transforms have been locked in Object Mode. @@ -30,7 +23,7 @@ _Rig 1.0 transforms._ > **Warning**: **Never edit the rig in Object Mode.** -### Bone Orientation +#### Bone Orientation This is the bone orientation for Rig 1.0. As it is right now, it’s not possible to mirror behavior on the shoulders, arms, hands, or fingers. @@ -42,7 +35,7 @@ _Axes for bone orientation._ _Behavior when mirrorring poses._ -### Layers +#### Layers To avoid any accidents and to make it easier to identify the controls, this rig is organized in layers that can be accessed in the *Object Data Properties* tab in Blender. The first set of layers (on the left) has all the controls needed for avatar animation. The second set (on the right) has constraint setups and the base skeleton; there’s no need to select those. @@ -91,7 +84,7 @@ To see all the controls together, select all of the first top four and bottom 2n _The first set of layers has all the controls needed for animating._ -### Controls and Grouping +#### Controls and Grouping Controls are non-deforming bones that drive the base skeleton. They have different colors depending on their category: @@ -106,7 +99,7 @@ Controls are non-deforming bones that drive the base skeleton. They have differe _All the controls and their colors._ -## Custom Attributes and Setup +#### Custom Attributes and Setup ### FK/IK Blend @@ -142,8 +135,7 @@ _Isolate rotation attribute for the head._ _How the IsoRot attribute for the head works._ -> **Warning**: When animating, even if all controls have been selected and key framed, these custom attributes won’t be automatically key framed. Make sure to manually insert a keyframe in each attribute so you don’t lose the pose/motion you created or, in Blender 3.1, press I, then select Location, Rotation, Scale & Custom Properties. - +{{< hint warning >}} **Warning**: When animating, even if all controls have been selected and key framed, these custom attributes won’t be automatically key framed. Make sure to manually insert a keyframe in each attribute so you don’t lose the pose/motion you created or, in Blender 3.1, press I, then select Location, Rotation, Scale & Custom Properties. {{< /hint >}} ![In previous versions of Blender, make sure to keyframe all the controls and custom attributes!](https://raw.githubusercontent.com/decentraland/documentation-creators/main/images/emotes/custom_attributes.gif) diff --git a/content/creator/wearables-and-emotes/manage-collections/_index.md b/content/creator/wearables-and-emotes/manage-collections/_index.md new file mode 100644 index 00000000..582c3d75 --- /dev/null +++ b/content/creator/wearables-and-emotes/manage-collections/_index.md @@ -0,0 +1,5 @@ +--- +bookCollapseSection: true +weight: 3 +title: Manage Collections +--- diff --git a/content/creator/wearables-and-emotes/manage-collections/creating-a-collection.md b/content/creator/wearables-and-emotes/manage-collections/creating-a-collection.md new file mode 100644 index 00000000..d683ee1b --- /dev/null +++ b/content/creator/wearables-and-emotes/manage-collections/creating-a-collection.md @@ -0,0 +1,77 @@ +--- +date: 2023-01-07 +title: Creating a Collection +description: Guidelines to Create a Decentraland Collection +categories: + - Decentraland +type: Document +url: /creator/wearables-and-emotes/manage-collections/creating-collection +weight: 1 +--- + + + +# What is the Wearables Editor? + +The Wearables Editor is a tool within Decentraland’s Builder that allows you to upload, add metadata to, and publish your own custom wearables. + +> Remember: these docs don’t explain how to create the models, meshes, and textures that make up wearables, they just explain how to use the Wearables Editor to upload and publish your wearables. For an intro on the actual wearable creation process, start here. + +## **Logging in** + +To start uploading and publishing your wearables, navigate to **[builder.decentraland.org](https://builder.decentraland.org/)**. + +Click **Sign in**, and then **Connect** to log in with your Metamask or Fortmatic wallet. After signing in, click the **Collections** tab. + +# Creating a Collection + +Before you can upload a wearable or an emote, you must create a collection first. To do that, go to [https://builder.decentraland.org/](https://builder.decentraland.org/) and click on **_Collections_**. If you don’t have any collections yet, click on the **_New Collection_** button, the one with an image of a folder. If you already have another collection, clikc on the **_+_** button and select **_New Collection_**. + + + + + +After clicking on the button, you will be asked to rename your collection, as shown bellow. In case you change your mind, you can edit the name of your collection at any point **before publishing**. + + + +Now, you’re ready to add items to it. For that, just click on the button Add Item and just drag and drop the file with your wearable/emote or browse your computer. + + + +Once you click on **_Add Item_**, you will get a window like the one shown below. Just drag and drop the file with your wearable/emote or browse your computer. + + + +If you already have a collection and want to add more items to it, just click on Add Item and upload your file. You can add as many files as you want before publishing the collection. + + + +_*Remember: you cannot add, remove, or change the rarity of items after the collection is pubilshed.*_ + +Each item of the collection have: + +- **Name of the item:** this name will be displayed when distributing your wearable or emote on the marketplace. +- **Description:** _(optional)_ a brief statement describing your item, this is displayed when distributing your wearable or emote on the marketplace. +- **Category:** - the category that your wearable belongs (upper-body, eyewear, skin, etc) +- **Rarity:** - the rarity determines the maximum number of NFTs you will be able to mint of your wearable or emote after publication. This is the only property that cannot be modified after publishing a collection. +- **Tags:** _(optional)_ descriptive words that users can use when searching or filtering for items. These are relevant to competitions or events! + +## **Rarity** + +The rarity of your item determines the total number of NFTs that can be minted. Rarity is the same for both emotes and wearables and you will be able to define it once you upload your file. + +| Rarity | Number of Items | +| --------- | --------------- | +| Unique | 1 | +| Mythic | 10 | +| Legendary | 100 | +| Epic | 1,000 | +| Rare | 5,000 | +| Uncommon | 10,000 | +| Common | 100,000 | + +### Attention! + +{{< hint warning >}} +⚠️ **The name of your collection, as well as the number of items and their rarity can't be changed once it's published!** {{< /hint >}} diff --git a/content/creator/wearables-and-emotes/manage-collections/uploading-emotes.md b/content/creator/wearables-and-emotes/manage-collections/uploading-emotes.md new file mode 100644 index 00000000..01fc4622 --- /dev/null +++ b/content/creator/wearables-and-emotes/manage-collections/uploading-emotes.md @@ -0,0 +1,132 @@ +--- +date: 2023-01-07 +title: Uploading Emotes +description: Guidelines to upload Emotes to the Editor +categories: + - Decentraland +type: Document +aliases: +url: /creator/wearables-and-emotes/manage-collections/uploading-emotes +weight: 3 +--- + +Once you export your emote, you’ll have to upload it to the builder. This document will cover the process of uploading emotes. + +## **Uploading Your File** + +Remember that you need to create a collection before you can upload your file. If you don’t know how to do that, check [Creating a Collection](/creator/wearables-and-emotes/manage-collections/creating-a-collection.md). To upload your emote, just drag and drop the file on the **_New Item_** window or browse your computer. It will automatically detect if the file has any animation, identifying it as an emote. + + + +_Drag and drop your animation file to upload it._ + +You will be asked to enter a name for your emote, define its rarity, the category and the play mode. Below the thumbnail is shown the number of animation clips in your file, the length of the animation in seconds, the length in frames and the frame rate. + + + +## **Rarity** + +Add rarity of the emote: + +| Rarity | Number of Items | +| --------- | --------------- | +| Unique | 1 | +| Mythic | 10 | +| Legendary | 100 | +| Epic | 1,000 | +| Rare | 5,000 | +| Uncommon | 10,000 | +| Common | 100,000 | + +## **Category** + +Choose the category that best describe your emote. + +- Dance +- Stunt +- Greetings +- Fun +- Poses +- Reactions +- Horror +- Miscellaneous + +## **Play Mode** + +There are currently two play modes: + +- **_Play Once_**: means that your emote will only play once. After that the avatar will return to _Idle_ position. +- **_Loop_**: the emote will keep playing in loop until the user input another action. + +## **Custom Thumbnails** + +For emotes, you don’t have to upload any images since the editor already has a built in tool to create a thumbnail. Just select the frame that best represents the action. + +{{< hint warning >}} +People should be able to identify what the animation is about through the thumbnail. If a front shot isn’t good enough, try rotating the model, zoom in or out, pan up or down, pick any frame from your clip. It’s really important that you select the best shot! +{{< /hint >}} + + + +_Rotate, zoom in or out, pan up and down. Use the tools to get the best shot of your animation!_ + +## **Setting the Price** + +Next, you will have to set the price of your emote and the beneficiary address. This can all be edited later on, so don’t worry if you haven’t decided on the price yet. You can skip this for now by clicking on **_Skip_**. Or you can set whatever price you want, click on **_Save_** and edit that before you actually publish the emote. + +Remember that when you mint wearables, they are minted directly on Matic/Polygon. When a user purchases your item, the transaction will be conducted in Matic/Polygon MANA. + +You could also **_Make it Free_**, which means that the price will be set as 0 MANA and the beneficiary address will be null. Know that making it free (primary sale) does not prevent it from being sold at any price as a secondary sale. + +Don’t forget to set the beneficiary address, which is the one that will receive the MANA from your sales. You can use any Ethereum address you like. To automatically fill in the address you are logged in with, click **_I’m the Beneficiary._** + + + +_Set the price or skip it for the time being. You can always edit it later on._ + +# The Editor + +Once you set a price or skip it, you will have the editor open. This is where you can check if the animation is playing well since a 3D avatar will be performing it. + + + +By clicking on the icon at the lower left you will be able to edit the avatar. Click on the cilinder icon on the lower right to check if you animation is staying within the boundaries of height and space. + + + +_Cylinder icon shows the boundaries for the animation._ + +You can also edit the emote’s name, thumbnail, category, rarity and play mode, as well as add a description of the animation and add tags to it. Click on **_Save_** when you are done. + +- **Description:** This is a brief statement describing your item that will be displayed in the marketplace. +- **Tags:** Tags are simply descriptive words that users can use when searching or filtering for items. These are relevant to competitions or events! + + + +# Testing in World + +Even after testing the animation in the editor, it’s important to check how it’s actually going to look like and behave in Decentraland. To test it in world, go to the Collections tab, select the desired collection and it will show all the items you have in it. Select the desired collection and click the button **_See in World_**. + + + +After clicking the following pop up is going to appear. Selecting **_Empty Parcels_** will teleport you to a place without too much content, which will load faster. Selecting **_Genesis Plaza_** will take you to the main plaza. + + + +Once you select See in world, a new tab will open on your browser and you will get this message. + +Once you select the location to teleport, a new tab will open on your browser and you will get this message. + + + +Click on **_Switch to Goerli_** and a popup from your wallet will show up asking to switch the network. Simply click on **_Switch Network_** and the new tab will automatically refresh. To test your wearable, go to the backpack and select it. + + + +## **Before Publishing** + +Make sure to set the price properly, add a nice description and verify if all the information and settings are right. Double check the thumbnail too. If you’ve filled all the information necessary you will see **_Done_** as the status of your item. + + + +_The Done status means that your file is ready be published!_ diff --git a/content/creator/wearables-and-emotes/manage-collections/uploading-wearables.md b/content/creator/wearables-and-emotes/manage-collections/uploading-wearables.md new file mode 100644 index 00000000..6feb9b0e --- /dev/null +++ b/content/creator/wearables-and-emotes/manage-collections/uploading-wearables.md @@ -0,0 +1,160 @@ +--- +date: 2023-01-07 +title: Uploading Wearables +description: Guidelines to Upload Wearables to the Editor +categories: + - Decentraland +type: Document +aliases: +url: /creator/wearables-and-amotes/manage-collections/uploading-wearables +weight: 2 +--- + +Once you export your wearable, you’ll have to upload it to the builder. This document will cover the process of uploading wearables. + +#### Uploading Your File + +Remember that you need to create a collection before you can upload your file. If you don’t know how to do that, check [Creating a Collection](/creator/wearables-and-emotes/manage-collections/creating-a-collection.md). To upload your wearable, just drag and drop the file on the **_New Item_** window or browse your computer. It will automatically detect if the file is an emote or wearable. **Remember that the collection max file size is 2MB**. + + + +When you upload the file, you will be asked to select a body shape, enter a name and define the rarity and the category. You can also add the thumbnail for the wearable. + +### **Body Shape** + +To ensure that your wearables can be worn by the intended avatars, you need to upload separate GLB files for each body shape. If you have two separate versions of the wearable, one for male and one for female, you can add one of the representations during the upload process and then add the other later using the editor. If your wearable is meant to be unisex, make sure to upload a single GLB file that is designed to fit both male and female versions. + + + +### **Rarity** + +Select the Rarity of your item. + + + +| Rarity | Number of Items | +| --------- | --------------- | +| Unique | 1 | +| Mythic | 10 | +| Legendary | 100 | +| Epic | 1,000 | +| Rare | 5,000 | +| Uncommon | 10,000 | +| Common | 100,000 | + +### **Category** + +Wearables are organized into different categories, depending on what part of an avatar they modify. Select the appropriate category for your item. + + + +### **Custom Thumbnails** + +You can add your own custom thumbnail by clicking on the camera icon and browsing your computer. **The thumbnail must be 256px square .png file with transparent background.** Collections containing thumbnails without transparent backgrounds will not be accepted by the Curation Committee. + + + +{{< hint warning >}} +⚠️ Having a good render of your wearable is crucial in making it more appealing to potential users in the marketplace. **It's important to avoid adding any graphics other than the wearable itself, because this may cause the curation committee to reject it.** + + +{{< /hint >}} + +### **Properties** + +Below the thumbnail you're going to find the properties of your wearable, number of triangles of your model, number of materials and textures. + + + +## **Uploading Mouth, Eyes and Eyebrows** + +The mouth, eyes and eyebrows category have a different behaviour in the editor because these are just .png files. To upload these just drag and drop the png file as a transparent image (256X256 pixels). Mouth is going to be automatically tinted by skin color, same for the eyebrows tinted by the hair color. + +{{< hint warning >}} If you want the asset to be masked, so a part of the mouth or eyebrows is not affected by the tinting, upload a zip file with both the png and the mask files. Remeber that the mask file should have a suffix "\_mask" in order to work. {{< /hint >}} + + + +After that uploading your wearables you will end up with a screen like this, that shows the items in your collection. + + + +## **Setting the Price of Your Wearables** + +You can set the price of your wearable by clicking on **_Set Price_**. This can all be edited anytime, so don’t worry if you want to change it later on. Prices are set in MANA. Remember that when you mint wearables, they are minted directly on Matic/Polygon. When a user purchases your item, the transaction will be conducted in Matic/Polygon MANA. + +You could also **_Make it Free_**, which means that the price will be set as 0 MANA and the beneficiary address will be null. Know that making it free (primary sale) does not prevent it from being sold at any price as a secondary sale. + +Don’t forget to set the beneficiary address, which is the one that will receive the MANA from your sales. You can use any Ethereum address you like. To automatically fill in the address you are logged in with, click **_I’m the Beneficiary._** + + + +Save the price and you will be back to the list of wearables in your collection. When you click on the item, you will get its general info. Click on the button **_Preview_** to see it on the editor. + + + +# The Editor + +Once you click on **_Preview_**, you will have the editor open. You can edit all the info of your wearable, as well as add new ones, such as description, tags and overrides. This also where you add other body shape representation to your wearable. + + + +## **Description** + +This is a brief statement describing your item that will be displayed in the marketplace. + +## **Overrides** + +Overrides determine what other wearable categories your item will either replace, or hide. For example, if a hat has hair attached to the model, you might want to hide the category **_Hair_**. Or if you are submitting a deep sea diver helmet you may want hide all the head accessories that are not going to be visible such as earrings, eyewear, tiara, etc. You can add multiple categories to each override; just select them on the dropdown menu. + +- **Replaces**: any items within the categories added to this override will be unequipped from a users’ avatar when they equip your item. A user would have to re-equip any "replaced" items after unequipping your item. This does not delete items, it only unequips them. +- **Hides**: any items within the categories added to this override will only be hidden (they won’t be rendered) when a user equips your item. When a user unequips your item, the hidden items will be rendered again automatically. + +For a detailed description of each category, and how items within each category interact or replace one another, see **[Creating Wearables](https://docs.decentraland.org/creator/wearables-and-emotes/wearables/creating-wearables/)**. + +## **Tags** + +Tags are simply descriptive words that users can use when searching or filtering for items. These are relevant to competitions or events! + +## **Adding Another Representation** + +If your wearable has a different representation for male and female you will need to upload another file. So far, you only have one uploaded. In the example, it was the female version of the Krampus Sweater. To add the other representation, click on the three dots (_…_) at the top right, next to **_Properties_** and select **_Add male/female_** representation. In the example below, we needed the male version. + + + +Once you click on it, you will get the Add Male/Female representation window, drag and drop the other representation file to upload it. Once uploaded, another window will show up the wearable and if everything is ok, just click on Save. + + + + + +## **Preview** + +To preview your wearable, hover your mouse over the wearable icon on the top left and click on the eye symbol. + + + +By clicking on the icon at the lower left you will be able to edit the avatar. This is pretty useful if you have a male and female version of your wearable, so make sure to check how both versions look like in editor, testing different emotes to identify if there are any skinning issues and mixing other wearables to see how it matches with different clothes. When you’re done editing your wearable, click on **_Save_**. + + + +## **Testing in World** + +Even after testing the wearable in the editor, it’s important to check how it’s actually going to look like and behave in Decentraland. To test it in world, go to the Collections tab. Select the desired collection and click the button **_See in World_**. + + + +After clicking the following pop up is going to appear. Selecting **_Empty Parcels_** will teleport you to a place without too much content, which will load faster. Selecting **_Genesis Plaza_** will take you to the main plaza. + + + +Once you select the location to teleport, a new tab will open on your browser and you will get this message. + + + +Click on **_Switch to Goerli_** and a popup from your wallet will show up asking to switch the network. Simply click on Switch Network and the new tab will automatically refresh. To test your wearable, go to the backpack and select it. + + + +## **Before Publishing** + +Make sure to set the price properly, add a nice description and double check if all the information and settings are right. If you’ve filled all the information necessary you will see **_Done_** as the status of your item. diff --git a/content/creator/wearables/wearables-editor-user-guide.md b/content/creator/wearables-and-emotes/manage-collections/wearables-editor-user-guide.md similarity index 99% rename from content/creator/wearables/wearables-editor-user-guide.md rename to content/creator/wearables-and-emotes/manage-collections/wearables-editor-user-guide.md index 281f8ec2..d233c791 100644 --- a/content/creator/wearables/wearables-editor-user-guide.md +++ b/content/creator/wearables-and-emotes/manage-collections/wearables-editor-user-guide.md @@ -16,7 +16,7 @@ weight: 4 The Wearables Editor is a tool within Decentraland’s Builder that allows you to upload, add metadata to, and publish your own custom wearables. -> Remember: these docs don’t explain how to create the models, meshes, and textures that make up wearables, they just explain how to use the Wearables Editor to upload and publish your wearables. For an intro on the actual wearable creation process, [start here]({{< ref "/content/creator/wearables/creating-wearables.md" >}}). +> Remember: these docs don’t explain how to create the models, meshes, and textures that make up wearables, they just explain how to use the Wearables Editor to upload and publish your wearables. For an intro on the actual wearable creation process, [start here]({{< ref "/content/creator/wearables-and-emotes/wearables/creating-wearables.md" >}}). ### Logging in @@ -67,7 +67,7 @@ Then, in the editor tool, go to properties and add the other one. The mouth, eyes and eyebrows category have a different behaviour in the tool, because these are just .pngs files. To upload these just drag and drop the png file as a transparent image (256px X 256PX). Mouth is going to be automatically tinted by skin color, same for the eyebrows tinted by the hair color. -If you want the asset to be masked, so a part of the mouth or eyebrows is not affected by the tinting you would need to both zip files and then drag them to the tool. +If you want the asset to be masked, so a part of the mouth or eyebrows is not affected by the tinting you would need to both zip files and then drag them to the tool. {{< hint warning >}} **📔 Note** : remember that png name of the mask should end with suffix "\_mask" in order to work.** @@ -205,7 +205,7 @@ After reviewing your total fee, click **Next**. > **Warning!** > You will not be able to add or remove items in your collection after beginning the publication process. You will be able to see your items within the Decentraland Marketplace, but they will not be able to be bought, sold, or transferred until they have been approved. -For more detailed information on the publication and approval process, see [Publishing Wearables]({{< ref "/content/creator/wearables/publishing-wearables.md" >}}). +For more detailed information on the publication and approval process, see [Publishing Wearables]({{< ref "/content/creator/wearables-and-emotes/publishing/publishing-collections.md" >}}). When you are ready, click **Publish** and sign the message when prompted by your wallet. diff --git a/content/creator/wearables-and-emotes/publishing/_index.md b/content/creator/wearables-and-emotes/publishing/_index.md new file mode 100644 index 00000000..2fd94417 --- /dev/null +++ b/content/creator/wearables-and-emotes/publishing/_index.md @@ -0,0 +1,5 @@ +--- +bookCollapseSection: true +weight: 4 +title: Publishing Collections +--- diff --git a/content/creator/wearables/curation-committee.md b/content/creator/wearables-and-emotes/publishing/curation-committee.md similarity index 90% rename from content/creator/wearables/curation-committee.md rename to content/creator/wearables-and-emotes/publishing/curation-committee.md index 2062b196..5df1cb43 100644 --- a/content/creator/wearables/curation-committee.md +++ b/content/creator/wearables-and-emotes/publishing/curation-committee.md @@ -14,7 +14,7 @@ weight: 4 The Curation Committee is a group of individuals elected by the DAO who are responsible for reviewing and approving wearables and emotes submitted by the Decentraland community. The current Curation Committee includes three members, but it can be expanded to include more. Each member holds a key in a multisig wallet that is used to vote on the approval or rejection of each item submitted via the Wearables Editor. -The approval criteria used by the committee when reviewing wearables is outlined in [Publishing Wearables]({{< ref "/content/creator/wearables/publishing-wearables.md" >}}), the criteria for publishing emotes is outlined in [Emotes overview]({{< ref "/content/creator/emotes/emotes.md" >}}) +The approval criteria used by the committee when reviewing wearables is outlined in [Publishing Wearables]({{< ref "/content/creator/wearables-and-emotes/publishing/publishing-collections.md" >}}), the criteria for publishing emotes is outlined in [Emotes overview]({{< ref "/content/creator/wearables-and-emotes/emotes/emotes-overview.md" >}}) The current members of this committee are: @@ -34,7 +34,7 @@ The current members of this committee are: - Yannakis, 3D Artist and Independent wearable creator -## Why does Decentraland need a Curation Committee? +## Why Does Decentraland Need a Curation Committee? Wearables, emotes and other assets are a critical aspect of the avatar creation and customization experience. With the addition of the Editor, any member of the community can create their own wearables and emotes to share with other users. diff --git a/content/creator/wearables-and-emotes/publishing/publishing-collections.md b/content/creator/wearables-and-emotes/publishing/publishing-collections.md new file mode 100644 index 00000000..592f7d5b --- /dev/null +++ b/content/creator/wearables-and-emotes/publishing/publishing-collections.md @@ -0,0 +1,164 @@ +--- +date: 2021-05-31 +title: Publishing Collections +aliases: + - /wearables/publishing-wearables/ + - /decentraland/publishing-wearables/ +description: A description of the publication and approval process for Decentraland wearables +categories: + - Decentraland +type: Document +url: /creator/wearables/publishing-collections +weight: 3 +--- + +For detailed instructions on how to submit your collections for approval before publication, see [how to create a collection]({{< ref "/content/creator/wearables-and-emotes/manage-collections/creating-a-collection.md" >}}). This document explains how the approval process works when publishing wearables and emotes, and what criteria is used by the Curation Committee when reviewing wearables. For detailed information on the Curation Committee, [start here]({{< ref "/content/creator/wearables-and-emotes/publishing/curation-committee.md" >}}). + +## **The Publication Process** + +1. After clicking "Publish" on your completed proposal and pay the fees of the items, the collection will be submitted to the Curation Committee for approval. Collections pending approval will be flagged as "Under Review". +2. Any collections pending approval from the Curation Committee may not be minted until the approval process is completed. +3. Each time you publish a new collection, a post is automatically created on the [Decentraland Forum](https://forum.decentraland.org/), providing a list and overview of each item in the collection. This Forum post gives the community and the Curation Committee a space to share feedback or request any changes that you need to make before your collection can be approved. +4. If there are changes you need to make, the Curation Committee will notify you in the Forum thread of your collection. +5. You can make any necessary modifications and submit your collection for approval again. It is possible for collections to undergo multiple reviews and rejections before receiving final approval. +6. Once your collection has final approval, you will be notified in the Forum. You will also see a green visual indicator in the Wearable Editor next to the approved collection. +7. With a successful approval, you can begin minting items in your collection! + +## **Publication Fees** + +There is a required fee for publishing items. This fee was originally [voted in place by the Decentraland DAO](https://governance.decentraland.org/proposal/?id=50092c00-c315-11eb-ac84-1705d1ae4a66) to deter users from publishing an excessive number of wearables in an attempt to "spam" the wearables market. + +The [most recent vote](https://governance.decentraland.org/proposal/?id=b8075360-e8e7-11ec-82d9-d917cdd158ac) regarding publication fees has pegged them to a fixed amount of **150 USD per item, to be paid in Polygon MANA**. + +{{< hint warning >}} +**📔 Note**: You can move MANA between Ethereum and Polygon using the [Account dApp](https://account.decentraland.org). +{{< /hint >}} + +For example, if you publish a collection with two items and the price of MANA at the time is 1.5 USD, you will have to pay a fee of 200 MANA (150 USD for each item divided by the price of MANA in USD) regardless of the rarity (or how many NFTs can be minted) of those items. + +These fees are transferred to the curators committee and the Decentraland DAO, where they are used to help fund the growth of the platform through grants and other initiatives voted on by the greater Decentraland community. + +{{< hint warning >}} +**📔 Note**: Currently, due to the time and resources required to review each collection submitted, **the publication fee is non-refundable**. If your collection is rejected, you will not receive your MANA back. If your collection is not immediately approved, the Curation Committee will provide you with suggestions and feedback on how to improve it, but the final acceptance of your collection cannot be guaranteed. +{{< /hint >}} + +## **Acceptance Criteria** + +Following is an overview of the criteria used by the Curation Committee when determining a collection’s eligibility. Much of this criteria is based on Section 2 of Decentraland’s [Content Policy](https://decentraland.org/content/). + +Specifically, wearables may not: + +- Involve illegality, such as piracy, criminal activity, terrorism, or child pornography +- Infringe third party intellectual property rights +- Contain cruel or hateful imagery that could harm, harass, promote or condone violence against, or that is primarily intended to incite hatred of, animals, or individuals or groups based on race or ethnic origin, religion, nationality, disability, gender, age, veteran status, or sexual orientation/gender identity +- Contain content that is libelous, false, inaccurate, misleading, or invades another person's privacy +- Breach the Privacy Policy +- Contain any content that promotes or could be construed as primarily intending to evade the limitations described above + +Please refer to the full Content Policy [here](https://decentraland.org/content/) for additional details and definitions. Any submissions that violate the above criteria will be rejected. + +**In addition to the Content Policy, the committee may reject wearable submissions on the following technical conditions:** + +> - It is important that wearables be "skin weighted" correctly so that the avatar animations can be rendered as expected. Wearables without correct skin weighting will be rejected. +> - Wearables must preserve avatar UV mapping to ensure that user-selected skin tones can be rendered as expected. +> - The dimensions of eyebrow, eye, and mouth textures should not exceed 256 by 256px, and the image must have transparent background. +> - Wearables with a disproportionate number of triangles, textures and materials may be rejected because can cause poor performance and a bad experience for players. Creators should not exceeding the limitation [guidelines]({{< ref "/content/creator/wearables-and-emotes/wearables/creating-wearables.md" >}}) when creating wearables. +> - Wearables may not contain duplicate items within a collection. (Each item within a collection must be unique.) +> - Wearables may not mimic or copy other wearables that have already been published. +> - Wearables that exceed the space restrictions. +> - Wearables with misleading categories may be rejected; for example, a hat that is categorized as a lower body item. +> - Wearables must follow the armature humanoid structure to ensure a good quality gameplay. In this sense, currently vehicles or pets are not allowed because these are not wearables by definition. +> - Emotes that exceed the time and space restrictions. For more info check the [emote guidelines]({{< ref "/content/creator/wearables-and-emotes/emotes/creating-emotes.md" >}}) +> - Curators from the curators committee can submit collections but not approve their own. In this case, another curator from the committee would needs to review in order and approve or reject. + +## **Attributing Collaborators [#](https://docs.decentraland.org/creator/wearables/wearables-editor-user-guide/#attributing-collaborators)** + +If you collaborated with other artists when creating your items, you can add attributions within the Wearables Editor. This can only be done after publishing a collection. + +First, navigate to the **[Builder](https://builder.decentraland.org/)** and select the **Collections** tab. Select the collection containing the items you want to add attributions to, click the **…** icon next to the **Mint Items** button, and select **Collaborators**. + +To add collaborators, simply enter their Ethereum address, and click **Add**. You can add as many collaborators as you want. To remove a collaborator, simply click **Remove** next to the collaborator’s address. + + + +## **Selling Items** + +After your items are published in a collection and approved by the Curation Committee, they can be sold to other users in the metaverse. + +Items can be sold in **primary sales** and **secondary sales**. + +- **Primary sales** are performed by the Decentraland Store’s smart contract. During a primary sale, the **item is minted automatically**, and it is sold for the price set by you in the Wearable Editor. +- **Secondary sales** are performed by the Decentraland Marketplace’s smart contract. These occur anytime a user sells an item in the Marketplace **after it has been minted** or **purchased in a primary sale**. Items can be sold for any price in a secondary sale. + +To view items available to purchase in a primary and secondary sales, head to the **[Decentraland Marketplace!](https://market.decentraland.org/)** + +## **Primary Sales** + +Primary sales occur when one of your items is purchased for the first time. These sales are only performed by the Decentraland Store’s smart contract. + +When a user makes a primary purchase of one of your items, the store **mints the item automatically**, transfers the item to the purchaser, and sends the MANA proceeds to the beneficiary address. + +> Remember! You do not need to mint your items in order to sell them in primary sales! + +To sell your items via primary sales, begin by navigating to the **[Builder](https://builder.decentraland.org/)** and follow the next steps: + +To enable Primary Sales, go to the **Collections** tab, select the one you want to enable and toggle the **_On Sale_** button, after that click **Turn On** in the confirmation window that appears. **When this switch is enabled, your collection will be available to purchase within the Decentraland store.** + + + +If the switch is turned on, the Decentraland store will automatically mint one of your items whenever a user makes a primary purchase. This allows you to mint and sell all of your available items until the maximum supply is reached. If you want to save one or more of your items before listing them for sale, you need to manually mint an item to one of your own wallet addresses. + +Any purchaser of one of your items is able to resell it at any time and at any price in Decentraland's [Marketplace](https://market.decentraland.org/). + +**All Primary Sales in the Decentraland in-world store are subject to a 2.5% fee, which is transferred to the Decentraland DAO.** + +If you sell an item through a primary sale, you will receive your MANA on Polygon. The proceeds of any items sold on Polygon will reside on the sidechain. If you want to transfer your MANA from the Polygon sidechain to the main Ethereum chain, you will have to pay a transaction fee. You can do so from the [Accounts](https://account.decentraland.org/) page. For more information on the Polygon sidechain, see [this blog post](https://decentraland.org/blog/announcements/polygon-mana/). + +### **Disabling Primary Sales** + +To unlist your items, untoggle the **On Sale** switch to turn it off. This will only apply to primary sales for your items. + +## **Secondary Sales** + +Items can be sold in secondary sales at any time, and for any price, in the Decentraland Marketplace only after: + +- They have been **minted** +- They have been **purchased in a Primary Sale** + +In other words, anybody who owns an NFT for a wearable can sell it in the Decentraland Marketplace. There are royalties for wearables sold in secondary sales in Decentraland. Royalties goes to the item beneficiary. + +## **Minting Wearables** + +Minting is the process of creating the actual non-fungible tokens (NFTs) based on the items you’ve uploaded to the Wearables Editor. + +All wearables in Decentraland are minted on the Polygon sidechain. This allows users to mint and transfer items without paying any gas fees (so long as these transactions are conducted solely on the Polygon sidechain). + +As with selling items in primary sales, you will not be able to mint any items within a collection until the review process is complete. If your collection is still under review, you will see the tag **"Under Review"** appended to your collection. After it has been reviewed and approved, the tag will change to **"Published"**, and you can begin minting your items manually. + +### **How To Manually Mint Items** + +To mint published items, open the collection containing the items you’d like to mint, and click **Mint Items**. + + + +You will be shown a modal window containing a list of the items available along with the supply available for each. Remember, the supply is the total number of items you can mint. For example, if your supply reads 0/10, then you have used 0 out of your total supply of 10. + + + +When minting, you must set the address that will receive the minted items and you must set the number of items you want to mint to that address. You cannot mint more items than are available in the supply available. + +If you enter your own address, then the items that are minted will be transferred to your account. + +You can “gift” items to anyone you like by entering their address instead of your own under Address. + +Remember, these items are minted and transferred to the address entered for free. The price you set for items is only collected in primary sales. + +{{< hint warning >}}⚠️ Note: You can currently only mint 50 items per transaction. {{< /hint >}} + +Are there any fees associated with minting items? No, items are minted on the Matic sidechain, thus removing any fees traditionally associated with minting NFTs on the main Ethereum blockchain. + +### **Adding Minters to the Collection** + +To add minters, simply enter their Ethereum address, and click **Add**. You can add as many minters as you want. To remove a minter, simply click **Remove** next to the minter’s address. + + diff --git a/content/creator/wearables-and-emotes/wearables/_index.md b/content/creator/wearables-and-emotes/wearables/_index.md new file mode 100644 index 00000000..ee7b4dad --- /dev/null +++ b/content/creator/wearables-and-emotes/wearables/_index.md @@ -0,0 +1,5 @@ +--- +bookCollapseSection: true +weight: 1 +title: Wearables +--- diff --git a/content/creator/wearables-and-emotes/wearables/creating-wearables.md b/content/creator/wearables-and-emotes/wearables/creating-wearables.md new file mode 100644 index 00000000..b9a0b1e4 --- /dev/null +++ b/content/creator/wearables-and-emotes/wearables/creating-wearables.md @@ -0,0 +1,339 @@ +--- +date: 2023-01-07 +title: Creating Wearables +description: Tips And Guidelines For Creating Decentraland Wearables +categories: + - Decentraland +type: Document +aliases: + - /wearables/creating-wearables/ + - /decentraland/creating-wearables/ +url: /creator/wearables/creating-wearables +weight: 2 +--- + + + +# Intro + +This guide introduces the basics for creating custom 3D models for Decentraland wearables. It explains how the Decentraland avatar system works, and it illustrates how to properly model your own wearables. + +_Note: this guide assumes that you already have some basic to intermediate knowledge of 3D modeling. If you’re new to 3D modeling, [start here](https://docs.decentraland.org/creator/3d-modeling/3d-models/)._ + +Before you get started, download the example files for reference meshes and textures: **[Wearables Reference Models](https://drive.google.com/drive/u/1/folders/12hOVgZsLriBuutoqGkIYEByJF8bA-rAU)** + +# The Decentraland Avatar System + +The Decentraland "avatar system" is the broad collection of different body components and subcomponents that can be decorated with custom wearables. These components are: + +- Body shape +- Head + - Head shape + - Eyebrows + - Eyes + - Mouth +- Upper body +- Lower body +- Feet +- Accessories + +## **Base Body Shape** + +After downloading the base avatar example file, load the model into your 3D editor, like Blender. + +You’ll notice that each model contains 7 different meshes related to an armature. These meshes represent the head, eyebrows, eyes, mouth, upper body, lower body and feet. You can use these example models as a reference and starting point for your own custom wearable. + +Currently, there are two body shapes: A or B. + + + +## **Head** + + + +_*The base head includes different meshes attached that can be customizables as wearables: Eyebrows, Eyes and Mouth work as transparency masks rendered in front of the face.*_ + +## **Upper Body** + + + +_*The upper body, or torso, of an avatar includes the arms and hands.*_ + +## **Lower Body** + + + +_*The lower body includes the pelvis and legs of an avatar.*_ + +## **Feet** + + + +_*Feet include ankles and foot.*_ + +{{< hint warning >}} **Important: Do not modify the vertices "cuts/stitches" between the head, upper and lower body.** +{{< /hint >}} + +Each part of the body has caps, making them "water tight". These caps exist to prevent unsightly glitches if there are any animation clipping problems due to bad skin weighting. It’s best to not remove these caps when editing the mesh. + + + +# Building 3D Models for Wearables + +### **Tris, materials and texture limitations** + +To ensure that Decentraland runs smoothly for all players, it is important to create wearable models without using too many triangles, materials and textures. The goal is to keep the 3D models as simple as possible so they can be easily rendered, without sacrificing too much detail. + +There are limits for the number of triangles and textures that can be used for each wearable or accessory: + +- No more than 1.5K triangles per wearable slot: upper body, lower body, feet and hair. +- No more than 500 triangles per categories: mask, eyewear, earring, tiara, top_head and facial hair. +- No more than 1k triangles per these accessories slots: hat, helmet. +- No more than 2 textures (at a resolution of 512x512px or lower) per wearable. All textures must be square at 72 pixel/inch resolution. +- No more than 2 materials (without counting the AvatarSkin_MAT) +- In the case of skin wearable, the amount of tris allowed are 5k and 5 textures. + +{{< hint warning >}} **Wearable Tris Combiner:** + +*If the wearable hide other wearables the creator is allowed to combine the tris per slot. For example: if you want to do a jumpsuit you could create it using the upper body category hiding lower body; in that case you could have 1.5K*2= 3K triangles.\* + +In the case of the helmet, if you hide all the head wearables (head, earrings, eyewear, tiara, hat, facial_hair, hair and top_head you can reach the 4k tris, 2 materials and 2 textures) +{{< /hint >}} + +### Max Width, Height and Depth Dimension of the Wearables + +There is a distance limit for wearables to ensure that they do not obstruct the visibility of other players screens or invading the scene space in an excessive way. + +The dimension for the wearables cannot exceed: + +> `Height: 2.42 m`, +> `Width: 2,42 m`, +> `Depth: 1,4 m` + + + +### **Maps** + +Decentraland wearables currently supports 3 types of maps, which are: + +1. **Base Color**: This is the main texture with the colors and details of your model. +2. **Emission**: This map is for the parts that are glowing in your model. The emission map goes in a separated material specifically for emission. +3. **Alpha**: This map is to handle transparency. It uses the opacity channel of the texture. (_It is always preferable to use Alpha Clip rather than Alpha Blend, using a black and white texture for the cutout_) + + + +Because Decentraland reference client uses of a Toon Shader for the avatar materials, some maps are **not necessary** like: + +- **Normal maps:** textures used to simulate high-resolution details on low-polygon models by encoding surface normals as RGB values. +- **Roughness maps:** textures used to define the surface roughness of 3D objects. + +To use these maps in Decentraland the workaround is to bake them in one texture. You can find more info about baking textures here: [https://docs.blender.org/manual/en/latest/render/cycles/baking.html](https://docs.blender.org/manual/en/latest/render/cycles/baking.html) + +### **Normals** + +**Decentraland engine render only one side normals.** (That means that a plane only will be visible from one side, the other side won’t be rendered) So, to ensure that your 3D is absolutely correct with the normals we can check that in two different ways. + +The first one is to toggle the "Backface culling" on the Material properties settings, this is a good practice for spot inverted normals, like in this image: + + + + +The second way to check if the normals are right is by toggling "Face orientation" on the viewport overlay options. It will turn your model blue, but don’t worry. The blue faces are the correct ones and the red ones are the ones that needs to be corrected, you can find this option here: + + + +### **Eyebrows, Eyes and Mouth** + +These meshes work with a transparent shader so you don’t have to do anything aside from creating your own png texture for the new eyebrow, eye, or mouth style you want and placing it correctly into the UV map. These textures should be 256x256px and need to have an alpha channel for transparency. + +Here are some example png textures: + + + + + +_*Eyes and Eyewbrows use the same mesh and UV map.*_ + + + + +_*Mouth mesh and UV map.*_ + +To visualize the final result you’ll need to use these nodes (in Blender): + + + + +**Masks:** The Avatar Editor has different color options that players can choose from to customize their avatars. + + + +These color choices are applied to a specific mask in the wearable. + + + + + +The black area in the image on the left (Eyes Mask) indicates the area of the texture on the right (Eyes Base) that will be colored. It’s important to remember that irises always need to have a grey scale (if the iris is pure black, the tint isn’t going to work. By the contrary, if the iris is pure white it would be fully tinted by the selected color using the editor). + +### **Hair and Facial Hair** + +There are two important things to remember when creating custom hair wearables. + +First, try to follow the shape of the head. You can always refer to the head mesh provided in the example files if you need a place to start. + + + +Second, if you want users to be able to change the color of the hair or facial hair using the avatar editor, then you need to paint the hair in grayscale and use "Hair" in the naming of the material (example "M_Hair_Short"). If you want to include other object which doesn't is influenced by tint just don't add that naming convention. + + + + + + +_*Lower tones of gray will appear darker and higher tones of gray will appear brighter, multiplied by the color selected from the user in the avatar editor.*_ + +## **Base Materials and Textures** + +There are two basic materials for avatar models. One is the material used for the wearable itself and the other one is used for the skin. + + + +Each base mesh comes with its own skin texture. + + + + + +The skin texture is made in grayscale so it allows the render engine to tint the skin of the avatar using the editor according to the user’s preference. In order to be able to tint the skin color using the editor the name of the material must be _AvatarSkin_MAT_. + + + +{{< hint warning >}} +Important: always preserve the UV mapping for any body part that is exposed by a wearable, like the legs exposed by the shorts or skirts. +{{< /hint >}} + + + +You can create custom textures for your wearables! However, it’s always best to use a single, very small, texture file for each wearable. Using the default AvatarWearable_MAT texture provided in the example files will guarantee that your wearables are performant! + + + +{{< hint warning >}} +✨ In the case you want to do your own textures for the model we recommend the following addons for better UV Unwrapping: + +**UVPacker** + +UvPacker is a free addon that helps you to pack and organize your uvs with just a few clicks. As Decentraland works with 512x for the wearables this tool is a great assist to create better and more organized textures. + +You can download directly from the website here: + +[**https://www.uv-packer.com/download/**](https://www.uv-packer.com/download/) + +**UVToolKit** + +UvToolKit is a addon that helps you to expand your UV settings and options to create great UVs in blender. + +Here is the link for the download: +[**https://alexbel.gumroad.com/l/NbMya**](https://alexbel.gumroad.com/l/NbMya) + +{{< /hint >}} + +## **Skin Weighting** + +Skin weighting is the process of determining which bones in the avatar’s rigging affect which wearables during an animation. + +When skin weighting our new wearables, there are several considerations we need to keep in mind. + +Each asset must be weighted to the full skeleton. For example, an upper body asset will look like this when applying skin weights: + + + +Wearables that meet at intersections between body parts must be fully weighted to the same bone. For example, in these two green zones, the vertices in the neck need to be fully weighted to the "Neck" bone only. + + + +### **Key Bones** + +The "key" bones to use when skin weighting are: + +**Head Bone:** for the hair, earrings, tiaras, eyes, eyebrows, mouth and any accessory that needs to follow the head’s movement. + +**Neck Bone:** for the main head and upper body’s intersecting vertices. + +**Hips Bone:** for the upper body and lower body’s intersecting vertices. + +**Right Leg and Left Leg Bones:** for the lower body and feet intersecting vertices. + +{{< hint warning >}} +⚠️ **Hint** + +- Remember, you can use any bone to influence any mesh’s vertices! For example, you could create a new foot mesh for a tall pair of boots, and skin weight the top of the boot to the "Leg Bones". Or, you could create some long hair and use the "Shoulder" or "Spine" bones to influence the hair when the avatar moves around. +- It's always recommendable to keep a symmetry from both sides of the rig, left and right should have similar bone influences. +- As a common advice, a vertex cannot be influenced by more than 4 bones or joints. +- Keep in mind to export the armature exactly as the one provided in the documentation. If it has any other bones like _"\_end_bones"_ or similar is not going to work on the client. + {{< /hint >}} + +# Good Practices For Modeling + +## **Change Your Mesh From T-Pose To A-Pose** + +When you’re making wearables, the best way to visualize the final result, and to facilitate how you handle topology and position of the wearable is to work with the model in A-Pose. In order to do that you have to follow this simple steps: + +1. First select the upper body, then you have to toggle "**Edit mode**" and "**On cage**" in the armature modifier. + + + +2. Now, in pose mode you can rotate the arms 60°. + + + +3. You can edit your mesh in A-Pose instead of T-pose. + + + +4. But it is also good to keep in mind that you can easily alternate from A-Pose to T-Pose just toggling back the "Edit mode" and "On cage" in the armature modifier. + + + +## **Joint deformation:** + +In order to get the best results on the wearable topology when it comes to joints (arms or legs, for example) it's important to have good practices when creating loops. Here we can see the difference on the deformation of the mesh for different loop cuts: + + + +A good way to ensure that everything is deforming correctly is to do a weight paint like the following example: + + + + + +## **Skirts** + +A useful tip and good practice when modeling skirts/dresses is to add additional loopcuts in the intersections of the folds. This will be very handy when you have to paint the weights of the rig. + + + +With this loopcuts the vertex influence look a lot more smooth and give you better results when you’re animating a skirt/dress. + +Here is an example of how the bone influence should be: + + + +## **Hats** + +A good practice when creating hats is to add a hair to the base mesh of the hat and then hide the category _hair_ using the editor. Doing this is going to prevent that the hat clips with other hairs and reduce unexpected results. + + + +## **Add Polygon Count** + +A valuable tip is to always keep on track of the polycount of your models. To do that in blender you need to turn on statistics on the viewport overlays panel. + + + +## Resources + +In this shared folder you can find base models, textures, and various other resources, including examples of fully-created wearables. Feel free to leverage these resources when creating your own. + +**[Wearables Reference Models](https://drive.google.com/drive/u/1/folders/12hOVgZsLriBuutoqGkIYEByJF8bA-rAU)** diff --git a/content/creator/wearables/linked-wearables.md b/content/creator/wearables-and-emotes/wearables/linked-wearables.md similarity index 96% rename from content/creator/wearables/linked-wearables.md rename to content/creator/wearables-and-emotes/wearables/linked-wearables.md index 4a95f5a9..effd77e9 100644 --- a/content/creator/wearables/linked-wearables.md +++ b/content/creator/wearables-and-emotes/wearables/linked-wearables.md @@ -4,12 +4,12 @@ title: Linked wearables aliases: - /wearables/linked-wearables/ - /decentraland/linked-wearables/ -description: Wearable representations of 3rd party tokens +description: Wearable Representations Of 3rd Party Tokens categories: - Decentraland type: Document url: /creator/wearables/linked-wearables -weight: 6 +weight: 3 --- ### Table of Contents @@ -55,7 +55,7 @@ This document is mostly oriented for representatives of Third Parties that want Linked Wearables are 3D representations of NFTs that originate from outside Decentraland that can be used as wearables in-world, can be equipped on the avatar, and are found in the backpack. -Linked Wearables are not [regular wearables]({{< ref "/content/creator/wearables/wearables-overview.md" >}}). They look the same, but carry a completely different meaning. +Linked Wearables are not [regular wearables]({{< ref "/content/creator/wearables-and-emotes/wearables/wearables-overview.md" >}}). They look the same, but carry a completely different meaning. Linked Wearables do not exist inside traditional wearable collections, have no rarity, and can not be sold in [primary](https://market.decentraland.org/browse?assetType=item§ion=wearables) or [secondary](https://market.decentraland.org/browse?assetType=nft§ion=wearables&vendor=decentraland&page=1&sortBy=recently_listed&onlyOnSale=true&viewAsGuest=false&onlySmart=false) markets. They are only **in-world representations mapped to external NFTs by a Third Party.** @@ -79,10 +79,10 @@ The passage threshold to become approved is 4 million Voting Power and the Votin After the DAO has approved the proposal, a group of Third Party managers will be assigned to operate with all of the Linked Wearables features. -# Linked Wearables +# **Linked Wearables** Linked Wearables are regular wearables mapped to external NFTs. The 3D model version of your NFTs that will be used as in-world wearables will have to be compliant with the same -[guidelines]({{< ref "/content/creator/wearables/creating-wearables.md" >}}) as regular wearables. +[guidelines]({{< ref "/content/creator/wearables-and-emotes/wearables/creating-wearables.md" >}}) as regular wearables. To create a Linked Wearable, you will need to: @@ -91,7 +91,7 @@ To create a Linked Wearable, you will need to: We'll be seeing how to work with Linked Wearables in the sections down below. -## Creating a Linked Wearable Collection +## **Creating a Linked Wearable Collection** Creating a Linked Wearable collection is the first step into creating our Linked Wearables. @@ -110,7 +110,7 @@ To create a new Linked Wearable follow these steps: We strongly recommend that you choose a name that is unique and descriptive for the collection and as the ID or URN of the collection, **the address of the NFT contract that will be mapped to the Linked Wearables**. Using the NFT address as the ID of your collection will prove to be helpful when creating the API. -## Creating Linked Wearables one by one +## **Creating Linked Wearables One By One** It's possible to, as it already happens with standard wearables, upload your wearables' 3D models one by one. @@ -124,9 +124,9 @@ To do so, follow these steps: ![](/images/media/linked-wearables/multiple-items-upload.png) -3. Follow the steps to upload and configure your wearable as it is described in the _Uploading an item_ section in the [wearables editor user guide]({{< ref "/content/creator/wearables/wearables-editor-user-guide.md" >}}). +3. Follow the steps to upload and configure your wearable as it is described in the [creating wearables guidelines]({{< ref "/content/creator/wearables-and-emotes/wearables/creating-wearables.md" >}}) -## Creating Linked Wearables in bulk +## **Creating Linked Wearables In Bulk** As Linked Wearable collections can contain a big number of items, it is possible to upload the 3D models and the information of the wearables in bulk. @@ -136,7 +136,7 @@ The process of uploading wearables in bulk involves uploading a ZIP file for eac - A **required** `wearable.json` file containing the information of the wearable. - An **optional** `thumbnail.png` file containing the thumbnail of the wearable that will be seen in the Builder and the world. If it is not provided, one will be generated using the 3D model. -The 3D models and the optional `thumbnail.png` follow the [creating wearables guidelines]({{< ref "/content/creator/wearables/creating-wearables.md" >}}) and the [wearables editor user guide]({{< ref "/content/creator/wearables/wearables-editor-user-guide.md" >}}) on how to create a custom thumbnail. +The 3D models and the optional `thumbnail.png` follow the [creating wearables guidelines]({{< ref "/content/creator/wearables-and-emotes/wearables/creating-wearables.md" >}}) on how to create a custom thumbnail. The `wearable.json` accompanying the content of the wearables has the following format (typed as Typescript would): @@ -204,7 +204,7 @@ enum WearableBodyShape { Some things to consider about the `wearable.json` file: -- All the information about the wearable categories and which to choose can be found in the [creating wearables guidelines]({{< ref "/content/creator/wearables/creating-wearables.md" >}}). +- All the information about the wearable categories and which to choose can be found in the [creating wearables guidelines]({{< ref "/content/creator/wearables-and-emotes/wearables/creating-wearables.md" >}}). - The `id` field is optional and can be used to: - Create a wearable with an specific ID. - Update a wearable in Bulk (which will be seen in the [Editing wearables in bulk](#editing-wearables-in-bulk) @@ -359,7 +359,7 @@ To edit a single wearable, follow these steps: ![](/images/media/linked-wearables/edit-single-wearable.png) -2. Edit the wearable as standard wearables are edited. Follow the _Editing items_ section in the [wearables editor user guide]({{< ref "/content/creator/wearables/wearables-editor-user-guide.md" >}}). +2. Edit the wearable as standard wearables are edited. Follow the _Editing items_ section in [creating wearables guidelines]({{< ref "/content/creator/wearables-and-emotes/wearables/creating-wearables.md" >}}) on how to create a custom thumbnail. ## Editing a wearable's ID or URN @@ -484,7 +484,7 @@ The curation process will differ according to the process used to generate the w ### Handcrafted wearables -For 3D models that were made individually without any automated process (the usual method for most regular wearables) the Curator will need to go through all items in the collection individually to make sure they are all compliant with the [Wearable Guidelines]({{< ref "/content/creator/wearables/creating-wearables.md" >}}). +For 3D models that were made individually without any automated process (the usual method for most regular wearables) the Curator will need to go through all items in the collection individually to make sure they are all compliant with the [Wearable Guidelines]({{< ref "/content/creator/wearables-and-emotes/wearables/creating-wearables.md" >}}). ### Programmatic collections diff --git a/content/creator/wearables-and-emotes/wearables/wearables-overview.md b/content/creator/wearables-and-emotes/wearables/wearables-overview.md new file mode 100644 index 00000000..28dccd33 --- /dev/null +++ b/content/creator/wearables-and-emotes/wearables/wearables-overview.md @@ -0,0 +1,81 @@ +--- +date: 2021-05-31 +title: Wearables Overview +aliases: + - /wearables/wearables-overview/ + - /decentraland/wearables-overview/ +description: An overview of wearables NFTs for Decentraland +categories: + - Decentraland +type: Document +url: /creator/wearables/wearables-overview +weight: 1 +--- + +WearablesOverview + +# What Are Wearables? + +Wearables are the various items of clothing, accessories, and body features that can be used to customize the appearance of a Decentraland avatar. There is a selection of default wearables that are freely available to all avatars, but Decentraland also supports the creation and use of custom wearables that are represented by non-fungible tokens (or NFTs). This allows a finite amount of different wearables to be created, or minted, on the blockchain, similar to the LAND. + +There’s a growing range of available wearables including cyberpunk themed sneakers, fashionable jackets, fun top hats, and more! All of these stylistic choices give users an exciting and meaningful way to invest in, and express, their own unique personalities. By allowing wearables to be minted, and then sold, as NFTs, Decentraland provides content creators with a fun way to monetize their creative work. + +By default, Decentraland Wearables are minted on the Polygon/Matic side-chain so users can mint, buy, sell, or transfer items without having to pay gas fees. + +# Wearable Categories + +Each wearable has a specific category that determines which body part in the avatar system (e.g. head, upper body, etc.) the wearable will be applied to. Certain wearables will impact whether or not other wearables are rendered, depending on the specific category. Some wearables will entirely replace others with sometimes unexpected and surprising results. See the list below for details. + +The different categories are: + + + +- **Skin:** Replaces the entire avatar (head, upper body, lower body and feet except accessories) +- **Head:** + - **Mouth** + - **Eyes** + - **Eyebrows** + - **Facial Hair** + - **Hair** +- **Upper Body** +- **Lower Body** +- **Feet** + +There are also accessories that can be applied to different areas of an avatar. Some of these accessories can impact other wearables. The accessories are: + + + +- **Mask** +- **Eyewear** +- **Earring** +- **Tiara** +- **Top Head** +- **Hat** +- **Helmet** + +For a detailed description of each category, and how items within each category interact or replace one another, see **[Creating Wearables]({{< ref "/content/creator/wearables-and-emotes/wearables/creating-wearables.md" >}})**. + +You can check some of the basic wearables here: + + + + + +Refresh wearables ↺ + +The following shared folder contains example wearables, base models, textures and other resources you can use: + +- **[Wearables Reference Models](https://drive.google.com/drive/u/1/folders/12hOVgZsLriBuutoqGkIYEByJF8bA-rAU)** diff --git a/content/creator/wearables/_index.md b/content/creator/wearables/_index.md deleted file mode 100644 index 1ee2a720..00000000 --- a/content/creator/wearables/_index.md +++ /dev/null @@ -1,4 +0,0 @@ ---- -bookCollapseSection: false -weight: 2 ---- \ No newline at end of file diff --git a/content/creator/wearables/creating-wearables.md b/content/creator/wearables/creating-wearables.md deleted file mode 100644 index 1302b326..00000000 --- a/content/creator/wearables/creating-wearables.md +++ /dev/null @@ -1,248 +0,0 @@ ---- -date: 2021-05-31 -title: Creating wearables -description: Tips and guidelines for creating Decentraland wearables -categories: - - Decentraland -type: Document -aliases: - - /wearables/creating-wearables/ - - /decentraland/creating-wearables/ -url: /creator/wearables/creating-wearables -weight: 2 ---- - -### What are wearables? - -Wearables are the different clothing items, accessories, and body features that can be used to customize the appearance of a Decentraland avatar. While there are some default wearables available to all users, Decentraland also supports the use of custom wearables. These custom wearables can be created by both brands and users, and are often distributed in competitions and giveaways. Decantraland’s growing marketplace for user-generated content also includes support for wearables, which can be bought, sold, or traded as NFTs (non-fungible tokens). - -There’s a growing range of available wearables including cyberpunk themed sneakers, fashionable jackets, fun tophats, and more! All of these stylistic choices give users an exciting and meaningful way to invest in, and express, their own unique personalities. By allowing wearables to be minted, and then sold, as NFTs, Decentraland provides content creators with a fun way to monetize their creative work. - -This guide introduces the basics of creating custom 3D models for Decentraland wearables. It explains how the Decentraland “avatar system” works, and it illustrates how to properly model your own wearables. - -{{< hint warning >}} -**📔 Note** : this guide assumes that you already have some basic to intermediate knowledge of 3D modeling. If you’re new to 3D modeling, [start here]({{< ref "/content/creator/3d-modeling/3d-models.md" >}}).{{< /hint >}} - -### The Decentraland Avatar System - -The Decentraland “avatar system” is the broad collection of different body components and subcomponents that can be decorated with custom wearables. These components are: - -- Body shape -- Head - - Head shape - - Eyebrows - - Eyes - - Mouth -- Upper body -- Lower body -- Feet - -#### Body shape - -The basic form of an avatar. Wearables can be assigned to one, or both, body shapes. Currently, there are two body shapes: A or B. - -![](/images/media/creating-wearables-images/creating-wearables-1.png) - -#### Head - -The head includes several different meshes: - -**Head Shape** -This is the base mesh of the head on which all other head features attach to. - -**Eyebrow** -The Eyebrow mesh functions as a transparency mask. It is used to create different eyebrow styles. - -**Eye Mesh** -The Eye mesh functions as a transparency mask, and is used to create different eye styles. - -**Mouth** -The mouth mesh functions as a transparency mask, and is used to create different mouth styles. - -![](/images/media/creating-wearables-images/creating-wearables-2.png) - -#### Upper Body - -The upper body, or torso, of an avatar includes the arms and hands. All upper body wearables are applied to the entire torso. - -![](/images/media/creating-wearables-images/creating-wearables-3.png) - -#### Lower Body - -The lower body includes the pelvis, legs, and ankles of an avatar. - -![](/images/media/creating-wearables-images/creating-wearables-4.png) - -#### Feet - -Just the feet! All boots, shoes, sandals, socks, etc. are applied to the feet, not the lower body. - -![](/images/media/creating-wearables-images/creating-wearables-5.png) - -### Wearable Categories - -Each wearable has a specific category that determines which body part in the avatar system (e.g. head, upper body, etc.) the wearable will be applied to. Certain wearables will impact whether or not other wearables are rendered, depending on the specific category. Some wearables will entirely replace others with sometimes unexpected and surprising results. See the list below for details. - -The different categories are: - -- **Body_shape:** Replaces the entire avatar’s body. -- **Skin:** Replaces the entire avatar (head, upper body, lower body and feet except accesories) -- **Hat:** Replaces the avatar’s hat. For hats that leave some hair exposed, it must be attached to the hair in the mesh to prevent the avatar from going bald whenever they put on their hat. -- **Helmet:** Overrides the avatar’s entire head, replacing both hair and facial_hair. -- **Hair:** Replaces an avatar’s hair. -- **Facial_hair:** facial hair won’t replace or override any other wearables. -- **Head:** - - Mouth - - Eyes - - Eyebrows -- **Upper_body** -- **Lower_body** -- **Feet** - -There are also accessories that can be applied to different areas of an avatar. Some of these accessories can impact other wearables. The accessories are: - -- **Mask:** Replaces helmet, tiara, eye_wear and it will override facial_hair. -- **Eye_wear:** Replaces helmet and mask. -- **Earring:** Replaces helmet. -- **Tiara:** Replaces mask and helmet. -- **Top_head:** This is rendered on the top of an avatar’s hard. For example, an angel’s halo. - -### Building 3D models for wearables - -Let’s start to create some wearables! - -To ensure that Decentrand runs smoothly for all users, it is important to create wearable models without using too many triangles. The goal is to keep models as simple as possible so that they can easily be rendered, without sacrificing too much detail. - -The same goes for textures. It’s critical that we use as few textures as possible. - -There are limits for the number of triangles and textures that can be used for each wearable or accessory: - -- No more than 1.5K triangles per wearable -- No more than 500 triangles per accessories -- No more than 2 textures (at a resolution of 512x512px or lower) per wearable. All textures must be square. -- In the case of skin wearable, the amount of tris allowed are 5k and 5 textures. - -Before you get started, download the example files for reference meshes and textures. - -#### Upper body, Lower body, and Feet - -After downloading the example files, load the models into your 3D editor, like Blender. - -You’ll notice that each model contains 7 different meshes related to an armature. These meshes represent the head, eyebrows, eyes, mouth, upper body, lower body and feet. You can use these example models as a reference and starting point for your own custom wearable. - -**Important: Do not modify the “cuts” or the “stitches” between categories (unless you want to create an unusual “floating head” effect or something similar).** - -You’ll also notice that each category has caps, making them “water tight”. These caps exist to prevent unsightly glitches if there are any animation clipping problems due to bad skin weighting. It’s best to leave these caps on. - -![](/images/media/creating-wearables-images/creating-wearables-6.jpg) - -There are two basic materials for avatar models. One is the material used for the wearable itself and the other one is used for the skin. - -![](/images/media/creating-wearables-images/creating-wearables-7.png) - -Each base mesh comes with its own skin texture. - -![](/images/media/creating-wearables-images/creating-wearables-8.png) -_Skin for Avatar Shape A_ - -![](/images/media/creating-wearables-images/creating-wearables-9.png) -_Skin for Avatar Shape B_ - -You’ll notice that each skin texture is rendered grayscale in your editor. This allows us to tint the skin later in the avatar editor according to the user’s preference. - -![](/images/media/creating-wearables-images/creating-wearables-10.png) - -**Important: always preserve the UV mapping for any body part left exposed by a wearable, like the bottom of the legs left exposed by shorts and skirts. We want to leave any skin material meshes unmodified so that the user's skin tone is rendered correctly.** - -![](/images/media/creating-wearables-images/creating-wearables-11.png) - -We want to leave the skin mesh alone and use the default AvatarWearable_MAT texture provided in the example files whenever possible to select colors for our wearables. This will guarantee that your wearables are performant. However, you can create custom textures for our wearables! It’s always best to use a single, very small, texture file for each wearable. - -![](/images/media/creating-wearables-images/creating-wearables-12.png) - -#### Eyebrows, Eyes and Mouth - -These meshes work with a transparent shader so you don’t have to do anything aside from creating your own png texture for the new eyebrow, eye, or mouth style you want and placing it correctly into the UV map. These textures should be 256x256px and need to have, of course, an alpha channel (for transparency). - -Here are some example png textures: - -![](/images/media/creating-wearables-images/creating-wearables-13.png) -_Eyes_ - -![](/images/media/creating-wearables-images/creating-wearables-14.png) -_Eyebrows_ - -![](/images/media/creating-wearables-images/creating-wearables-15.jpg) -_Eyebrows_ - -![](/images/media/creating-wearables-images/creating-wearables-16.png) -_Mouth_ - -![](/images/media/creating-wearables-images/creating-wearables-17.jpg) -_Mouth_ - -**Nodes:** -To visualize the final result you’ll need to use these nodes (in Blender): - -![](/images/media/creating-wearables-images/creating-wearables-18.png) - -![](/images/media/creating-wearables-images/creating-wearables-19.png) - -**Masks:** -You will notice that the Avatar Editor has different color options users can choose from when selecting different wearables. - -![](/images/media/creating-wearables-images/creating-wearables-20.png) - -These color choices are applied to a specific mask in the wearable. - -![](/images/media/creating-wearables-images/creating-wearables-21.png) -_Eyes Mask_ - -![](/images/media/creating-wearables-images/creating-wearables-22.png) -_Eyes Base_ - -The black area in the image on the left (Eyes Mask) indicates the area of the texture on the right (Eyes Base) that will be colored. It’s important to remember that irises always have a grey band scale (if the iris is pure black, the tint isn't going to work). - -### Hair and Facial Hair - -There are two important things to remember when creating custom hair wearables. - -First, try to follow the shape of the head. You can always refer to the head mesh provided in the example files if you need a place to start. - -![](/images/media/creating-wearables-images/creating-wearables-23.png) - -Second, if you want users to be able to change the color of your custom hair or facial hair using the avatars editor, then you must paint the hair in grayscale. Lower shades of gray will appear darker and higher shades of gray will appear brighter, but always in the color selected by the user in the avatar editor. - -### Skin Weighting - -Skin weighting is the process of determining which bones in the avatar’s rigging affect which wearables during an animation. - -When skin weighting our new wearables, there are several considerations we need to keep in mind. - -Each asset must be weighted to the full skeleton. For example, an upper body asset will look like this when applying skin weights: - -![](/images/media/creating-wearables-images/creating-wearables-24.png) - -Wearables that meet at intersections between body parts must be fully weighted to the same bone. For example, in these two green zones, the vertices in the neck need to be fully weighted to the “Neck” bone only. - -![](/images/media/creating-wearables-images/creating-wearables-25.png) - -The “key” bones to use when skin weighting are: - -**Head Bone:** for the hair, earrings, tiaras, eyes, eyebrows, mouth and any accessory that needs to follow the head’s movement. - -**Neck Bone:** for the main head and upper body’s intersecting vertices. - -**Hips Bone:** for the upper body and lower body’s intersecting vertices. - -**Right Leg and Left Leg Bones:** for the lower body and feet intersecting vertices. - -If you keep these guidelines in mind when skinning your avatar meshes, everything will work as with the native avatars. - -Remember, you can use any bone to influence any mesh’s vertices! For example, you could create a new foot mesh for a tall pair of boots, and skin weight the top of the boot to the “Leg Bones”. Or, you could create some long hair and use the “Shoulder” or “Spine” bones to influence the hair when the avatar moves around. - -### Resources - -In this shared folder you can find base models, textures, and various other resources, including examples of fully-created wearables. Feel free to leverage these resources when creating your own. - -[Wearables Reference Models](https://drive.google.com/drive/u/1/folders/12hOVgZsLriBuutoqGkIYEByJF8bA-rAU) diff --git a/content/creator/wearables/publishing-wearables.md b/content/creator/wearables/publishing-wearables.md deleted file mode 100644 index bb7c1744..00000000 --- a/content/creator/wearables/publishing-wearables.md +++ /dev/null @@ -1,76 +0,0 @@ ---- -date: 2021-05-31 -title: Publishing wearables -aliases: - - /wearables/publishing-wearables/ - - /decentraland/publishing-wearables/ -description: A description of the publication and approval process for Decentraland wearables -categories: - - Decentraland -type: Document -url: /creator/wearables/publishing-wearables -weight: 3 ---- - -For detailed instructions on how to submit your wearable collection for approval before publication, see the [User Guide](https://docs.decentraland.org/decentraland/wearables-editor-user-guide/). This document explains how the approval process works when publishing wearables, and what criteria is used by the Curation Committee when reviewing wearables. For detailed information on the Curation Committee, [start here]({{< ref "/content/creator/wearables/curation-committee.md" >}}). - -### The publication process - -1. After clicking “Publish” on your completed proposal, it will be submitted to the Curation Committee for approval. Collections pending approval will be flagged as “Under Review”. -2. Any collections pending approval from the Curation Committee may not be minted until the approval process is completed. -3. Each time you publish a new collection, a post is automatically created on the Decentraland Forum, providing a list and overview of each item in the collection. This Forum post gives the community and the Curation Committee a space to share feedback or request any changes that you need to make before your collection can be approved. -4. If there are changes you need to make, the Curation Committee will notify you in the Forum thread for your collection. -5. After any needed changes have been made, you can resubmit your collection for approval. (Collections may be reviewed and rejected multiple times before final approval.) -6. Once your collection has final approval, you will be notified in the Forum. You will also see a visual indicator in the Wearable Editor next to the approved collection. -7. With a successful approval, you can begin minting items in your collection! - -### Publication fees - -There is a required fee for publishing items. This fee was originally [voted in place by the Decentraland DAO](https://governance.decentraland.org/proposal/?id=50092c00-c315-11eb-ac84-1705d1ae4a66) to deter users from publishing an excessive number of wearables in an attempt to “spam” the wearables market. - -The [most recent vote](https://governance.decentraland.org/proposal/?id=b8075360-e8e7-11ec-82d9-d917cdd158ac) regarding publication fees has pegged them to a fixed amount of 150 United States dollars per item, to be paid in **Polygon MANA**. - -{{< hint warning >}} -**📔 Note**: You can move MANA between Ethereum and Polygon using the [Account dApp](https://account.decentraland.org). -{{< /hint >}} - -For example, if you publish a collection with two items and the price of MANA at the time is 1.5 USD, you will have to pay a fee of 200 MANA (150 USD for each item divided by the price of MANA in USD) regardless of the rarity (or how many NFTs can be minted) of those items. - -These fees are transferred to the curators committee and the Decentraland DAO, where they are used to help fund the growth of the platform through grants and other initiatives voted on by the greater Decentraland community. - -{{< hint warning >}} -**📔 Note**: Currently, due to the time and resources required to review each collection submitted, **the 150 USD in MANA publication fee is non-refundable**. If your collection is rejected, you will not receive your MANA back. If your collection is not immediately approved, the Curation Committee will provide you with suggestions and feedback on how to improve it, but the final acceptance of your collection cannot be guaranteed. -{{< /hint >}} - -### Acceptance criteria - -Following is an overview of the criteria used by the Curation Committee when determining a collection’s eligibility. Much of this criteria is based on Section 2 of Decentraland’s [Content Policy](https://decentraland.org/content/). - -Specifically, wearables may not: - -- Involve illegality, such as piracy, criminal activity, terrorism, or child pornography -- Infringe third party intellectual property rights -- Contain cruel or hateful imagery that could harm, harass, promote or condone violence against, or that is primarily intended to incite hatred of, animals, or individuals or groups based on race or ethnic origin, religion, nationality, disability, gender, age, veteran status, or sexual orientation/gender identity -- Contain content that is libelous, false, inaccurate, misleading, or invades another person's privacy -- Breach the Privacy Policy -- Contain any content that promotes or could be construed as primarily intending to evade the limitations described above - -Please refer to the full Content Policy [here](https://decentraland.org/content/) for additional details and definitions. Any submissions that violate the above criteria will be rejected. - -**In addition to the Content Policy, the committee may reject wearable submissions on the following technical conditions:** - -- It is important that wearables be “skin weighted” correctly so that the avatar animations can be rendered as expected. Wearables without correct skin weighting will be rejected. -- Wearables must preserve avatar UV mapping to ensure that user-selected skin tones can be rendered as expected. -- The dimensions of eyebrow, eye, and mouth textures should not exceed 256 by 256px, and these textures must include an alpha channel for transparency. -- Wearables with a disproportionate number of triangles and textures may be rejected. Wearables with too many triangles and textures can result in poor performance and a bad experience for users, so creators should avoid exceeding the following guidelines when creating wearables: - - - No more than 1.5K triangles per wearable (except skin category) - - No more than 500 triangles per accessories - - No more than 2 textures (at a resolution of 512x512px or lower) per wearable. All textures must be square. - - No more than 5k triangles for skin category and 5 textures (at a resolution of 512x512px or lower). All textures must be square. - -- Wearables may not contain duplicate items within a collection. (Each item within a collection must be unique.) -- Wearables may not mimic or copy other wearables that have already been published. -- Wearables with misleading categories may be rejected; for example, a hat that is categorized as a lower body item. -- Wearables must follow the armature humanoid structure to ensure a good quality gameplay. In this sense, currently vehicles or pets are not allowed because these are not wearables by definition. -- Curators from the curators committee can submit collections but not approve their own. In this case, another curator from the committee would needs to review in order and approve or reject. diff --git a/content/creator/wearables/wearables-overview.md b/content/creator/wearables/wearables-overview.md deleted file mode 100644 index d05b09ed..00000000 --- a/content/creator/wearables/wearables-overview.md +++ /dev/null @@ -1,88 +0,0 @@ ---- -date: 2021-05-31 -title: Wearables overview -aliases: - - /wearables/wearables-overview/ - - /decentraland/wearables-overview/ -description: An overview of wearable NFTs for Decentraland -categories: - - Decentraland -type: Document -url: /creator/wearables/wearables-overview -weight: 1 ---- - - - - - -Refresh wearables ↺ - -Wearables are the various items of clothing, accessories, and body features that can be used to customize the appearance of a Decentraland avatar. There is a selection of default wearables that are freely available to all avatars, but Decentraland also supports the creation and use of custom wearables that are represented by non-fungible tokens (or NFTs). This allows a finite amount of different wearables to be created, or minted, on the blockchain, similar to the LAND. - -By default, Decentraland Wearables are minted on the Polygon/Matic sidechain so users can mint, buy, sell, or transfer items without having to pay gas fees. - -**Wearables are organized into different categories, depending on what part of an avatar they modify:** - -- Body shape (the shape of the entire avatar) -- Hat -- Helmet -- Hair -- Facial hair -- Head -- Upper body (e.g. jacket or shirt) -- Lower body (e.g. pants or shorts) -- Feet -- Skin - -**Wearables can also include accessories that are applied to different parts of an avatar’s body:** - -- Mask -- Eye wear -- Earring -- Tiara (a crown, or other accessory that sits on top of the head) -- Top-head (e.g. a halo, or other effect applied to the head) - -For a detailed description of each category, and how items within each category interact or replace one another, see [Creating Wearables]({{< ref "/content/creator/wearables/creating-wearables.md" >}}). - -### Collections & Items - -Wearables exist as individual **items** that can be grouped into **collections**. - -#### Items - -Remember how wearables are represented by non-fungible tokens (NFTs)? Well, each wearable **item** can be minted to create multiple NFTs of that same item, to a limit according to the item’s rarity (the rarer the item, the fewer NFTs you can mint). Items are often referred to as the “representations” of the wearable. - -Items cannot be bought or sold, only the NFTs that have been minted from items. Also, individual items cannot be published on their own; they must be part of a collection. - -#### Collections - -**Collections** exist to help creators organize and manage their items before publication. - -For example, let’s say we create a blue t-shirt and a red t-shirt. We can create a new collection called “Summer T-Shirts”, and then add our two shirts to that collection. After publishing our collection, we can then mint copies of the red and blue shirts to share, trade, or sell. - -The following documentation only covers the **Wearables Editor**: the tool used to upload, add metadata to, and publish custom items and collections of items. - -For documentation covering other aspects of wearables, see the following resources: - -- [Creating Wearables]({{< ref "/content/creator/wearables/creating-wearables.md" >}}) -- [Publishing Wearables]({{< ref "/content/creator/wearables/publishing-wearables.md" >}}) -- [Curation Committee]({{< ref "/content/creator/wearables/curation-committee.md" >}}) -- [Editor User Guide]({{< ref "/content/creator/wearables/wearables-editor-user-guide.md" >}}) - -The following shared folder contains example wearables, base models, textures and other resources you can use: - -- [Wearables Reference Models](https://drive.google.com/drive/u/1/folders/12hOVgZsLriBuutoqGkIYEByJF8bA-rAU) diff --git a/static/images/3d-models-and-animations/animations/01_object_animation_02.gif b/static/images/3d-models-and-animations/animations/01_object_animation_02.gif new file mode 100644 index 00000000..efdf5b9c Binary files /dev/null and b/static/images/3d-models-and-animations/animations/01_object_animation_02.gif differ diff --git a/static/images/3d-models-and-animations/animations/02_rig_animation_02.gif b/static/images/3d-models-and-animations/animations/02_rig_animation_02.gif new file mode 100644 index 00000000..56d38d42 Binary files /dev/null and b/static/images/3d-models-and-animations/animations/02_rig_animation_02.gif differ diff --git a/static/images/3d-models-and-animations/animations/03_object_animation_push_down_02.gif b/static/images/3d-models-and-animations/animations/03_object_animation_push_down_02.gif new file mode 100644 index 00000000..202a85c0 Binary files /dev/null and b/static/images/3d-models-and-animations/animations/03_object_animation_push_down_02.gif differ diff --git a/static/images/3d-models-and-animations/animations/04_export_single_animation_clip.png b/static/images/3d-models-and-animations/animations/04_export_single_animation_clip.png new file mode 100644 index 00000000..07d1d6ed Binary files /dev/null and b/static/images/3d-models-and-animations/animations/04_export_single_animation_clip.png differ diff --git a/static/images/3d-models-and-animations/animations/05_sampling_rate.png b/static/images/3d-models-and-animations/animations/05_sampling_rate.png new file mode 100644 index 00000000..5bb9203e Binary files /dev/null and b/static/images/3d-models-and-animations/animations/05_sampling_rate.png differ diff --git a/static/images/emotes/DCL_Maya_Rig.ma b/static/images/emotes/DCL_Maya_Rig.ma new file mode 100644 index 00000000..a683d38e --- /dev/null +++ b/static/images/emotes/DCL_Maya_Rig.ma @@ -0,0 +1,47108 @@ +//Maya ASCII 2022 scene +//Name: shot_Emotes-Emote-Rig_rig_Maya_v0001__jtu_.ma +//Last modified: Mon, Jul 18, 2022 04:40:08 PM +//Codeset: 1252 +requires maya "2022"; +requires -nodeType "gameFbxExporter" "gameFbxExporter" "1.0"; +requires "mtoa" "5.0.0"; +currentUnit -l centimeter -a degree -t ntsc; +fileInfo "application" "maya"; +fileInfo "product" "Maya 2022"; +fileInfo "version" "2022"; +fileInfo "cutIdentifier" "202108111415-612a77abf4"; +fileInfo "osv" "Windows 10 Pro v2009 (Build: 19043)"; +fileInfo "UUID" "7D53042B-46C1-CEFC-9C03-8FB5BAE5E2AE"; +fileInfo "PrismStates" "{\n \"states\": [\n {\n \"statename\": \"publish\",\n \"startframe\": \"0\",\n \"endframe\": \"500\",\n \"comment\": \"\",\n \"description\": \"\"\n }\n ]\n}"; +createNode transform -n "Armature"; + rename -uid "285FE8A5-4990-7616-8800-E0A0CC9D0988"; + setAttr ".r" -type "double3" 9.3346668283894176e-06 0 0 ; +createNode locator -n "ArmatureShape" -p "Armature"; + rename -uid "903EA87E-4689-64C5-5B49-C48A3930FA70"; + setAttr -k off ".v"; +createNode joint -n "Avatar_Hips" -p "Armature"; + rename -uid "907E8AE6-4DE7-8DD4-AF93-26A537F9BC42"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" -1 0 0 0 0 -1 -1.6292100000000001e-07 0 0 -1.6292100000000001e-07 1 0 + 0 100 1.6292099999999999e-05 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftUpLeg" -p "Avatar_Hips"; + rename -uid "75F77C5E-4CF2-A597-25F9-8CAA6CEC72E8"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" -1 3.38939e-09 1.5092e-07 0 0 -0.99974799999999997 0.0224526 0 + 1.5095799999999999e-07 0.0224526 0.99974799999999997 0 8.9100000000000001 93.730001000000001 1.54085e-05 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftLeg" -p "Avatar_LeftUpLeg"; + rename -uid "B05C8668-42CA-5BF5-FC1D-EE904F4D7397"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" -1 -3.7380899999999999e-09 1.5095000000000001e-07 0 + 0 -0.99969300000000005 -0.024756299999999998 0 1.5099599999999998e-07 -0.024756299999999998 0.99969300000000005 0 + 8.9100000000000001 48.851342000000002 1.0079130000000001 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftFoot" -p "Avatar_LeftLeg"; + rename -uid "E6441794-4194-3466-DF46-24AD67659791"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1 -5.2466500000000002e-07 -9.1616700000000005e-07 0 + 5.9650499999999995e-07 -0.43521799999999999 0.90032500000000004 0 -8.7110199999999996e-07 -0.90032500000000004 -0.43521799999999999 0 + 8.9100000000000001 8.1503779999999999 7.0794200000000003e-07 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftToeBase" -p "Avatar_LeftFoot"; + rename -uid "B248A2F8-48D9-CAAE-805A-E5B78BBDCEDF"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1 0 0 0 0 -4.1909599999999998e-07 1 0 0 -1 -4.1909599999999998e-07 0 + 8.9100070000000002 1.8880509999999999 12.954723 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftToeBase_end" -p "Avatar_LeftToeBase"; + rename -uid "4B3B2F7E-4784-5F09-0839-3B89B2EE59C6"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".t" -type "double3" 4.0918067156781035e-07 14.38893985748291 -2.1699850094591966e-07 ; + setAttr ".r" -type "double3" -9.2311611213908024e-08 -3.1812812937787462e-12 -8.1135530612726114e-12 ; + setAttr ".s" -type "double3" 1 0.99999994039535522 1 ; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1 0 0 0 0 -3.6992600000000003e-07 1 0 0 -1 -3.6992600000000003e-07 0 + 8.9100079999999995 1.8880490000000001 27.34366 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftToeBase_end_end" -p "Avatar_LeftToeBase_end"; + rename -uid "B8EF2950-41BE-8209-E647-FAAD6C77FC30"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + setAttr ".t" -type "double3" 0 14.388936996459961 0 ; + setAttr ".ssc" no; + setAttr ".radi" 9.9000001475214958; + setAttr ".fbxID" 5; +createNode scaleConstraint -n "Avatar_LeftToeBase_scaleConstraint1" -p "Avatar_LeftToeBase"; + rename -uid "0727E0B1-4BB6-392B-30A1-E59E0F9777FD"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Toes_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftToeBase_parentConstraint1" -p "Avatar_LeftToeBase"; + rename -uid "4D76A34D-466D-61EA-2726-15BDA099347F"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Toes_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" 3.7886419283594819e-05 -0.20202617606553197 + -0.53371644307315824 ; + setAttr ".tg[0].tor" -type "double3" -10.302925366403002 -6.8727215150837258e-05 + -179.99996533009249 ; + setAttr ".lr" -type "double3" -25.799057432165927 4.991039117590146e-05 3.4177107054170197e-05 ; + setAttr ".rst" -type "double3" 6.3884885825871152e-07 14.388936996459961 -3.3345804428819292e-07 ; + setAttr ".rsrr" -type "double3" -25.799137382039312 4.9910463409741991e-05 3.4177186593790523e-05 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_LeftFoot_scaleConstraint1" -p "Avatar_LeftFoot"; + rename -uid "717FCA9E-4D90-81A2-C096-9DA7E5D0F0C0"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Ankle_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftFoot_parentConstraint1" -p "Avatar_LeftFoot"; + rename -uid "DA61CEC3-49AD-FB92-8DAE-778D7F8FB341"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Ankle_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" 3.841151170469459e-05 -0.086235293407698421 + -0.0038761936608414649 ; + setAttr ".tg[0].tor" -type "double3" -66.774083883231853 -1.8401455055013909e-05 + -179.99995067175576 ; + setAttr ".lr" -type "double3" 105.09833535080713 6.9774680992866855 178.32536921432262 ; + setAttr ".rst" -type "double3" -7.0714332167653993e-07 40.713443756103487 7.4754785797659373e-07 ; + setAttr ".rsrr" -type "double3" 114.38056947374659 4.9632557032816305e-05 179.99996864858713 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_LeftLeg_scaleConstraint1" -p "Avatar_LeftLeg"; + rename -uid "533302CE-4E9D-FBB1-203A-028308CEC868"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Knee_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftLeg_parentConstraint1" -p "Avatar_LeftLeg"; + rename -uid "2EF653DE-4B5D-11D9-4349-48AF91B060DD"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Knee_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" 9.4115253103765895e-05 -0.10274548629529789 + 1.155999185575673 ; + setAttr ".tg[0].tor" -type "double3" -178.36648017500966 -0.0012952494920005916 + -0.00011450080799630112 ; + setAttr ".lr" -type "double3" -21.655475254709064 -1.8697474970741872 -0.048732099481630146 ; + setAttr ".rst" -type "double3" 6.4643314701129384e-08 44.889968872070341 -5.5273403187783288e-08 ; + setAttr ".rsrr" -type "double3" -2.7051243818704771 3.8814312762516319e-19 -9.164466668754802e-21 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_LeftUpLeg_scaleConstraint1" -p "Avatar_LeftUpLeg"; + rename -uid "07D4CB42-4AE4-1F06-96F4-93A2C53C69FB"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Hip_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftUpLeg_parentConstraint1" -p "Avatar_LeftUpLeg"; + rename -uid "3A1DE342-42D4-817F-A37B-78BF44E599F3"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Hip_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" 1.9004182743032061e-06 8.4663653865391097e-08 + -1.1956248435751604e-08 ; + setAttr ".tg[0].tor" -type "double3" 178.51867083519497 8.498808692738343e-06 0.00015123397128824817 ; + setAttr ".lr" -type "double3" 11.274958990401208 -0.077902761677746499 0.6879398040068192 ; + setAttr ".rst" -type "double3" -8.9100008010864435 6.2700028419494913 1.8824262078542673e-08 ; + setAttr ".rsrr" -type "double3" 1.2865585511691258 -9.5224607778938944e-06 -5.023759547399541e-21 ; + setAttr -k on ".w0"; +createNode joint -n "Avatar_RightUpLeg" -p "Avatar_Hips"; + rename -uid "C677A5EF-4ED0-C57B-3170-6A955BF0E2C3"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" -1 3.38939e-09 1.5092e-07 0 0 -0.99974799999999997 0.0224526 0 + 1.5095799999999999e-07 0.0224526 0.99974799999999997 0 -8.9100000000000001 93.730001000000001 1.52376e-05 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightLeg" -p "Avatar_RightUpLeg"; + rename -uid "8F1B3E12-46E2-2974-7E33-6BB0870B7CD8"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" -1 -3.7380899999999999e-09 1.5095000000000001e-07 0 + 0 -0.99969300000000005 -0.024756199999999999 0 1.5099599999999998e-07 -0.024756199999999999 0.99969300000000005 0 + -8.9100000000000001 48.851342000000002 1.0079130000000001 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightFoot" -p "Avatar_RightLeg"; + rename -uid "7579AE20-4054-95CE-7566-B4908FDD1EC5"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1 6.8208299999999995e-07 9.9226300000000005e-07 0 -5.9650400000000003e-07 -0.43521799999999999 0.90032500000000004 0 + 1.0459499999999999e-06 -0.90032500000000004 -0.43521799999999999 0 -8.9100000000000001 8.1503779999999999 8.794079999999999e-07 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightToeBase" -p "Avatar_RightFoot"; + rename -uid "A730E7B0-452E-E4AD-64EB-949350E946A6"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 0.99999899999999997 -1.84557e-08 -0.00142432 0 0.00142432 -5.1225500000000008e-07 0.99999899999999997 0 + -1.9185299999999999e-08 -1 -5.1222799999999997e-07 0 -8.9100099999999998 1.8880520000000001 12.954723 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightToeBase_end" -p "Avatar_RightToeBase"; + rename -uid "253AF6F6-47A6-8A65-70BA-EBB2A8E519B5"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".t" -type "double3" -8.7025586026356905e-07 14.38893985748291 3.0387155902644736e-08 ; + setAttr ".r" -type "double3" -1.6086731601205946e-06 -2.105315215159329e-08 -6.6689556481152226e-09 ; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 0.99999899999999997 -1.8820100000000001e-08 -0.00142432 0 + 0.00142432 -4.9249900000000002e-07 0.99999899999999997 0 -1.95215e-08 -1 -4.9247099999999999e-07 0 + -8.8895149999999994 1.8880479999999999 27.343647000000001 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightToeBase_end_end" -p "Avatar_RightToeBase_end"; + rename -uid "9A05DB43-48A5-4008-C981-8CA48E0FBDC0"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + setAttr ".t" -type "double3" 0 14.388934135437012 0 ; + setAttr ".ssc" no; + setAttr ".radi" 9.9000001475214958; + setAttr ".fbxID" 5; +createNode scaleConstraint -n "Avatar_RightToeBase_scaleConstraint1" -p "Avatar_RightToeBase"; + rename -uid "D7721097-41E4-8659-4F68-6EA132DA0EB0"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Toes_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightToeBase_parentConstraint1" -p "Avatar_RightToeBase"; + rename -uid "64BA849F-43D8-9DE7-5EB4-818058E64AB9"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Toes_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -2.4755143593679918e-05 6.6125639133218783e-06 + -8.7121694387626292e-06 ; + setAttr ".tg[0].tor" -type "double3" 172.27025191190592 0.010943312094422045 -179.91907555270194 ; + setAttr ".lr" -type "double3" -25.799123661191569 -0.035577955813618008 -0.073507091225791091 ; + setAttr ".rst" -type "double3" -7.2403565987144702e-07 14.388936042785641 -4.241155426853993e-08 ; + setAttr ".rsrr" -type "double3" -25.799104938640749 -0.035577931783226199 -0.073507102827375229 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_RightFoot_scaleConstraint1" -p "Avatar_RightFoot"; + rename -uid "6912A41E-4917-1187-FA19-6F80495505E3"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Ankle_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightFoot_parentConstraint1" -p "Avatar_RightFoot"; + rename -uid "8E7BAD27-402C-883C-4AF7-5EA67CEA73E3"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Ankle_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -2.7292119542110527e-05 4.1651004298870475e-06 + 1.0249078000607522e-07 ; + setAttr ".tg[0].tor" -type "double3" 115.7991560529706 -3.1600740829371707e-05 -179.99995156612434 ; + setAttr ".lr" -type "double3" 100.20150918010945 -9.4923127283505977 -176.39258658263279 ; + setAttr ".rst" -type "double3" -7.0714333055832412e-07 40.713447570800781 2.308481156509945e-07 ; + setAttr ".rsrr" -type "double3" 114.38056947374663 -6.3292935397854785e-05 -179.99995952401483 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_RightLeg_scaleConstraint1" -p "Avatar_RightLeg"; + rename -uid "8BDCF26C-4B8F-833F-62B6-98A5E84FA23D"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Knee_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightLeg_parentConstraint1" -p "Avatar_RightLeg"; + rename -uid "245809F9-41CA-05F2-F89F-AE8A61C2B569"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Knee_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -1.3920967131042516e-05 3.4658758352179575e-07 + -5.5316103249880566e-06 ; + setAttr ".tg[0].tor" -type "double3" 7.8014941965942159e-06 0.0013202730813215086 + 1.7822299862746988e-05 ; + setAttr ".lr" -type "double3" -17.18933729111837 -0.18276205185236979 -9.6112245961477372e-06 ; + setAttr ".rst" -type "double3" 6.4643314701129384e-08 44.889972686767585 5.5271016652369553e-08 ; + setAttr ".rsrr" -type "double3" -2.7051239549836419 3.2535967443176626e-19 -2.4733095671933419e-20 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_RightUpLeg_scaleConstraint1" -p "Avatar_RightUpLeg"; + rename -uid "5516BFE3-4FBD-9C9D-D9F5-AEA21E055DA1"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Hip_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightUpLeg_parentConstraint1" -p "Avatar_RightUpLeg"; + rename -uid "2AB2EC33-4FA6-C679-8EB5-3C8330FA172D"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Hip_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -6.9299002092293449e-09 8.5118628589953005e-08 + -1.9111934257409757e-09 ; + setAttr ".tg[0].tor" -type "double3" -7.0902766647446103e-06 3.2481072234663287e-14 + 1.7841670289584288e-05 ; + setAttr ".lr" -type "double3" 2.0691030412041376 0.029372409213517189 -1.0013627504813298 ; + setAttr ".rst" -type "double3" 8.9100008010864293 6.2700057029724832 1.0970542057418304e-08 ; + setAttr ".rsrr" -type "double3" 1.2865585511717386 9.5041945937671838e-06 1.7837174043638932e-05 ; + setAttr -k on ".w0"; +createNode joint -n "Avatar_Spine" -p "Avatar_Hips"; + rename -uid "3DD9D2FE-4256-2198-FD81-A08DA045AE9B"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1 0 0 0 0 1 1.6292100000000001e-07 0 0 -1.6292100000000001e-07 1 0 + 0 107.00000799999999 1.74325e-05 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_Spine1" -p "Avatar_Spine"; + rename -uid "ACA03D7D-46A2-B4F7-F854-0C85B781E25F"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1 0 0 0 0 1 1.6292100000000001e-07 0 0 -1.6292100000000001e-07 1 0 + 0 121.078537 1.9726200000000001e-05 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_Spine2" -p "Avatar_Spine1"; + rename -uid "9610695B-41D1-5142-A759-91B0B278FA44"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1 0 0 0 0 1 1.6292100000000001e-07 0 0 -1.6292100000000001e-07 1 0 + 0 135.157104 2.2019899999999999e-05 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftShoulder" -p "Avatar_Spine2"; + rename -uid "D0293DB0-40E7-4D40-C1FE-F685075F66FC"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1.1920900000000001e-07 1 1.19249e-08 0 1 -1.1920900000000001e-07 0 0 + 0 1.19249e-08 -1 0 6.9999989999999999 146.58854500000001 2.38823e-05 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftArm" -p "Avatar_LeftShoulder"; + rename -uid "845ACB5F-4D5C-D659-5362-48AA5D7DE002"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" -0.00134212 0.99933099999999997 -0.036543100000000002 0 + 0.99933099999999997 4.9120499999999998e-06 -0.036568099999999999 0 -0.0365435 -0.036567799999999998 -0.99866299999999997 0 + 17.707249000000001 146.588536 2.35115e-05 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftForeArm" -p "Avatar_LeftArm"; + rename -uid "907E3CF9-416C-ABCE-EF21-AD93C850A738"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" -0.0115116 0.99924900000000005 0.036995599999999997 0 + 0.99924900000000005 0.010127000000000001 0.037398300000000002 0 0.036995500000000001 0.037398300000000002 -0.99861500000000003 0 + 45.012715999999998 146.58872500000001 -0.99915799999999999 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHand" -p "Avatar_LeftForeArm"; + rename -uid "23EB42FE-433F-9A37-0283-F3B68E31E639"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 0.0066907700000000004 0.99211400000000005 0.12516099999999999 0 + 0.99211300000000002 -0.022251900000000002 0.123348 0 0.12516099999999999 0.123349 -0.98443899999999995 0 + 71.709879000000001 146.859261 2.4559099999999997e-05 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandThumb1" -p "Avatar_LeftHand"; + rename -uid "DD836BA7-42D8-FF21-8537-EB85F48BEDCB"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 0.19365099999999999 0.97955400000000004 0.054525900000000002 0 + 0.94289100000000003 -0.201181 0.265484 0 0.27102599999999999 6.7768399999999997e-07 -0.96257199999999998 0 + 74.761172999999999 144.98408000000001 5.1004269999999998 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandThumb2" -p "Avatar_LeftHandThumb1"; + rename -uid "EF61EB08-4C99-274E-6441-C586B96EE3AF"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" -0.0010918 0.99999899999999997 -0.00022874200000000001 0 + 0.97854600000000003 0.0011155 0.20602300000000001 0 0.20602400000000001 1.10177e-06 -0.97854699999999994 0 + 77.273786000000001 144.44799499999999 5.8078919999999998 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandThumb3" -p "Avatar_LeftHandThumb2"; + rename -uid "2B2CAB75-4B16-3CF7-0CCE-E685DDD10CD3"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" -0.0011941 0.99999899999999997 -0.00023863899999999999 0 + 0.98072700000000002 0.0012177100000000001 0.19537599999999999 0 0.195377 -7.4168200000000006e-07 -0.98072800000000004 0 + 80.097792999999996 144.45121900000001 6.4024590000000003 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandThumb4" -p "Avatar_LeftHandThumb3"; + rename -uid "64FEBDA7-49BE-9E8F-59BE-F29C81886ACE"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" -0.0012268400000000001 0.99999899999999997 -0.00024504000000000003 0 + 0.98072700000000002 0.00125107 0.19537599999999999 0 0.195377 -6.22505e-07 -0.98072800000000004 0 + 82.788758000000001 144.454532 6.938542 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandThumb4_end" -p "Avatar_LeftHandThumb4"; + rename -uid "5B25506E-45EB-B7B3-7662-618EBF5C0E6E"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".t" -type "double3" -5.1351962611079216e-06 2.7438745498657227 9.0841786004602909e-07 ; + setAttr ".r" -type "double3" -4.0155611620283293e-05 4.0931021284515618e-05 0.00095567640844718116 ; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" -0.0012106199999999999 0.99999899999999997 -0.00024107999999999999 0 + 0.98072700000000002 0.0012343899999999999 0.195377 0 0.195377 9.2677899999999999e-08 -0.98072800000000004 0 + 85.479744999999994 144.45795100000001 7.4746300000000003 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandThumb4_end_end" -p "Avatar_LeftHandThumb4_end"; + rename -uid "EF638DE1-4C39-77B1-4051-79914C789F7D"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + setAttr ".t" -type "double3" 0 2.7438602447509766 0 ; + setAttr ".ssc" no; + setAttr ".radi" 9.9000001475214958; + setAttr ".fbxID" 5; +createNode scaleConstraint -n "Avatar_LeftHandThumb4_scaleConstraint1" -p "Avatar_LeftHandThumb4"; + rename -uid "6C476A64-4DF6-2821-38D8-A89778D9F1CC"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "ThumbFinger4_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftHandThumb4_parentConstraint1" -p "Avatar_LeftHandThumb4"; + rename -uid "838C7DF3-4C58-AE64-7184-DB9159D47B51"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "ThumbFinger4_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -5.3836244191529659e-05 -7.3780347605634233e-05 + 5.6666587695985982e-05 ; + setAttr ".tg[0].tor" -type "double3" 0.0032203117926321925 -54.751754759339718 179.99608289188228 ; + setAttr ".lr" -type "double3" -3.8504501178840873e-06 6.8254652815308744e-06 -0.0019113469805417146 ; + setAttr ".rst" -type "double3" 2.9993243231274391e-06 2.7438621520995525 1.3318349445512467e-06 ; + setAttr ".rsrr" -type "double3" -3.8504501178903579e-06 6.8254654596419344e-06 -0.0019113469805417146 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_LeftHandThumb3_scaleConstraint1" -p "Avatar_LeftHandThumb3"; + rename -uid "8561825D-403A-8D88-4C98-CAB0809EFC2A"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "ThumbFinger3_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftHandThumb3_parentConstraint1" -p "Avatar_LeftHandThumb3"; + rename -uid "F3296596-419F-BDEA-2A10-D6A0F22797CC"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "ThumbFinger3_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -4.4525445076715187e-05 -9.5223223183893424e-05 + 3.9090812791187091e-05 ; + setAttr ".tg[0].tor" -type "double3" 0.000519492932243103 -54.751761647247847 179.99939476172975 ; + setAttr ".lr" -type "double3" 0.62270103619320816 0.00065225284173189206 -0.0058542558561850942 ; + setAttr ".rst" -type "double3" 7.6710712164640427e-06 2.8859310150147195 -1.4837569537462514e-06 ; + setAttr ".rsrr" -type "double3" 0.62270103619321915 0.00065225284178936703 -0.0058542558562262523 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_LeftHandThumb2_scaleConstraint1" -p "Avatar_LeftHandThumb2"; + rename -uid "7D36945A-4494-80B6-9190-B7A678E2EA0B"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "ThumbFinger2_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftHandThumb2_parentConstraint1" -p "Avatar_LeftHandThumb2"; + rename -uid "8C5BDB58-4920-08A2-B049-5E8700637AAB"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "ThumbFinger2_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -3.255413218994363e-05 -8.1767611064265111e-05 + 3.6289147828938439e-05 ; + setAttr ".tg[0].tor" -type "double3" -6.9403603244379646e-05 -54.726646630765515 + 179.99994731597116 ; + setAttr ".lr" -type "double3" 3.8358811954297165 0.0042983717802215762 -11.669795692279795 ; + setAttr ".rst" -type "double3" -1.8477439311936905e-06 2.6647758483886719 -8.0122846668473358e-07 ; + setAttr ".rsrr" -type "double3" 3.8358811954297081 0.0042983717803107306 -11.669795692279809 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_LeftHandThumb1_scaleConstraint1" -p "Avatar_LeftHandThumb1"; + rename -uid "D3F1A47C-465B-D5CC-BBF0-7996916A1329"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "ThumbFinger1_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftHandThumb1_parentConstraint1" -p "Avatar_LeftHandThumb1"; + rename -uid "0A284334-4AB5-BCD9-12A1-0EBB461070C0"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "ThumbFinger1_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -2.8809098452597937e-05 -3.7959828979694521e-05 + 3.0649708037344681e-05 ; + setAttr ".tg[0].tor" -type "double3" 0.00077875146548696966 -52.544869419999245 + 179.9991514317922 ; + setAttr ".lr" -type "double3" -6.4759189164275366 6.9203064462888975 34.820782573409765 ; + setAttr ".rst" -type "double3" -1.201615095138493 3.698088645935016 -4.8704390525817871 ; + setAttr ".rsrr" -type "double3" -9.7216558400365507 -5.2434004758090342 10.241447750026518 ; + setAttr -k on ".w0"; +createNode joint -n "Avatar_LeftHandIndex1" -p "Avatar_LeftHand"; + rename -uid "616E7D7A-4D44-0E0E-C7B4-14B27FD34DB1"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 3.05517e-06 1 3.4124200000000001e-07 0 0.99959600000000004 -3.0636299999999998e-06 0.028395699999999999 0 + 0.028395699999999999 2.5435099999999997e-07 -0.99959699999999996 0 80.531869999999998 147.08655400000001 3.9511919999999998 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandIndex2" -p "Avatar_LeftHandIndex1"; + rename -uid "68D0591C-4AF2-01F3-E25C-6B93299C4EF0"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1.0596300000000001e-07 1 6.2500400000000006e-07 0 0.99963299999999999 -1.2284500000000001e-07 0.027072800000000001 0 + 0.0270729 6.2190599999999998e-07 -0.99963299999999999 0 85.713609000000005 147.08654200000001 4.0983939999999999 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandIndex3" -p "Avatar_LeftHandIndex2"; + rename -uid "98D565FA-40F0-0AF8-777E-558E9C4AA966"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 2.8806400000000003e-05 1 6.86703e-07 0 0.99948499999999996 -2.8813599999999998e-05 0.032067100000000001 0 + 0.032067100000000001 -2.3738800000000003e-07 -0.99948599999999999 0 89.127516 147.086547 4.1908510000000003 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandIndex4" -p "Avatar_LeftHandIndex3"; + rename -uid "A9286E2E-4F52-28EB-48D3-F2BC17508CF7"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1.3071699999999999e-07 1 -2.2213500000000002e-07 0 + 0.99948499999999996 -1.2352599999999999e-07 0.032067100000000001 0 0.032067100000000001 -2.2621299999999999e-07 -0.99948599999999999 0 + 91.253800999999996 147.08649700000001 4.2590709999999996 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandIndex4_end" -p "Avatar_LeftHandIndex4"; + rename -uid "58A06CD7-4240-3616-0910-2F8F36E0E58B"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".t" -type "double3" 6.1794467001163866e-06 2.1273660659790039 -6.0648017097264528e-07 ; + setAttr ".r" -type "double3" -6.2964694998027155e-06 6.1899033104229712e-06 0.00041096027606456849 ; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 7.2961700000000001e-06 1 1.1584799999999999e-07 0 0.99948499999999996 -7.2961299999999999e-06 0.032067199999999997 0 + 0.032067199999999997 -1.1817899999999999e-07 -0.99948599999999999 0 93.380080000000007 147.08649800000001 4.3272890000000004 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandIndex4_end_end" -p "Avatar_LeftHandIndex4_end"; + rename -uid "6D70BFA5-48D4-4074-2324-3DA8DFF53800"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + setAttr ".t" -type "double3" 0 2.1273682117462158 0 ; + setAttr ".ssc" no; + setAttr ".radi" 9.9000001475214958; + setAttr ".fbxID" 5; +createNode scaleConstraint -n "Avatar_LeftHandIndex4_scaleConstraint1" -p "Avatar_LeftHandIndex4"; + rename -uid "F777B4E3-47B2-4FF5-639B-9083B90A0B7E"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IndexFinger4_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftHandIndex4_parentConstraint1" -p "Avatar_LeftHandIndex4"; + rename -uid "42B7DC69-45C8-1B6E-1CDE-CE85E710D596"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IndexFinger4_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" 0.00039918600654686998 -1.6414030071132402e-05 + 0.014651050507851759 ; + setAttr ".tg[0].tor" -type "double3" 0.15169073518356116 -0.72814823579983057 -179.99757099688929 ; + setAttr ".lr" -type "double3" -2.2112741129861026e-15 -1.4312527788937845e-14 -0.0016438238036598563 ; + setAttr ".rst" -type "double3" 2.1592216512544837e-06 2.1273825168610045 2.5312328744142576e-07 ; + setAttr ".rsrr" -type "double3" 1.739337325448972e-16 1.9878716270329144e-16 -0.0016438238036598878 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_LeftHandIndex3_scaleConstraint1" -p "Avatar_LeftHandIndex3"; + rename -uid "7D86C0FB-4DD8-C5A2-5F8C-15AE74750AFF"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IndexFinger3_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftHandIndex3_parentConstraint1" -p "Avatar_LeftHandIndex3"; + rename -uid "4D8D305E-47EF-B319-FC34-2199881FE688"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IndexFinger3_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" 0.00017854765425795449 5.7079275705973487e-06 + 0.0090197559030104069 ; + setAttr ".tg[0].tor" -type "double3" 0.1516698433964426 -0.72815258752311895 -179.99592704609114 ; + setAttr ".lr" -type "double3" -0.11182846107105661 0.079623003070495496 12.960352686625903 ; + setAttr ".rst" -type "double3" 7.2201510761260579e-06 3.4151484966277508 -1.3640965534911231e-07 ; + setAttr ".rsrr" -type "double3" -0.28627217121801057 -4.0985274524768526e-05 0.0016439100981744195 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_LeftHandIndex2_scaleConstraint1" -p "Avatar_LeftHandIndex2"; + rename -uid "9E14BE46-4163-4E76-D728-5F904C7C5474"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IndexFinger2_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftHandIndex2_parentConstraint1" -p "Avatar_LeftHandIndex2"; + rename -uid "5BB72798-4A3A-8D9C-5D46-05B28B3D5A05"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IndexFinger2_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -1.8339703188985368e-05 -4.9198039150155637e-05 + -1.8313422452731487e-05 ; + setAttr ".tg[0].tor" -type "double3" 0.1516771104805508 0.9084112956121283 -179.99849405981431 ; + setAttr ".lr" -type "double3" -0.12596422570681126 0.040166406979112293 12.958134978417332 ; + setAttr ".rst" -type "double3" 1.4652090612798929e-05 5.183846473693805 -1.8801074430641052e-07 ; + setAttr ".rsrr" -type "double3" 0.075821376357462958 2.0668944008848237e-05 -0.00016856845850334766 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_LeftHandIndex1_scaleConstraint1" -p "Avatar_LeftHandIndex1"; + rename -uid "68D549EC-4B20-F750-D9CB-A39AB92F1EA8"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IndexFinger1_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftHandIndex1_parentConstraint1" -p "Avatar_LeftHandIndex1"; + rename -uid "E5F2A3B6-499C-6E81-C0AB-77864D57603F"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IndexFinger1_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -4.6384221064954545e-05 -4.0442245733629534e-05 + -1.6314213934887078e-05 ; + setAttr ".tg[0].tor" -type "double3" -1.8173665097281517e-05 0.90839182435084476 + -179.99952842631569 ; + setAttr ".lr" -type "double3" 3.6784021708528352 -8.140175251961745 11.746222328732118 ; + setAttr ".rst" -type "double3" 0.77906215190887451 9.2347288131713725 -2.7574822902679408 ; + setAttr ".rsrr" -type "double3" 5.61847305700429 -7.0854145562759063 -1.2846823835814809 ; + setAttr -k on ".w0"; +createNode joint -n "Avatar_LeftHandMiddle1" -p "Avatar_LeftHand"; + rename -uid "E315757A-4DE9-CF8F-72F5-07A1734C2614"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1.3024000000000001e-07 1 -1.6887499999999999e-06 0 + 1 -1.30137e-07 6.0823200000000004e-05 0 6.0823200000000004e-05 -1.68876e-06 -1 0 + 80.519784000000001 147.38770700000001 1.3611180000000001 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandMiddle2" -p "Avatar_LeftHandMiddle1"; + rename -uid "E1150074-4A10-25CB-C0DF-128F81F98B01"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1.16392e-07 1 -1.8214999999999998e-06 0 1 -1.1631100000000001e-07 4.4442099999999999e-05 0 + 4.4442099999999999e-05 -1.8215099999999999e-06 -1 0 85.495874999999998 147.38769099999999 1.361423 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandMiddle3" -p "Avatar_LeftHandMiddle2"; + rename -uid "DB917B21-46B0-662C-4DF2-92B2217F3C38"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" -7.4915200000000007e-06 1 -1.85342e-06 0 1 7.49163e-06 6.1576799999999996e-05 0 + 6.1576799999999996e-05 -1.85296e-06 -1 0 89.361126999999996 147.38768400000001 1.3615950000000001 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandMiddle4" -p "Avatar_LeftHandMiddle3"; + rename -uid "04610421-49AA-153D-0808-7CBC4AD9E1C8"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 0.202349 0.97931299999999999 -3.58572e-05 0 0.97931299999999999 -0.202349 -0.00040717800000000001 0 + -0.00040601100000000001 4.7276800000000001e-05 -1 0 91.366765000000001 147.38773499999999 1.361718 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandMiddle4_end" -p "Avatar_LeftHandMiddle4"; + rename -uid "CB4FBE9D-4D73-06DF-8935-4C874CB9083A"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".t" -type "double3" 2.5448280212003738e-06 2.005631685256958 -1.8673017621040344e-07 ; + setAttr ".r" -type "double3" 3.4757333612302869e-06 -4.2979599761517551e-06 0.00047085783343440686 ; + setAttr ".s" -type "double3" 1 1 1.0000001192092896 ; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 0.20235700000000001 0.97931100000000004 -3.5935500000000002e-05 0 + 0.97931100000000004 -0.20235700000000001 -0.000407239 0 -0.00040608499999999999 4.7215600000000002e-05 -1 0 + 93.330916999999999 146.98184900000001 1.3609020000000001 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandMiddle4_end_end" -p "Avatar_LeftHandMiddle4_end"; + rename -uid "9A91CD39-4A7E-7FE8-5FBF-42995762E547"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + setAttr ".t" -type "double3" 0 2.0056271553039551 0 ; + setAttr ".ssc" no; + setAttr ".radi" 9.9000001475214958; + setAttr ".fbxID" 5; +createNode scaleConstraint -n "Avatar_LeftHandMiddle4_scaleConstraint1" -p "Avatar_LeftHandMiddle4"; + rename -uid "C09129CC-419B-C2A8-FA93-80BEB196B43C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "MiddleFinger4_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftHandMiddle4_parentConstraint1" -p "Avatar_LeftHandMiddle4"; + rename -uid "FE24675F-4020-3C7F-F2B9-39947FA5FA0A"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "MiddleFinger4_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -9.7245102011811468e-05 -7.4325631572946804e-05 + -2.0839907901804011e-05 ; + setAttr ".tg[0].tor" -type "double3" 0.032254872659895094 0.023809024549118898 -168.32522845541882 ; + setAttr ".lr" -type "double3" 0.026806189637992316 -0.0026644032676157634 11.674804782262335 ; + setAttr ".rst" -type "double3" 1.0550300430622883e-05 2.0056467056274556 -1.8646824218038205e-07 ; + setAttr ".rsrr" -type "double3" 0.026806189637992455 -0.0026644032676164109 11.674804782262356 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_LeftHandMiddle3_scaleConstraint1" -p "Avatar_LeftHandMiddle3"; + rename -uid "D268C736-4CB7-54C1-59DF-F18FB0241C60"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "MiddleFinger3_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftHandMiddle3_parentConstraint1" -p "Avatar_LeftHandMiddle3"; + rename -uid "1A66D70F-4569-9459-26F7-91AF558C169F"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "MiddleFinger3_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -8.5496387072225843e-05 -5.8117027947446331e-05 + -1.9909337957368933e-05 ; + setAttr ".tg[0].tor" -type "double3" -2.1114983286785146e-05 0.027028319956289362 + 179.99996575193865 ; + setAttr ".lr" -type "double3" -0.0098440160009629213 0.0018278969162242732 19.259562795778042 ; + setAttr ".rst" -type "double3" 1.8917233376214426e-05 3.8652732372283936 -1.2756208955799764e-07 ; + setAttr ".rsrr" -type "double3" -0.0009817465201376024 -1.8092562405275536e-06 -0.00043590134194087599 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_LeftHandMiddle2_scaleConstraint1" -p "Avatar_LeftHandMiddle2"; + rename -uid "9DBA2644-4FA6-9241-69A2-FFBF2FB5F633"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "MiddleFinger2_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftHandMiddle2_parentConstraint1" -p "Avatar_LeftHandMiddle2"; + rename -uid "943A6745-4272-3337-5C95-29A4C347BA79"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "MiddleFinger2_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -4.9028404902173861e-05 -7.266320183418884e-05 + -1.8405111144925712e-05 ; + setAttr ".tg[0].tor" -type "double3" -1.9369522038574414e-05 -0.026349230332017984 + 179.99973956681708 ; + setAttr ".lr" -type "double3" 0.0095734351526826009 -0.0017985472091034086 19.259998808093933 ; + setAttr ".rst" -type "double3" 1.986027925227063e-05 4.9760875701904439 8.8271917331184113e-08 ; + setAttr ".rsrr" -type "double3" 0.00093836404251703884 -8.3745590460600192e-06 8.6670858784826388e-15 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_LeftHandMiddle1_scaleConstraint1" -p "Avatar_LeftHandMiddle1"; + rename -uid "63AB4F4C-4934-C113-B55A-C3AE42C5BF92"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "MiddleFinger1_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftHandMiddle1_parentConstraint1" -p "Avatar_LeftHandMiddle1"; + rename -uid "4B5C8E47-48C6-BC98-348C-8AA5ED7E4E66"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "MiddleFinger1_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -4.1461364361339292e-05 -5.9321571967529962e-05 + -1.6483900098451798e-05 ; + setAttr ".tg[0].tor" -type "double3" -2.3015453461957009e-05 -0.062786844319004734 + -179.99985855775421 ; + setAttr ".lr" -type "double3" 4.5169239167970909 -9.0776227920615469 18.066851211909299 ; + setAttr ".rst" -type "double3" 0.75355660915377598 8.8965673446655273 -0.17207586765289307 ; + setAttr ".rsrr" -type "double3" 7.2421827656533289 -7.0855067638296987 -1.2848647709766503 ; + setAttr -k on ".w0"; +createNode joint -n "Avatar_LeftHandRing1" -p "Avatar_LeftHand"; + rename -uid "9F7BC184-40C1-6E1F-AAF9-9A87A724959A"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1.3024000000000001e-07 1 9.5678800000000008e-08 0 1 -1.3024000000000001e-07 1.5179499999999999e-07 0 + 1.5179499999999999e-07 9.5678800000000008e-08 -1 0 80.801097999999996 147.266738 -1.498292 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandRing2" -p "Avatar_LeftHandRing1"; + rename -uid "1ABF173C-4ABB-1BC1-8625-689404327EB1"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 4.7947499999999993e-06 1 3.2577399999999999e-07 0 0.99999899999999997 -4.7947400000000003e-06 3.2874799999999997e-07 0 + 3.2875000000000003e-07 3.2577199999999999e-07 -1 0 84.887566000000007 147.26673700000001 -1.4982880000000001 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandRing3" -p "Avatar_LeftHandRing2"; + rename -uid "303AF408-4C9F-23C3-01D5-7B9858B656FE"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1.1920900000000001e-07 1 1.09443e-07 0 0.99999899999999997 -1.1920900000000001e-07 1.12419e-07 0 + 1.12419e-07 1.09443e-07 -1 0 88.151104000000004 147.26673700000001 -1.4982869999999999 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandRing4" -p "Avatar_LeftHandRing3"; + rename -uid "42A846D1-4ADF-C058-0E3B-7180C233C34D"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 0.20235600000000001 0.97931199999999996 -3.3420099999999999e-07 0 + 0.97931100000000004 -0.20235600000000001 -5.3885699999999991e-07 0 -5.9533700000000001e-07 -2.1824699999999998e-07 -1 0 + 90.271879999999996 147.26673500000001 -1.498286 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandRing4_end" -p "Avatar_LeftHandRing4"; + rename -uid "4AB240AF-47FA-6A1D-76A9-BCAB1B2CBF83"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".t" -type "double3" 1.2079784937668592e-05 2.120790958404541 4.4219632400199771e-08 ; + setAttr ".r" -type "double3" -3.2205873309060374e-06 3.9540985559863816e-06 -6.6595672398668956e-14 ; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 0.20235600000000001 0.97931199999999996 -2.6518899999999998e-07 0 + 0.97931100000000004 -0.20235600000000001 -4.8264699999999997e-07 0 -5.26325e-07 -1.6203700000000001e-07 -1 0 + 92.348788999999996 146.83757800000001 -1.4982869999999999 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandRing4_end_end" -p "Avatar_LeftHandRing4_end"; + rename -uid "BB411D20-47A7-A4D0-E1AB-45B3A1ADBE68"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + setAttr ".t" -type "double3" 0 2.1207866668701172 0 ; + setAttr ".ssc" no; + setAttr ".radi" 9.9000001475214958; + setAttr ".fbxID" 5; +createNode scaleConstraint -n "Avatar_LeftHandRing4_scaleConstraint1" -p "Avatar_LeftHandRing4"; + rename -uid "8BF500E9-4C18-CE5E-DE5C-1981F405C7C7"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "RingFinger4_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftHandRing4_parentConstraint1" -p "Avatar_LeftHandRing4"; + rename -uid "73E2D2F3-4ACB-2C9A-23C3-B2A620918E86"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "RingFinger4_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -7.5000023770144253e-05 -7.6957571835123417e-05 + -2.1745771921599655e-05 ; + setAttr ".tg[0].tor" -type "double3" 0.002605792408103505 0.012451579910152872 -168.32528500571829 ; + setAttr ".lr" -type "double3" 3.5913231659880277e-05 -2.65926402817369e-05 11.674749286975358 ; + setAttr ".rst" -type "double3" 6.5225967489368486e-06 2.1208038330077983 1.2681721339724561e-07 ; + setAttr ".rsrr" -type "double3" 3.5913231659081884e-05 -2.6592640286368236e-05 11.674749286975358 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_LeftHandRing3_scaleConstraint1" -p "Avatar_LeftHandRing3"; + rename -uid "EACD932F-4BAC-3F73-EC5D-6F90D9E63597"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "RingFinger3_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftHandRing3_parentConstraint1" -p "Avatar_LeftHandRing3"; + rename -uid "3C652226-4D7E-90FC-C8B4-46A06B8D1877"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "RingFinger3_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -5.193894617150363e-05 -4.6439991834290595e-05 + -2.1289679794644911e-05 ; + setAttr ".tg[0].tor" -type "double3" -2.4578233881327165e-05 0.01274005493203118 + 179.99996542411773 ; + setAttr ".lr" -type "double3" -0.0054026964923860089 0.0011770888476802647 25.109731110762642 ; + setAttr ".rst" -type "double3" 6.212735542021619e-06 3.2635476589202739 1.4571196560453359e-07 ; + setAttr ".rsrr" -type "double3" 1.2394809574212361e-05 -1.2394759675430147e-05 -0.00026788863561426671 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_LeftHandRing2_scaleConstraint1" -p "Avatar_LeftHandRing2"; + rename -uid "31803F53-444B-5C52-C49E-B49CD5426D10"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "RingFinger2_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftHandRing2_parentConstraint1" -p "Avatar_LeftHandRing2"; + rename -uid "7577CA31-4137-F821-E856-BA88F80F605A"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "RingFinger2_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -5.9203835604648702e-05 -3.3326971234259872e-05 + -1.8734218696359051e-05 ; + setAttr ".tg[0].tor" -type "double3" -4.3221274413127257e-05 -0.5528659740104872 + -179.99976667728291 ; + setAttr ".lr" -type "double3" 0.23460260175128245 -0.052247946381653296 25.109027878077821 ; + setAttr ".rst" -type "double3" 7.2585044392781128e-06 4.0864620208739382 1.3322369296631109e-07 ; + setAttr ".rsrr" -type "double3" -9.6678399564303703e-06 1.3022818088857833e-05 0.00026714159987936394 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_LeftHandRing1_scaleConstraint1" -p "Avatar_LeftHandRing1"; + rename -uid "CE8F11D6-4623-E70E-871B-07834ABC6E65"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "RingFinger1_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftHandRing1_parentConstraint1" -p "Avatar_LeftHandRing1"; + rename -uid "8DC6BE5A-4C85-A4ED-5E2B-04A771C15D6C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "RingFinger1_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -4.9429707331682948e-05 -4.2863719798447164e-05 + -1.6972033694440114e-05 ; + setAttr ".tg[0].tor" -type "double3" -3.1142212929167544e-05 -0.27063530335002017 + 179.99996616988477 ; + setAttr ".lr" -type "double3" 3.6602347433692084 -9.5113938367999165 23.978197627010879 ; + setAttr ".rst" -type "double3" 0.2775726318359375 8.8256454467772869 2.6631264686584402 ; + setAttr ".rsrr" -type "double3" 7.245654209298996 -7.0854038841053395 -1.2848511105983098 ; + setAttr -k on ".w0"; +createNode joint -n "Avatar_LeftHandPinky1" -p "Avatar_LeftHand"; + rename -uid "7E1D9541-42E1-2D7F-896C-0B949E2A1ED2"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" -4.22806e-06 1 4.2873599999999996e-07 0 0.99971600000000005 4.2370700000000001e-06 -0.023825499999999999 0 + -0.023825499999999999 3.2787899999999997e-07 -0.99971600000000005 0 80.676790999999994 146.70233300000001 -4.0976879999999998 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandPinky2" -p "Avatar_LeftHandPinky1"; + rename -uid "133084E5-4057-AAEC-6320-7B91931FE4BE"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1.2726900000000002e-05 1 1.0592900000000001e-06 0 0.99973999999999996 -1.2699400000000001e-05 -0.0227891 0 + -0.0227891 1.34905e-06 -0.99973999999999996 0 84.171120999999999 146.70234099999999 -4.1809640000000003 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandPinky3" -p "Avatar_LeftHandPinky2"; + rename -uid "5D16535F-46DE-FA3F-12C6-08BDF76B377B"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" -1.70246e-05 1 4.9951699999999999e-07 0 0.99968699999999999 1.7031700000000002e-05 -0.025020400000000002 0 + -0.025020400000000002 7.33996e-08 -0.99968699999999999 0 86.596225000000004 146.70232100000001 -4.2362440000000001 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandPinky4" -p "Avatar_LeftHandPinky3"; + rename -uid "14F9E7BB-4DFE-9CEF-D3C2-C788375BD957"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 0.201932 0.97931900000000005 0.0125516 0 0.97325799999999996 -0.20208200000000001 0.109232 0 + 0.10951 -0.0098414999999999996 -0.99393699999999996 0 88.375091999999995 146.70233500000001 -4.2807680000000001 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandPinky4_end" -p "Avatar_LeftHandPinky4"; + rename -uid "1B2A7A8B-47B1-7026-9E83-7D9924BE91CF"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".t" -type "double3" 3.8258731365203857e-06 1.7794243097305298 -8.3446502685546875e-07 ; + setAttr ".r" -type "double3" 1.7329050967342603e-05 -2.7133922043397602e-05 -0.00047873689686905293 ; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 0.20192399999999999 0.979321 0.012550199999999999 0 + 0.97326000000000001 -0.202074 0.109232 0 0.109509 -0.0098419000000000006 -0.99393699999999996 0 + 90.106947000000005 146.34276700000001 -4.0863969999999998 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_LeftHandPinky4_end_end" -p "Avatar_LeftHandPinky4_end"; + rename -uid "EC058A03-4FDA-44FC-FF86-EDA90D7F870A"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + setAttr ".t" -type "double3" 0 1.7794164419174194 0 ; + setAttr ".ssc" no; + setAttr ".radi" 9.9000001475214958; + setAttr ".fbxID" 5; +createNode scaleConstraint -n "Avatar_LeftHandPinky4_scaleConstraint1" -p "Avatar_LeftHandPinky4"; + rename -uid "188C2448-4846-4BAE-A30D-19984024AB38"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PinkyFinger4_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftHandPinky4_parentConstraint1" -p "Avatar_LeftHandPinky4"; + rename -uid "7F73CB6A-4041-D9CC-27A4-A8A1879B91A6"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PinkyFinger4_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -2.9504307491379222e-05 -2.8466082767408807e-05 + -2.0643272577558491e-05 ; + setAttr ".tg[0].tor" -type "double3" -7.8310440687434104 0.25471131092783661 -168.37154697866015 ; + setAttr ".lr" -type "double3" -7.6759288062531192 1.0084573672717032 11.630688590413257 ; + setAttr ".rst" -type "double3" 3.064707243538578e-07 1.7794442176818706 -1.5771729433566861e-07 ; + setAttr ".rsrr" -type "double3" -7.6759288062531219 1.0084573672716965 11.630688590413255 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_LeftHandPinky3_scaleConstraint1" -p "Avatar_LeftHandPinky3"; + rename -uid "C65AE542-4F22-F2DE-1DDC-5086C0E66F50"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PinkyFinger3_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftHandPinky3_parentConstraint1" -p "Avatar_LeftHandPinky3"; + rename -uid "F5EAE1FB-422A-FFAE-2BE4-DB8EC0BC0EA7"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PinkyFinger3_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -1.2874022331743618e-05 -3.3808476260333009e-05 + -2.1215067481428207e-05 ; + setAttr ".tg[0].tor" -type "double3" 2.3358458280711965e-05 -0.76953920688742539 + 179.99947414809506 ; + setAttr ".lr" -type "double3" 0.52027380244014942 -0.1883436250452411 32.394805526493599 ; + setAttr ".rst" -type "double3" -4.5666160701784975e-06 2.4257330894470641 -8.6860383774478578e-08 ; + setAttr ".rsrr" -type "double3" 0.12787921725155554 -7.0911180085165868e-05 -0.001703460080456658 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_LeftHandPinky2_scaleConstraint1" -p "Avatar_LeftHandPinky2"; + rename -uid "094DB981-4590-D60E-8DB1-EC883A723809"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PinkyFinger2_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftHandPinky2_parentConstraint1" -p "Avatar_LeftHandPinky2"; + rename -uid "ACC7C80A-4E23-B9FF-E5B0-9CA543829AB9"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PinkyFinger2_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -6.2268608559179484e-05 -2.5413211147906623e-05 + -1.4212200632357508e-05 ; + setAttr ".tg[0].tor" -type "double3" -0.00014469998489994587 -2.8940124108588594 + -179.99895189666995 ; + setAttr ".lr" -type "double3" 1.5000993743271414 -0.41799665609448389 32.356104953618825 ; + setAttr ".rst" -type "double3" 5.2130030496755353e-06 3.495316743850708 3.3344804162283026e-07 ; + setAttr ".rsrr" -type "double3" -0.059396512301408085 5.8746664347927361e-05 0.00097021911682185083 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_LeftHandPinky1_scaleConstraint1" -p "Avatar_LeftHandPinky1"; + rename -uid "0D25CD0C-4FE6-A10B-A97C-29AF13D5F8C6"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PinkyFinger1_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftHandPinky1_parentConstraint1" -p "Avatar_LeftHandPinky1"; + rename -uid "31015652-49B3-109B-F9FF-23AC9D2C0685"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PinkyFinger1_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -2.4542349592593382e-05 -4.7482390343134284e-05 + -1.5035080888736729e-05 ; + setAttr ".tg[0].tor" -type "double3" 7.5300212181214209e-06 -3.1531660978093403 + 179.99946512218688 ; + setAttr ".lr" -type "double3" 5.166666854743073 -11.074533696164197 31.243330089300613 ; + setAttr ".rst" -type "double3" -0.60859978199007969 8.3942441940306907 5.1368947029113663 ; + setAttr ".rsrr" -type "double3" 8.6109219394726235 -7.0853539383470352 -1.2850984915123065 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_LeftHand_scaleConstraint1" -p "Avatar_LeftHand"; + rename -uid "7A8BFD88-47E2-138E-3E5F-E8A207B8E12B"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Wrist_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftHand_parentConstraint1" -p "Avatar_LeftHand"; + rename -uid "DD9B70F4-4715-5DF5-2AEA-049B62900FB8"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Wrist_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -5.2112483274413535e-05 -4.4134710236676256e-05 + -1.6331288701820768e-05 ; + setAttr ".tg[0].tor" -type "double3" 1.6636309078217868 6.531017434222087 -175.12759953921687 ; + setAttr ".lr" -type "double3" -8.2531722932687384 -11.525503749337775 13.011431559675792 ; + setAttr ".rst" -type "double3" -1.47116753055343e-05 26.717233657836886 -2.2638050722889602e-07 ; + setAttr ".rsrr" -type "double3" -5.0280386348630044 5.0276740735160521 1.2317482040704728 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_LeftForeArm_scaleConstraint1" -p "Avatar_LeftForeArm"; + rename -uid "5266CF2B-4522-9EED-D9F7-D488BDA5C59D"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Elbow_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftForeArm_parentConstraint1" -p "Avatar_LeftForeArm"; + rename -uid "53184912-4E96-D170-392C-C685D8B18E25"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Elbow_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -3.597978061975482e-05 -2.9389272796720434e-05 + -1.5252331731829827e-05 ; + setAttr ".tg[0].tor" -type "double3" -3.3975613851391897e-05 9.9188868084327897 + 179.99993143597078 ; + setAttr ".lr" -type "double3" -17.401905444107285 28.918980966707498 -3.131321637891316 ; + setAttr ".rst" -type "double3" 2.4836510363002162e-05 27.323772430419869 1.2516975402832031e-06 ; + setAttr ".rsrr" -type "double3" -4.2686761321875526 4.1900913906919799 -0.73835129332374883 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_LeftArm_scaleConstraint1" -p "Avatar_LeftArm"; + rename -uid "324C7D30-4E9D-1954-4569-7CBA9271F8C6"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Shoulder_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftArm_parentConstraint1" -p "Avatar_LeftArm"; + rename -uid "5099D389-43F4-7D22-E625-3197237A4FD8"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Shoulder_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -1.1253439680558586e-05 -2.3160494606599968e-06 + -5.3650993514509082e-06 ; + setAttr ".tg[0].tor" -type "double3" -2.2791865362621021e-05 5.7013495156461458 + 179.99999797081537 ; + setAttr ".lr" -type "double3" 4.7885060403153332 -7.0282120806290127 71.261018192567136 ; + setAttr ".rst" -type "double3" 1.6665917399905084e-05 10.707247734069835 3.0917812835076037e-11 ; + setAttr ".rsrr" -type "double3" 2.0970657237930208 -2.0942339700518202 -0.076956041533321862 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_LeftShoulder_scaleConstraint1" -p "Avatar_LeftShoulder"; + rename -uid "82BC7382-4F67-6C9F-9849-DDAE262976A5"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Scapula_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_LeftShoulder_parentConstraint1" -p "Avatar_LeftShoulder"; + rename -uid "756AD9D5-4312-D88E-A4DE-4BBFA41F8078"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Scapula_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -4.0212827912000648e-06 -2.4530023949864699e-06 + -4.8329000870706018e-10 ; + setAttr ".tg[0].tor" -type "double3" -1.9802170007571431e-05 0.0068631735632967645 + -179.9999528569783 ; + setAttr ".lr" -type "double3" 179.99960842564576 -1.4034992678766371e-06 86.805780079349134 ; + setAttr ".rst" -type "double3" 7.0000009536743146 11.431444168090934 1.1368164032743663e-13 ; + setAttr ".rsrr" -type "double3" 179.99999134857779 8.6514220125077968e-06 90.000017986089318 ; + setAttr -k on ".w0"; +createNode joint -n "Avatar_RightShoulder" -p "Avatar_Spine2"; + rename -uid "FE066956-47BE-93C0-3EC6-8B9F935A78BE"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1.1920900000000001e-07 1 1.6292100000000001e-07 0 -1 1.1920900000000001e-07 0 0 + 0 -1.6292100000000001e-07 1 0 -7 146.58854500000001 2.38823e-05 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightArm" -p "Avatar_RightShoulder"; + rename -uid "57F1BFEE-461C-562A-0C16-D0B621183918"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 0.0013423599999999999 0.99933099999999997 -0.036543300000000001 0 + -0.99933099999999997 5.1509199999999998e-06 -0.036568099999999999 0 -0.0365435 0.036568000000000003 0.99866299999999997 0 + -17.707245 146.58852999999999 2.4661400000000001e-05 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightForeArm" -p "Avatar_RightArm"; + rename -uid "A3775D71-459E-A472-39B1-3D9F52698DED"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 0.0115119 0.99924900000000005 0.036995699999999999 0 + -0.99924900000000005 0.010127199999999999 0.037398300000000002 0 0.036995500000000001 -0.037398399999999998 0.99861500000000003 0 + -45.012714000000003 146.588708 -0.99915500000000002 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHand" -p "Avatar_RightForeArm"; + rename -uid "042D32E1-40AF-F4FD-DC63-F88AA483774B"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" -0.0066905599999999999 0.99211400000000005 0.12516099999999999 0 + -0.99211400000000005 -0.022251699999999999 0.123348 0 0.12516099999999999 -0.123349 0.98443899999999995 0 + -71.709897999999995 146.859229 2.5266199999999999e-05 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandThumb1" -p "Avatar_RightHand"; + rename -uid "F15211DE-451E-A09D-0D8E-83BE36A9A613"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" -0.19365299999999999 0.97955400000000004 0.054526600000000001 0 + -0.94289100000000003 -0.201183 0.26548500000000003 0 0.27102599999999999 -7.2759400000000008e-07 0.96257199999999998 0 + -74.761165000000005 144.984092 5.1004379999999996 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandThumb2" -p "Avatar_RightHandThumb1"; + rename -uid "5C3654A6-496B-1F83-4272-B7B5F0C7FF38"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 0.00109154 0.99999899999999997 -0.000230654 0 -0.97854699999999994 0.0011156499999999999 0.20602200000000001 0 + 0.20602200000000001 8.2427600000000007e-07 0.97854699999999994 0 -77.273737999999994 144.44799699999999 5.8078830000000004 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandThumb3" -p "Avatar_RightHandThumb2"; + rename -uid "E30D379D-46A4-AEA9-7326-CF89451C386A"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 0.00118892 0.99999899999999997 -0.00023700699999999999 0 + -0.98072700000000002 0.00121232 0.195377 0 0.195377 1.5033e-07 0.98072800000000004 0 + -80.097748999999993 144.45120900000001 6.4024479999999997 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandThumb4" -p "Avatar_RightHandThumb3"; + rename -uid "27C9B831-4606-4C1B-405E-D289AF252E1C"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 0.0012327200000000001 0.99999899999999997 -0.00024485199999999999 0 + -0.98072700000000002 0.0012568099999999999 0.195378 0 0.195378 -7.1380299999999992e-07 0.98072800000000004 0 + -82.788736 144.45453000000001 6.9385399999999997 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandThumb4_end" -p "Avatar_RightHandThumb4"; + rename -uid "09368ECB-4271-51E9-0F9C-B29AA82BE031"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".t" -type "double3" 1.3557844795286655e-05 2.7438826560974121 5.9407466324046254e-07 ; + setAttr ".r" -type "double3" -4.442439842934142e-05 4.6045713098432263e-05 0.0012740776994744924 ; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 0.00121076 0.99999899999999997 -0.000241296 0 -0.98072700000000002 0.0012345699999999999 0.195377 0 + 0.195377 9.0794599999999992e-08 0.98072800000000004 0 -85.479723000000007 144.45799600000001 7.4746269999999999 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandThumb4_end_end" -p "Avatar_RightHandThumb4_end"; + rename -uid "0AD94F8D-49D3-0510-92D1-668986E96DAE"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + setAttr ".t" -type "double3" 0 2.7438602447509766 0 ; + setAttr ".ssc" no; + setAttr ".radi" 9.9000001475214958; + setAttr ".fbxID" 5; +createNode scaleConstraint -n "Avatar_RightHandThumb4_scaleConstraint1" -p "Avatar_RightHandThumb4"; + rename -uid "09AFBA9B-45BD-4A92-2017-8A9DC31A88FD"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "ThumbFinger4_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightHandThumb4_parentConstraint1" -p "Avatar_RightHandThumb4"; + rename -uid "5F686B38-4C2A-E5C5-B7B2-249CB2203340"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "ThumbFinger4_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -1.6393728557773102e-05 1.8797615098264941e-05 + 4.6830679281129051e-05 ; + setAttr ".tg[0].tor" -type "double3" -0.0034998993123767476 54.751691493719655 -0.0043640003338879674 ; + setAttr ".lr" -type "double3" 4.9977239385863799e-05 -4.9451613394044187e-05 -0.0025489578961536722 ; + setAttr ".rst" -type "double3" 1.7256242585972359e-06 2.7438807487488219 9.7836892543057274e-07 ; + setAttr ".rsrr" -type "double3" 4.9977239385072758e-05 -4.9451613489460857e-05 -0.0025489578961506655 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_RightHandThumb3_scaleConstraint1" -p "Avatar_RightHandThumb3"; + rename -uid "C7246893-4BE0-CA1D-1A1E-DE99B0B6AD65"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "ThumbFinger3_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightHandThumb3_parentConstraint1" -p "Avatar_RightHandThumb3"; + rename -uid "B518DB2B-45D8-F79A-E49C-C98E9CFB2380"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "ThumbFinger3_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -1.7896850806664588e-05 2.1643771077606289e-05 + 4.6098708324393556e-05 ; + setAttr ".tg[0].tor" -type "double3" 5.7043645600446708e-05 54.751741023027122 5.2677607612869487e-05 ; + setAttr ".lr" -type "double3" -0.62255242621791096 -0.0007931637943340786 -0.0055358145445255202 ; + setAttr ".rst" -type "double3" 1.0667136507436226e-06 2.8859169483184672 4.448084034436306e-07 ; + setAttr ".rsrr" -type "double3" -0.62255242621791662 -0.00079316379442313507 -0.0055358145445607672 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_RightHandThumb2_scaleConstraint1" -p "Avatar_RightHandThumb2"; + rename -uid "FAAFB248-4DBC-6A6E-598B-1487016B5369"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "ThumbFinger2_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightHandThumb2_parentConstraint1" -p "Avatar_RightHandThumb2"; + rename -uid "3C42396D-478E-947A-6339-BC952255B557"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "ThumbFinger2_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -1.8311147400140726e-05 2.2249686637110244e-05 + 4.5201760073609876e-05 ; + setAttr ".tg[0].tor" -type "double3" 4.6927473985010115e-05 54.726771054028411 5.3736860079509723e-05 ; + setAttr ".lr" -type "double3" -3.8360271907232337 -0.004187881464224893 -11.669938272478744 ; + setAttr ".rst" -type "double3" -1.2248754501342773e-05 2.6647486686706472 2.253022129750093e-06 ; + setAttr ".rsrr" -type "double3" -3.8360271907232248 -0.0041878814642884038 -11.669938272478719 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_RightHandThumb1_scaleConstraint1" -p "Avatar_RightHandThumb1"; + rename -uid "C69764CD-42EB-4DF0-8C4F-F78BDF0EA822"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "ThumbFinger1_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightHandThumb1_parentConstraint1" -p "Avatar_RightHandThumb1"; + rename -uid "BACA2193-467B-F2C2-0B67-FB808022716A"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "ThumbFinger1_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -1.8783315539394607e-05 2.6744336146578007e-05 + 4.1681575083885036e-05 ; + setAttr ".tg[0].tor" -type "double3" -0.00048398842206032856 52.544879410825146 + -0.00052696999471053482 ; + setAttr ".lr" -type "double3" 6.4759240690885278 -6.9203291902584638 34.820916963473302 ; + setAttr ".rst" -type "double3" -1.2015948295593546 3.6980826854705668 4.8704457283019664 ; + setAttr ".rsrr" -type "double3" 9.7217079202290027 5.243363336655432 10.241579231168048 ; + setAttr -k on ".w0"; +createNode joint -n "Avatar_RightHandIndex1" -p "Avatar_RightHand"; + rename -uid "E6283378-4313-9884-CDBD-7DBEA9A30B7B"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" -2.8179799999999998e-06 1 3.26691e-07 0 -0.99959699999999996 -2.8261200000000001e-06 0.028395699999999999 0 + 0.028395699999999999 -2.4653999999999998e-07 0.99959699999999996 0 -80.531880000000001 147.086523 3.9511980000000002 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandIndex2" -p "Avatar_RightHandIndex1"; + rename -uid "D538B55A-44AC-D531-A6F2-33A22366CF3F"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" -4.3506899999999998e-06 1 6.6768200000000005e-09 0 + -0.99963299999999999 -4.3492699999999996e-06 0.027072100000000002 0 0.027072100000000002 1.11108e-07 0.99963299999999999 0 + -85.713616000000002 147.086511 4.0983960000000002 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandIndex3" -p "Avatar_RightHandIndex2"; + rename -uid "08244229-44C4-028C-A5EF-9D8A968B86A1"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" -7.0511000000000001e-06 1 2.2374100000000002e-07 0 + -0.99948599999999999 -7.0546499999999994e-06 0.032067199999999997 0 0.032067199999999997 2.48298e-09 0.99948599999999999 0 + -89.127510999999998 147.086513 4.1908510000000003 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandIndex4" -p "Avatar_RightHandIndex3"; + rename -uid "D23221B5-4287-E630-686B-14B05A94E474"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" -7.0365900000000007e-06 1 6.7427099999999999e-07 0 + -0.99948599999999999 -7.0545900000000003e-06 0.032067600000000002 0 0.032067600000000002 -4.4827700000000001e-07 0.99948599999999999 0 + -91.253777999999997 147.086513 4.2590709999999996 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandIndex4_end" -p "Avatar_RightHandIndex4"; + rename -uid "32AA3DE9-49C8-F625-B1C1-3E860F96A71E"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".t" -type "double3" 3.7940149923088029e-05 2.1273717880249023 3.1902527553029358e-07 ; + setAttr ".r" -type "double3" -2.5186244399110168e-05 2.6040281853289261e-05 9.3837675193163867e-11 ; + setAttr ".s" -type "double3" 1 0.99999994039535522 0.99999994039535522 ; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" -7.0511600000000001e-06 1 2.2001599999999998e-07 0 + -0.99948599999999999 -7.0545900000000003e-06 0.032067199999999997 0 0.032067199999999997 6.2081900000000003e-09 0.99948499999999996 0 + -93.380056999999994 147.08648299999999 4.3272899999999996 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandIndex4_end_end" -p "Avatar_RightHandIndex4_end"; + rename -uid "F44815B6-4BD0-E023-D6DA-EB8722C44214"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + setAttr ".t" -type "double3" 0 2.1273682117462158 0 ; + setAttr ".ssc" no; + setAttr ".radi" 9.9000001475214958; + setAttr ".fbxID" 5; +createNode scaleConstraint -n "Avatar_RightHandIndex4_scaleConstraint1" -p "Avatar_RightHandIndex4"; + rename -uid "908B8B76-4777-AEB6-12C5-FB8083249BE0"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IndexFinger4_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightHandIndex4_parentConstraint1" -p "Avatar_RightHandIndex4"; + rename -uid "179CD742-4916-6E7B-AE3D-DB95F7D9A3E2"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IndexFinger4_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -5.9788781300085247e-05 2.0708841063310501e-05 + 1.8188002907759682e-05 ; + setAttr ".tg[0].tor" -type "double3" 3.1191810642506267e-05 0.72809897739992935 + 0.00085002428448420042 ; + setAttr ".lr" -type "double3" 2.5186221601291962e-05 -2.5826835176172496e-05 -7.0817512153205743e-15 ; + setAttr ".rst" -type "double3" 2.2251484466551119e-05 2.1273567676544189 3.3941978672125117e-07 ; + setAttr ".rsrr" -type "double3" 2.5186221600894226e-05 -2.5826835184223273e-05 4.1410237212220376e-20 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_RightHandIndex3_scaleConstraint1" -p "Avatar_RightHandIndex3"; + rename -uid "FC7D5602-4D0D-09E3-B394-87960E18A3FC"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IndexFinger3_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightHandIndex3_parentConstraint1" -p "Avatar_RightHandIndex3"; + rename -uid "68E9769A-4867-231A-E862-59B791FD53FE"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IndexFinger3_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -5.0484741336731531e-05 1.6871372338300716e-05 + 1.7908412921374683e-05 ; + setAttr ".tg[0].tor" -type "double3" 6.0055890751113933e-06 0.72812480423510262 + 0.00085002428719164807 ; + setAttr ".lr" -type "double3" 0.1157359590836186 -0.045669711664243155 12.95902547356612 ; + setAttr ".rst" -type "double3" -5.55115317979471e-06 3.4151420593261435 2.8699651211105959e-07 ; + setAttr ".rsrr" -type "double3" 0.28632291738910931 -8.2436492474705122e-06 0.00015500226936614083 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_RightHandIndex2_scaleConstraint1" -p "Avatar_RightHandIndex2"; + rename -uid "DDC3B14E-4B50-A37C-0512-D0A889D4C7DB"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IndexFinger2_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightHandIndex2_parentConstraint1" -p "Avatar_RightHandIndex2"; + rename -uid "B93AC750-4B0C-3D98-5577-9096461C859C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IndexFinger2_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -5.8997197015742131e-05 2.1079801044265878e-05 + 1.5364611265944461e-05 ; + setAttr ".tg[0].tor" -type "double3" 1.6441359834560461e-05 -0.90836939513117765 + -0.00022825214707790123 ; + setAttr ".lr" -type "double3" 0.12978279669122655 -0.0060977498269401183 12.958450584561731 ; + setAttr ".rst" -type "double3" 3.2633448483920802e-05 5.1838364601134828 -4.0798977263278857e-07 ; + setAttr ".rsrr" -type "double3" -0.075867159969242995 2.1583456987461591e-05 8.7185758197504034e-05 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_RightHandIndex1_scaleConstraint1" -p "Avatar_RightHandIndex1"; + rename -uid "072BF4A6-4068-6409-9B6E-8DBC78ABC281"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IndexFinger1_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightHandIndex1_parentConstraint1" -p "Avatar_RightHandIndex1"; + rename -uid "8B26A8EC-4940-2446-9D7A-99B5C663D1AC"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IndexFinger1_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -4.3290126058082024e-05 2.2382435844292559e-05 + 1.4392396520790385e-05 ; + setAttr ".tg[0].tor" -type "double3" 9.2287404020802276e-06 -0.90839048442706583 + 0.00053417530795756994 ; + setAttr ".lr" -type "double3" -3.6784067729437386 8.1401667216796447 11.746220777307181 ; + setAttr ".rst" -type "double3" 0.77908194065093994 9.2347316741943217 2.7574894428253174 ; + setAttr ".rsrr" -type "double3" -5.6184756183252285 7.0854072991999164 -1.2846833440768228 ; + setAttr -k on ".w0"; +createNode joint -n "Avatar_RightHandMiddle1" -p "Avatar_RightHand"; + rename -uid "C10B46E7-451E-772A-BDEE-39BFFE6E28A9"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1.06957e-07 1 5.8207700000000004e-08 0 -1 1.06953e-07 6.0790099999999999e-05 0 + 6.0790099999999999e-05 -5.8214199999999999e-08 1 0 -80.519790999999998 147.38768899999999 1.3611249999999999 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandMiddle2" -p "Avatar_RightHandMiddle1"; + rename -uid "A4D430B0-400C-B34F-6327-9A969E609400"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1.1920900000000001e-07 1 2.6080999999999997e-08 0 -1 1.19208e-07 4.4441899999999999e-05 0 + 4.4441899999999999e-05 -2.6086399999999998e-08 1 0 -85.495852999999997 147.387688 1.361423 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandMiddle3" -p "Avatar_RightHandMiddle2"; + rename -uid "369D019D-4C0D-C974-B0B5-59B1B916AC6C"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 7.7271799999999998e-06 1 -8.0506700000000004e-08 0 + -1 7.7271799999999998e-06 6.1517600000000002e-05 0 6.1517600000000002e-05 8.0031400000000006e-08 1 0 + -89.361131999999998 147.38768200000001 1.3615950000000001 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandMiddle4" -p "Avatar_RightHandMiddle3"; + rename -uid "A220D7CF-4B68-9ACA-0E77-AF8F058C5CF3"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1.19216e-07 1 1.57921e-07 0 -1 1.1920599999999999e-07 6.1755599999999995e-05 0 + 6.1755599999999995e-05 -1.5792900000000001e-07 1 0 -91.366747000000004 147.387719 1.361718 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandMiddle4_end" -p "Avatar_RightHandMiddle4"; + rename -uid "62F586CE-470B-CFCD-7CFF-A086B67644DA"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".t" -type "double3" -6.8880758590239566e-06 2.0056221485137939 2.1382220438681543e-08 ; + setAttr ".r" -type "double3" -6.8251856048158479e-06 6.8239320777882575e-06 1.642914048080646e-11 ; + setAttr ".s" -type "double3" 0.99999999999999079 0.99999999999264744 0.99999999999263578 ; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1.19208e-07 1 3.8821300000000004e-08 0 -1 1.1920599999999999e-07 6.1636499999999998e-05 0 + 6.1636499999999998e-05 -3.88287e-08 1 0 -93.372384999999994 147.38770400000001 1.361842 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandMiddle4_end_end" -p "Avatar_RightHandMiddle4_end"; + rename -uid "F65B609A-45D6-3BBF-6663-3981625B2594"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + setAttr ".t" -type "double3" 0 2.0056304931640625 0 ; + setAttr ".ssc" no; + setAttr ".radi" 9.9000001475214958; + setAttr ".fbxID" 5; +createNode scaleConstraint -n "Avatar_RightHandMiddle4_scaleConstraint1" -p "Avatar_RightHandMiddle4"; + rename -uid "9E618E65-46EF-126E-D132-069FC35518DB"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "MiddleFinger4_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightHandMiddle4_parentConstraint1" -p "Avatar_RightHandMiddle4"; + rename -uid "52D1A5A4-47CF-655B-8493-579ACFB55719"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "MiddleFinger4_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -5.0465504386920657e-05 2.0506381446239175e-05 + 1.7354727309459861e-05 ; + setAttr ".tg[0].tor" -type "double3" 2.2699872875675657e-05 -0.027145397502318144 + 0.00046432606112500836 ; + setAttr ".lr" -type "double3" 1.3636165100328733e-05 -1.3634109657160509e-05 0.00043590505349951162 ; + setAttr ".rst" -type "double3" -2.7491699938764214e-07 2.0056293010711812 1.45919329730404e-07 ; + setAttr ".rsrr" -type "double3" 1.3636165100403387e-05 -1.3634109653793593e-05 0.00043590505350595796 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_RightHandMiddle3_scaleConstraint1" -p "Avatar_RightHandMiddle3"; + rename -uid "8D9C8CC6-4122-4F8A-6B2B-918C40E4A70C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "MiddleFinger3_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightHandMiddle3_parentConstraint1" -p "Avatar_RightHandMiddle3"; + rename -uid "41A316C5-4C80-35CB-C00A-C8BF69E26382"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "MiddleFinger3_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -4.9195487889619471e-05 2.1702327615003014e-05 + 1.6884447036291661e-05 ; + setAttr ".tg[0].tor" -type "double3" 9.270125659519761e-06 -0.027131763322922307 + 2.8420960902422544e-05 ; + setAttr ".lr" -type "double3" 0.0098756928026734556 -0.0018324390066014615 19.259562774838059 ; + setAttr ".rst" -type "double3" -6.7700224519740004e-06 3.8652863502502441 7.8311131801456213e-08 ; + setAttr ".rsrr" -type "double3" 0.0009783643592039936 6.0876594185090669e-06 -0.00043590485937453755 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_RightHandMiddle2_scaleConstraint1" -p "Avatar_RightHandMiddle2"; + rename -uid "CFABFF9C-4CEE-A980-A064-2989EA0E3217"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "MiddleFinger2_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightHandMiddle2_parentConstraint1" -p "Avatar_RightHandMiddle2"; + rename -uid "BFE44117-45EC-73C7-00FA-82A7CC73E158"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "MiddleFinger2_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -5.5751278409843508e-05 2.31369603937992e-05 + 1.6109556641774603e-05 ; + setAttr ".tg[0].tor" -type "double3" 1.0964391912327173e-05 0.026241507554445025 + -0.00019776241354816458 ; + setAttr ".lr" -type "double3" -0.0095385472700399276 0.0017832878333439862 19.259998825650197 ; + setAttr ".rst" -type "double3" 9.8233876713038626e-06 4.976078033447294 -6.7873769937776274e-08 ; + setAttr ".rsrr" -type "double3" -0.00093639875813624851 2.2205749355365922e-06 -6.5267213484904486e-20 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_RightHandMiddle1_scaleConstraint1" -p "Avatar_RightHandMiddle1"; + rename -uid "E97A267A-46A0-1BA9-4288-C687978DA80C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "MiddleFinger1_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightHandMiddle1_parentConstraint1" -p "Avatar_RightHandMiddle1"; + rename -uid "B667A69B-4EDE-C778-440C-8CB55B30EB1D"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "MiddleFinger1_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -4.7838539302347272e-05 1.933133080456173e-05 + 1.5121590623889958e-05 ; + setAttr ".tg[0].tor" -type "double3" 1.2684905943436211e-05 0.062685276547933114 + 0.0002041148063612115 ; + setAttr ".lr" -type "double3" -4.5169301554955243 9.0775132838756374 18.066857686196602 ; + setAttr ".rst" -type "double3" 0.75357687473297119 8.8965482711792134 0.17208528518676047 ; + setAttr ".rsrr" -type "double3" -7.2421861807479262 7.0853991883502792 -1.2848528181456047 ; + setAttr -k on ".w0"; +createNode joint -n "Avatar_RightHandRing1" -p "Avatar_RightHand"; + rename -uid "516A548B-4A7C-06C0-557E-5EB261FBFD95"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1.24419e-07 1 5.7571000000000001e-07 0 -1 1.24419e-07 1.4370000000000001e-08 0 + 1.43699e-08 -5.7571000000000001e-07 1 0 -80.801096999999999 147.266738 -1.4982839999999999 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandRing2" -p "Avatar_RightHandRing1"; + rename -uid "8EEDBA93-48AC-67C1-1670-07A5DCFEB789"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1.1920900000000001e-07 1 5.47989e-07 0 -1 1.1920900000000001e-07 3.6527599999999999e-08 0 + 3.6527500000000001e-08 -5.47989e-07 1 0 -84.887561000000005 147.26675 -1.4982880000000001 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandRing3" -p "Avatar_RightHandRing2"; + rename -uid "09B482B2-4983-5220-44C7-C8BFC5D7B065"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1.1920900000000001e-07 1 5.1146099999999998e-07 0 -1 1.1920900000000001e-07 0 0 + 0 -5.1146099999999998e-07 1 0 -88.151103000000006 147.26675 -1.4982869999999999 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandRing4" -p "Avatar_RightHandRing3"; + rename -uid "C9847A56-45F1-73D6-EB61-A482D661FBEE"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1.1920900000000001e-07 1 1.17992e-07 0 -1 1.1920900000000001e-07 -3.9346899999999996e-07 0 + -3.9346899999999996e-07 -1.17992e-07 1 0 -90.271889999999999 147.26675 -1.4982869999999999 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandRing4_end" -p "Avatar_RightHandRing4"; + rename -uid "F0581885-4865-C44E-5205-B9A9D0F8887E"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".t" -type "double3" -6.8880826802342199e-06 2.1207878589630127 1.4230954548111185e-07 ; + setAttr ".r" -type "double3" -7.8481664546637707e-14 1.6925501109510501e-12 -3.0882814206387274e-13 ; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999989 0.99999999999999967 ; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1.1920900000000001e-07 1 1.17992e-07 0 -1 1.1920900000000001e-07 -3.9346899999999996e-07 0 + -3.9346899999999996e-07 -1.17992e-07 1 0 -92.392679000000001 147.26675 -1.4982880000000001 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandRing4_end_end" -p "Avatar_RightHandRing4_end"; + rename -uid "D7AC5FF4-4C48-B0D5-83ED-1E8702164D8B"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + setAttr ".t" -type "double3" 0 2.12078857421875 0 ; + setAttr ".ssc" no; + setAttr ".radi" 9.9000001475214958; + setAttr ".fbxID" 5; +createNode scaleConstraint -n "Avatar_RightHandRing4_scaleConstraint1" -p "Avatar_RightHandRing4"; + rename -uid "B69CCB64-46FB-4E5C-80A4-45894AD5B354"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "RingFinger4_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightHandRing4_parentConstraint1" -p "Avatar_RightHandRing4"; + rename -uid "8D659DCA-4556-602A-8983-9F823F0432D2"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "RingFinger4_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -5.1635699151120207e-05 2.2911681128334749e-05 + 1.6472582980320283e-05 ; + setAttr ".tg[0].tor" -type "double3" -5.0818894706922162e-06 -0.012739964690068098 + 2.7644079143054288e-05 ; + setAttr ".lr" -type "double3" -2.2544123326159069e-05 2.2544126582728301e-05 4.6712681930070977e-15 ; + setAttr ".rst" -type "double3" -7.3181272455258295e-06 2.1207797527313375 1.1155225321246576e-07 ; + setAttr ".rsrr" -type "double3" -2.2544123326116714e-05 2.2544126583001632e-05 5.6972967102648966e-21 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_RightHandRing3_scaleConstraint1" -p "Avatar_RightHandRing3"; + rename -uid "169790AF-4F2A-BC42-A3D9-E7AEFCD992EB"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "RingFinger3_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightHandRing3_parentConstraint1" -p "Avatar_RightHandRing3"; + rename -uid "35A246CE-412E-9020-FBB1-14978FAF270C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "RingFinger3_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -5.8552997842298282e-05 1.6474383201625642e-05 + 1.6044586126584548e-05 ; + setAttr ".tg[0].tor" -type "double3" 1.7462233856953709e-05 -0.012762508816648499 + 2.7644072272140802e-05 ; + setAttr ".lr" -type "double3" 0.0054165091328387486 -0.0011959305864022828 25.109998996839785 ; + setAttr ".rst" -type "double3" -7.2133407513774728e-06 3.2635333538054994 6.8705958478076923e-08 ; + setAttr ".rsrr" -type "double3" -2.0928764283833556e-06 2.092878667681871e-06 1.2324868854286773e-20 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_RightHandRing2_scaleConstraint1" -p "Avatar_RightHandRing2"; + rename -uid "D726B086-4013-19CA-7337-618D930816A4"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "RingFinger2_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightHandRing2_parentConstraint1" -p "Avatar_RightHandRing2"; + rename -uid "794F6511-4EFC-CDCA-34A5-EFA400CA8031"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "RingFinger2_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -4.9611292780582517e-05 1.7666481525679956e-05 + 1.5800316916170232e-05 ; + setAttr ".tg[0].tor" -type "double3" 1.5759404476114144e-05 0.55285382220250157 + 2.7646264296909017e-05 ; + setAttr ".lr" -type "double3" -0.23460086497843644 0.052251900564901498 25.10876081286461 ; + setAttr ".rst" -type "double3" 7.6508695201482624e-06 4.0864715576172443 -1.2593142173500382e-07 ; + setAttr ".rsrr" -type "double3" 1.8110646276097322e-06 1.7993858343881109e-06 4.4077345355601747e-21 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_RightHandRing1_scaleConstraint1" -p "Avatar_RightHandRing1"; + rename -uid "EEB3CFE8-475B-555B-E144-2CB30FF97CEA"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "RingFinger1_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightHandRing1_parentConstraint1" -p "Avatar_RightHandRing1"; + rename -uid "94588E60-47E3-417A-D370-8A9F1AE39ECD"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "RingFinger1_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -5.5371638012502444e-05 1.766647807244226e-05 + 1.473269733187621e-05 ; + setAttr ".tg[0].tor" -type "double3" 1.3812151125033395e-05 0.27060832918766042 + 2.7645285213402179e-05 ; + setAttr ".lr" -type "double3" -3.6602502447002401 9.5113584428292803 23.978196405304889 ; + setAttr ".rst" -type "double3" 0.27757811546331368 8.8256416320799929 -2.6631183624267649 ; + setAttr ".rsrr" -type "double3" -7.2456661621300364 7.0853701600463053 -1.2848498299378446 ; + setAttr -k on ".w0"; +createNode joint -n "Avatar_RightHandPinky1" -p "Avatar_RightHand"; + rename -uid "D64EC8C8-4D85-D866-F503-50865E965F1B"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 4.4819899999999998e-06 1 3.2978299999999996e-07 0 -0.99971600000000005 4.48858e-06 -0.023825300000000001 0 + -0.023825300000000001 -2.22904e-07 0.99971600000000005 0 -80.676788999999999 146.702347 -4.0976790000000003 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandPinky2" -p "Avatar_RightHandPinky1"; + rename -uid "E5FC84C3-4E69-AF9A-8918-57B58733FABE"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 6.4096999999999998e-06 1 3.0853600000000003e-07 0 -0.99973999999999996 6.4150700000000002e-06 -0.022790399999999999 0 + -0.022790399999999999 -1.62376e-07 0.99973999999999996 0 -84.171138999999997 146.70230799999999 -4.1809620000000001 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandPinky3" -p "Avatar_RightHandPinky2"; + rename -uid "6F9120B2-4889-236B-4104-CCA2A55CC05C"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 8.6834900000000001e-06 1 7.6889100000000003e-07 0 -0.99968699999999999 8.7000100000000004e-06 -0.025019799999999998 0 + -0.025019799999999998 -5.5139099999999999e-07 0.99968699999999999 0 -86.596217999999993 146.70233899999999 -4.2362450000000003 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandPinky4" -p "Avatar_RightHandPinky3"; + rename -uid "CFC2AA46-4317-CC2C-3394-16A2C649837E"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1.7271099999999998e-05 1 3.8386900000000003e-07 0 -0.99968699999999999 1.72753e-05 -0.025020400000000002 0 + -0.025020400000000002 4.8380500000000001e-08 0.99968699999999999 0 -88.375113999999996 146.702349 -4.2807680000000001 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandPinky4_end" -p "Avatar_RightHandPinky4"; + rename -uid "FD26DBBB-45CE-D82A-9F5F-7AB5219D91A9"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".t" -type "double3" 2.3856357529439265e-06 1.7794066667556763 -1.4999386621639132e-08 ; + setAttr ".r" -type "double3" 1.5367954944520636e-05 -1.5367770930348982e-05 0.00049132005299134694 ; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 8.6918900000000016e-06 1 4.3744899999999996e-07 0 -0.99968699999999999 8.7001199999999996e-06 -0.025020199999999999 0 + -0.0250201 -2.1983999999999999e-07 0.99968699999999999 0 -90.153960999999995 146.70238499999999 -4.3252879999999996 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_RightHandPinky4_end_end" -p "Avatar_RightHandPinky4_end"; + rename -uid "304E10BC-458D-8D3A-A995-579B9F65B80C"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + setAttr ".t" -type "double3" 0 1.7794190645217896 0 ; + setAttr ".ssc" no; + setAttr ".radi" 9.9000001475214958; + setAttr ".fbxID" 5; +createNode scaleConstraint -n "Avatar_RightHandPinky4_scaleConstraint1" -p "Avatar_RightHandPinky4"; + rename -uid "9CCE6298-494C-6A60-B44C-378B5250E410"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PinkyFinger4_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightHandPinky4_parentConstraint1" -p "Avatar_RightHandPinky4"; + rename -uid "72EB158C-4C6F-6D18-F545-3EA01B5A92E1"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PinkyFinger4_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -5.2349246146832229e-05 2.177905400913005e-05 + 1.6453991755760455e-05 ; + setAttr ".tg[0].tor" -type "double3" -3.5321023611016716e-05 0.76954246482656041 + -0.00046354023052379891 ; + setAttr ".lr" -type "double3" -3.3937876979228621e-05 3.4363793245223389e-05 -0.00049132651465224643 ; + setAttr ".rst" -type "double3" -3.1379834126710193e-06 1.7794506549835063 -2.6502675609663129e-08 ; + setAttr ".rsrr" -type "double3" -3.3937876980620126e-05 3.4363793251783273e-05 -0.00049132651465712664 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_RightHandPinky3_scaleConstraint1" -p "Avatar_RightHandPinky3"; + rename -uid "9219EEF0-4489-188A-A903-15A9C6E6B6E3"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PinkyFinger3_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightHandPinky3_parentConstraint1" -p "Avatar_RightHandPinky3"; + rename -uid "645763CE-4F03-F2D9-9AE3-F69B85E40B59"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PinkyFinger3_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -4.8349022961247101e-05 2.0684069809817629e-05 + 1.6276369014356362e-05 ; + setAttr ".tg[0].tor" -type "double3" 5.2159863442698784e-06 0.76950810101688205 + 2.783060029153771e-05 ; + setAttr ".lr" -type "double3" -0.52021356837608146 0.18821757561505212 32.396378457698894 ; + setAttr ".rst" -type "double3" -2.5149139730729075e-06 2.4257225990295836 1.5562841104710401e-07 ; + setAttr ".rsrr" -type "double3" -0.12777304249451621 -2.3400438972995079e-05 -0.00013084591808843103 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_RightHandPinky2_scaleConstraint1" -p "Avatar_RightHandPinky2"; + rename -uid "F2C26E80-4239-2136-53BC-19A22894A004"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PinkyFinger2_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightHandPinky2_parentConstraint1" -p "Avatar_RightHandPinky2"; + rename -uid "36EF5C28-48A7-EAFE-7963-82BAFC85D403"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PinkyFinger2_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -4.4047540455949274e-05 2.2766058521028754e-05 + 1.7384232599226834e-05 ; + setAttr ".tg[0].tor" -type "double3" 8.1550503991509297e-06 2.8940768544634068 2.7888700189832785e-05 ; + setAttr ".lr" -type "double3" -1.500191684506226 0.41803131968729629 32.3550229247899 ; + setAttr ".rst" -type "double3" -2.3297552615986206e-05 3.4953405857086182 -5.3041958159028013e-07 ; + setAttr ".rsrr" -type "double3" 0.05931326937089821 4.2378541077267562e-06 -0.00011037864384132431 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_RightHandPinky1_scaleConstraint1" -p "Avatar_RightHandPinky1"; + rename -uid "C2F336F1-4E4E-8E05-0E6D-EA8548628D6C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PinkyFinger1_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightHandPinky1_parentConstraint1" -p "Avatar_RightHandPinky1"; + rename -uid "1D9C23D0-40A1-EBEC-D913-45A45A5A7D1C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PinkyFinger1_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -4.9513069257045572e-05 2.099651840126171e-05 + 1.7215485430099875e-05 ; + setAttr ".tg[0].tor" -type "double3" -5.9199923800316383e-06 3.1531686110268726 + -0.00047303266348444243 ; + setAttr ".lr" -type "double3" -5.1666666731719264 11.07453051393315 31.243326825442097 ; + setAttr ".rst" -type "double3" -0.60856348276138306 8.3942394256591371 -5.1368889808654785 ; + setAttr ".rsrr" -type "double3" -8.6109185243780306 7.0853509501392589 -1.2851009461115446 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_RightHand_scaleConstraint1" -p "Avatar_RightHand"; + rename -uid "AB2F334A-4981-DED8-769B-3E9259D3EE46"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Wrist_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightHand_parentConstraint1" -p "Avatar_RightHand"; + rename -uid "F733453F-4FF3-6D0C-B674-838ACC33D7A6"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Wrist_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -4.5379177777249424e-05 1.6286072025195608e-05 + 1.0487741619158442e-05 ; + setAttr ".tg[0].tor" -type "double3" -1.6636354572674756 -6.5310009392404327 4.8724637316416697 ; + setAttr ".lr" -type "double3" 6.4428572387432084 8.8842101692651507 12.26947553518902 ; + setAttr ".rst" -type "double3" -2.5423292640880391e-05 26.717218399047844 -1.0944886579267177e-06 ; + setAttr ".rsrr" -type "double3" 5.0280420499575991 -5.0276595593640616 1.2317500183394565 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_RightForeArm_scaleConstraint1" -p "Avatar_RightForeArm"; + rename -uid "DB0D64EC-48B4-3D61-E859-CB904B5705F6"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Elbow_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightForeArm_parentConstraint1" -p "Avatar_RightForeArm"; + rename -uid "11C73E2E-47CF-A2C9-15E6-E9970C31B42E"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Elbow_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -2.2156882579338344e-05 2.2538535482397037e-05 + 3.7907156418270915e-06 ; + setAttr ".tg[0].tor" -type "double3" 1.6808367935804666e-05 -9.9188924013024256 + -5.3948678435926962e-06 ; + setAttr ".lr" -type "double3" 18.753064045415996 -26.148486669447731 -3.3148962182392721 ; + setAttr ".rst" -type "double3" 1.7516314812837663e-05 27.323745727539066 -3.5527136788005009e-15 ; + setAttr ".rsrr" -type "double3" 4.2686774128480174 -4.1901093199385766 -0.73835188029312204 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_RightArm_scaleConstraint1" -p "Avatar_RightArm"; + rename -uid "24566BC1-42F6-C092-85D5-0A9595637E99"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Shoulder_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightArm_parentConstraint1" -p "Avatar_RightArm"; + rename -uid "B89B7ADF-4B0F-8766-3608-7683995B5E59"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Shoulder_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -1.0854840752472228e-05 2.3042355998370567e-05 + 1.4903372367314205e-06 ; + setAttr ".tg[0].tor" -type "double3" 4.7017985755306484e-06 -5.7013416407266684 + 5.9781972619217379e-05 ; + setAttr ".lr" -type "double3" -5.4884610285505246 7.5744613916337453 71.709290839489498 ; + setAttr ".rst" -type "double3" 1.3851660753516626e-05 10.707247095868134 1.96432066470163e-08 ; + setAttr ".rsrr" -type "double3" -2.0970667910112946 2.0942527534816242 -0.076956435069665471 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_RightShoulder_scaleConstraint1" -p "Avatar_RightShoulder"; + rename -uid "DA080ABA-4D69-FE4C-4FE8-C3B4FFB24CAB"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Scapula_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_RightShoulder_parentConstraint1" -p "Avatar_RightShoulder"; + rename -uid "72E53199-4DEC-602C-A754-C4B3D565F2B1"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Scapula_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -4.0213279248746403e-06 2.3773039550256669e-05 + -4.7727053559265542e-10 ; + setAttr ".tg[0].tor" -type "double3" 1.1143627115117993e-05 -0.0068718250993979784 + 0.00010906940567644918 ; + setAttr ".lr" -type "double3" 0.00033934870159485936 -7.8331262992158479e-06 92.830462574896288 ; + setAttr ".rst" -type "double3" -7.00000047683716 11.431440353393612 -3.3881332935327198e-20 ; + setAttr ".rsrr" -type "double3" -5.2601314929425606e-19 3.1137215245806221e-18 90.00000933466734 ; + setAttr -k on ".w0"; +createNode joint -n "Avatar_Neck" -p "Avatar_Spine2"; + rename -uid "58638681-4DBA-F3A0-22DC-D689FEC71334"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1 0 0 0 0 1 1.6292100000000001e-07 0 0 -1.6292100000000001e-07 1 0 + 0 149.235626 2.43136e-05 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_Head" -p "Avatar_Neck"; + rename -uid "D5D376D7-45F0-3F05-AB14-698A40EF0668"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1 0 0 0 0 1 1.6292100000000001e-07 0 0 -1.6292100000000001e-07 1 0 + 0 173.47131300000001 2.8262100000000002e-05 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_Head_end" -p "Avatar_Head"; + rename -uid "9D957545-4956-B7CD-DF35-48B1C853C6BB"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + addAttr -ci true -sn "liw" -ln "lockInfluenceWeights" -min 0 -max 1 -at "bool"; + setAttr ".t" -type "double3" 3.637978807091713e-12 24.235656738281307 -5.0821991779439009e-20 ; + setAttr ".r" -type "double3" -9.5416640443905503e-15 -1.5902773407317584e-14 3.1805546814635183e-15 ; + setAttr ".ssc" no; + setAttr ".bps" -type "matrix" 1 0 0 0 0 1 1.6292100000000001e-07 0 0 -1.6292100000000001e-07 1 0 + 0 197.70695499999999 3.22106e-05 1; + setAttr ".radi" 0.099000001475214955; + setAttr ".fbxID" 5; +createNode joint -n "Avatar_Head_end_end" -p "Avatar_Head_end"; + rename -uid "387D772D-46ED-213A-28F7-C693027152EC"; + addAttr -ci true -h true -sn "fbxID" -ln "filmboxTypeID" -at "short"; + setAttr ".ssc" no; + setAttr ".radi" 9.9000001475214958; + setAttr ".fbxID" 5; +createNode scaleConstraint -n "Avatar_Head_end_end_scaleConstraint1" -p "Avatar_Head_end_end"; + rename -uid "C611CBDE-416D-6839-9E26-CABA0C13D71F"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "HeadEnd_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_Head_end_end_parentConstraint1" -p "Avatar_Head_end_end"; + rename -uid "9F4814B6-4393-F73E-7FFF-31B162660B4B"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "HeadEnd_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -3.3654743905590103e-05 24.235656738273207 + 3.9484881001876449e-06 ; + setAttr ".tg[0].tor" -type "double3" 9.334666828388989e-06 -2.8189909435522358e-12 + 1.7302843960100242e-05 ; + setAttr ".lr" -type "double3" -2.3861792667448528e-19 2.8189909435522718e-12 7.2370324666386455e-17 ; + setAttr ".rst" -type "double3" -6.7762635780344027e-21 24.235656738281307 6.7762485833663163e-21 ; + setAttr ".rsrr" -type "double3" -5.1068171095344431e-22 2.8189909435522003e-12 -4.5712694602840616e-19 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_Head_scaleConstraint1" -p "Avatar_Head"; + rename -uid "67AF4EAB-4EC8-C1DB-D6D3-C8828E2E120B"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Head_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_Head_parentConstraint1" -p "Avatar_Head"; + rename -uid "94070FB9-4317-0C79-B415-86AC212E3B5E"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Head_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -1.9016818164392144e-05 -5.1443294069031253e-12 + 4.0773388151568203e-13 ; + setAttr ".tg[0].tor" -type "double3" 9.334666828388989e-06 -2.8189909435522366e-12 + 1.7302843960100249e-05 ; + setAttr ".lr" -type "double3" -2.8416179239934976 -5.1310049019247979 0.41536156636041544 ; + setAttr ".rst" -type "double3" 6.7762635780344027e-21 24.235671997070483 6.0986357258128636e-20 ; + setAttr ".rsrr" -type "double3" -5.1068171095322877e-22 2.8189909435522003e-12 -4.5712694602840616e-19 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_Neck_scaleConstraint1" -p "Avatar_Neck"; + rename -uid "ECB31DAB-4D58-F014-3B39-4EA555F1D5D8"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Neck_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_Neck_parentConstraint1" -p "Avatar_Neck"; + rename -uid "84314429-4E25-B582-077F-BD9DF5EC89FD"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Neck_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -1.1697848868005359e-05 -3.780087354243733e-12 + -3.2593929454299148e-13 ; + setAttr ".tg[0].tor" -type "double3" 9.3346668283889924e-06 -2.8189909435522382e-12 + 1.7302843960100245e-05 ; + setAttr ".lr" -type "double3" -8.8266325099376777e-07 -2.8812516296125708 4.9171246135898483e-07 ; + setAttr ".rst" -type "double3" -9.0949468822040108e-13 14.078552246093807 9.8255806836343655e-20 ; + setAttr ".rsrr" -type "double3" -5.106817109531857e-22 2.8189909435522011e-12 -4.5712694602840635e-19 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_Spine2_scaleConstraint1" -p "Avatar_Spine2"; + rename -uid "62E58B1D-4EEC-1145-7AE9-8C95E777EB1C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Chest_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_Spine2_parentConstraint1" -p "Avatar_Spine2"; + rename -uid "B2AF8B71-43AD-52FA-8CDC-69AAA7C377BB"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Chest_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -7.4462434294593755e-06 -2.9558577807620168e-12 + -7.5650850330215985e-14 ; + setAttr ".tg[0].tor" -type "double3" 9.334666828388989e-06 -2.8189909435522366e-12 + 1.7302843960100249e-05 ; + setAttr ".lr" -type "double3" 5.0546715032818579 4.0066501500092375 -0.04262529000464612 ; + setAttr ".rst" -type "double3" -6.2521331428005977e-15 14.078567504882884 -4.1164272850312333e-13 ; + setAttr ".rsrr" -type "double3" -5.1068171095322877e-22 2.8189909435522003e-12 -4.5712694602840616e-19 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_Spine1_scaleConstraint1" -p "Avatar_Spine1"; + rename -uid "2DC6DEEE-44F1-C727-52D8-60825A832845"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Spine1_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_Spine1_parentConstraint1" -p "Avatar_Spine1"; + rename -uid "A8F0FA96-4269-59A7-BBBB-179D10151C70"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Spine1_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -3.1946343388605428e-06 -2.0463630789890885e-12 + -6.8545240013498376e-14 ; + setAttr ".tg[0].tor" -type "double3" 9.3346668283889924e-06 -2.8189909435522382e-12 + 1.7302843960100245e-05 ; + setAttr ".lr" -type "double3" -2.849433190472193 2.6858082662650702 0.038561989100158352 ; + setAttr ".rst" -type "double3" -6.2521466953277538e-15 14.078552246093778 -3.3927329811745276e-26 ; + setAttr ".rsrr" -type "double3" -5.106817109531857e-22 2.8189909435522011e-12 -4.5712694602840635e-19 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_Spine_scaleConstraint1" -p "Avatar_Spine"; + rename -uid "F4A162A7-4B8C-5CA6-78C8-C1ACB72F5132"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "RootPart1_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_Spine_parentConstraint1" -p "Avatar_Spine"; + rename -uid "DD679C35-49F2-974E-441E-409E257C4692"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "RootPart1_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" 1.0569701384768839e-06 -0.026184082032699507 + -4.2659511665071436e-09 ; + setAttr ".tg[0].tor" -type "double3" 9.3346668283889958e-06 -2.8189909435522382e-12 + 1.7302843960100242e-05 ; + setAttr ".lr" -type "double3" 0.38572629511782136 1.3362334534177471 -179.96573550483916 ; + setAttr ".rst" -type "double3" 4.5474734919239822e-13 -6.9999999999999432 -3.388139765978675e-21 ; + setAttr ".rsrr" -type "double3" 2.7740132361824417e-21 2.8189909435522003e-12 -179.99997404573404 ; + setAttr -k on ".w0"; +createNode scaleConstraint -n "Avatar_Hips_scaleConstraint1" -p "Avatar_Hips"; + rename -uid "9A2C89A1-46C4-FB0E-F5C4-09B2CD442B5D"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Root_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode parentConstraint -n "Avatar_Hips_parentConstraint1" -p "Avatar_Hips"; + rename -uid "5E106D0B-4C6E-F5AD-8185-54B6EC935E07"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Root_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -1.9709482123356859e-15 -1.3358203432289883e-12 + -1.6662154512028793e-16 ; + setAttr ".tg[0].tor" -type "double3" -9.3346668283893143e-06 -1.4094954770647258e-12 + 179.99999134857799 ; + setAttr ".lr" -type "double3" -0.25812834179468008 0.00031811221932052626 180.07061244430523 ; + setAttr ".rst" -type "double3" 1.1044052673094165e-29 100.00000000000001 7.3896443163797704e-13 ; + setAttr ".rsrr" -type "double3" -1.7680886905956755e-21 1.409495477064726e-12 179.99999134857799 ; + setAttr -k on ".w0"; +createNode transform -n "M_Mask_Eyes"; + rename -uid "D862B04B-4F06-41FD-1087-78AC41CB5104"; + setAttr ".t" -type "double3" 0 -2.4074124304840448e-32 4.3368086899420177e-19 ; + setAttr -l on ".tx"; + setAttr -l on ".ty"; + setAttr -l on ".tz"; + setAttr ".r" -type "double3" 9.334670899499332e-06 0 0 ; + setAttr -l on ".rx"; + setAttr -l on ".ry"; + setAttr -l on ".rz"; + setAttr ".s" -type "double3" 1 1.0000000000000133 1.0000000000000133 ; + setAttr -l on ".sx"; + setAttr -l on ".sy"; + setAttr -l on ".sz"; +createNode mesh -n "M_Mask_EyesShape" -p "M_Mask_Eyes"; + rename -uid "8E6DEA30-4141-D0E6-1F0D-FC8F04101134"; + setAttr -k off ".v"; + setAttr ".vir" yes; + setAttr ".vif" yes; + setAttr ".uvst[0].uvsn" -type "string" "map1"; + setAttr ".cuvs" -type "string" "map1"; + setAttr ".dcc" -type "string" "Ambient+Diffuse"; + setAttr ".vcs" 2; +createNode mesh -n "M_Mask_EyesShapeOrig" -p "M_Mask_Eyes"; + rename -uid "3598C4CA-4D8C-69B7-C2A1-4A82AEDAFA3A"; + setAttr -k off ".v"; + setAttr ".io" yes; + setAttr ".gtag[0].gtagnm" -type "string" "skinCluster1"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "vtx[0:72]"; + setAttr ".uvst[0].uvsn" -type "string" "map1"; + setAttr -s 73 ".uvst[0].uvsp[0:72]" -type "float2" 0.18681958 0.68141729 + 0.66639179 0.8116281 0.50072622 0.95909464 0.50067055 0.86949134 0.19411373 0.59452444 + 0.28405935 0.6813882 0.26907599 0.71224409 0.30773234 0.80205029 0.69051731 0.74982709 + 0.93080705 0.78979754 0.070435464 0.79034603 0.55563915 0.73079836 0.29385382 0.60442132 + 0.99332982 0.83764702 0.80688375 0.59413427 0.81428587 0.6810177 0.29701978 0.92063409 + 0.14506724 0.89564151 0.9326905 0.59221178 0.93596506 0.71023011 0.73206884 0.71194971 + 0.11007431 0.92155439 0.56872404 0.82366663 0.44552925 0.7308684 0.41263044 0.5883162 + 0.79049778 0.80068791 0.17231146 0.82209843 0.068304181 0.59276319 0.31067371 0.75006866 + 0.82330143 0.72706801 0.0079725683 0.83827567 0.54289764 0.82286114 0.70715773 0.60415858 + 0.45535487 0.61243117 0.7110523 0.88458914 0.84421718 0.8670668 0.85630721 0.89518851 + 0.65958327 0.74050468 0.21211955 0.74656111 0.34159738 0.74070692 0.73279405 0.83659315 + 0.69352472 0.80180484 0.7890681 0.74619377 0.43256128 0.8237533 0.50059128 0.74215907 + 0.7102887 0.99085909 0.50052947 0.64286268 0.73740649 0.81830925 0.82897055 0.82168031 + 0.26850632 0.83688849 0.58835942 0.58820462 0.6004014 0.69867748 0.21075803 0.80105704 + 0.15712151 0.86750424 0.37817919 0.85573083 0.29030782 0.88485682 0.89133251 0.92105663 + 0.29120263 0.99112552 0.065177381 0.71078545 0.45838556 0.82291484 0.33487624 0.81183892 + 0.59533501 0.88112485 0.40602085 0.8812452 0.40072691 0.69880438 0.70438468 0.92037499 + 0.62314588 0.85557526 0.73699731 0.72979051 0.26416987 0.73009145 0.54566616 0.61237383 + 0.7170471 0.68111271 0.50063926 0.81919736 0.17786306 0.72747904 0.26387119 0.81861043; + setAttr ".cuvs" -type "string" "map1"; + setAttr ".dcc" -type "string" "Ambient+Diffuse"; + setAttr -s 73 ".vt[0:72]" 10.67507935 172.14985657 10.020186424 11.40810299 173.86755371 8.39487457 + 10.84249878 175.98612976 11.97615623 10.45169258 175.15975952 12.99196815 10.68465137 169.57670593 9.86849785 + 9.88858604 165.97579956 9.69084549 8.087674141 166.091964722 13.21702862 8.59418774 168.80514526 13.21228504 + 1.4940772e-09 171.14920044 16.87908363 2.7915945e-09 168.49578857 18.16165161 1.47275186 167.48162842 17.75546837 + 1.42926276 170.68510437 16.23468781 5.76010752 168.95199585 14.50964928 5.30615282 166.55377197 14.696208 + 2.018135786 173.42048645 16.55464172 4.42015314 173.30221558 14.65885258 3.74907923 174.13684082 16.37480354 + 4.11985779 170.91642761 14.67452335 3.058245182 174.89883423 17.060102463 6.64220142 175.82023621 16.38484383 + 6.64787912 177.89605713 16.09668541 2.7915945e-09 177.5508728 17.68881226 3.0696341e-09 174.75535583 17.34080887 + 6.63061571 173.7910614 14.46546745 6.63644314 174.72389221 15.92238998 1.30647433 173.35803223 16.92667961 + 1.4940772e-09 173.32250977 17.11815834 2.13145733 169.65539551 15.20326996 6.15851355 169.87530518 14.087173462 + 7.97553539 172.55557251 13.32596779 6.62506199 173.23545837 14.20603085 6.32329464 170.4367218 13.99919128 + 7.7732935 170.85192871 13.26361465 9.11724567 173.099884033 12.84107685 10.03978157 174.2910614 13.096369743 + 8.59445381 170.19720459 12.66234207 5.016976357 171.18278503 14.41914177 5.20871735 172.88583374 14.34503174 + 2.067560673 166.44764709 16.77336884 -10.67507935 172.14985657 10.020186424 -10.45169258 175.15975952 12.99196815 + -10.84249878 175.98612976 11.97615623 -11.40810299 173.86755371 8.39487457 -10.68465137 169.57670593 9.86849785 + -9.88858604 165.97579956 9.69084549 -8.087674141 166.091964722 13.21702862 -8.59418774 168.80514526 13.21228504 + -1.47275186 167.48162842 17.75546837 -1.42926276 170.68510437 16.23468781 -2.13145733 169.65539551 15.20326996 + -2.067560673 166.44764709 16.77336884 -5.76010752 168.95199585 14.50964928 -5.30615282 166.55377197 14.696208 + -2.018135786 173.42048645 16.55464172 -3.74907923 174.13684082 16.37480354 -4.42015314 173.30221558 14.65885258 + -4.11985779 170.91642761 14.67452335 -3.058245182 174.89883423 17.060102463 -6.64787912 177.89605713 16.09668541 + -6.64220142 175.82023621 16.38484383 -6.63644314 174.72389221 15.92238998 -6.63061571 173.7910614 14.46546745 + -1.30647433 173.35803223 16.92667961 -6.15851355 169.87530518 14.087173462 -7.97553539 172.55557251 13.32596779 + -7.7732935 170.85192871 13.26361465 -6.32329464 170.4367218 13.99919128 -6.62506199 173.23545837 14.20603085 + -10.03978157 174.2910614 13.096369743 -9.11724567 173.099884033 12.84107685 -8.59445381 170.19720459 12.66234207 + -5.016976357 171.18278503 14.41914177 -5.20871735 172.88583374 14.34503174; + setAttr -s 136 ".ed[0:135]" 0 1 0 1 2 0 2 3 1 3 0 1 6 5 0 5 4 0 4 7 1 + 7 6 1 8 9 1 9 10 0 10 11 1 11 8 1 12 13 1 13 6 0 7 12 1 14 15 1 15 16 1 16 14 1 17 15 1 + 14 17 1 18 19 1 19 20 1 20 21 0 21 22 1 22 18 1 15 23 1 23 24 1 24 16 1 11 25 1 25 26 1 + 26 8 1 18 14 1 16 18 1 17 27 1 27 12 1 12 28 1 28 17 1 29 30 0 30 31 1 31 32 0 32 29 0 + 23 33 1 33 34 1 34 24 1 0 34 1 33 0 1 7 35 1 35 28 1 2 20 0 19 3 1 0 35 1 4 0 0 36 31 0 + 30 37 0 37 36 0 38 13 0 27 38 1 33 35 1 25 14 1 22 26 1 24 19 1 34 3 1 23 30 1 29 33 1 + 35 32 1 31 28 1 36 17 1 15 37 1 39 40 1 40 41 1 41 42 0 42 39 0 45 46 1 46 43 1 43 44 0 + 44 45 0 47 48 1 48 49 1 49 50 1 50 47 0 51 46 1 45 52 0 52 51 1 53 54 1 54 55 1 55 53 1 + 56 53 1 55 56 1 57 22 1 21 58 0 58 59 1 59 57 1 54 60 1 60 61 1 61 55 1 56 49 1 48 62 1 + 62 53 1 57 54 1 53 57 1 56 63 1 63 51 1 51 49 1 64 65 0 65 66 0 66 67 1 67 64 0 60 68 1 + 68 69 1 69 61 1 39 69 1 68 39 1 63 70 1 70 46 1 40 59 1 58 41 0 39 43 0 70 39 1 71 72 0 + 72 67 0 66 71 0 52 50 0 70 69 1 62 26 1 59 60 1 40 68 1 69 64 1 67 61 1 63 66 1 65 70 1 + 56 71 1 72 55 1 8 48 1 47 9 0 10 38 0 27 11 1; + setAttr -s 85 ".n[0:84]" -type "float3" 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20; + setAttr -s 64 -ch 250 ".fc[0:63]" -type "polyFaces" + f 4 0 1 2 3 + mu 0 4 9 13 56 36 + f 4 4 5 6 7 + mu 0 4 14 18 19 15 + f 4 8 9 10 11 + mu 0 4 44 46 68 11 + f 4 12 13 -8 14 + mu 0 4 69 32 14 15 + f 3 15 16 17 + mu 0 3 22 1 65 + f 3 18 -16 19 + mu 0 3 37 1 22 + f 5 20 21 22 23 24 + mu 0 5 61 64 45 2 3 + f 4 -17 25 26 27 + mu 0 4 65 1 40 34 + f 4 28 29 30 -12 + mu 0 4 11 31 70 44 + f 3 31 -18 32 + mu 0 3 61 22 65 + f 4 33 34 35 36 + mu 0 4 37 51 69 20 + f 4 37 38 39 40 + mu 0 4 25 47 66 42 + f 4 -27 41 42 43 + mu 0 4 34 40 48 35 + f 3 44 -43 45 + mu 0 3 9 35 48 + f 4 -36 -15 46 47 + mu 0 4 20 69 15 29 + f 4 48 -22 49 -3 + mu 0 4 56 45 64 36 + f 4 50 -47 -7 51 + mu 0 4 9 29 15 19 + f 4 52 -39 53 54 + mu 0 4 8 66 47 41 + f 4 55 -13 -35 56 + mu 0 4 50 32 69 51 + f 3 -46 57 -51 + mu 0 3 9 48 29 + f 5 -30 58 -32 -25 59 + mu 0 5 70 31 22 61 3 + f 4 -33 -28 60 -21 + mu 0 4 61 65 34 64 + f 4 -50 -61 -44 61 + mu 0 4 36 64 34 35 + f 3 -4 -62 -45 + mu 0 3 9 36 35 + f 4 -42 62 -38 63 + mu 0 4 48 40 47 25 + f 4 -48 64 -40 65 + mu 0 4 20 29 42 66 + f 4 -58 -64 -41 -65 + mu 0 4 29 48 25 42 + f 4 -37 -66 -53 66 + mu 0 4 37 20 66 8 + f 4 -26 67 -54 -63 + mu 0 4 40 1 41 47 + f 4 -19 -67 -55 -68 + mu 0 4 1 37 8 41 + f 4 68 69 70 71 + mu 0 4 10 17 21 30 + f 4 72 73 74 75 + mu 0 4 4 0 58 27 + f 4 76 77 78 79 + mu 0 4 33 23 63 24 + f 4 80 -73 81 82 + mu 0 4 5 0 4 12 + f 3 83 84 85 + mu 0 3 43 54 60 + f 3 86 -86 87 + mu 0 3 39 43 60 + f 5 88 -24 89 90 91 + mu 0 5 62 3 2 57 16 + f 4 92 93 94 -85 + mu 0 4 54 55 49 60 + f 5 95 -78 96 97 -87 + mu 0 5 39 63 23 59 43 + f 3 98 -84 99 + mu 0 3 62 54 43 + f 4 100 101 102 -96 + mu 0 4 39 6 5 63 + f 4 103 104 105 106 + mu 0 4 52 38 67 72 + f 4 107 108 109 -94 + mu 0 4 55 53 26 49 + f 3 110 -109 111 + mu 0 3 10 26 53 + f 4 112 113 -81 -102 + mu 0 4 6 71 0 5 + f 4 -70 114 -91 115 + mu 0 4 21 17 16 57 + f 4 116 -74 -114 117 + mu 0 4 10 58 0 71 + f 4 118 119 -106 120 + mu 0 4 28 7 72 67 + f 4 -79 -103 -83 121 + mu 0 4 24 63 5 12 + f 3 -118 122 -111 + mu 0 3 10 71 26 + f 5 -60 -89 -100 -98 123 + mu 0 5 70 3 62 43 59 + f 4 -92 124 -93 -99 + mu 0 4 62 16 55 54 + f 4 125 -108 -125 -115 + mu 0 4 17 53 55 16 + f 3 -112 -126 -69 + mu 0 3 10 53 17 + f 4 126 -107 127 -110 + mu 0 4 26 52 72 49 + f 4 128 -105 129 -113 + mu 0 4 6 67 38 71 + f 4 -130 -104 -127 -123 + mu 0 4 71 38 52 26 + f 4 130 -121 -129 -101 + mu 0 4 39 28 67 6 + f 4 -128 -120 131 -95 + mu 0 4 49 72 7 60 + f 4 -132 -119 -131 -88 + mu 0 4 60 7 28 39 + f 4 132 -77 133 -9 + mu 0 4 44 23 33 46 + f 4 -97 -133 -31 -124 + mu 0 4 59 23 44 70 + f 4 -11 134 -57 135 + mu 0 4 11 68 50 51 + f 5 -20 -59 -29 -136 -34 + mu 0 5 37 22 31 11 51; + setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; + setAttr ".cvd" -type "dataPolyComponent" Index_Data Vertex 0 ; + setAttr ".pd[0]" -type "dataPolyComponent" Index_Data UV 0 ; + setAttr ".hfd" -type "dataPolyComponent" Index_Data Face 0 ; +createNode transform -n "M_Feet_BaseMesh"; + rename -uid "4A065FA5-4CEA-D2E1-500F-31A316E60DD7"; + setAttr ".t" -type "double3" 0 -2.4074124304840448e-32 4.3368086899420177e-19 ; + setAttr -l on ".tx"; + setAttr -l on ".ty"; + setAttr -l on ".tz"; + setAttr ".r" -type "double3" 9.334670899499332e-06 0 0 ; + setAttr -l on ".rx"; + setAttr -l on ".ry"; + setAttr -l on ".rz"; + setAttr ".s" -type "double3" 1 1.0000000000000133 1.0000000000000133 ; + setAttr -l on ".sx"; + setAttr -l on ".sy"; + setAttr -l on ".sz"; +createNode mesh -n "M_Feet_BaseMeshShape" -p "M_Feet_BaseMesh"; + rename -uid "9FF3C631-45E3-C895-DF39-61BCD7D89507"; + setAttr -k off ".v"; + setAttr ".vir" yes; + setAttr ".vif" yes; + setAttr ".uvst[0].uvsn" -type "string" "map1"; + setAttr ".cuvs" -type "string" "map1"; + setAttr ".dcc" -type "string" "Ambient+Diffuse"; + setAttr ".ccls" -type "string" "colorSet0"; + setAttr ".clst[0].clsn" -type "string" "colorSet0"; + setAttr ".vcs" 2; +createNode mesh -n "M_Feet_BaseMeshShapeOrig" -p "M_Feet_BaseMesh"; + rename -uid "60C9736C-4E5C-8735-5AD0-56B538FB0EEB"; + setAttr -k off ".v"; + setAttr ".io" yes; + setAttr ".gtag[0].gtagnm" -type "string" "skinCluster2"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "vtx[0:179]"; + setAttr ".uvst[0].uvsn" -type "string" "map1"; + setAttr -s 250 ".uvst[0].uvsp[0:249]" -type "float2" 0.068995945 0.95668858 + 0.19898948 0.86441708 0.24439439 0.92758143 0.67975688 0.81645834 0.70160985 0.82524323 + 0.065540336 0.95996785 0.10942401 0.83744937 0.73072702 0.69807887 0.59816992 0.5754962 + 0.061001681 0.84549952 0.70439082 0.79311556 0.21226802 0.9663223 0.21794656 0.87663007 + 0.16219898 0.96080232 0.5612731 0.44292665 0.20919204 0.85170001 0.21530122 0.86799145 + 0.039784908 0.90641493 0.55052656 0.43485013 0.74285626 0.7931841 0.16755342 0.87335134 + 0.14772183 0.86305451 0.16870837 0.86069906 0.054050036 0.93021798 0.12850167 0.88610065 + 0.20604506 0.8567059 0.16253443 0.86901861 0.61029512 0.442316 0.59257811 0.57786596 + 0.048786223 0.93194383 0.080102675 0.86544102 0.56643033 0.56561613 0.1803765 0.85939556 + 0.25032571 0.95594072 0.67879868 0.74023247 0.10562625 0.93850946 0.095801346 0.96303731 + 0.21101847 0.85814613 0.55220985 0.57771522 0.06545084 0.86177164 0.15077794 0.90584564 + 0.14140692 0.86067444 0.11970893 0.95173949 0.66683722 0.79318947 0.61815983 0.48172283 + 0.1930269 0.85164505 0.042574123 0.84121573 0.22784005 0.88523799 0.20595747 0.92764449 + 0.10383404 0.84865534 0.053945586 0.90760636 0.11183534 0.94032502 0.21499799 0.85350293 + 0.59549534 0.56153619 0.62638068 0.54616559 0.031321757 0.88440466 0.051378921 0.8339048 + 0.036002003 0.83095205 0.60164785 0.57719517 0.13425417 0.88875026 0.15291804 0.98787838 + 0.22620675 0.97060412 0.20046356 0.95888913 0.12604494 0.91008067 0.060818218 0.94690478 + 0.10167991 0.96148735 0.22366259 0.9876458 0.10809319 0.85227019 0.034642972 0.90805018 + 0.049936824 0.94371617 0.04522986 0.92260194 0.058756784 0.88669789 0.068780832 0.96066368 + 0.080776192 0.94279802 0.16933906 0.9676221 0.16605967 0.8826825 0.1856527 0.86164337 + 0.70336139 0.75080192 0.18005906 0.85734141 0.18213716 0.85688311 0.10309877 0.90911347 + 0.024648702 0.88661313 0.66683733 0.7184276 0.53935063 0.44161832 0.03978049 0.86974138 + 0.13239262 0.85346639 0.095214941 0.90700799 0.039886974 0.924703 0.095855974 0.88702399 + 0.2567378 0.95383602 0.060333036 0.95680344 0.058200985 0.9484458 0.10260968 0.94702584 + 0.19330524 0.87127 0.080265425 0.93593866 0.21898422 0.95740843 0.22969446 0.90781033 + 0.19332318 0.85902745 0.23250154 0.98106408 0.56577581 0.55320072 0.20853534 0.85694909 + 0.10090577 0.84723479 0.56536359 0.53897536 0.18243892 0.85892785 0.22857442 0.94671327 + 0.24100822 0.96275157 0.70439082 0.71850139 0.53008199 0.48071888 0.16485266 0.87229246 + 0.0092241447 0.84548837 0.095918618 0.94528252 0.017603939 0.85606802 0.67975688 + 0.69515866 0.15595566 0.87769973 0.24759084 0.97347546 0.15691806 0.88990939 0.19249803 + 0.87810099 0.21241565 0.85991919 0.0052465927 0.85102272 0.16087526 0.88073027 0.11760951 + 0.96539283 0.19206265 0.90131444 0.580818 0.53868061 0.14918673 0.9424848 0.10452331 + 0.95843208 0.020194529 0.83860165 0.045472667 0.82455158 0.072714478 0.95208484 0.096421577 + 0.86153823 0.15074323 0.97110438 0.15922368 0.97878969 0.17806834 0.8619687 0.2173678 + 0.97775972 0.18964323 0.9559027 0.056906626 0.84879744 0.068405055 0.93594676 0.21770638 + 0.85667855 0.60889882 0.57437122 0.052394673 0.9405458 0.22422829 0.87508494 0.097905032 + 0.95667654 0.73072702 0.81353796 0.053573184 0.85200375 0.56240535 0.58168483 0.048261955 + 0.85860562 0.54987836 0.5612914 0.56537265 0.57853526 0.043740019 0.93475842 0.15369554 + 0.85518223 0.15717843 0.95397705 0.17882645 0.85345739 0.11387512 0.95969164 0.065151289 + 0.95143163 0.092873909 0.95790029 0.70160985 0.68637383 0.58833992 0.44283959 0.027374601 + 0.84971201 0.13479899 0.92497391 0.13592567 0.96195835 0.26236504 0.96195954 0.20618176 + 0.90765178 0.5822472 0.58146864 0.57989711 0.55288231 0.12468649 0.83480304 0.12643927 + 0.95518553 0.11871233 0.90786666 0.23853265 0.9299798 0.74285626 0.71843296 0.55835867 + 0.51122612 0.54316998 0.57672042 0.080779649 0.85808653 0.17671582 0.85937423 0.2074939 + 0.87896538 0.72913206 0.74054348 0.11588298 0.93033785 0.22080317 0.86627418 0.5793944 + 0.57821482 0.069386132 0.95465887 0.092135571 0.96311861 0.20542 0.9531309 0.10803219 + 0.94897944 0.5888105 0.51119971 0.2371159 0.90591592 0.53602463 0.57363898 0.14137051 + 0.92746925 0.1179451 0.84498084 0.14373337 0.98107409 0.16497679 0.90526772 0.20928094 + 0.96761513 0.55539197 0.58125556 0.20553333 0.85146046 0.067345925 0.9541021 0.086158551 + 0.94989097 0.095372371 0.9577648 0.52082801 0.53092295 0.70336139 0.76081502 0.62425607 + 0.51013482 0.079649009 0.96239287 0.220599 0.88658339 0.25777307 0.96675146 0.18209417 + 0.85290235 0.010730637 0.85921985 0.51956242 0.54482627 0.091719128 0.85557103 0.066939756 + 0.95614094 0.16887908 0.92636496 0.055744998 0.95229518 0.10870705 0.9286803 0.72913206 + 0.77107346 0.17354348 0.86630392 0.13943356 0.84303731 0.11015838 0.85785168 0.17776798 + 0.96028215 0.19069333 0.92733216 0.52927369 0.56820071 0.2085411 0.86944336 0.21667942 + 0.96289527 0.58927155 0.58129042 0.080264449 0.95503038 0.57879937 0.56526649 0.15167113 + 0.88757926 0.099377535 0.95496535 0.095284417 0.93572408 0.58752054 0.48255044 0.56067199 + 0.48264137 0.67879868 0.77138448 0.069104977 0.8531974 0.1653906 0.96415001 0.17448811 + 0.9515577 0.51770926 0.5596751 0.17099544 0.86465085 0.11614081 0.82784492 0.59936821 + 0.43515256 0.055138566 0.93960482 0.62770188 0.56107104 0.063687652 0.95396531 0.18928501 + 0.94852585 0.61583966 0.56917769 0.11927675 0.8689518 0.14931512 0.85019583 0.5467065 + 0.57514685 0.52297378 0.50889462 0.080592729 0.88667566 0.12827171 0.9727478 0.1457116 + 0.90398949 0.18064943 0.87758011 0.21414939 0.90588927 0.6256128 0.53222591 0.17348699 + 0.85639364 0.080834873 0.91272855; + setAttr ".cuvs" -type "string" "map1"; + setAttr ".dcc" -type "string" "Ambient+Diffuse"; + setAttr ".clst[0].clsn" -type "string" "colorSet0"; + setAttr -s 784 ".clst[0].clsp"; + setAttr ".clst[0].clsp[0:124]" 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1; + setAttr ".clst[0].clsp[125:249]" 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1; + setAttr ".clst[0].clsp[250:374]" 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1; + setAttr ".clst[0].clsp[375:499]" 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1; + setAttr ".clst[0].clsp[500:624]" 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1; + setAttr ".clst[0].clsp[625:749]" 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1; + setAttr ".clst[0].clsp[750:783]" 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 + 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1; + setAttr -s 180 ".vt"; + setAttr ".vt[0:165]" 6.90592957 0.20731623 -5.30966377 12.14369869 0.19253343 1.90177011 + 6.69505024 0.19039622 1.99866056 6.87743235 0.13162084 7.093952656 13.38617992 -0.0035571381 10.88976955 + 5.41267872 0.10365794 11.96696663 5.01941824 0.29779458 16.68609619 11.58515739 0.28070191 17.4270153 + 7.45307446 0.23831248 18.94307137 5.11060762 0.33341628 18.98866653 10.34267902 0.29352018 18.33893204 + 9.048916817 0.30171865 18.82907867 8.86272907 11.46232319 2.93403745 11.45752525 11.30866814 1.49330473 + 8.80535412 8.87488365 -5.67712831 11.25260544 8.72405529 -4.23584843 8.76393986 4.85698318 -7.13744211 + 12.16199684 10.041772842 -1.050080061 12.43716145 11.1732111 -0.94359493 11.3229866 4.74014473 -5.23557711 + 12.41413021 9.051568985 -1.024861574 11.58515739 1.88758528 -5.5775423 10.8100338 0.23973738 -5.36666536 + 12.25769711 7.23650217 -0.69716454 13.22659397 1.28130221 1.90461934 12.7820406 4.38678026 0.12808958 + 14.070109367 0.92936254 6.93436766 13.18099499 0.14462799 6.96286535 12.063916206 5.73185253 4.98801279 + 14.38928223 0.85028863 10.80997658 13.44317627 3.40648413 8.31363106 14.36648464 0.98778135 13.2208395 + 13.5001688 -0.045724154 13.36902237 13.70534897 0.27500269 16.0021572113 13.86493587 2.28939533 13.20943832 + 14.10430527 1.21790218 15.72859192 12.2348938 1.21932721 17.75758743 13.5001688 1.70947814 15.59179211 + 10.38827515 1.22787619 19.000057220459 11.75614548 1.81919241 17.41562462 10.29709244 1.82631624 18.40732193 + 8.94062424 1.23641932 19.47881699 8.43337631 0.30706188 18.52131462 9.30538177 1.83201623 18.96586227 + 8.29088879 1.30267596 18.89747429 7.98312283 0.05129981 16.047754288 8.5758543 2.012972832 18.69228935 + 8.53026772 2.32501698 17.50680733 8.045814514 1.45015383 16.34413147 10.69604492 3.067368269 14.69129467 + 8.10280323 3.21840262 15.47780418 7.6582551 1.68097484 19.38762093 7.67535257 2.71970201 16.81147766 + 7.025617123 1.73085082 20.20834351 6.86033392 0.23617515 19.54719734 5.42977619 2.79379511 16.42391586 + 5.42407656 1.79211986 20.25393867 5.6121583 0.28390244 19.56999969 4.79144049 1.80209363 19.47881889 + 4.44661903 1.51997185 16.67469406 8.32508373 3.68290019 14.39491844 4.11320829 1.28058958 14.52030849 + 5.23029613 0.25541082 14.48611069 5.36138439 3.33524108 14.31512547 3.97357202 1.11673117 12.001162529 + 8.5758543 5.073567867 10.22293758 5.44117498 0.94289875 7.11105061 5.042215347 3.59456539 8.55870628 + 6.011118889 4.88263083 8.76388741 5.58366203 1.11246276 2.010059357 5.62925673 4.8199439 -0.15358746 + 6.016818523 1.66245782 -5.29542112 8.87792873 0.40145326 -6.64618587 8.71834373 1.88473535 -7.23892689 + 6.2276969 4.64895487 -5.16718388 6.043492317 6.7007556 5.47295094 5.24510765 7.95491362 -0.83537698 + 6.36391306 8.61268139 -4.047952652 8.8621254 11.6087656 -5.54310369 5.0016059875 9.16665554 -1.53470898 + 5.3874979 10.43359089 -1.40849888 6.43118143 11.27600861 1.60017002 6.21542978 9.55031586 1.51982534 + 8.88362408 10.011375427 3.36651731 8.69554996 7.35619068 6.03670311 11.24319267 9.42507839 1.90034509 + 11.13188267 11.41291904 -4.19053984 6.39650631 11.37208748 -4.01268816 5.25254202 11.12945557 -1.13890374 + -6.90592957 0.20731623 -5.30966377 -12.14369869 0.19253343 1.90177011 -6.69505024 0.19039622 1.99866056 + -6.87743235 0.13162084 7.093952656 -13.38617992 -0.0035571381 10.88976955 -5.41267872 0.10365794 11.96696663 + -5.01941824 0.29779458 16.68609619 -11.58515739 0.28070191 17.4270153 -7.45307446 0.23831248 18.94307137 + -5.11060762 0.33341628 18.98866653 -10.34267902 0.29352018 18.33893204 -9.048916817 0.30171865 18.82907867 + -8.86272907 11.46232319 2.93403745 -11.45752525 11.30866814 1.49330473 -8.80535412 8.87488365 -5.67712831 + -11.25260544 8.72405529 -4.23584843 -8.76393986 4.85698318 -7.13744211 -12.16199684 10.041772842 -1.050080061 + -12.43716145 11.1732111 -0.94359493 -11.3229866 4.74014473 -5.23557711 -12.41413021 9.051568985 -1.024861574 + -11.58515739 1.88758528 -5.5775423 -10.8100338 0.23973738 -5.36666536 -12.25769711 7.23650217 -0.69716454 + -13.22659397 1.28130221 1.90461934 -12.7820406 4.38678026 0.12808958 -14.070109367 0.92936254 6.93436766 + -13.18099499 0.14462799 6.96286535 -12.063916206 5.73185253 4.98801279 -14.38928223 0.85028863 10.80997658 + -13.44317627 3.40648413 8.31363106 -14.36648464 0.98778135 13.2208395 -13.5001688 -0.045724154 13.36902237 + -13.70534897 0.27500269 16.0021572113 -13.86493587 2.28939533 13.20943832 -14.10430527 1.21790218 15.72859192 + -12.2348938 1.21932721 17.75758743 -13.5001688 1.70947814 15.59179211 -10.38827515 1.22787619 19.000057220459 + -11.75614548 1.81919241 17.41562462 -10.29709244 1.82631624 18.40732193 -8.94062424 1.23641932 19.47881699 + -8.43337631 0.30706188 18.52131462 -9.30538177 1.83201623 18.96586227 -8.29088879 1.30267596 18.89747429 + -7.98312283 0.05129981 16.047754288 -8.5758543 2.012972832 18.69228935 -8.53026772 2.32501698 17.50680733 + -8.045814514 1.45015383 16.34413147 -10.69604492 3.067368269 14.69129467 -8.10280323 3.21840262 15.47780418 + -7.6582551 1.68097484 19.38762093 -7.67535257 2.71970201 16.81147766 -7.025617123 1.73085082 20.20834351 + -6.86033392 0.23617515 19.54719734 -5.42977619 2.79379511 16.42391586 -5.42407656 1.79211986 20.25393867 + -5.6121583 0.28390244 19.56999969 -4.79144049 1.80209363 19.47881889 -4.44661903 1.51997185 16.67469406 + -8.32508373 3.68290019 14.39491844 -4.11320829 1.28058958 14.52030849 -5.23029613 0.25541082 14.48611069 + -5.36138439 3.33524108 14.31512547 -3.97357202 1.11673117 12.001162529 -8.5758543 5.073567867 10.22293758 + -5.44117498 0.94289875 7.11105061 -5.042215347 3.59456539 8.55870628 -6.011118889 4.88263083 8.76388741 + -5.58366203 1.11246276 2.010059357 -5.62925673 4.8199439 -0.15358746 -6.016818523 1.66245782 -5.29542112 + -8.87792873 0.40145326 -6.64618587 -8.71834373 1.88473535 -7.23892689 -6.2276969 4.64895487 -5.16718388 + -6.043492317 6.7007556 5.47295094 -5.24510765 7.95491362 -0.83537698; + setAttr ".vt[166:179]" -6.36391306 8.61268139 -4.047952652 -8.8621254 11.6087656 -5.54310369 + -5.0016059875 9.16665554 -1.53470898 -5.3874979 10.43359089 -1.40849888 -6.43118143 11.27600861 1.60017002 + -6.21542978 9.55031586 1.51982534 -8.88362408 10.011375427 3.36651731 -8.69554996 7.35619068 6.03670311 + -11.24319267 9.42507839 1.90034509 -11.13188267 11.41291904 -4.19053984 -6.39650631 11.37208748 -4.01268816 + -5.25254202 11.12945557 -1.13890374 8.85449696 11.3397913 -1.25369835 -8.85449696 11.33979034 -1.25369799; + setAttr -s 416 ".ed"; + setAttr ".ed[0:165]" 72 22 1 22 0 1 0 72 1 22 1 1 1 2 1 2 0 1 1 27 1 27 3 1 + 3 2 1 27 4 1 4 5 1 5 3 1 4 32 1 32 62 1 62 5 1 32 45 1 45 62 1 32 33 1 33 45 1 45 6 1 + 6 62 1 33 7 1 7 45 1 7 42 1 42 45 1 54 57 1 57 9 1 9 8 1 8 54 1 14 78 1 78 86 0 86 15 1 + 15 14 1 16 14 1 15 19 1 19 16 1 86 17 1 17 15 1 86 18 0 18 17 1 18 13 0 13 17 1 73 16 1 + 19 21 1 21 73 1 17 20 1 20 15 1 72 73 1 21 22 1 15 23 1 23 19 1 20 23 1 21 24 1 24 1 1 + 19 25 1 25 24 1 23 25 1 24 26 1 26 27 1 25 30 1 30 26 1 23 28 1 28 25 1 26 29 1 29 4 1 + 30 34 1 34 29 1 28 30 1 29 31 1 31 32 1 31 35 1 35 33 1 34 31 1 34 37 1 37 35 1 35 36 1 + 36 7 1 10 7 1 36 38 1 38 10 1 11 10 1 38 41 1 41 11 1 39 36 1 37 39 1 40 38 1 39 40 1 + 42 11 1 41 44 1 44 42 1 40 43 1 43 41 1 44 48 1 48 45 1 43 46 1 46 44 1 46 48 1 47 48 1 + 46 47 1 49 47 1 47 40 1 40 49 1 39 49 1 37 49 1 34 49 1 30 49 1 47 50 1 50 48 1 49 50 1 + 48 51 1 51 8 1 8 45 1 48 52 1 52 51 1 50 52 1 51 53 1 53 54 1 52 53 1 50 55 1 55 52 1 + 55 53 1 53 56 1 56 57 1 55 56 1 56 58 1 58 9 1 55 58 1 58 59 1 59 6 1 6 9 1 55 59 1 + 50 60 1 60 63 1 63 55 1 49 60 1 59 61 1 61 62 1 61 64 1 64 5 1 63 61 1 63 64 1 64 66 1 + 66 3 1 49 65 1 65 60 1 65 68 1 68 63 1 30 65 1 28 84 1 84 65 1 66 69 1 69 2 1 63 67 1 + 67 64 1 67 66 1 68 67 1 69 71 1 71 0 1 67 70 1 70 69 1 70 74 1 74 71 1 71 73 1 74 16 1 + 67 75 1 75 76 1; + setAttr ".ed[166:331]" 76 70 1 68 75 1 76 74 1 74 77 1 77 14 1 76 77 1 87 78 0 + 77 87 1 76 79 1 79 77 1 80 87 1 77 80 1 79 80 1 80 88 1 88 87 0 81 88 0 80 81 1 82 79 1 + 76 82 1 82 80 1 82 81 1 75 82 1 82 83 1 83 12 1 12 81 0 13 12 0 83 85 1 85 13 1 75 84 1 + 84 83 1 28 85 1 85 17 1 23 85 1 85 20 1 161 89 1 89 111 1 111 161 1 89 91 1 91 90 1 + 90 111 1 91 92 1 92 116 1 116 90 1 92 94 1 94 93 1 93 116 1 94 151 1 151 121 1 121 93 1 + 151 134 1 134 121 1 134 122 1 122 121 1 151 95 1 95 134 1 134 96 1 96 122 1 134 131 1 + 131 96 1 143 97 1 97 98 1 98 146 1 146 143 1 103 104 1 104 175 1 175 167 0 167 103 1 + 105 108 1 108 104 1 103 105 1 104 106 1 106 175 1 106 107 1 107 175 0 106 102 1 102 107 0 + 162 110 1 110 108 1 105 162 1 104 109 1 109 106 1 111 110 1 162 161 1 108 112 1 112 104 1 + 112 109 1 90 113 1 113 110 1 113 114 1 114 108 1 114 112 1 116 115 1 115 113 1 115 119 1 + 119 114 1 114 117 1 117 112 1 93 118 1 118 115 1 118 123 1 123 119 1 119 117 1 121 120 1 + 120 118 1 122 124 1 124 120 1 120 123 1 124 126 1 126 123 1 96 125 1 125 124 1 99 127 1 + 127 125 1 96 99 1 100 130 1 130 127 1 99 100 1 128 126 1 125 128 1 129 128 1 127 129 1 + 131 133 1 133 130 1 100 131 1 130 132 1 132 129 1 134 137 1 137 133 1 133 135 1 135 132 1 + 137 135 1 136 135 1 137 136 1 138 129 1 129 136 1 136 138 1 138 128 1 138 126 1 138 123 1 + 138 119 1 137 139 1 139 136 1 139 138 1 134 97 1 97 140 1 140 137 1 140 141 1 141 137 1 + 141 139 1 143 142 1 142 140 1 142 141 1 141 144 1 144 139 1 142 144 1 146 145 1 145 142 1 + 145 144 1 98 147 1 147 145 1 147 144 1 98 95 1 95 148 1 148 147 1 148 144 1 144 152 1; + setAttr ".ed[332:415]" 152 149 1 149 139 1 149 138 1 151 150 1 150 148 1 94 153 1 + 153 150 1 150 152 1 153 152 1 92 155 1 155 153 1 149 154 1 154 138 1 152 157 1 157 154 1 + 154 119 1 154 173 1 173 117 1 91 158 1 158 155 1 153 156 1 156 152 1 155 156 1 156 157 1 + 89 160 1 160 158 1 158 159 1 159 156 1 160 163 1 163 159 1 162 160 1 105 163 1 159 165 1 + 165 164 1 164 156 1 164 157 1 163 165 1 103 166 1 166 163 1 166 165 1 176 166 1 167 176 0 + 166 168 1 168 165 1 169 166 1 176 169 1 169 168 1 176 177 0 177 169 1 170 169 1 177 170 0 + 171 165 1 168 171 1 169 171 1 170 171 1 171 164 1 170 101 0 101 172 1 172 171 1 102 174 1 + 174 172 1 101 102 0 172 173 1 173 164 1 174 117 1 106 174 1 174 112 1 109 174 1 12 178 1 + 178 81 1 170 179 1 179 101 1 78 178 1 178 86 1 87 178 1 88 178 1 13 178 1 18 178 1 + 175 179 1 179 167 1 107 179 1 102 179 1 177 179 1 176 179 1; + setAttr -s 196 ".n"; + setAttr ".n[0:165]" -type "float3" 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20; + setAttr ".n[166:195]" -type "float3" 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20; + setAttr -s 240 -ch 832 ".fc[0:239]" -type "polyFaces" + f 3 0 1 2 + mu 0 3 232 27 155 + mc 0 3 320 87 0 + f 4 -2 3 4 5 + mu 0 4 155 27 44 223 + mc 0 4 1 88 4 8 + f 4 -5 6 7 8 + mu 0 4 223 44 196 181 + mc 0 4 9 5 110 12 + f 4 -8 9 10 11 + mu 0 4 181 196 247 122 + mc 0 4 13 111 16 20 + f 4 -11 12 13 14 + mu 0 4 122 247 54 162 + mc 0 4 21 17 133 273 + f 3 15 16 -14 + mu 0 3 54 53 162 + mc 0 3 134 187 274 + f 3 17 18 -16 + mu 0 3 54 234 53 + mc 0 3 135 138 188 + f 3 -17 19 20 + mu 0 3 162 53 219 + mc 0 3 275 189 24 + f 3 -19 21 22 + mu 0 3 53 234 237 + mc 0 3 190 139 28 + f 3 -23 23 24 + mu 0 3 53 237 8 + mc 0 3 191 29 176 + f 4 25 26 27 28 + mu 0 4 217 161 176 28 + mc 0 4 240 254 37 33 + f 4 29 30 31 32 + mu 0 4 57 126 56 46 + mc 0 4 52 349 384 56 + f 4 33 -33 34 35 + mu 0 4 125 57 46 156 + mc 0 4 62 53 57 74 + f 3 -32 36 37 + mu 0 3 46 56 134 + mc 0 3 58 385 66 + f 3 38 39 -37 + mu 0 3 56 9 134 + mc 0 3 386 72 67 + f 3 -40 40 41 + mu 0 3 134 9 226 + mc 0 3 68 73 49 + f 4 42 -36 43 44 + mu 0 4 109 125 156 111 + mc 0 4 323 63 75 83 + f 3 -38 45 46 + mu 0 3 46 134 142 + mc 0 3 59 69 79 + f 4 47 -45 48 -1 + mu 0 4 118 109 111 201 + mc 0 4 321 324 84 89 + f 3 -35 49 50 + mu 0 3 156 46 144 + mc 0 3 76 60 91 + f 3 -50 -47 51 + mu 0 3 144 46 142 + mc 0 3 92 61 80 + f 4 -49 52 53 -4 + mu 0 4 201 111 55 81 + mc 0 4 90 85 97 6 + f 4 -44 54 55 -53 + mu 0 4 111 156 84 55 + mc 0 4 86 77 101 98 + f 3 -55 -51 56 + mu 0 3 84 156 144 + mc 0 3 102 78 93 + f 4 -54 57 58 -7 + mu 0 4 81 55 17 68 + mc 0 4 7 99 106 112 + f 4 -58 -56 59 60 + mu 0 4 17 55 84 50 + mc 0 4 107 100 103 123 + f 3 -57 61 62 + mu 0 3 84 144 71 + mc 0 3 104 94 114 + f 4 -59 63 64 -10 + mu 0 4 68 17 70 87 + mc 0 4 113 108 119 18 + f 4 -64 -61 65 66 + mu 0 4 70 17 50 23 + mc 0 4 120 109 124 142 + f 3 -60 -63 67 + mu 0 3 50 84 71 + mc 0 3 125 105 115 + f 4 -65 68 69 -13 + mu 0 4 87 70 29 147 + mc 0 4 19 121 129 136 + f 4 -18 -70 70 71 + mu 0 4 69 147 29 138 + mc 0 4 140 137 130 147 + f 3 -69 -67 72 + mu 0 3 29 70 23 + mc 0 3 131 122 143 + f 4 -71 -73 73 74 + mu 0 4 138 29 23 233 + mc 0 4 148 132 144 155 + f 4 -72 75 76 -22 + mu 0 4 69 138 91 206 + mc 0 4 141 149 151 30 + f 4 77 -77 78 79 + mu 0 4 90 206 91 235 + mc 0 4 41 31 152 159 + f 4 80 -80 81 82 + mu 0 4 5 90 235 204 + mc 0 4 44 42 160 172 + f 4 83 -76 -75 84 + mu 0 4 64 91 138 233 + mc 0 4 163 153 150 156 + f 4 85 -79 -84 86 + mu 0 4 152 235 91 64 + mc 0 4 167 161 154 164 + f 4 87 -83 88 89 + mu 0 4 72 5 204 0 + mc 0 4 177 45 173 183 + f 4 -86 90 91 -82 + mu 0 4 235 152 191 204 + mc 0 4 162 168 180 174 + f 4 -25 -90 92 93 + mu 0 4 197 72 0 218 + mc 0 4 192 178 184 204 + f 4 -92 94 95 -89 + mu 0 4 204 191 177 0 + mc 0 4 175 181 195 185 + f 4 -81 -88 -24 -78 + mu 0 4 137 58 8 237 + mc 0 4 43 46 179 32 + f 3 96 -93 -96 + mu 0 3 177 218 0 + mc 0 3 196 205 186 + f 3 97 -97 98 + mu 0 3 127 218 177 + mc 0 3 199 206 197 + f 3 99 100 101 + mu 0 3 135 127 152 + mc 0 3 211 200 169 + f 3 -102 -87 102 + mu 0 3 135 152 64 + mc 0 3 212 170 165 + f 3 -103 -85 103 + mu 0 3 135 64 233 + mc 0 3 213 166 157 + f 3 -104 -74 104 + mu 0 3 135 233 23 + mc 0 3 214 158 145 + f 3 -105 -66 105 + mu 0 3 135 23 50 + mc 0 3 215 146 126 + f 3 106 107 -98 + mu 0 3 127 73 218 + mc 0 3 201 220 207 + f 3 108 -107 -100 + mu 0 3 135 73 127 + mc 0 3 216 221 202 + f 4 -94 109 110 111 + mu 0 4 197 218 153 178 + mc 0 4 193 208 226 34 + f 3 112 113 -110 + mu 0 3 218 192 153 + mc 0 3 209 230 227 + f 3 -108 114 -113 + mu 0 3 218 73 192 + mc 0 3 210 222 231 + f 4 -111 115 116 -29 + mu 0 4 178 153 193 36 + mc 0 4 35 228 235 241 + f 3 -114 117 -116 + mu 0 3 153 192 193 + mc 0 3 229 232 236 + f 3 118 119 -115 + mu 0 3 73 110 192 + mc 0 3 223 243 233 + f 3 -120 120 -118 + mu 0 3 192 110 193 + mc 0 3 234 244 237 + f 4 -117 121 122 -26 + mu 0 4 36 193 140 65 + mc 0 4 242 238 250 255 + f 3 -121 123 -122 + mu 0 3 193 110 140 + mc 0 3 239 245 251 + f 4 -123 124 125 -27 + mu 0 4 65 140 221 124 + mc 0 4 256 252 257 38 + f 3 126 -125 -124 + mu 0 3 110 221 140 + mc 0 3 246 258 253 + f 4 -126 127 128 129 + mu 0 4 124 221 92 180 + mc 0 4 39 259 261 25 + f 3 130 -128 -127 + mu 0 3 110 92 221 + mc 0 3 247 262 260 + f 4 -119 131 132 133 + mu 0 4 110 73 94 222 + mc 0 4 248 224 265 278 + f 3 134 -132 -109 + mu 0 3 135 94 73 + mc 0 3 217 266 225 + f 4 -129 135 136 -21 + mu 0 4 180 92 35 51 + mc 0 4 26 263 269 276 + f 4 -15 -137 137 138 + mu 0 4 174 51 35 207 + mc 0 4 22 277 270 284 + f 4 -131 -134 139 -136 + mu 0 4 92 110 222 35 + mc 0 4 264 249 279 271 + f 3 140 -138 -140 + mu 0 3 222 207 35 + mc 0 3 280 285 272 + f 4 -12 -139 141 142 + mu 0 4 63 174 207 165 + mc 0 4 14 23 286 294 + f 3 143 144 -135 + mu 0 3 135 249 94 + mc 0 3 218 289 267 + f 4 -133 -145 145 146 + mu 0 4 222 94 249 86 + mc 0 4 281 268 290 304 + f 3 -106 147 -144 + mu 0 3 135 50 249 + mc 0 3 219 127 291 + f 4 -148 -68 148 149 + mu 0 4 249 50 71 242 + mc 0 4 292 128 116 374 + f 4 -9 -143 150 151 + mu 0 4 59 63 165 24 + mc 0 4 10 15 295 308 + f 3 152 153 -141 + mu 0 3 222 80 207 + mc 0 3 282 298 287 + f 3 154 -142 -154 + mu 0 3 80 165 207 + mc 0 3 299 296 288 + f 3 155 -153 -147 + mu 0 3 86 80 222 + mc 0 3 305 300 283 + f 4 -6 -152 156 157 + mu 0 4 21 59 24 41 + mc 0 4 2 11 309 316 + f 4 -155 158 159 -151 + mu 0 4 165 80 238 24 + mc 0 4 297 301 312 310 + f 4 -157 -160 160 161 + mu 0 4 41 24 238 85 + mc 0 4 317 311 313 327 + f 4 -3 -158 162 -48 + mu 0 4 148 21 41 239 + mc 0 4 322 3 318 325 + f 4 -163 -162 163 -43 + mu 0 4 239 41 85 210 + mc 0 4 326 319 328 64 + f 4 -159 164 165 166 + mu 0 4 238 80 88 211 + mc 0 4 314 302 332 337 + f 3 167 -165 -156 + mu 0 3 86 88 80 + mc 0 3 306 333 303 + f 3 168 -161 -167 + mu 0 3 211 85 238 + mc 0 3 338 329 315 + f 4 -164 169 170 -34 + mu 0 4 210 85 185 163 + mc 0 4 65 330 343 54 + f 3 171 -170 -169 + mu 0 3 211 185 85 + mc 0 3 339 344 331 + f 4 172 -30 -171 173 + mu 0 4 6 231 163 185 + mc 0 4 387 350 55 345 + f 3 174 175 -172 + mu 0 3 211 67 185 + mc 0 3 340 351 346 + f 3 176 -174 177 + mu 0 3 49 6 185 + mc 0 3 355 388 347 + f 3 -178 -176 178 + mu 0 3 49 185 67 + mc 0 3 356 348 352 + f 3 179 180 -177 + mu 0 3 49 101 6 + mc 0 3 357 390 389 + f 3 181 -180 182 + mu 0 3 203 101 49 + mc 0 3 361 391 358 + f 3 183 -175 184 + mu 0 3 128 67 211 + mc 0 3 364 353 341 + f 3 185 -179 -184 + mu 0 3 128 49 67 + mc 0 3 365 359 354 + f 3 186 -183 -186 + mu 0 3 128 203 49 + mc 0 3 366 362 360 + f 3 187 -185 -166 + mu 0 3 88 128 211 + mc 0 3 334 367 342 + f 4 -187 188 189 190 + mu 0 4 203 128 30 170 + mc 0 4 363 368 370 47 + f 4 191 -190 192 193 + mu 0 4 226 170 30 39 + mc 0 4 50 48 371 378 + f 4 -188 194 195 -189 + mu 0 4 128 88 242 30 + mc 0 4 369 335 375 372 + f 4 -195 -168 -146 -150 + mu 0 4 242 88 86 249 + mc 0 4 376 336 307 293 + f 4 -193 -196 -149 196 + mu 0 4 39 30 242 71 + mc 0 4 379 373 377 117 + f 3 197 -42 -194 + mu 0 3 39 134 226 + mc 0 3 380 70 51 + f 3 198 -197 -62 + mu 0 3 144 39 71 + mc 0 3 95 381 118 + f 3 -46 -198 199 + mu 0 3 142 134 39 + mc 0 3 81 71 382 + f 3 -52 -200 -199 + mu 0 3 144 142 39 + mc 0 3 96 82 383 + f 4 -99 -95 -91 -101 + mu 0 4 127 177 191 152 + mc 0 4 203 198 182 171 + f 4 -28 -130 -20 -112 + mu 0 4 28 176 219 53 + mc 0 4 36 40 27 194 + f 3 200 201 202 + mu 0 3 18 14 83 + mc 0 3 712 392 479 + f 4 203 204 205 -202 + mu 0 4 14 224 107 83 + mc 0 4 393 400 396 480 + f 4 206 207 208 -205 + mu 0 4 224 168 241 107 + mc 0 4 401 404 502 397 + f 4 209 210 211 -208 + mu 0 4 168 102 194 241 + mc 0 4 405 412 408 503 + f 4 212 213 214 -211 + mu 0 4 102 99 202 194 + mc 0 4 413 665 525 409 + f 3 -214 215 216 + mu 0 3 202 99 145 + mc 0 3 526 666 579 + f 3 -217 217 218 + mu 0 3 202 145 229 + mc 0 3 527 580 530 + f 3 219 220 -216 + mu 0 3 99 31 145 + mc 0 3 667 416 581 + f 3 221 222 -218 + mu 0 3 145 214 229 + mc 0 3 582 420 531 + f 3 223 224 -222 + mu 0 3 145 240 214 + mc 0 3 583 568 421 + f 4 225 226 227 228 + mu 0 4 189 38 146 143 + mc 0 4 632 425 429 646 + f 4 229 230 231 232 + mu 0 4 186 129 130 60 + mc 0 4 444 448 776 741 + f 4 233 234 -230 235 + mu 0 4 243 158 129 186 + mc 0 4 454 466 449 445 + f 3 236 237 -231 + mu 0 3 129 227 130 + mc 0 3 450 458 777 + f 3 -238 238 239 + mu 0 3 130 227 74 + mc 0 3 778 459 464 + f 3 240 241 -239 + mu 0 3 227 212 74 + mc 0 3 460 441 465 + f 4 242 243 -234 244 + mu 0 4 120 164 158 243 + mc 0 4 715 475 467 455 + f 3 245 246 -237 + mu 0 3 129 13 227 + mc 0 3 451 471 461 + f 4 -203 247 -243 248 + mu 0 4 151 42 164 120 + mc 0 4 713 481 476 716 + f 3 249 250 -235 + mu 0 3 158 149 129 + mc 0 3 468 483 452 + f 3 251 -246 -251 + mu 0 3 149 13 129 + mc 0 3 484 472 453 + f 4 -206 252 253 -248 + mu 0 4 42 157 184 164 + mc 0 4 482 398 489 477 + f 4 -254 254 255 -244 + mu 0 4 164 184 123 158 + mc 0 4 478 490 493 469 + f 3 256 -250 -256 + mu 0 3 123 149 158 + mc 0 3 494 485 470 + f 4 -209 257 258 -253 + mu 0 4 157 244 40 184 + mc 0 4 399 504 498 491 + f 4 259 260 -255 -259 + mu 0 4 40 187 123 184 + mc 0 4 499 515 495 492 + f 3 261 262 -257 + mu 0 3 123 205 149 + mc 0 3 496 506 486 + f 4 -212 263 264 -258 + mu 0 4 244 220 115 40 + mc 0 4 505 410 511 500 + f 4 265 266 -260 -265 + mu 0 4 115 75 187 40 + mc 0 4 512 534 516 501 + f 3 267 -262 -261 + mu 0 3 187 205 123 + mc 0 3 517 507 497 + f 4 -215 268 269 -264 + mu 0 4 220 113 119 115 + mc 0 4 411 528 521 513 + f 4 270 271 -269 -219 + mu 0 4 26 108 119 113 + mc 0 4 532 539 522 529 + f 3 272 -266 -270 + mu 0 3 119 75 115 + mc 0 3 523 535 514 + f 4 273 274 -273 -272 + mu 0 4 108 20 75 119 + mc 0 4 540 547 536 524 + f 4 -223 275 276 -271 + mu 0 4 26 22 230 108 + mc 0 4 533 422 543 541 + f 4 277 278 -276 279 + mu 0 4 248 171 230 22 + mc 0 4 433 551 544 423 + f 4 280 281 -278 282 + mu 0 4 150 78 171 248 + mc 0 4 436 564 552 434 + f 4 283 -274 -277 284 + mu 0 4 209 20 108 230 + mc 0 4 555 548 542 545 + f 4 285 -285 -279 286 + mu 0 4 131 209 230 171 + mc 0 4 559 556 546 553 + f 4 287 288 -281 289 + mu 0 4 200 79 78 150 + mc 0 4 569 575 565 437 + f 4 -282 290 291 -287 + mu 0 4 171 78 32 131 + mc 0 4 554 566 572 560 + f 4 292 293 -288 -224 + mu 0 4 45 97 79 200 + mc 0 4 584 596 576 570 + f 4 -289 294 295 -291 + mu 0 4 78 79 103 32 + mc 0 4 567 577 587 573 + f 4 -280 -225 -290 -283 + mu 0 4 183 214 240 169 + mc 0 4 435 424 571 438 + f 3 -295 -294 296 + mu 0 3 103 79 97 + mc 0 3 588 578 597 + f 3 297 -297 298 + mu 0 3 76 103 97 + mc 0 3 591 589 598 + f 3 299 300 301 + mu 0 3 245 131 76 + mc 0 3 603 561 592 + f 3 302 -286 -300 + mu 0 3 245 209 131 + mc 0 3 604 557 562 + f 3 303 -284 -303 + mu 0 3 245 20 209 + mc 0 3 605 549 558 + f 3 304 -275 -304 + mu 0 3 245 75 20 + mc 0 3 606 537 550 + f 3 305 -267 -305 + mu 0 3 245 187 75 + mc 0 3 607 518 538 + f 3 -299 306 307 + mu 0 3 76 97 93 + mc 0 3 593 599 612 + f 3 -302 -308 308 + mu 0 3 245 76 93 + mc 0 3 608 594 613 + f 4 309 310 311 -293 + mu 0 4 45 190 25 97 + mc 0 4 585 426 618 600 + f 3 -312 312 313 + mu 0 3 97 25 1 + mc 0 3 601 619 622 + f 3 -314 314 -307 + mu 0 3 97 1 93 + mc 0 3 602 623 614 + f 4 -226 315 316 -311 + mu 0 4 190 15 100 25 + mc 0 4 427 633 627 620 + f 3 -317 317 -313 + mu 0 3 25 100 1 + mc 0 3 621 628 624 + f 3 -315 318 319 + mu 0 3 93 1 215 + mc 0 3 615 625 635 + f 3 -318 320 -319 + mu 0 3 1 100 215 + mc 0 3 626 629 636 + f 4 -229 321 322 -316 + mu 0 4 15 52 37 100 + mc 0 4 634 647 642 630 + f 3 -323 323 -321 + mu 0 3 100 37 215 + mc 0 3 631 643 637 + f 4 -228 324 325 -322 + mu 0 4 52 136 117 37 + mc 0 4 648 430 649 644 + f 3 -324 -326 326 + mu 0 3 215 37 117 + mc 0 3 638 645 650 + f 4 327 328 329 -325 + mu 0 4 136 175 16 117 + mc 0 4 431 417 653 651 + f 3 -327 -330 330 + mu 0 3 215 117 16 + mc 0 3 639 652 654 + f 4 331 332 333 -320 + mu 0 4 215 172 116 93 + mc 0 4 640 670 657 616 + f 3 -309 -334 334 + mu 0 3 245 93 116 + mc 0 3 609 617 658 + f 4 -220 335 336 -329 + mu 0 4 175 139 12 16 + mc 0 4 418 668 661 655 + f 4 337 338 -336 -213 + mu 0 4 47 198 12 139 + mc 0 4 414 676 662 669 + f 4 -337 339 -332 -331 + mu 0 4 16 12 172 215 + mc 0 4 656 663 671 641 + f 3 -340 -339 340 + mu 0 3 172 12 198 + mc 0 3 672 664 677 + f 4 341 342 -338 -210 + mu 0 4 182 96 198 47 + mc 0 4 406 686 678 415 + f 3 -335 343 344 + mu 0 3 245 116 121 + mc 0 3 610 659 681 + f 4 345 346 -344 -333 + mu 0 4 172 160 121 116 + mc 0 4 673 696 682 660 + f 3 -345 347 -306 + mu 0 3 245 121 187 + mc 0 3 611 683 519 + f 4 348 349 -268 -348 + mu 0 4 121 213 205 187 + mc 0 4 684 766 508 520 + f 4 350 351 -342 -207 + mu 0 4 2 166 96 182 + mc 0 4 402 700 687 407 + f 3 -341 352 353 + mu 0 3 172 198 246 + mc 0 3 674 679 690 + f 3 -353 -343 354 + mu 0 3 246 198 96 + mc 0 3 691 680 688 + f 3 -346 -354 355 + mu 0 3 160 172 246 + mc 0 3 697 675 692 + f 4 356 357 -351 -204 + mu 0 4 89 33 166 2 + mc 0 4 394 708 701 403 + f 4 -352 358 359 -355 + mu 0 4 96 166 104 246 + mc 0 4 689 702 704 693 + f 4 360 361 -359 -358 + mu 0 4 33 105 104 166 + mc 0 4 709 719 705 703 + f 4 -249 362 -357 -201 + mu 0 4 159 199 33 89 + mc 0 4 714 717 710 395 + f 4 -245 363 -361 -363 + mu 0 4 199 114 105 33 + mc 0 4 718 456 720 711 + f 4 364 365 366 -360 + mu 0 4 104 95 48 246 + mc 0 4 706 729 724 694 + f 3 -356 -367 367 + mu 0 3 160 246 48 + mc 0 3 698 695 725 + f 3 -365 -362 368 + mu 0 3 95 104 105 + mc 0 3 730 707 721 + f 4 -236 369 370 -364 + mu 0 4 114 98 61 105 + mc 0 4 457 446 735 722 + f 3 -369 -371 371 + mu 0 3 95 105 61 + mc 0 3 731 723 736 + f 4 372 -370 -233 373 + mu 0 4 132 61 98 66 + mc 0 4 779 737 447 742 + f 3 -372 374 375 + mu 0 3 95 61 216 + mc 0 3 732 738 743 + f 3 376 -373 377 + mu 0 3 11 61 132 + mc 0 3 747 739 780 + f 3 378 -375 -377 + mu 0 3 11 216 61 + mc 0 3 748 744 740 + f 3 -378 379 380 + mu 0 3 11 132 188 + mc 0 3 749 781 782 + f 3 381 -381 382 + mu 0 3 62 11 188 + mc 0 3 753 750 783 + f 3 383 -376 384 + mu 0 3 179 95 216 + mc 0 3 756 733 745 + f 3 -385 -379 385 + mu 0 3 179 216 11 + mc 0 3 757 746 751 + f 3 -386 -382 386 + mu 0 3 179 11 62 + mc 0 3 758 752 754 + f 3 -366 -384 387 + mu 0 3 48 95 179 + mc 0 3 726 734 759 + f 4 388 389 390 -387 + mu 0 4 62 133 236 179 + mc 0 4 755 439 762 760 + f 4 391 392 -390 393 + mu 0 4 212 228 236 133 + mc 0 4 442 770 763 440 + f 4 -391 394 395 -388 + mu 0 4 179 236 213 48 + mc 0 4 761 764 767 727 + f 4 -349 -347 -368 -396 + mu 0 4 213 121 160 48 + mc 0 4 768 685 699 728 + f 4 396 -350 -395 -393 + mu 0 4 228 205 213 236 + mc 0 4 771 509 769 765 + f 3 -392 -241 397 + mu 0 3 228 212 227 + mc 0 3 772 443 462 + f 3 -263 -397 398 + mu 0 3 149 205 228 + mc 0 3 487 510 773 + f 3 399 -398 -247 + mu 0 3 13 228 227 + mc 0 3 473 774 463 + f 3 -399 -400 -252 + mu 0 3 149 228 13 + mc 0 3 488 775 474 + f 4 -301 -292 -296 -298 + mu 0 4 76 131 32 103 + mc 0 4 595 563 574 590 + f 4 -310 -221 -328 -227 + mu 0 4 38 145 31 146 + mc 0 4 428 586 419 432 + f 3 400 401 -191 + mu 0 3 43 10 225 + f 3 402 403 -389 + mu 0 3 34 106 82 + f 3 -31 404 405 + mu 0 3 141 19 10 + f 3 -405 -173 406 + mu 0 3 10 19 208 + f 3 -407 -181 407 + mu 0 3 10 208 195 + f 3 -408 -182 -402 + mu 0 3 10 195 225 + f 3 408 -401 -192 + mu 0 3 3 10 43 + f 3 409 -409 -41 + mu 0 3 4 10 3 + f 3 -406 -410 -39 + mu 0 3 141 10 4 + f 3 -232 410 411 + mu 0 3 167 7 106 + f 3 -411 -240 412 + mu 0 3 106 7 154 + f 3 -413 -242 413 + mu 0 3 106 154 112 + f 3 -414 -394 -404 + mu 0 3 106 112 82 + f 3 414 -403 -383 + mu 0 3 77 106 34 + f 3 415 -415 -380 + mu 0 3 173 106 77 + f 3 -412 -416 -374 + mu 0 3 167 106 173; + setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; + setAttr ".cvd" -type "dataPolyComponent" Index_Data Vertex 0 ; + setAttr ".pd[0]" -type "dataPolyComponent" Index_Data UV 0 ; + setAttr ".hfd" -type "dataPolyComponent" Index_Data Face 0 ; +createNode transform -n "M_Mask_Mouth"; + rename -uid "8A3D293B-4A92-6C73-F11E-72ABDB8CF71C"; + setAttr ".t" -type "double3" 0 -2.4074124304840448e-32 4.3368086899420177e-19 ; + setAttr -l on ".tx"; + setAttr -l on ".ty"; + setAttr -l on ".tz"; + setAttr ".r" -type "double3" 9.334670899499332e-06 0 0 ; + setAttr -l on ".rx"; + setAttr -l on ".ry"; + setAttr -l on ".rz"; + setAttr ".s" -type "double3" 1 1.0000000000000133 1.0000000000000133 ; + setAttr -l on ".sx"; + setAttr -l on ".sy"; + setAttr -l on ".sz"; +createNode mesh -n "M_Mask_MouthShape" -p "M_Mask_Mouth"; + rename -uid "EE549042-44FC-B47B-BB7F-1CB21AE19555"; + setAttr -k off ".v"; + setAttr ".vir" yes; + setAttr ".vif" yes; + setAttr ".uvst[0].uvsn" -type "string" "map1"; + setAttr ".cuvs" -type "string" "map1"; + setAttr ".dcc" -type "string" "Ambient+Diffuse"; + setAttr ".vcs" 2; +createNode mesh -n "M_Mask_MouthShapeOrig" -p "M_Mask_Mouth"; + rename -uid "9F872A35-4659-C55F-D424-48A5C8D15E9C"; + setAttr -k off ".v"; + setAttr ".io" yes; + setAttr ".gtag[0].gtagnm" -type "string" "skinCluster3"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "vtx[0:26]"; + setAttr ".uvst[0].uvsn" -type "string" "map1"; + setAttr -s 27 ".uvst[0].uvsp[0:26]" -type "float2" 0.26171812 0.68328893 + 0.40430474 0.73966044 0.56811732 0.84787941 0.70710707 0.86979377 0.50023526 0.89513326 + 0.2933265 0.8700968 0.50005108 0.64367938 0.84983253 0.91076058 0.38890499 0.60646367 + 0.67500865 0.77646983 0.43228406 0.84797883 0.20059657 0.78511477 0.79971242 0.78467596 + 0.50010926 0.72314012 0.58495426 0.96528924 0.26802427 0.94581878 0.42637545 0.91346478 + 0.73844182 0.68293977 0.61114258 0.60630089 0.41561905 0.96541321 0.15066114 0.91127276 + 0.32528904 0.77672601 0.50020486 0.85362411 0.50001931 0.60030884 0.59593791 0.73952013 + 0.57412183 0.91335654 0.73252022 0.94547856; + setAttr ".cuvs" -type "string" "map1"; + setAttr ".dcc" -type "string" "Ambient+Diffuse"; + setAttr -s 27 ".vt[0:26]" 4.12290049 162.10896301 14.29199028 5.52740812 160.058654785 12.74498844 + 6.91318846 162.79852295 12.789361 4.86279535 164.52642822 14.63619804 1.6865412 163.4881897 16.11903954 + 2.46974015 160.84199524 15.17823792 2.0501563e-09 163.42819214 16.72070885 1.9574764e-09 160.35343933 15.26486969 + 1.8647965e-09 158.42547607 14.57310486 2.82615519 157.60946655 13.91265678 2.0501563e-09 157.32771301 14.34115601 + 1.7197696 165.18505859 16.30700684 2.0501563e-09 164.48945618 16.9419136 5.30387497 166.54641724 14.68716621 + 2.057276011 166.43733215 16.77130127 8.078172684 166.090789795 13.2145195 -4.12287664 162.10896301 14.29199028 + -4.86279535 164.52642822 14.63619804 -6.91318846 162.79852295 12.789361 -5.52740812 160.058654785 12.74498844 + -2.46974015 160.84199524 15.17823792 -1.6865412 163.4881897 16.11903954 -1.7197696 165.18505859 16.30700684 + -2.82615519 157.60946655 13.91265678 -2.057276011 166.43733215 16.77130127 -5.30387497 166.54641724 14.68716621 + -8.078172684 166.090789795 13.2145195; + setAttr -s 46 ".ed[0:45]" 0 1 0 1 2 0 2 3 0 3 0 0 0 4 0 4 5 0 5 0 0 + 4 6 0 6 7 0 7 5 0 8 9 0 9 5 0 7 8 0 9 1 0 8 10 0 10 9 0 4 11 0 11 12 0 12 6 0 3 11 0 + 3 13 0 13 14 0 14 11 0 2 15 0 15 13 0 16 17 0 17 18 0 18 19 0 19 16 0 20 21 0 21 16 0 + 16 20 0 21 22 0 22 17 0 19 23 0 23 20 0 20 7 0 6 21 0 23 8 0 23 10 0 12 22 0 22 24 0 + 24 25 0 25 17 0 25 26 0 26 18 0; + setAttr -s 76 ".n[0:75]" -type "float3" 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20; + setAttr -s 20 -ch 76 ".fc[0:19]" -type "polyFaces" + f 4 0 1 2 3 + mu 0 4 9 17 12 3 + f 3 4 5 6 + mu 0 3 9 2 24 + f 4 7 8 9 -6 + mu 0 4 2 22 13 24 + f 4 10 11 -10 12 + mu 0 4 6 18 24 13 + f 4 -7 -12 13 -1 + mu 0 4 9 24 18 17 + f 3 -11 14 15 + mu 0 3 18 6 23 + f 4 -8 16 17 18 + mu 0 4 22 2 25 4 + f 4 -4 19 -17 -5 + mu 0 4 9 3 25 2 + f 4 20 21 22 -20 + mu 0 4 3 26 14 25 + f 4 23 24 -21 -3 + mu 0 4 12 7 26 3 + f 4 25 26 27 28 + mu 0 4 21 5 11 0 + f 3 29 30 31 + mu 0 3 1 10 21 + f 4 -31 32 33 -26 + mu 0 4 21 10 16 5 + f 4 -29 34 35 -32 + mu 0 4 21 0 8 1 + f 4 36 -9 37 -30 + mu 0 4 1 13 22 10 + f 4 -13 -37 -36 38 + mu 0 4 6 13 1 8 + f 3 39 -15 -39 + mu 0 3 8 23 6 + f 4 -19 40 -33 -38 + mu 0 4 22 4 16 10 + f 4 -34 41 42 43 + mu 0 4 5 16 19 15 + f 4 -27 -44 44 45 + mu 0 4 11 5 15 20; + setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; + setAttr ".cvd" -type "dataPolyComponent" Index_Data Vertex 0 ; + setAttr ".pd[0]" -type "dataPolyComponent" Index_Data UV 0 ; + setAttr ".hfd" -type "dataPolyComponent" Index_Data Face 0 ; +createNode transform -n "M_Head_BaseMesh"; + rename -uid "5D16FD8F-424E-D8A0-40A6-CF991283562E"; + setAttr ".t" -type "double3" 0 -2.4074124304840448e-32 4.3368086899420177e-19 ; + setAttr -l on ".tx"; + setAttr -l on ".ty"; + setAttr -l on ".tz"; + setAttr ".r" -type "double3" 9.334670899499332e-06 0 0 ; + setAttr -l on ".rx"; + setAttr -l on ".ry"; + setAttr -l on ".rz"; + setAttr ".s" -type "double3" 1 1.0000000000000133 1.0000000000000133 ; + setAttr -l on ".sx"; + setAttr -l on ".sy"; + setAttr -l on ".sz"; +createNode mesh -n "M_Head_BaseMeshShape" -p "M_Head_BaseMesh"; + rename -uid "761938F1-4DD9-2329-7A6E-36B5152FDD11"; + setAttr -k off ".v"; + setAttr ".vir" yes; + setAttr ".vif" yes; + setAttr ".uvst[0].uvsn" -type "string" "map1"; + setAttr ".cuvs" -type "string" "map1"; + setAttr ".dcc" -type "string" "Ambient+Diffuse"; + setAttr ".vcs" 2; +createNode mesh -n "M_Head_BaseMeshShapeOrig" -p "M_Head_BaseMesh"; + rename -uid "6DB3407F-4B7F-F698-F28B-CE9A45077B27"; + setAttr -k off ".v"; + setAttr ".io" yes; + setAttr ".gtag[0].gtagnm" -type "string" "skinCluster4"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "vtx[0:281]"; + setAttr ".uvst[0].uvsn" -type "string" "map1"; + setAttr -s 326 ".uvst[0].uvsp"; + setAttr ".uvst[0].uvsp[0:249]" -type "float2" 0.20400906 0.72160012 0.18537369 + 0.68677717 0.14030933 0.7130304 0.12383231 0.71465909 0.064130902 0.37124774 0.025285959 + 0.5126639 0.35657701 0.26805046 0.38243631 0.40400064 0.35499099 0.30058554 0.056726065 + 0.33363974 0.14163393 0.73270965 0.33047369 0.32948545 0.32957402 0.45150718 0.57141411 + 0.31154424 0.40754232 0.22851855 0.12452864 0.63986683 0.25353858 0.48771647 0.088763699 + 0.72793829 0.63232344 0.21334983 0.1748976 0.64745098 0.0030446204 0.054728098 0.3083728 + 0.35855311 0.28265446 0.19177151 0.2081302 0.44191486 0.34807491 0.32841706 0.12346029 + 0.75403482 0.15620238 0.69105482 0.15234378 0.77549434 0.17769079 0.71953619 0.1236491 + 0.73407596 0.41804907 0.59112704 0.071582936 0.81262261 0.024985433 0.5355525 0.48038286 + 0.41058886 0.18064967 0.60972512 0.39880595 0.38116953 0.50598466 0.42785782 0.12301309 + 0.80107474 0.47334638 0.52844048 0.46318042 0.26659143 0.16340929 0.74589223 0.38031861 + 0.19249122 0.57606781 0.38778132 0.59335071 0.30427131 0.027949283 0.16687176 0.22225302 + 0.69998449 0.61359841 0.41808358 0.3954497 0.42474201 0.10168439 0.75152302 0.5655334 + 0.41693419 0.097820841 0.38214353 0.023382669 0.13158201 0.4262504 0.40086201 0.33152893 + 0.18638389 0.31126401 0.40220028 0.11708951 0.45211175 0.53471839 0.37285709 0.07866846 + 0.67068565 0.16981849 0.67153329 0.043180704 0.6637826 0.036114208 0.69274145 0.14528069 + 0.75193572 0.55975801 0.3947629 0.06898509 0.60871756 0.21560463 0.78714573 0.27741748 + 0.40322578 0.25490212 0.22739266 0.41012979 0.43615142 0.32990202 0.40701157 0.10566577 + 0.64079279 0.39979413 0.026474567 0.58473998 0.34739837 0.38678429 0.42915821 0.12475285 + 0.61517423 0.43179828 0.37601724 0.52155375 0.095230684 0.094175726 0.77494216 0.40746972 + 0.53344131 0.10837372 0.66596669 0.41105455 0.42927018 0.21558771 0.42579275 0.5538699 + 0.073768102 0.27023754 0.28298211 0.29480797 0.45396334 0.53507996 0.21134748 0.33968365 + 0.3559207 0.052019347 0.71166778 0.25156978 0.31055945 0.36429936 0.45447624 0.52690881 + 0.34009084 0.12763204 0.20834322 0.092229746 0.66793317 0.32864287 0.57773787 0.46935156 + 0.13810605 0.094622903 0.25636196 0.40766481 0.39734721 0.2613866 0.38015613 0.24925309 + 0.4349646 0.54855251 0.378948 0.33093607 0.26675081 0.069897249 0.7185201 0.16838343 + 0.68964809 0.40964818 0.31172532 0.55278665 0.3330844 0.25440767 0.45176077 0.24419972 + 0.25468189 0.015376955 0.75114202 0.32899988 0.52931076 0.5805186 0.36891001 0.44392648 + 0.42747653 0.27623409 0.33426884 0.60413051 0.33767605 0.41784152 0.25596225 0.23781113 + 0.3459889 0.074039392 0.64652151 0.5553968 0.32567757 0.089634851 0.15591162 0.15434344 + 0.46808705 0.1240394 0.6926049 0.22263497 0.39049482 0.27825022 0.11505733 0.17856461 + 0.76502663 0.088251695 0.026198652 0.29862338 0.39046469 0.33210519 0.1082693 0.35443473 + 0.43528321 0.38463664 0.33506781 0.18468215 0.5263114 0.33039337 0.34038565 0.13981743 + 0.69215167 0.34526184 0.43512973 0.1397953 0.48996001 0.272699 0.4283168 0.17485577 + 0.073985107 0.13920999 0.5355525 0.33174723 0.15679578 0.34960288 0.34539828 0.32933715 + 0.4835726 0.016583119 0.70580786 0.10563119 0.32236117 0.13731265 0.55973202 0.45114541 + 0.44370675 0.63536286 0.171351 0.19614097 0.63822722 0.082097709 0.440312 0.10813153 + 0.32980528 0.66191846 0.059586581 0.26409984 0.42377329 0.13890946 0.5126639 0.25229046 + 0.39620107 0.19253844 0.099955209 0.10025179 0.39137429 0.15686257 0.71092945 0.14286894 + 0.092437886 0.21779218 0.72605211 0.34262827 0.36865282 0.3738414 0.44502357 0.30062497 + 0.22883727 0.026882768 0.55973202 0.089823954 0.30799195 0.091914222 0.69045347 0.11087243 + 0.070501663 0.45605397 0.45337677 0.40506688 0.48883358 0.52835405 0.11864463 0.13572398 + 0.11574909 0.40327862 0.46521464 0.1875643 0.7286098 0.090880513 0.71030927 0.10569445 + 0.73237044 0.082097709 0.50843978 0.34860846 0.40247554 0.2200288 0.28603339 0.13390346 + 0.33719298 0.30527911 0.26767203 0.36142129 0.39092761 0.42915156 0.42101291 0.46332011 + 0.33549437 0.3618035 0.22928844 0.54013175 0.36320919 0.40522933 0.39115444 0.57714152 + 0.029803986 0.5045405 0.47066951 0.56737703 0.25984821 0.18489572 0.37660336 0.052980833 + 0.63691133 0.33085829 0.27731723 0.6404494 0.13613248 0.3302958 0.35363528 0.57713574 + 0.3553929 0.43740061 0.39207929 0.086108945 0.61409718 0.5738458 0.15948185 0.33281639 + 0.011791244 0.30638519 0.30022714 0.30467445 0.25655788 0.11168914 0.37572637 0.19011296 + 0.46015859 0.20392092 0.740888 0.024400115 0.48995999 0.46889168 0.46221465 0.14020014 + 0.66626191 0.37567896 0.30986023 0.5623247 0.38556924 0.1073898 0.71272087 0.23159195 + 0.75319421 0.31111187 0.34511462 0.19755282 0.33353439 0.15353115 0.42525858 0.059150208 + 0.69954056 0.067997217 0.30039737 0.13470677 0.14860055 0.39082497 0.35590139 0.28556272 + 0.30919552 0.030368885 0.20891181 0.20307955 0.45151138 0.05864165 0.66734934 0.15794949 + 0.64453131 0.16341907 0.61479604 0.14289111 0.30896738 0.31774282 0.36846912 0.46391532 + 0.23911305 0.18081054 0.22010975 0.32087499 0.35578194 0.52344006 0.30241165 0.19837938 + 0.23715506 0.025725428 0.69813251 0.40472758 0.45286867 0.5663178 0.2085333 0.24842945 + 0.42807055 0.029688355 0.72427309 0.12575437 0.27928463 0.59617198 0.37517136 0.2284739 + 0.37451762 0.082097709 0.56466293 0.33020926 0.36534616 0.18991123 0.6685707 0.31412899 + 0.43490028 0.39138886 0.28387499 0.28540674 0.44437149 0.12561157 0.36984056 0.33246368 + 0.059623726 0.2644307 0.17311417 0.2759468 0.066848934 0.2656292 0.025485095 0.57487828 + 0.38167986 0.2697393 0.35500824 0.35734549 0.25694627 0.4898423 0.076307572 0.11541828 + 0.39506206; + setAttr ".uvst[0].uvsp[250:325]" 0.31288984 0.32815745 0.062835492 0.68563068 + 0.076403774 0.70466918 0.39881527 0.17410517 0.33071536 0.29669154 0.39291745 0.40638906 + 0.037432447 0.68333465 0.13792744 0.29956895 0.084112301 0.11909957 0.079874769 0.36521828 + 0.25567511 0.46412566 0.38585362 0.11585075 0.23045643 0.41954741 0.0030446204 0.72974283 + 0.2108252 0.68495941 0.084046803 0.38415337 0.12324198 0.77700996 0.4817332 0.22232887 + 0.20544383 0.66529214 0.25047797 0.53228331 0.5288868 0.15150732 0.09103249 0.64391589 + 0.53591114 0.28230897 0.1563074 0.66852838 0.5445385 0.39822656 0.096438624 0.20506833 + 0.17144543 0.70556206 0.47534096 0.37874535 0.44154736 0.28766686 0.1433734 0.64113915 + 0.085326411 0.3780694 0.079763763 0.68881905 0.51833832 0.31173611 0.59215117 0.41508847 + 0.3049548 0.43491882 0.3521435 0.35887593 0.15864663 0.72859746 0.075971141 0.34364662 + 0.25481653 0.39004508 0.33012947 0.3761383 0.21196556 0.69439417 0.10827322 0.69185656 + 0.23365466 0.39944169 0.083675049 0.74513769 0.18879695 0.7007584 0.030711774 0.78538674 + 0.068161301 0.7639792 0.23124994 0.70783502 0.09414994 0.4134579 0.19443357 0.13607883 + 0.059855565 0.72740328 0.17938462 0.40836921 0.23904851 0.58980697 0.12428922 0.66581404 + 0.1956995 0.71302158 0.38886809 0.067682013 0.33026555 0.35771021 0.083456509 0.35175225 + 0.12281317 0.82204664 0.043550067 0.72008473 0.32969818 0.43463179 0.046073325 0.41389862 + 0.043271787 0.73936683 0.3310163 0.25588298 0.19870861 0.26464134 0.47177872 0.10201409 + 0.33117294 0.23461077 0.26690286 0.40545988 0.17421705 0.81360143 0.4228825 0.3473534 + 0.12034129 0.36011356 0.32839483 0.61137491 0.067562297 0.41121995 0.047105908 0.45211175 + 0.5799107 0.12275497 0.24433261 0.73202962; + setAttr ".cuvs" -type "string" "map1"; + setAttr ".dcc" -type "string" "Ambient+Diffuse"; + setAttr -s 282 ".vt"; + setAttr ".vt[0:165]" 11.93878651 172.59042358 4.79584503 8.77875614 165.49769592 -4.40751076 + 6.70539951 161.43615723 -0.42927313 9.051320076 165.32286072 -0.56406415 5.18669033 161.68281555 -2.59536505 + 11.7241888 171.27630615 0.59674966 11.76818275 172.4241333 3.046739101 11.74031448 172.48323059 1.26829553 + 6.6492281 185.73475647 12.81655216 10.59388733 181.096084595 11.74969959 11.72780514 176.97067261 9.20857048 + 6.37204504 189.039459229 6.23662949 11.73082066 178.87380981 4.89485979 10.29919243 184.87879944 5.88934898 + 6.011569023 188.75636292 -0.17348266 11.73082066 179.44332886 0.91837204 9.96239185 185.75236511 0.21881819 + 5.57693577 186.47824097 -5.86158466 11.64683533 179.25588989 -2.17302227 9.67987919 183.66882324 -4.38146496 + 4.94242573 181.42964172 -9.4931612 11.37142849 177.083175659 -5.2839427 9.22784996 179.75239563 -7.73835993 + 4.36273098 175.61401367 -11.10420227 10.20225143 173.68714905 -6.82475281 8.21679497 174.64146423 -9.0025196075 + 3.79175401 169.017303467 -10.23771191 9.43250561 169.79740906 -6.52862072 7.22015333 169.34860229 -8.60660934 + 3.50733733 164.66337585 -6.97723055 6.24831057 164.91174316 -6.38364029 11.37824154 173.87174988 8.38795376 + 5.84961653 160.93490601 3.76912498 10.9761095 168.21104431 1.67014706 9.86482906 165.70379639 4.32384014 + 9.60409069 165.10362244 2.56649971 12.26959229 166.61965942 1.73933661 10.47143841 165.65559387 4.80746603 + 7.9015131 161.45736694 6.67547798 2.22490454 157.16424561 7.79136801 3.039798498 156.48007202 6.75101137 + 3.0087504387 150.48275757 6.36442375 5.086836815 155.55804443 2.58744311 6.39470911 157.22486877 -0.9087677 + 13.38047886 170.38720703 -0.15891397 14.5421896 170.35610962 0.38962805 12.89573479 166.99124146 2.29570246 + 11.26910591 167.69099426 4.57128954 11.51390648 170.01713562 3.87821221 11.59903908 170.5753479 4.77335453 + 12.78203201 171.34657288 4.37427759 13.52479362 172.97921753 3.89303279 12.63334465 173.34619141 4.21193552 + 14.53276348 173.59495544 2.30347729 13.92275333 174.18893433 2.27233005 14.097000122 172.94810486 0.44832468 + 15.19651413 172.27018738 0.67446673 2.77366614 153.26454163 6.9873724 5.80246353 153.49107361 2.61054969 + 6.71755695 155.12281799 -0.97463566 6.20122051 159.21362305 9.34539509 2.6773591 156.94967651 12.94877815 + 4.56060076 155.4949646 -3.8748436 4.51997519 158.048995972 -3.39128208 6.69310617 181.7709198 15.45796394 + 6.63431072 177.90026855 16.069103241 7.86798525 162.035766602 9.22802353 4.11139774 162.11352539 14.27385139 + 10.81691933 175.98487854 11.96194458 10.64918327 172.15667725 10.0072460175 10.65676308 169.5802002 9.85743904 + 1.67785621 163.49273682 16.099653244 2.11756301 169.65328979 15.17900085 2.46190715 160.84785461 15.15917778 + 2.81994915 157.61515808 13.89294624 1.4516654 167.47341919 17.7362442 2.04580164 166.44207764 16.75245667 + 1.71020555 165.18913269 16.28765106 1.336918 165.71002197 18.014289856 3.051362991 174.90731812 17.032064438 + 6.62517595 174.74095154 15.90096378 10.021097183 174.30557251 13.078222275 2.0060997009 173.43171692 16.53036499 + 4.10743809 170.91741943 14.64683533 4.40947914 173.31510925 14.63614464 3.74016356 174.15629578 16.35373497 + 9.10039711 173.11138916 12.81991196 6.6211915 173.80801392 14.44299603 6.90228987 162.8039093 12.77103233 + 8.57454586 168.80430603 13.19051743 8.57561588 170.19749451 12.63942337 5.51555395 160.064147949 12.72729874 + 6.31458282 160.75297546 5.53552628 4.48265696 158.17027283 8.27626038 2.29886007 156.64646912 10.41924095 + 6.14689541 169.87252808 14.059127808 5.74825525 168.94735718 14.48177242 4.85219097 164.53140259 14.61758232 + 5.29339647 166.55122375 14.66840935 8.067548752 166.09564209 13.19586182 9.86035824 165.98213196 9.68098068 + 6.62877178 175.82316589 16.35956573 10.42770576 175.16386414 12.97584152 6.61497164 173.24200439 14.17822266 + 7.96098852 172.56095886 13.29931068 6.31186152 170.43850708 13.97083855 7.75821829 170.85523987 13.2367754 + 5.0086050034 171.18333435 14.38939953 5.2016077 172.89057922 14.31583118 6.57120037 153.011032104 -3.53694582 + 3.923352 152.41087341 -5.11760616 4.54893494 148.59205627 7.31035566 7.50068665 152.88668823 2.39008117 + 7.38552713 153.74809265 -0.56142473 1.41282928 170.68418884 16.21126747 1.29685497 173.36485291 16.89843941 + 10.83373547 172.46322632 -3.30413342 11.86948586 176.56237793 2.54879475 11.55587196 174.78318787 -2.0078196526 + 11.81551266 175.7399292 4.8413229 11.90380001 176.19526672 0.36735392 10.51922035 168.92063904 -0.089401126 + 10.13985062 169.36958313 -2.58295035 -11.93878651 172.59042358 4.79584503 -8.77875614 165.49769592 -4.40751076 + -6.70539999 161.43615723 -0.42927313 -9.051320076 165.32286072 -0.56406415 -5.18669128 161.68281555 -2.59536505 + -11.7241888 171.27630615 0.59674966 -11.76818275 172.4241333 3.046739101 -11.74031448 172.48323059 1.26829553 + -6.64922905 185.73475647 12.81655216 -10.59388733 181.096084595 11.74969959 -11.72780514 176.97067261 9.20857048 + -6.37204552 189.039459229 6.23662949 -11.73082066 178.87380981 4.89485979 -10.29919243 184.87879944 5.88934898 + -6.011569977 188.75636292 -0.17348266 -11.73082066 179.44332886 0.91837204 -9.96239185 185.75236511 0.21881819 + -5.57693672 186.47824097 -5.86158466 -11.64683533 179.25588989 -2.17302227 -9.67987919 183.66882324 -4.38146496 + -4.9424262 181.42964172 -9.4931612 -11.37142849 177.083175659 -5.2839427 -9.22784996 179.75239563 -7.73835993 + -4.36273193 175.61401367 -11.10420227 -10.20225143 173.68714905 -6.82475281 -8.21679497 174.64146423 -9.0025196075 + -3.79175472 169.017303467 -10.23771191 -9.43250561 169.79740906 -6.52862072 -7.22015333 169.34860229 -8.60660934 + -3.50733805 164.66337585 -6.97723055 -6.24831152 164.91174316 -6.38364029 -11.37824154 173.87174988 8.38795376 + -3.9437901e-07 162.054443359 -4.085257053 -3.9437901e-07 189.460495 11.016641617 + -3.9437901e-07 187.60145569 13.81588936 -3.9437901e-07 191.10397339 6.09492445 -3.9437901e-07 190.71391296 -0.46706128 + -3.9437901e-07 187.58222961 -6.55759525 -3.9437901e-07 182.43327332 -10.30938148 + -3.9437901e-07 175.98170471 -11.94187069 -3.9437901e-07 168.85006714 -11.12420845 + -3.9437901e-07 164.31671143 -7.59262705 -3.9437901e-07 155.16773987 8.22719383; + setAttr ".vt[166:281]" -3.9437901e-07 152.62702942 8.0082855225 -3.9437901e-07 149.86099243 7.93234396 + -3.9437901e-07 156.75840759 8.40257931 -3.9437901e-07 155.86454773 -5.020426273 -3.9437901e-07 158.69116211 -4.70080805 + -3.9437901e-07 181.71182251 17.36593246 -3.9437901e-07 177.57577515 17.6630497 -3.9437901e-07 185.53068542 15.63590336 + -3.9437901e-07 163.43363953 16.7005291 -3.9437901e-07 164.49253845 16.92166519 -3.9437901e-07 164.77241516 18.71642876 + -3.9437901e-07 168.48397827 18.1372242 -3.9437901e-07 171.14598083 16.85218048 -3.9437901e-07 158.43148804 14.55222702 + -3.9437901e-07 160.36116028 15.24455166 -3.9437901e-07 157.33216858 14.31991386 -3.9437901e-07 165.55020142 19.3289299 + -3.9437901e-07 167.22250366 19.18712807 -3.9437901e-07 174.75805664 17.31087875 -3.9437901e-07 173.3290863 17.088720322 + -3.9437901e-07 156.019851685 11.35586929 -3.9437901e-07 156.46453857 13.46554184 + -5.849617 160.93490601 3.76912498 -10.9761095 168.21104431 1.67014706 -9.86482906 165.70379639 4.32384014 + -9.60409069 165.10362244 2.56649971 -12.26959229 166.61965942 1.73933661 -10.47143841 165.65559387 4.80746603 + -7.9015131 161.45736694 6.67547798 -2.22490549 157.16424561 7.79136801 -3.039799452 156.48007202 6.75101137 + -3.0087511539 150.48275757 6.36442375 -5.086837292 155.55804443 2.58744311 -6.39470959 157.22486877 -0.9087677 + -13.38047886 170.38720703 -0.15891397 -14.5421896 170.35610962 0.38962805 -12.89573479 166.99124146 2.29570246 + -11.26910591 167.69099426 4.57128954 -11.51390648 170.01713562 3.87821221 -11.59903908 170.5753479 4.77335453 + -12.78203201 171.34657288 4.37427759 -13.52479362 172.97921753 3.89303279 -12.63334465 173.34619141 4.21193552 + -14.53276348 173.59495544 2.30347729 -13.92275333 174.18893433 2.27233005 -14.097000122 172.94810486 0.44832468 + -15.19651413 172.27018738 0.67446673 -2.7736671 153.26454163 6.9873724 -5.80246449 153.49107361 2.61054969 + -6.71755743 155.12281799 -0.97463566 -6.20122099 159.21362305 9.34539509 -2.67735982 156.94967651 12.94877815 + -4.56060171 155.4949646 -3.8748436 -4.51997566 158.048995972 -3.39128208 -6.69310665 181.7709198 15.45796394 + -6.63431168 177.90026855 16.069103241 -7.86798525 162.035766602 9.22802353 -4.11139917 162.11352539 14.27385139 + -10.81691933 175.98487854 11.96194458 -10.64918327 172.15667725 10.0072460175 -10.65676308 169.5802002 9.85743904 + -1.6778568 163.49273682 16.099653244 -2.11756396 169.65328979 15.17900085 -2.46190786 160.84785461 15.15917778 + -2.81994987 157.61515808 13.89294624 -1.45166624 167.47341919 17.7362442 -2.045802355 166.44207764 16.75245667 + -1.71020627 165.18913269 16.28765106 -1.33691883 165.71002197 18.014289856 -3.051363945 174.90731812 17.032064438 + -6.62517643 174.74095154 15.90096378 -10.021097183 174.30557251 13.078222275 -2.006100893 173.43171692 16.53036499 + -4.10743904 170.91741943 14.64683533 -4.40947962 173.31510925 14.63614464 -3.74016428 174.15629578 16.35373497 + -9.10039711 173.11138916 12.81991196 -6.62119198 173.80801392 14.44299603 -6.90228987 162.8039093 12.77103233 + -8.57454586 168.80430603 13.19051743 -8.57561588 170.19749451 12.63942337 -5.51555443 160.064147949 12.72729874 + -6.3145833 160.75297546 5.53552628 -4.48265791 158.17027283 8.27626038 -2.29886103 156.64646912 10.41924095 + -6.14689636 169.87252808 14.059127808 -5.74825668 168.94735718 14.48177242 -4.85219145 164.53140259 14.61758232 + -5.29339695 166.55122375 14.66840935 -8.067548752 166.09564209 13.19586182 -9.86035824 165.98213196 9.68098068 + -6.62877226 175.82316589 16.35956573 -10.42770576 175.16386414 12.97584152 -6.61497259 173.24200439 14.17822266 + -7.96098852 172.56095886 13.29931068 -6.31186247 170.43850708 13.97083855 -7.75821829 170.85523987 13.2367754 + -5.008605957 171.18333435 14.38939953 -5.20160866 172.89057922 14.31583118 -7.8875803e-07 152.087463379 -5.73733044 + -6.57120037 153.011032104 -3.53694582 -3.92335272 152.41087341 -5.11760616 -4.54893589 148.59205627 7.31035566 + -7.50068665 152.88668823 2.39008117 -3.9437901e-07 146.99357605 8.84431839 -7.38552713 153.74809265 -0.56142473 + -1.41283011 170.68418884 16.21126747 -1.29685569 173.36485291 16.89843941 -10.83373547 172.46322632 -3.30413342 + -11.86948586 176.56237793 2.54879475 -11.55587196 174.78318787 -2.0078196526 -11.81551266 175.7399292 4.8413229 + -11.90380001 176.19526672 0.36735392 -10.51922035 168.92063904 -0.089401126 -10.13985062 169.36958313 -2.58295035 + -9.5457366e-08 150.60316467 -0.012291791; + setAttr -s 608 ".ed"; + setAttr ".ed[0:165]" 3 2 1 2 4 1 4 1 1 1 3 1 8 156 1 156 157 1 157 8 1 8 11 1 + 11 158 1 158 156 1 10 31 1 31 119 1 119 12 1 12 10 1 9 10 1 12 13 1 13 9 1 8 9 1 + 13 11 1 11 14 1 14 159 1 159 158 1 119 117 1 117 15 1 15 12 1 15 16 1 16 13 1 16 14 1 + 14 17 1 17 160 1 160 159 1 117 120 1 120 18 1 18 15 1 18 19 1 19 16 1 19 17 1 17 20 1 + 20 161 1 161 160 1 120 118 1 118 21 1 21 18 1 21 22 1 22 19 1 22 20 1 20 23 1 23 162 1 + 162 161 1 118 116 1 116 24 1 24 21 1 24 25 1 25 22 1 25 23 1 23 26 1 26 163 1 163 162 1 + 121 122 1 122 116 1 116 5 1 5 121 1 24 27 1 27 28 1 28 25 1 28 26 1 26 29 1 29 164 1 + 164 163 1 1 27 1 27 122 1 122 3 1 1 30 1 30 28 1 30 29 1 29 4 1 4 155 1 155 164 1 + 4 30 1 4 63 1 63 170 1 170 155 1 43 63 1 2 43 1 43 59 1 59 62 1 62 63 1 62 169 1 + 169 170 1 44 5 1 5 55 1 55 44 1 5 7 1 7 55 1 7 54 1 54 55 1 7 6 1 6 54 1 6 52 1 52 54 1 + 6 0 1 0 52 1 39 94 1 94 186 1 186 168 1 168 39 1 61 187 1 187 186 1 94 61 1 50 48 1 + 48 51 1 51 50 0 48 53 1 53 51 0 48 56 1 56 53 0 48 45 1 45 56 0 48 46 1 46 45 0 58 59 1 + 43 42 1 42 58 1 93 94 1 39 93 1 40 57 1 57 42 1 42 32 1 32 40 1 55 56 1 45 44 1 54 53 1 + 52 51 1 0 50 1 0 49 1 49 50 1 49 48 1 49 47 1 47 48 1 47 46 1 47 37 1 37 46 1 36 44 1 + 46 36 1 36 33 1 33 44 1 33 5 1 35 32 1 32 2 1 3 35 1 57 41 1 41 58 1 166 167 1 167 41 1 + 57 166 1 40 165 1 165 166 1 40 39 1 168 165 1 32 39 1 32 92 1 92 93 1 38 60 1 60 93 1 + 92 38 1 36 34 1; + setAttr ".ed[166:331]" 34 33 1 37 34 1 35 34 1 34 38 1 92 35 1 35 33 1 64 65 1 + 65 68 1 68 9 1 9 64 1 171 172 1 172 65 1 64 171 1 64 8 1 8 173 1 173 171 1 38 66 1 + 66 60 1 66 88 1 88 91 1 91 60 1 67 91 1 88 97 1 97 67 1 67 71 1 71 73 1 73 67 1 71 174 1 + 174 180 1 180 73 1 157 173 1 68 10 1 68 31 1 69 31 1 68 102 1 102 69 1 0 31 1 69 70 1 + 70 49 1 70 100 1 100 37 1 99 100 1 70 89 1 89 99 1 176 175 1 175 77 0 77 78 1 78 176 1 + 178 177 1 177 75 1 75 114 1 114 178 1 96 98 1 98 99 1 89 96 1 74 61 1 61 60 1 91 74 1 + 179 74 1 74 73 1 180 179 1 179 181 1 181 74 1 181 187 1 78 182 1 182 176 1 177 183 1 + 183 75 1 78 75 1 183 182 1 78 76 1 76 75 1 77 76 0 82 84 1 84 85 1 85 82 1 83 84 1 + 82 83 1 79 101 1 101 65 1 172 184 1 184 79 1 84 87 1 87 80 1 80 85 1 114 115 1 115 185 1 + 185 178 1 79 82 1 85 79 1 83 72 1 72 96 1 96 95 1 95 83 1 104 103 0 103 105 1 105 106 0 + 106 104 0 87 86 1 86 81 1 81 80 1 69 81 1 86 69 1 89 90 1 90 95 1 101 102 1 71 77 1 + 175 174 1 69 90 1 107 105 0 103 108 0 108 107 0 76 98 1 72 76 1 97 77 1 86 90 1 97 98 1 + 88 99 1 66 100 1 115 82 1 184 185 1 80 101 1 81 102 1 87 103 1 104 86 1 90 106 1 + 105 95 1 107 83 1 84 108 1 110 265 0 265 169 1 62 110 1 266 218 1 218 267 1 267 266 0 + 111 41 1 167 270 1 270 111 0 111 112 0 112 58 1 109 62 1 59 113 1 113 109 0 112 113 0 + 72 114 1 117 0 1 6 120 1 7 118 1 3 121 1 121 33 1 0 119 1 126 124 1 124 127 1 127 125 1 + 125 126 1 131 157 1 156 131 1 158 134 1 134 131 1 133 135 1 135 277 1 277 154 1 154 133 1 + 132 136 1 136 135 1 133 132 1; + setAttr ".ed[332:497]" 134 136 1 132 131 1 159 137 1 137 134 1 135 138 1 138 275 1 + 275 277 1 136 139 1 139 138 1 137 139 1 160 140 1 140 137 1 138 141 1 141 278 1 278 275 1 + 139 142 1 142 141 1 140 142 1 161 143 1 143 140 1 141 144 1 144 276 1 276 278 1 142 145 1 + 145 144 1 143 145 1 162 146 1 146 143 1 144 147 1 147 274 1 274 276 1 145 148 1 148 147 1 + 146 148 1 163 149 1 149 146 1 279 128 1 128 274 1 274 280 1 280 279 1 148 151 1 151 150 1 + 150 147 1 149 151 1 164 152 1 152 149 1 126 280 1 280 150 1 150 124 1 151 153 1 153 124 1 + 152 153 1 155 127 1 127 152 1 153 127 1 170 219 1 219 127 1 199 125 1 219 199 1 219 218 1 + 218 215 1 215 199 1 169 218 1 200 211 1 211 128 1 128 200 1 211 130 1 130 128 1 211 210 1 + 210 130 1 210 129 1 129 130 1 210 208 1 208 129 1 208 123 1 123 129 1 195 168 1 186 250 1 + 250 195 1 217 250 1 187 217 1 206 207 0 207 204 1 204 206 1 207 209 0 209 204 1 209 212 0 + 212 204 1 212 201 0 201 204 1 201 202 0 202 204 1 214 198 1 198 199 1 215 214 1 249 195 1 + 250 249 1 196 188 1 188 198 1 198 213 1 213 196 1 200 201 1 212 211 1 209 210 1 207 208 1 + 206 123 1 206 205 1 205 123 1 204 205 1 204 203 1 203 205 1 202 203 1 202 193 1 193 203 1 + 192 202 1 200 192 1 200 189 1 189 192 1 128 189 1 191 126 1 125 188 1 188 191 1 214 197 1 + 197 213 1 166 213 1 197 167 1 165 196 1 195 196 1 195 188 1 249 248 1 248 188 1 194 248 1 + 249 216 1 216 194 1 189 190 1 190 192 1 190 193 1 191 248 1 194 190 1 190 191 1 189 191 1 + 220 132 1 132 224 1 224 221 1 221 220 1 171 220 1 221 172 1 173 131 1 131 220 1 216 222 1 + 222 194 1 216 247 1 247 244 1 244 222 1 223 253 1 253 244 1 247 223 1 223 229 1 229 227 1 + 227 223 1 229 180 1 174 227 1 133 224 1 154 224 1 225 258 1 258 224 1; + setAttr ".ed[498:607]" 154 225 1 205 226 1 226 225 1 154 123 1 193 256 1 256 226 1 + 255 245 1 245 226 1 256 255 1 176 234 1 234 233 1 233 175 0 178 272 1 272 231 1 231 177 1 + 252 245 1 255 254 1 254 252 1 230 247 1 216 217 1 217 230 1 229 230 1 230 179 1 230 181 1 + 182 234 1 231 183 1 231 234 1 231 232 1 232 234 1 232 233 0 238 241 1 241 240 1 240 238 1 + 239 238 1 240 239 1 235 184 1 221 257 1 257 235 1 241 236 1 236 243 1 243 240 1 185 273 1 + 273 272 1 235 241 1 238 235 1 239 251 1 251 252 1 252 228 1 228 239 1 260 262 0 262 261 0 + 261 259 1 259 260 0 236 237 1 237 242 1 242 243 1 225 242 1 237 225 1 251 246 1 246 245 1 + 258 257 1 233 227 1 246 225 1 263 264 0 264 259 0 261 263 0 232 228 1 254 232 1 233 253 1 + 246 242 1 254 253 1 255 244 1 256 222 1 238 273 1 257 236 1 258 237 1 242 260 1 259 243 1 + 251 261 1 262 246 1 239 263 1 264 240 1 265 267 0 268 270 0 197 268 1 214 269 1 269 268 0 + 266 271 0 271 215 1 271 269 0 272 228 1 278 129 1 123 275 1 276 130 1 189 279 1 279 126 1 + 277 123 1 269 281 1 281 268 1 110 109 0 109 281 1 281 110 1 113 281 1 112 281 1 111 281 1 + 270 281 1 271 281 1 266 281 1 267 281 1 265 281 1; + setAttr -s 317 ".n"; + setAttr ".n[0:165]" -type "float3" 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20; + setAttr ".n[166:316]" -type "float3" 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20; + setAttr -s 328 -ch 1216 ".fc[0:327]" -type "polyFaces" + f 4 0 1 2 3 + mu 0 4 185 63 191 114 + f 3 4 5 6 + mu 0 3 31 37 308 + f 4 -5 7 8 9 + mu 0 4 37 31 76 266 + f 4 10 11 12 13 + mu 0 4 106 263 230 312 + f 4 14 -14 15 16 + mu 0 4 295 106 312 296 + f 4 17 -17 18 -8 + mu 0 4 31 295 296 76 + f 4 -9 19 20 21 + mu 0 4 266 76 48 25 + f 4 -13 22 23 24 + mu 0 4 312 230 309 300 + f 4 -16 -25 25 26 + mu 0 4 296 312 300 293 + f 4 -19 -27 27 -20 + mu 0 4 76 296 293 48 + f 4 -21 28 29 30 + mu 0 4 25 48 169 29 + f 4 -24 31 32 33 + mu 0 4 300 309 86 100 + f 4 -26 -34 34 35 + mu 0 4 293 300 100 17 + f 4 -28 -36 36 -29 + mu 0 4 48 293 17 169 + f 4 -30 37 38 39 + mu 0 4 29 169 204 3 + f 4 -33 40 41 42 + mu 0 4 100 86 209 252 + f 4 -35 -43 43 44 + mu 0 4 17 100 252 168 + f 4 -37 -45 45 -38 + mu 0 4 169 17 168 204 + f 4 -39 46 47 48 + mu 0 4 3 204 291 118 + f 4 -42 49 50 51 + mu 0 4 252 209 251 281 + f 4 -44 -52 52 53 + mu 0 4 168 252 281 160 + f 4 -46 -54 54 -47 + mu 0 4 204 168 160 291 + f 4 -48 55 56 57 + mu 0 4 118 291 78 303 + f 4 58 59 60 61 + mu 0 4 59 216 251 256 + f 4 -53 62 63 64 + mu 0 4 160 281 57 91 + f 4 -55 -65 65 -56 + mu 0 4 291 160 91 78 + f 4 -57 66 67 68 + mu 0 4 303 78 69 15 + f 4 69 70 71 -4 + mu 0 4 114 57 216 185 + f 4 -64 -70 72 73 + mu 0 4 91 57 114 271 + f 4 -66 -74 74 -67 + mu 0 4 78 91 271 69 + f 4 -68 75 76 77 + mu 0 4 15 69 191 73 + f 3 -73 -3 78 + mu 0 3 271 114 191 + f 3 -75 -79 -76 + mu 0 3 69 271 191 + f 4 -77 79 80 81 + mu 0 4 18 228 192 142 + f 4 82 -80 -2 83 + mu 0 4 270 192 228 84 + f 4 84 85 86 -83 + mu 0 4 270 164 324 192 + f 4 -87 87 88 -81 + mu 0 4 192 324 187 142 + f 3 89 90 91 + mu 0 3 71 111 232 + f 3 92 93 -91 + mu 0 3 46 283 232 + f 3 -94 94 95 + mu 0 3 232 283 42 + f 3 96 97 -95 + mu 0 3 283 49 42 + f 3 -98 98 99 + mu 0 3 42 49 62 + f 3 100 101 -99 + mu 0 3 49 274 62 + f 4 102 103 104 105 + mu 0 4 41 178 316 53 + f 4 106 107 -104 108 + mu 0 4 247 313 316 178 + f 3 109 110 111 + mu 0 3 98 179 203 + f 3 -111 112 113 + mu 0 3 203 179 245 + f 3 -113 114 115 + mu 0 3 245 179 108 + f 3 -115 116 117 + mu 0 3 108 179 189 + f 3 118 119 -117 + mu 0 3 179 103 189 + f 4 120 -85 121 122 + mu 0 4 315 164 270 93 + f 3 123 -103 124 + mu 0 3 14 178 41 + f 4 125 126 127 128 + mu 0 4 253 261 93 267 + f 4 -92 129 -118 130 + mu 0 4 71 232 108 189 + f 4 -96 131 -116 -130 + mu 0 4 232 42 245 108 + f 4 132 -114 -132 -100 + mu 0 4 62 203 245 42 + f 4 133 -112 -133 -102 + mu 0 4 274 98 203 62 + f 3 134 135 -134 + mu 0 3 274 56 98 + f 3 -136 136 -110 + mu 0 3 98 56 179 + f 3 137 138 -137 + mu 0 3 56 89 179 + f 3 -139 139 -119 + mu 0 3 179 89 103 + f 3 140 141 -140 + mu 0 3 89 282 103 + f 4 142 -131 -120 143 + mu 0 4 115 71 189 103 + f 3 144 145 -143 + mu 0 3 115 13 71 + f 3 -146 146 -90 + mu 0 3 71 13 111 + f 4 -71 -63 -51 -60 + mu 0 4 216 57 281 251 + f 4 147 148 -1 149 + mu 0 4 272 267 84 183 + f 4 -128 -122 -84 -149 + mu 0 4 267 93 270 84 + f 4 150 151 -123 -127 + mu 0 4 261 305 315 93 + f 4 152 153 -151 154 + mu 0 4 124 241 305 261 + f 4 155 156 -155 -126 + mu 0 4 253 135 124 261 + f 4 -156 157 -106 158 + mu 0 4 135 253 41 53 + f 3 -129 159 -158 + mu 0 3 253 267 41 + f 4 160 161 -125 -160 + mu 0 4 267 221 14 41 + f 4 162 163 -162 164 + mu 0 4 39 112 14 221 + f 3 -145 165 166 + mu 0 3 13 115 224 + f 4 167 -166 -144 -142 + mu 0 4 282 224 115 103 + f 4 168 169 -165 170 + mu 0 4 272 224 39 221 + f 3 171 -167 -169 + mu 0 3 272 13 224 + f 3 -171 -161 -148 + mu 0 3 272 221 267 + f 4 172 173 174 175 + mu 0 4 77 163 200 38 + f 4 176 177 -173 178 + mu 0 4 107 137 163 77 + f 4 -179 179 180 181 + mu 0 4 107 77 30 92 + f 3 182 183 -163 + mu 0 3 39 278 112 + f 4 -184 184 185 186 + mu 0 4 112 278 102 238 + f 4 187 -186 188 189 + mu 0 4 202 238 102 126 + f 3 190 191 192 + mu 0 3 202 24 8 + f 4 193 194 195 -192 + mu 0 4 24 11 254 8 + f 3 -7 196 -181 + mu 0 3 30 321 92 + f 3 -180 -176 -18 + mu 0 3 30 77 38 + f 3 -175 197 -15 + mu 0 3 38 200 182 + f 3 -198 198 -11 + mu 0 3 182 200 36 + f 4 199 -199 200 201 + mu 0 4 33 36 200 162 + f 5 -135 202 -200 203 204 + mu 0 5 56 274 36 33 277 + f 5 -138 -205 205 206 -141 + mu 0 5 89 56 277 177 282 + f 4 207 -206 208 209 + mu 0 4 319 177 277 74 + f 4 210 211 212 213 + mu 0 4 188 128 136 85 + f 4 214 215 216 217 + mu 0 4 68 289 155 171 + f 4 218 219 -210 220 + mu 0 4 35 212 319 74 + f 4 221 222 -187 223 + mu 0 4 6 247 112 238 + f 4 224 225 -196 226 + mu 0 4 186 6 8 254 + f 4 -193 -226 -224 -188 + mu 0 4 202 8 6 238 + f 3 -225 227 228 + mu 0 3 6 186 99 + f 4 -222 -229 229 -107 + mu 0 4 247 6 99 313 + f 3 -214 230 231 + mu 0 3 188 85 306 + f 3 -216 232 233 + mu 0 3 155 289 235 + f 4 -231 234 -234 235 + mu 0 4 306 85 155 235 + f 3 -235 236 237 + mu 0 3 155 85 285 + f 3 -213 238 -237 + mu 0 3 85 136 285 + f 3 239 240 241 + mu 0 3 125 72 156 + f 3 242 -240 243 + mu 0 3 7 72 125 + f 5 244 245 -178 246 247 + mu 0 5 88 166 163 137 12 + f 4 -241 248 249 250 + mu 0 4 156 72 67 227 + f 4 251 252 253 -218 + mu 0 4 171 130 310 68 + f 3 254 -242 255 + mu 0 3 88 125 156 + f 4 256 257 258 259 + mu 0 4 7 175 35 180 + f 4 260 261 262 263 + mu 0 4 176 79 95 52 + f 4 -250 264 265 266 + mu 0 4 227 67 109 141 + f 3 267 -266 268 + mu 0 3 33 141 109 + f 4 -259 -221 269 270 + mu 0 4 180 35 74 190 + f 4 -174 -246 271 -201 + mu 0 4 200 163 166 162 + f 4 -194 272 -212 273 + mu 0 4 11 24 136 128 + f 4 274 -270 -209 -204 + mu 0 4 33 190 74 277 + f 4 -109 -124 -164 -223 + mu 0 4 247 178 14 112 + f 4 275 -262 276 277 + mu 0 4 255 95 79 47 + f 4 278 -219 -258 279 + mu 0 4 285 212 35 175 + f 4 -190 280 -273 -191 + mu 0 4 202 126 136 24 + f 3 -269 281 -275 + mu 0 3 33 109 190 + f 4 282 -279 -239 -281 + mu 0 4 126 212 285 136 + f 4 283 -220 -283 -189 + mu 0 4 102 319 212 126 + f 4 284 -208 -284 -185 + mu 0 4 278 177 319 102 + f 5 -207 -285 -183 -170 -168 + mu 0 5 282 177 278 39 224 + f 5 -253 285 -255 -248 286 + mu 0 5 310 130 125 88 12 + f 4 -256 -251 287 -245 + mu 0 4 88 156 227 166 + f 4 -272 -288 -267 288 + mu 0 4 162 166 227 141 + f 3 -202 -289 -268 + mu 0 3 33 162 141 + f 4 -265 289 -261 290 + mu 0 4 109 67 79 176 + f 4 -271 291 -263 292 + mu 0 4 180 190 52 95 + f 4 -282 -291 -264 -292 + mu 0 4 190 109 176 52 + f 4 -260 -293 -276 293 + mu 0 4 7 180 95 255 + f 4 -249 294 -277 -290 + mu 0 4 67 72 47 79 + f 4 -243 -294 -278 -295 + mu 0 4 72 7 255 47 + f 4 295 296 -88 297 + mu 0 4 181 146 187 324 + f 3 298 299 300 + mu 0 3 161 258 122 + f 4 301 -154 302 303 + mu 0 4 70 305 241 193 + f 4 -152 -302 304 305 + mu 0 4 315 305 70 248 + f 4 306 -86 307 308 + mu 0 4 81 324 164 75 + f 4 -308 -121 -306 309 + mu 0 4 75 164 315 248 + f 4 -217 -238 -280 310 + mu 0 4 171 155 285 175 + f 5 -244 -286 -252 -311 -257 + mu 0 5 7 125 130 171 175 + f 4 -32 311 -101 312 + mu 0 4 86 309 138 226 + f 4 -41 -313 -97 313 + mu 0 4 209 86 226 60 + f 4 -50 -314 -93 -61 + mu 0 4 251 209 60 256 + f 4 -150 314 315 -172 + mu 0 4 272 183 43 13 + f 3 -12 -203 316 + mu 0 3 230 263 138 + f 3 -72 -59 -315 + mu 0 3 185 216 59 + f 3 -23 -317 -312 + mu 0 3 309 230 138 + f 3 -62 -147 -316 + mu 0 3 43 111 13 + f 4 317 318 319 320 + mu 0 4 143 19 218 34 + f 3 321 -6 322 + mu 0 3 318 308 37 + f 4 -10 323 324 -323 + mu 0 4 37 266 27 318 + f 4 325 326 327 328 + mu 0 4 205 198 154 325 + f 4 329 330 -326 331 + mu 0 4 64 121 198 205 + f 4 -325 332 -330 333 + mu 0 4 318 27 121 64 + f 4 -22 334 335 -324 + mu 0 4 266 25 61 27 + f 4 336 337 338 -327 + mu 0 4 198 167 0 154 + f 4 339 340 -337 -331 + mu 0 4 121 40 167 198 + f 4 -336 341 -340 -333 + mu 0 4 27 61 40 121 + f 4 -31 342 343 -335 + mu 0 4 25 29 10 61 + f 4 344 345 346 -338 + mu 0 4 167 28 304 0 + f 4 347 348 -345 -341 + mu 0 4 40 286 28 167 + f 4 -344 349 -348 -342 + mu 0 4 61 10 286 40 + f 4 -40 350 351 -343 + mu 0 4 29 3 2 10 + f 4 352 353 354 -346 + mu 0 4 28 276 294 304 + f 4 355 356 -353 -349 + mu 0 4 286 152 276 28 + f 4 -352 357 -356 -350 + mu 0 4 10 2 152 286 + f 4 -49 358 359 -351 + mu 0 4 3 118 129 2 + f 4 360 361 362 -354 + mu 0 4 276 101 1 294 + f 4 363 364 -361 -357 + mu 0 4 152 26 101 276 + f 4 -360 365 -364 -358 + mu 0 4 2 129 26 152 + f 4 -58 366 367 -359 + mu 0 4 118 303 201 129 + f 4 368 369 370 371 + mu 0 4 268 264 1 236 + f 4 372 373 374 -365 + mu 0 4 26 273 58 101 + f 4 -368 375 -373 -366 + mu 0 4 129 201 273 26 + f 4 -69 376 377 -367 + mu 0 4 303 15 279 201 + f 4 -318 378 379 380 + mu 0 4 19 143 236 58 + f 4 381 382 -381 -374 + mu 0 4 273 217 19 58 + f 4 -378 383 -382 -376 + mu 0 4 201 279 217 273 + f 4 -78 384 385 -377 + mu 0 4 15 73 218 279 + f 3 386 -319 -383 + mu 0 3 217 218 19 + f 3 -386 -387 -384 + mu 0 3 279 218 217 + f 4 -82 387 388 -385 + mu 0 4 214 44 116 275 + f 4 389 -320 -389 390 + mu 0 4 211 90 275 116 + f 4 -391 391 392 393 + mu 0 4 211 116 258 165 + f 4 -388 -89 394 -392 + mu 0 4 116 44 51 258 + f 3 395 396 397 + mu 0 3 287 4 9 + f 3 -397 398 399 + mu 0 3 311 4 322 + f 3 400 401 -399 + mu 0 3 4 265 322 + f 3 -402 402 403 + mu 0 3 322 265 298 + f 3 404 405 -403 + mu 0 3 265 151 298 + f 3 -406 406 407 + mu 0 3 298 151 249 + f 4 408 -105 409 410 + mu 0 4 22 53 316 157 + f 4 411 -410 -108 412 + mu 0 4 195 157 316 313 + f 3 413 414 415 + mu 0 3 196 50 320 + f 3 416 417 -415 + mu 0 3 50 280 320 + f 3 418 419 -418 + mu 0 3 280 259 320 + f 3 420 421 -420 + mu 0 3 259 307 320 + f 3 -422 422 423 + mu 0 3 320 307 145 + f 4 424 425 -394 426 + mu 0 4 150 299 211 165 + f 3 427 -411 428 + mu 0 3 66 22 157 + f 4 429 430 431 432 + mu 0 4 242 222 299 120 + f 4 433 -421 434 -396 + mu 0 4 287 307 259 4 + f 4 -435 -419 435 -401 + mu 0 4 4 259 280 265 + f 4 -405 -436 -417 436 + mu 0 4 151 265 280 50 + f 4 -407 -437 -414 437 + mu 0 4 249 151 50 196 + f 3 -438 438 439 + mu 0 3 249 196 240 + f 3 -416 440 -439 + mu 0 3 196 320 240 + f 3 -441 441 442 + mu 0 3 240 320 173 + f 3 -424 443 -442 + mu 0 3 320 145 173 + f 3 -444 444 445 + mu 0 3 173 145 219 + f 4 446 -423 -434 447 + mu 0 4 139 145 307 287 + f 3 -448 448 449 + mu 0 3 139 287 159 + f 3 -398 450 -449 + mu 0 3 287 9 159 + f 4 -371 -362 -375 -380 + mu 0 4 236 1 101 58 + f 4 451 -321 452 453 + mu 0 4 231 94 90 222 + f 4 -453 -390 -426 -431 + mu 0 4 222 90 211 299 + f 4 -432 -425 454 455 + mu 0 4 120 299 150 243 + f 4 456 -456 457 -153 + mu 0 4 124 120 243 241 + f 4 -433 -457 -157 458 + mu 0 4 242 120 124 135 + f 4 -159 -409 459 -459 + mu 0 4 135 53 22 242 + f 3 -460 460 -430 + mu 0 3 242 22 222 + f 4 -461 -428 461 462 + mu 0 4 222 22 66 225 + f 4 463 -462 464 465 + mu 0 4 314 225 66 105 + f 3 466 467 -450 + mu 0 3 159 257 139 + f 4 -445 -447 -468 468 + mu 0 4 219 145 139 257 + f 4 469 -464 470 471 + mu 0 4 231 225 314 257 + f 3 -472 -467 472 + mu 0 3 231 257 159 + f 3 -454 -463 -470 + mu 0 3 231 222 225 + f 4 473 474 475 476 + mu 0 4 269 127 197 16 + f 4 477 -477 478 -177 + mu 0 4 107 269 16 137 + f 4 -182 479 480 -478 + mu 0 4 107 92 302 269 + f 3 -466 481 482 + mu 0 3 314 105 172 + f 4 483 484 485 -482 + mu 0 4 105 82 87 172 + f 4 486 487 -485 488 + mu 0 4 213 110 87 82 + f 3 489 490 491 + mu 0 3 213 194 250 + f 4 -491 492 -195 493 + mu 0 4 250 194 254 11 + f 3 -480 -197 -322 + mu 0 3 302 92 321 + f 3 -334 -474 -481 + mu 0 3 302 127 269 + f 3 -332 494 -475 + mu 0 3 127 117 197 + f 3 -329 495 -495 + mu 0 3 117 208 197 + f 4 496 497 -496 498 + mu 0 4 301 215 197 208 + f 5 499 500 -499 501 -440 + mu 0 5 240 184 301 208 249 + f 5 -446 502 503 -500 -443 + mu 0 5 173 219 207 184 240 + f 4 504 505 -504 506 + mu 0 4 113 233 184 207 + f 4 507 508 509 -211 + mu 0 4 188 223 206 128 + f 4 510 511 512 -215 + mu 0 4 68 54 220 289 + f 4 513 -505 514 515 + mu 0 4 96 233 113 246 + f 4 516 -484 517 518 + mu 0 4 174 82 105 195 + f 4 -227 -493 519 520 + mu 0 4 186 254 194 174 + f 4 -489 -517 -520 -490 + mu 0 4 213 82 174 194 + f 3 521 -228 -521 + mu 0 3 174 99 186 + f 4 -413 -230 -522 -519 + mu 0 4 195 313 99 174 + f 3 -232 522 -508 + mu 0 3 188 306 223 + f 3 523 -233 -513 + mu 0 3 220 235 289 + f 4 -236 -524 524 -523 + mu 0 4 306 235 220 223 + f 3 525 526 -525 + mu 0 3 220 21 223 + f 3 -527 527 -509 + mu 0 3 223 21 206 + f 3 528 529 530 + mu 0 3 284 239 132 + f 3 531 -531 532 + mu 0 3 65 284 132 + f 5 533 -247 -479 534 535 + mu 0 5 83 12 137 16 260 + f 4 536 537 538 -530 + mu 0 4 239 104 97 132 + f 4 -511 -254 539 540 + mu 0 4 54 68 310 237 + f 3 541 -529 542 + mu 0 3 83 239 284 + f 4 543 544 545 546 + mu 0 4 65 288 96 123 + f 4 547 548 549 550 + mu 0 4 262 292 149 229 + f 4 551 552 553 -538 + mu 0 4 104 23 80 97 + f 3 554 -553 555 + mu 0 3 301 80 23 + f 4 556 557 -514 -545 + mu 0 4 288 119 233 96 + f 4 -498 558 -535 -476 + mu 0 4 197 215 260 16 + f 4 -274 -510 559 -494 + mu 0 4 11 128 206 250 + f 4 -501 -506 -558 560 + mu 0 4 301 184 233 119 + f 4 -518 -465 -429 -412 + mu 0 4 195 105 66 157 + f 4 561 562 -550 563 + mu 0 4 317 147 229 149 + f 4 564 -546 -516 565 + mu 0 4 21 123 96 246 + f 4 -492 -560 566 -487 + mu 0 4 213 250 206 110 + f 3 -561 567 -555 + mu 0 3 301 119 80 + f 4 -567 -528 -566 568 + mu 0 4 110 206 21 246 + f 4 -488 -569 -515 569 + mu 0 4 87 110 246 113 + f 4 -486 -570 -507 570 + mu 0 4 172 87 113 207 + f 5 -469 -471 -483 -571 -503 + mu 0 5 219 257 314 172 207 + f 5 -287 -534 -543 571 -540 + mu 0 5 310 12 83 284 237 + f 4 -536 572 -537 -542 + mu 0 4 83 260 104 239 + f 4 573 -552 -573 -559 + mu 0 4 215 23 104 260 + f 3 -556 -574 -497 + mu 0 3 301 23 215 + f 4 574 -551 575 -554 + mu 0 4 80 262 229 97 + f 4 576 -549 577 -557 + mu 0 4 288 149 292 119 + f 4 -578 -548 -575 -568 + mu 0 4 119 292 262 80 + f 4 578 -564 -577 -544 + mu 0 4 65 317 149 288 + f 4 -576 -563 579 -539 + mu 0 4 97 229 147 132 + f 4 -580 -562 -579 -533 + mu 0 4 132 147 317 65 + f 4 -297 580 -300 -395 + mu 0 4 51 20 122 258 + f 4 581 -303 -458 582 + mu 0 4 244 193 241 243 + f 4 583 584 -583 -455 + mu 0 4 150 133 244 243 + f 4 585 586 -393 -299 + mu 0 4 161 153 165 258 + f 4 587 -584 -427 -587 + mu 0 4 153 133 150 165 + f 4 588 -565 -526 -512 + mu 0 4 54 123 21 220 + f 5 -547 -589 -541 -572 -532 + mu 0 5 65 123 54 237 284 + f 4 589 -408 590 -347 + mu 0 4 304 45 297 0 + f 4 591 -404 -590 -355 + mu 0 4 294 290 45 304 + f 4 -370 -400 -592 -363 + mu 0 4 1 264 290 294 + f 4 -473 592 593 -452 + mu 0 4 231 159 210 94 + f 3 594 -502 -328 + mu 0 3 154 297 325 + f 3 -594 -372 -379 + mu 0 3 143 268 236 + f 3 -591 -595 -339 + mu 0 3 0 297 154 + f 3 -593 -451 -369 + mu 0 3 210 159 9 + f 3 595 596 -585 + mu 0 3 131 170 55 + f 3 597 598 599 + mu 0 3 158 32 170 + f 3 -599 -309 600 + mu 0 3 170 32 5 + f 3 -601 -310 601 + mu 0 3 170 5 199 + f 3 -602 -305 602 + mu 0 3 170 199 323 + f 3 -603 -304 603 + mu 0 3 170 323 144 + f 3 -604 -582 -597 + mu 0 3 170 144 55 + f 3 604 -596 -588 + mu 0 3 148 170 131 + f 3 605 -605 -586 + mu 0 3 134 170 148 + f 3 606 -606 -301 + mu 0 3 140 170 134 + f 3 607 -607 -581 + mu 0 3 234 170 140 + f 3 -600 -608 -296 + mu 0 3 158 170 234 + f 3 -298 -307 -598 + mu 0 3 181 324 81; + setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; + setAttr ".cvd" -type "dataPolyComponent" Index_Data Vertex 0 ; + setAttr ".pd[0]" -type "dataPolyComponent" Index_Data UV 0 ; + setAttr ".hfd" -type "dataPolyComponent" Index_Data Face 0 ; +createNode transform -n "M_lBody_BaseMesh"; + rename -uid "F2B544AD-4641-1DA2-121E-FFBD9BC30C02"; + setAttr ".t" -type "double3" 0 -2.4074124304840448e-32 4.3368086899420177e-19 ; + setAttr -l on ".tx"; + setAttr -l on ".ty"; + setAttr -l on ".tz"; + setAttr ".r" -type "double3" 9.334670899499332e-06 0 0 ; + setAttr -l on ".rx"; + setAttr -l on ".ry"; + setAttr -l on ".rz"; + setAttr ".s" -type "double3" 1 1.0000000000000133 1.0000000000000133 ; + setAttr -l on ".sx"; + setAttr -l on ".sy"; + setAttr -l on ".sz"; +createNode mesh -n "M_lBody_BaseMeshShape" -p "M_lBody_BaseMesh"; + rename -uid "6CD83479-462F-E97B-DE8E-EDA9A9DD1C0E"; + setAttr -k off ".v"; + setAttr ".vir" yes; + setAttr ".vif" yes; + setAttr ".uvst[0].uvsn" -type "string" "map1"; + setAttr ".cuvs" -type "string" "map1"; + setAttr ".dcc" -type "string" "Ambient+Diffuse"; + setAttr ".vcs" 2; +createNode mesh -n "M_lBody_BaseMeshShapeOrig" -p "M_lBody_BaseMesh"; + rename -uid "53DE2455-41C1-A077-C378-5F83D250CEAC"; + setAttr -k off ".v"; + setAttr ".io" yes; + setAttr ".gtag[0].gtagnm" -type "string" "skinCluster5"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "vtx[0:189]"; + setAttr ".uvst[0].uvsn" -type "string" "map1"; + setAttr -s 249 ".uvst[0].uvsp[0:248]" -type "float2" 0.81992793 0.46773735 + 0.92804116 0.34291935 0.73600304 0.13330422 0.71302688 0.30897906 0.83471745 0.025661891 + 0.70059097 0.65646863 0.88683438 0.56258249 0.81952113 0.0059292982 0.69463611 0.46569338 + 0.84013921 0.47660768 0.92807668 0.32473928 0.78670824 0.34120733 0.68945867 0.27822268 + 0.82941198 0.0030446204 0.72748154 0.3361454 0.70793241 0.29556328 0.83835447 0.10104855 + 0.70204824 0.61833566 0.73272508 0.36200118 0.73700321 0.62276739 0.97838455 0.31198961 + 0.73238152 0.43701997 0.67545694 0.24194817 0.82206494 0.48048553 0.74627936 0.47454256 + 0.78476638 0.43814322 0.77027768 0.0075314618 0.88283306 0.58306134 0.70920122 0.48362455 + 0.75679219 0.34174442 0.81348842 0.030894192 0.74607253 0.48887563 0.81203443 0.43476602 + 0.81127161 0.35957986 0.73933494 0.21548599 0.97979861 0.3366648 0.83474106 0.65816641 + 0.86076027 0.53723675 0.75029546 0.0031222398 0.84697181 0.60688204 0.77927452 0.0077545731 + 0.76493055 0.44028869 0.70718271 0.27233598 0.72799337 0.28703207 0.73196149 0.65351069 + 0.83016723 0.43201527 0.76575744 0.36435923 0.93480343 0.53127438 0.75259215 0.15029407 + 0.99076468 0.54467595 0.699467 0.43077928 0.79036826 0.15444018 0.90686017 0.25513512 + 0.72185349 0.35878214 0.7715643 0.1048148 0.7567063 0.028656755 0.73366708 0.14604524 + 0.79098558 0.10684276 0.98405129 0.32608551 0.84660691 0.26481655 0.71254957 0.46934304 + 0.77033812 0.65425867 0.95782691 0.31276178 0.80032927 0.36224177 0.86495495 0.21239795 + 0.9280439 0.30611777 0.82409966 0.60022753 0.82772511 0.13996039 0.78362948 0.32041118 + 0.79098505 0.030572187 0.74467129 0.10007711 0.75617367 0.26871765 0.80412829 0.068399414 + 0.93480343 0.48569921 0.81728131 0.28921115 0.77468693 0.067743167 0.76534402 0.40232396 + 0.72525507 0.48978993 0.73847586 0.60425985 0.82984704 0.63991332 0.75255865 0.6530962 + 0.80931377 0.14099143 0.85237312 0.28515822 0.88957196 0.49929488 0.83945668 0.54405308 + 0.76750016 0.03065652 0.83110315 0.064885244 0.73032731 0.26588306 0.98277271 0.56258231 + 0.80306292 0.62134749 0.82201016 0.32003754 0.94371372 0.32523757 0.815588 0.54983687 + 0.84570509 0.59073597 0.76580793 0.34128696 0.7431069 0.36432239 0.82071942 0.39579755 + 0.80125552 0.47182605 0.7417227 0.55551207 0.73596734 0.061481442 0.72611934 0.097188018 + 0.69428909 0.20236282 0.85458595 0.65950596 0.84100378 0.6433751 0.65282226 0.57825077 + 0.78194851 0.40141153 0.79040164 0.27091122 0.76594758 0.55498284 0.78958362 0.36444193 + 0.88654685 0.58609289 0.8756358 0.32921791 0.96853107 0.30611765 0.83606803 0.46536469 + 0.75516844 0.36463767 0.66720617 0.59543705 0.73425359 0.63830447 0.89441901 0.26786509 + 0.81987596 0.30479521 0.78982008 0.28915977 0.65008181 0.5843364 0.93480349 0.57788253 + 0.84614652 0.63001156 0.76516736 0.48819447 0.69001752 0.54564404 0.70146585 0.63909888 + 0.76324385 0.066566139 0.76984417 0.15216088 0.88196528 0.25256965 0.7087211 0.25613067 + 0.75453597 0.13767773 0.79780096 0.4363851 0.7173934 0.43431774 0.95286065 0.32523763 + 0.64789075 0.58816445 0.76403117 0.60465646 0.76443839 0.6229524 0.80149245 0.031031959 + 0.80940306 0.15528445 0.76066107 0.0055347267 0.75210494 0.40191621 0.85270131 0.30595011 + 0.71066022 0.3947807 0.78577578 0.48612806 0.98003548 0.49929488 0.93874747 0.31276166 + 0.71920568 0.32380477 0.70799756 0.59811294 0.90470171 0.25129962 0.87916344 0.57708037 + 0.84042448 0.21950257 0.71552277 0.20943321 0.80676413 0.10576687 0.69793451 0.31095457 + 0.69259417 0.64103705 0.91677648 0.33666486 0.66100639 0.60030955 0.86091536 0.1324939 + 0.66800767 0.25089628 0.68280971 0.62559694 0.85833621 0.62895155 0.66956401 0.6296162 + 0.91605204 0.48544395 0.79369223 0.40041348 0.84623939 0.15029325 0.78395396 0.47365353 + 0.7964744 0.33916852 0.84548926 0.061642136 0.69936067 0.32503211 0.78894782 0.22113097 + 0.80014563 0.0082440693 0.74904144 0.4391948 0.71979409 0.13070963 0.7583124 0.6380074 + 0.79825193 0.60280097 0.78671432 0.30483863 0.69559693 0.29446867 0.87884235 0.54467595 + 0.77913058 0.36467978 0.7145052 0.552912 0.77776033 0.34143755 0.81843442 0.067279473 + 0.77780962 0.030671539 0.6659835 0.53555155 0.88902199 0.20247023 0.76450318 0.47617528 + 0.82619888 0.62138778 0.79316205 0.55252087 0.7911458 0.14247017 0.73774415 0.40067118 + 0.67272669 0.58565158 0.8615582 0.30801296 0.74663764 0.34157494 0.85335964 0.32333678 + 0.823852 0.028721929 0.67826515 0.66207296 0.85524267 0.61467224 0.67174 0.24792048 + 0.95600563 0.5743162 0.85599619 0.64542401 0.73737347 0.3391735 0.86417121 0.14418593 + 0.81317419 0.22188045 0.81026268 0.008199567 0.82338035 0.10366474 0.99289501 0.52783108 + 0.76739711 0.63865668 0.87154955 0.29269093 0.7958073 0.30427369 0.80305678 0.4844813 + 0.91252369 0.32608551 0.67430067 0.64561939 0.95797771 0.3371287 0.88005912 0.31287041 + 0.88760257 0.2625246 0.75068879 0.064366929 0.91819006 0.31198961 0.76174426 0.21840736 + 0.72782004 0.47338811 0.79098529 0.068707466 0.85626101 0.09762238 0.80141789 0.31941602 + 0.75117898 0.2871992 0.83016765 0.15634482 0.96853346 0.34291941 0.72505915 0.39815938 + 0.81596816 0.27069899 0.95355517 0.48544395 0.84302497 0.13602301 0.74581534 0.025774866 + 0.8643316 0.61271489 0.8767122 0.52783108 0.75066209 0.32196331 0.69128776 0.47738364 + 0.69886178 0.28008127 0.80618185 0.3985039 0.72421288 0.30556995 0.91360134 0.57431602 + 0.96849769 0.32473934 0.75898749 0.10247575 0.77182585 0.1397602 0.80329394 0.65609741 + 0.80689871 0.33680356 0.80310547 0.63892978 0.71559894 0.14193659 0.93859726 0.3371287 + 0.90197557 0.24518454 0.75098908 0.30479491 0.79117316 0.0076964474 0.88527048 0.29699746; + setAttr ".cuvs" -type "string" "map1"; + setAttr ".dcc" -type "string" "Ambient+Diffuse"; + setAttr -s 190 ".vt"; + setAttr ".vt[0:165]" -0.043803025 85.5881958 0.72427827 0.072541751 88.23696136 12.6992588 + 0.030980524 89.43783569 -11.8358717 0 98.12906647 -13.91887856 0 97.41001129 14.13112736 + 14.78187752 49.33514786 1.0034253597 9.34028053 52.056148529 -6.4289093 9.28795338 49.10327911 -5.33330393 + 8.8621254 11.60876465 -5.54310369 12.43716145 11.1732111 -0.94359481 8.86272907 11.46232224 2.93403745 + 8.64133167 48.66215897 7.0077142715 8.5176239 52.57145691 8.64538956 15.12362003 52.36130905 0.94801736 + 5.25254202 11.12945557 -1.13890374 3.1936214 49.0019302368 0.62396145 2.83578348 52.41172028 0.88122302 + 14.81445122 39.703022 0.19770607 8.60535622 38.97210312 7.034763336 3.21278167 39.32162094 -0.35128239 + 9.29631615 39.77945328 -8.0021181107 8.64917183 71.12323761 11.20085049 17.70267105 70.43240356 1.10296226 + 9.044487953 69.78856659 -8.83366203 1.010760784 70.31417084 0.24690959 8.16872406 88.25617981 11.25337696 + 18.4684639 89.28529358 0.7968713 9.19034004 87.63071442 -13.38687992 -4.05583334 28.58546066 -0.65306503 + -12.047067642 28.87467194 -4.8579154 -9.03883934 28.99518967 -6.72145081 -5.70532084 28.79523468 -4.73032045 + 12.64103413 17.65552902 -0.75853777 8.6721983 17.95284081 3.14601207 4.98938274 17.85093307 -0.95490497 + 8.78105736 18.20406723 -5.33592796 5.70583344 98.073997498 -13.99656868 17.67636108 98.16648865 -1.098819256 + 6.4514966 97.33605957 13.045947075 17.028158188 97.83011627 4.026891708 6.43118143 11.27600861 1.60017002 + 6.16375256 17.89442825 1.70737505 -8.63762474 28.4628849 5.18410635 4.85142183 39.012599945 4.58135605 + 5.14140368 48.61192322 5.10749054 11.45752525 11.30866814 1.49330461 11.50885773 17.77501488 1.60000956 + -5.47640038 28.45322227 3.22085762 13.022480011 39.29922485 4.55933952 12.73457909 48.84407425 5.023665905 + 13.76336956 98.090522766 -9.78190994 13.9906702 88.23004913 -8.96600056 14.25613499 69.9879837 -5.83157063 + 13.13509655 52.14571762 -4.11199141 12.95843697 49.050514221 -3.41884422 12.82530117 39.7963295 -5.64961481 + -13.7741127 28.67614174 -0.27803403 11.21035385 17.95217896 -3.99351144 11.13188267 11.41291809 -4.19053984 + 0.053122528 85.99037933 -8.43548679 4.26439476 85.23726654 -9.78532982 3.28343511 69.9665451 -5.68239689 + 4.79746532 52.193573 -3.85572243 5.11200953 48.79363632 -3.35625434 5.25577259 39.52849197 -5.56879568 + -12.29848194 28.53541946 3.15488338 6.21599102 18.058624268 -3.82321453 6.39650631 11.37208748 -4.01268816 + 4.81437445 52.42170715 5.85047245 2.68053746 70.89108276 7.37816858 1.82710934 85.052520752 5.40005064 + 0.096086279 85.79677582 5.46746302 14.59630966 97.56970978 9.47554111 15.45760536 89.22519684 7.61330318 + 15.16580486 70.90908051 7.37036228 13.10963154 52.44950867 5.65696526 3.63085532 88.39700317 12.33008289 + 1.62157011 85.96756744 -10.42331505 2.6110301 89.37285614 -14.30992985 8.96399212 83.35006714 11.84252548 + 1.75850642 82.50177765 6.020909309 0.74421161 82.60310364 0.54531837 4.18351507 81.64137268 -8.17899609 + 9.11863041 82.48703003 -11.072045326 14.37327099 83.29516602 -7.13863134 18.64716911 84.16361237 1.083877325 + 15.57820702 84.21809387 7.33946228 -14.78232861 49.33453369 1.0031638145 -9.34028053 52.056148529 -6.42890787 + -9.28678036 49.10338974 -5.33303785 -8.8621254 11.60876465 -5.54310369 -12.43716145 11.1732111 -0.94359493 + -8.86272907 11.46232414 2.93403745 -8.63780594 48.6618309 7.0082349777 -8.5176239 52.57145691 8.64538956 + -15.12362003 52.36130905 0.94801927 -5.25254202 11.12945557 -1.13890374 -3.1818254 49.0029983521 0.62589443 + -2.83578372 52.41172028 0.8812238 -14.81447697 39.70303345 0.19770379 -8.60538387 38.9720993 7.034759521 + -3.21280909 39.32160187 -0.35128692 -9.2963438 39.77945709 -8.0021219254 -8.64917088 71.12324524 11.20085049 + -17.70267105 70.43240356 1.10296345 -9.044487953 69.78856659 -8.83366013 -1.010760784 70.31417084 0.24690998 + -8.15663433 88.26016998 11.25518703 -18.46901894 89.28754425 0.79672629 -9.18699074 87.62793732 -13.38628006 + 4.055780411 28.58547401 -0.65305674 12.047014236 28.87466049 -4.8579092 5.70526648 28.79524231 -4.73031235 + 9.038784981 28.99518776 -6.72144318 -12.64111614 17.65554047 -0.75854838 -8.6722765 17.95284081 3.14600015 + -4.98946238 17.85092354 -0.95491695 -8.78113747 18.20407104 -5.33593845 -5.70583344 98.073997498 -13.99656868 + -17.67636108 98.16648865 -1.098819256 -6.4514966 97.33605957 13.045947075 -17.028158188 97.83011627 4.026891708 + -6.43118143 11.27600861 1.60017002 -6.16383266 17.89442062 1.70736337 5.47634697 28.45323372 3.22086573 + -4.85144997 39.012584686 4.58135128 -5.12398052 48.61273575 5.1102972 -11.45752525 11.30866814 1.49330461 + -11.50893879 17.77502632 1.59999931 8.63757229 28.46288872 5.18411446 -13.022506714 39.29923248 4.55933714 + -12.73238182 48.84382629 5.02404356 -13.76336956 98.090522766 -9.78190994 -13.99099541 88.23075104 -8.96606827 + -14.25613499 69.9879837 -5.83156872 -13.13509655 52.14571762 -4.11198997 -12.95884895 49.050762177 -3.41886377 + -12.82532692 39.79634476 -5.64961624 12.29842949 28.53540993 3.15488935 -11.21043491 17.95218849 -3.99352193 + -11.13188267 11.41292 -4.19053984 -4.24461651 85.24359894 -9.78236294 -3.28343582 69.9665451 -5.68239689 + -4.7974658 52.19356537 -3.85572171 -5.11006069 48.79243088 -3.3562603 -5.25580025 39.52848434 -5.5687995 + 13.77406025 28.6761322 -0.27802762 -6.21607161 18.05862236 -3.82322598 -6.39650631 11.37208557 -4.01268816 + -4.81437445 52.42170715 5.85047388 -2.68053651 70.89108276 7.37816858 -1.83221066 85.047653198 5.39936781 + -14.59630966 97.56970978 9.47554111 -15.45586872 89.22145844 7.61367273 -15.16580486 70.90908051 7.37036371 + -13.10963154 52.44950867 5.65696669 -3.61893272 88.41300201 12.33156013 -1.6128 85.9750061 -10.42211819 + -2.60856295 89.3757019 -14.30961132 -8.95450783 83.35049438 11.84401608 -1.81310332 82.46563721 6.013196468 + -0.76402992 82.58905792 0.54254186 -4.1847291 81.6411438 -8.17918301 -9.13143253 82.49166107 -11.074188232 + -14.37943459 83.30659485 -7.1396184 -18.64618301 84.18175507 1.084463835; + setAttr ".vt[166:189]" -15.58252144 84.22188568 7.33868313 -18.2603035 93.72702026 -0.15124267 + -14.021251678 93.16062927 -9.47963142 -7.52373648 92.85096741 -13.84642696 18.25994682 93.72588348 -0.15116918 + 14.02101326 93.16028595 -9.47959805 7.52535248 92.85235596 -13.84672928 4.2015543 93.6402359 -14.52389622 + -4.20038271 93.64164734 -14.52373505 0.014353829 94.13313293 -13.10783577 0.036609512 92.62055206 13.67607784 + 5.093460083 92.76670837 13.036558151 -5.08751297 92.77469635 13.037304878 17.93248177 93.55770874 2.44098759 + 15.18288422 93.39746094 8.64364243 7.38594484 92.79611969 12.29010105 -7.37991238 92.79811859 12.29101658 + -17.93283844 93.55882263 2.4409132 -15.18208122 93.39559174 8.64382935 -0.64412898 84.50090027 0.59162581 + 0.57968152 84.50791168 0.59301406 6.7433552e-07 97.83857727 -0.051036712 8.85449791 11.33979034 -1.25369823 + -8.85449791 11.3397913 -1.25369823; + setAttr -s 400 ".ed"; + setAttr ".ed[0:165]" 138 146 1 146 17 1 17 48 1 48 138 1 5 54 1 54 53 1 + 53 13 1 13 5 1 124 129 1 129 18 1 18 43 1 43 124 1 12 11 1 11 49 1 49 12 1 113 35 1 + 35 66 1 66 112 1 112 113 1 6 7 1 7 63 1 63 62 1 62 6 1 124 110 1 110 34 1 34 41 1 + 41 124 1 3 36 0 36 173 1 173 175 1 175 3 0 76 1 1 1 71 1 71 76 1 37 39 0 39 179 1 + 179 170 1 170 37 1 171 50 1 50 37 0 170 171 1 12 21 1 21 69 1 69 68 1 68 12 1 61 23 1 + 23 6 1 62 61 1 17 5 1 5 49 1 49 48 1 18 11 1 11 44 1 44 43 1 7 20 1 20 64 1 64 63 1 + 17 55 1 55 54 1 12 75 1 75 74 1 74 21 1 53 52 1 52 22 1 22 13 1 79 25 1 25 70 1 70 80 1 + 80 79 1 86 73 1 73 25 1 79 86 1 84 51 1 51 26 1 26 85 1 85 84 1 60 27 1 27 83 1 83 82 1 + 82 60 1 177 176 1 176 1 1 76 177 1 77 59 1 59 2 0 2 78 1 78 77 1 49 75 1 15 44 1 + 44 68 1 68 16 1 16 15 1 45 9 0 9 32 1 32 46 1 46 45 1 57 32 1 9 58 0 58 57 1 35 8 1 + 8 67 0 67 66 1 40 10 0 10 33 1 33 41 1 41 40 1 137 29 1 29 56 1 56 99 1 99 137 1 + 128 65 1 65 56 1 56 114 1 114 128 1 123 47 1 47 42 1 42 115 1 115 123 1 73 180 1 + 180 181 1 181 25 1 14 40 0 34 14 1 138 129 1 129 33 1 33 46 1 46 138 1 145 31 1 31 30 1 + 30 102 1 102 145 1 19 43 1 15 19 1 10 45 0 111 57 1 57 35 1 113 111 1 116 28 1 28 47 1 + 123 116 1 18 48 1 172 36 1 36 50 0 171 172 1 27 51 1 84 83 1 53 6 1 23 52 1 54 7 1 + 55 20 1 66 34 1 110 112 1 100 130 1 130 65 1 65 42 1 42 100 1 58 8 0 0 59 0 77 0 1 + 70 71 1 71 0 0 0 186 1 186 70 1 24 61 1 62 16 1 16 24 1; + setAttr ".ed[166:331]" 63 15 1 64 19 1 29 139 1 139 114 1 30 29 1 137 102 1 + 67 14 0 69 24 1 141 157 1 157 0 1 0 185 1 185 141 1 73 26 1 26 179 1 179 180 1 86 85 1 + 75 13 1 22 74 1 12 44 1 181 177 1 76 25 1 60 77 1 78 27 1 172 173 1 21 79 1 80 69 1 + 81 24 1 80 81 1 82 61 1 81 82 1 83 23 1 84 52 1 85 22 1 86 74 1 130 99 1 87 95 1 + 95 135 1 135 136 1 136 87 1 47 125 1 125 100 1 94 131 1 131 93 1 93 94 1 31 147 1 + 147 117 1 117 30 1 88 143 1 143 144 1 144 89 1 89 88 1 28 101 1 101 125 1 175 174 1 + 174 118 1 118 3 0 156 71 1 1 156 1 119 167 1 167 183 1 183 121 1 121 119 0 168 167 1 + 119 132 0 132 168 1 94 149 1 149 150 1 150 103 1 103 94 1 142 143 1 88 105 1 105 142 1 + 130 131 1 131 87 1 87 99 1 125 126 1 126 93 1 93 100 1 144 145 1 102 89 1 136 137 1 + 103 154 1 154 155 1 155 94 1 95 104 1 104 134 1 134 135 1 159 160 1 160 151 1 151 107 1 + 107 159 1 166 159 1 107 153 1 153 166 1 164 165 1 165 108 1 108 133 1 133 164 1 141 162 1 + 162 163 1 163 109 1 109 141 1 178 156 1 176 178 1 157 158 1 158 2 1 59 157 1 155 131 1 + 97 98 1 98 149 1 149 126 1 126 97 1 127 128 1 114 91 1 91 127 0 139 140 1 140 91 0 + 147 148 1 148 90 0 90 117 1 122 123 1 115 92 1 92 122 0 32 146 1 20 113 1 112 64 1 + 116 147 1 31 28 1 107 182 1 182 184 1 184 153 1 96 116 1 122 96 0 128 115 1 19 110 1 + 101 97 1 127 92 0 117 139 1 169 168 1 132 118 0 118 169 1 163 164 1 133 109 1 134 105 1 + 88 135 1 89 136 1 145 101 1 55 111 1 90 140 0 71 151 1 151 185 1 106 98 1 98 143 1 + 142 106 1 97 144 1 146 111 1 96 148 0 106 150 1 184 183 1 183 108 1 108 153 1 165 166 1 + 154 104 1 95 155 1 126 94 1 107 156 1; + setAttr ".ed[332:399]" 178 182 1 109 158 1 174 169 1 150 160 1 159 103 1 161 160 1 + 106 161 1 162 161 1 142 162 1 105 163 1 134 164 1 104 165 1 154 166 1 133 168 1 169 109 1 + 108 167 1 27 172 1 171 51 1 170 26 1 120 178 1 176 4 1 4 120 0 173 78 1 2 175 0 158 174 1 + 38 4 0 177 38 1 181 38 1 180 72 1 72 38 0 39 72 0 120 182 1 120 152 0 152 184 1 152 121 0 + 161 185 1 186 81 1 186 60 1 4 187 1 187 120 1 3 187 1 187 36 1 118 187 1 132 187 1 + 119 187 1 121 187 1 152 187 1 38 187 1 72 187 1 39 187 1 37 187 1 50 187 1 67 188 1 + 188 14 1 96 189 1 189 148 1 45 188 1 188 9 1 10 188 1 40 188 1 8 188 1 58 188 1 91 189 1 + 189 127 1 140 189 1 90 189 1 122 189 1 92 189 1; + setAttr -s 225 ".n"; + setAttr ".n[0:165]" -type "float3" 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20; + setAttr ".n[166:224]" -type "float3" 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20; + setAttr -s 212 -ch 800 ".fc[0:211]" -type "polyFaces" + f 4 0 1 2 3 + mu 0 4 139 76 41 170 + f 4 4 5 6 7 + mu 0 4 184 164 142 122 + f 4 8 9 10 11 + mu 0 4 224 188 21 131 + f 3 12 13 14 + mu 0 3 77 217 24 + f 4 15 16 17 18 + mu 0 4 162 108 63 234 + f 4 19 20 21 22 + mu 0 4 208 97 0 23 + f 4 23 24 25 26 + mu 0 4 224 141 53 18 + f 4 27 28 29 30 + mu 0 4 102 36 103 198 + f 3 31 32 33 + mu 0 3 158 160 155 + f 4 34 35 36 37 + mu 0 4 61 80 172 205 + f 4 38 39 -38 40 + mu 0 4 242 240 61 205 + f 4 41 42 43 44 + mu 0 4 77 178 123 28 + f 4 45 46 -23 47 + mu 0 4 84 92 208 23 + f 4 48 49 50 -3 + mu 0 4 41 184 24 170 + f 4 -11 51 52 53 + mu 0 4 131 21 217 60 + f 4 54 55 56 -21 + mu 0 4 97 130 32 0 + f 4 -49 57 58 -5 + mu 0 4 184 41 25 164 + f 4 59 60 61 -42 + mu 0 4 77 31 98 178 + f 4 -7 62 63 64 + mu 0 4 122 142 186 107 + f 4 65 66 67 68 + mu 0 4 146 17 114 189 + f 4 69 70 -66 71 + mu 0 4 78 19 17 146 + f 4 72 73 74 75 + mu 0 4 173 89 135 134 + f 4 76 77 78 79 + mu 0 4 39 185 66 93 + f 4 80 81 -32 82 + mu 0 4 153 210 160 158 + f 4 83 84 85 86 + mu 0 4 195 229 159 121 + f 3 -15 87 -60 + mu 0 3 77 24 31 + f 4 88 89 90 91 + mu 0 4 8 60 28 232 + f 4 92 93 94 95 + mu 0 4 29 94 46 113 + f 4 96 -94 97 98 + mu 0 4 177 46 94 179 + f 4 -17 99 100 101 + mu 0 4 63 108 11 165 + f 4 102 103 104 105 + mu 0 4 199 191 95 18 + f 4 106 107 108 109 + mu 0 4 54 75 218 57 + f 4 110 111 112 113 + mu 0 4 136 72 218 69 + f 4 114 115 116 117 + mu 0 4 193 86 180 30 + f 4 -71 118 119 120 + mu 0 4 17 19 115 124 + f 4 121 -106 -26 122 + mu 0 4 14 199 18 53 + f 4 123 124 125 126 + mu 0 4 139 188 95 113 + f 4 127 128 129 130 + mu 0 4 70 214 125 238 + f 4 131 -54 -89 132 + mu 0 4 50 131 60 8 + f 4 133 -96 -126 -104 + mu 0 4 191 29 113 95 + f 4 134 135 -16 136 + mu 0 4 105 177 108 162 + f 4 137 138 -115 139 + mu 0 4 4 166 86 193 + f 4 -14 -52 140 -51 + mu 0 4 24 217 21 170 + f 4 141 142 -39 143 + mu 0 4 79 36 240 242 + f 4 -78 144 -73 145 + mu 0 4 66 185 89 173 + f 4 146 -47 147 -63 + mu 0 4 142 208 92 186 + f 4 148 -20 -147 -6 + mu 0 4 164 97 208 142 + f 4 149 -55 -149 -59 + mu 0 4 25 130 97 164 + f 4 -18 150 -25 151 + mu 0 4 234 63 33 96 + f 4 152 153 154 155 + mu 0 4 203 151 72 180 + f 4 -136 -99 156 -100 + mu 0 4 108 177 179 11 + f 3 157 -84 158 + mu 0 3 109 229 195 + f 4 159 160 161 162 + mu 0 4 114 155 133 119 + f 4 163 -48 164 165 + mu 0 4 37 84 23 9 + f 4 166 -92 -165 -22 + mu 0 4 0 112 9 23 + f 4 167 -133 -167 -57 + mu 0 4 32 45 112 0 + f 4 168 169 -113 -108 + mu 0 4 75 181 69 218 + f 4 -130 170 -107 171 + mu 0 4 238 125 75 54 + f 4 -151 -102 172 -123 + mu 0 4 33 63 165 241 + f 4 -44 173 -166 -91 + mu 0 4 28 123 182 232 + f 4 174 175 176 177 + mu 0 4 42 233 157 196 + f 4 178 179 180 -119 + mu 0 4 19 135 172 115 + f 4 -75 -179 -70 181 + mu 0 4 134 135 19 78 + f 4 182 -65 183 -61 + mu 0 4 31 122 107 98 + f 4 -50 -8 -183 -88 + mu 0 4 24 184 122 31 + f 3 -13 184 -53 + mu 0 3 217 77 60 + f 3 -185 -45 -90 + mu 0 3 60 77 28 + f 4 -121 185 -83 186 + mu 0 4 17 124 153 158 + f 4 -67 -187 -34 -160 + mu 0 4 114 17 158 155 + f 4 -77 187 -87 188 + mu 0 4 185 39 195 121 + f 3 -142 189 -29 + mu 0 3 36 79 103 + f 4 190 -69 191 -43 + mu 0 4 178 146 189 123 + f 4 192 -174 -192 193 + mu 0 4 104 182 123 189 + f 4 194 -164 -193 195 + mu 0 4 93 84 37 148 + f 4 196 -46 -195 -79 + mu 0 4 66 92 84 93 + f 4 -148 -197 -146 197 + mu 0 4 186 92 66 173 + f 4 -64 -198 -76 198 + mu 0 4 107 186 173 134 + f 4 -184 -199 -182 199 + mu 0 4 98 107 134 78 + f 4 -62 -200 -72 -191 + mu 0 4 178 98 78 146 + f 4 -154 200 -109 -112 + mu 0 4 72 151 57 218 + f 4 201 202 203 204 + mu 0 4 187 51 126 239 + f 4 205 206 -156 -116 + mu 0 4 86 16 203 180 + f 3 207 208 209 + mu 0 3 222 81 67 + f 4 210 211 212 -129 + mu 0 4 214 55 85 125 + f 4 213 214 215 216 + mu 0 4 48 56 2 129 + f 4 217 218 -206 -139 + mu 0 4 166 219 16 86 + f 4 -31 219 220 221 + mu 0 4 167 152 3 145 + f 3 222 -33 223 + mu 0 3 206 116 248 + f 4 224 225 226 227 + mu 0 4 68 174 207 220 + f 4 228 -225 229 230 + mu 0 4 246 174 68 231 + f 4 231 232 233 234 + mu 0 4 222 163 64 149 + f 4 235 -214 236 237 + mu 0 4 150 56 48 34 + f 4 -201 238 239 240 + mu 0 4 57 151 81 187 + f 4 241 242 243 -207 + mu 0 4 16 227 67 203 + f 4 -216 244 -131 245 + mu 0 4 129 2 70 238 + f 4 -205 246 -110 -241 + mu 0 4 187 239 54 57 + f 4 -235 247 248 249 + mu 0 4 222 149 201 137 + f 4 250 251 252 -203 + mu 0 4 51 168 216 126 + f 4 253 254 255 256 + mu 0 4 59 127 213 82 + f 4 257 -257 258 259 + mu 0 4 225 59 82 74 + f 4 260 261 262 263 + mu 0 4 71 106 118 221 + f 4 264 265 266 267 + mu 0 4 42 128 87 43 + f 4 268 -224 -82 269 + mu 0 4 190 206 248 212 + f 4 270 271 -85 272 + mu 0 4 233 15 175 12 + f 3 -250 273 -208 + mu 0 3 222 137 81 + f 4 274 275 276 277 + mu 0 4 156 200 163 227 + f 4 278 -114 279 280 + mu 0 4 169 136 69 247 + f 4 281 282 -280 -170 + mu 0 4 181 40 247 69 + f 4 283 284 285 -212 + mu 0 4 55 138 26 85 + f 4 286 -118 287 288 + mu 0 4 7 193 30 202 + f 4 -95 289 -1 -127 + mu 0 4 113 46 76 139 + f 4 -105 -125 -9 -27 + mu 0 4 18 95 188 224 + f 4 290 -19 291 -56 + mu 0 4 130 162 234 32 + f 4 292 -211 293 -138 + mu 0 4 228 55 214 99 + f 4 294 295 296 -259 + mu 0 4 82 140 117 74 + f 4 297 -140 -287 298 + mu 0 4 13 4 193 7 + f 4 -155 -111 299 -117 + mu 0 4 180 72 136 30 + f 4 -132 300 -24 -12 + mu 0 4 131 50 141 224 + f 4 301 -278 -242 -219 + mu 0 4 219 156 227 16 + f 4 -288 -300 -279 302 + mu 0 4 202 30 136 169 + f 4 -213 303 -169 -171 + mu 0 4 125 85 181 75 + f 4 -141 -10 -124 -4 + mu 0 4 170 21 188 139 + f 4 -239 -153 -244 -209 + mu 0 4 81 151 203 67 + f 4 304 -231 305 306 + mu 0 4 235 246 231 145 + f 4 307 -264 308 -267 + mu 0 4 87 71 221 43 + f 4 -253 309 -237 310 + mu 0 4 126 216 34 48 + f 4 -204 -311 -217 311 + mu 0 4 239 126 48 129 + f 4 -247 -312 -246 -172 + mu 0 4 54 239 129 238 + f 4 -294 -128 312 -218 + mu 0 4 99 214 70 100 + f 4 313 -137 -291 -150 + mu 0 4 25 105 162 130 + f 4 -286 314 -282 -304 + mu 0 4 85 26 40 181 + f 3 -176 -273 -158 + mu 0 3 157 233 12 + f 4 -161 315 316 -177 + mu 0 4 52 116 213 147 + f 4 317 318 -236 319 + mu 0 4 101 243 56 150 + f 4 -215 -319 -275 320 + mu 0 4 2 56 243 171 + f 4 -245 -321 -302 -313 + mu 0 4 70 2 171 100 + f 4 -2 321 -314 -58 + mu 0 4 41 76 105 25 + f 4 -292 -152 -301 -168 + mu 0 4 32 234 96 45 + f 4 -298 322 -284 -293 + mu 0 4 228 38 138 55 + f 4 -276 -318 323 -233 + mu 0 4 163 200 183 64 + f 4 -297 324 325 326 + mu 0 4 74 117 207 118 + f 4 327 -260 -327 -262 + mu 0 4 106 225 74 118 + f 4 -249 328 -251 329 + mu 0 4 137 201 168 51 + f 4 -274 -330 -202 -240 + mu 0 4 81 137 51 187 + f 3 -243 330 -210 + mu 0 3 67 227 222 + f 3 -277 -232 -331 + mu 0 3 227 163 222 + f 4 331 -269 332 -295 + mu 0 4 82 206 190 140 + f 4 -316 -223 -332 -256 + mu 0 4 213 116 206 82 + f 4 333 -271 -175 -268 + mu 0 4 43 15 233 42 + f 3 -221 334 -307 + mu 0 3 145 3 235 + f 4 -234 335 -254 336 + mu 0 4 149 64 127 59 + f 4 337 -336 -324 338 + mu 0 4 245 127 64 183 + f 4 339 -339 -320 340 + mu 0 4 128 22 101 150 + f 4 -266 -341 -238 341 + mu 0 4 87 128 150 34 + f 4 342 -308 -342 -310 + mu 0 4 216 71 87 34 + f 4 343 -261 -343 -252 + mu 0 4 168 106 71 216 + f 4 344 -328 -344 -329 + mu 0 4 201 225 106 168 + f 4 -337 -258 -345 -248 + mu 0 4 149 59 225 201 + f 4 -309 345 -305 346 + mu 0 4 43 221 246 235 + f 4 -263 347 -229 -346 + mu 0 4 221 118 174 246 + f 4 348 -144 349 -145 + mu 0 4 185 79 242 89 + f 4 -350 -41 350 -74 + mu 0 4 89 242 205 135 + f 4 351 -270 352 353 + mu 0 4 192 190 212 110 + f 4 -30 354 -86 355 + mu 0 4 198 103 121 159 + f 4 -220 -356 -272 356 + mu 0 4 3 152 175 15 + f 4 -190 -349 -189 -355 + mu 0 4 103 79 185 121 + f 4 -335 -357 -334 -347 + mu 0 4 235 3 15 43 + f 4 357 -353 -81 358 + mu 0 4 5 194 210 153 + f 3 -186 359 -359 + mu 0 3 153 124 5 + f 4 -120 360 361 -360 + mu 0 4 124 115 44 5 + f 4 -181 -36 362 -361 + mu 0 4 115 172 80 44 + f 3 -37 -180 -351 + mu 0 3 205 172 135 + f 3 -333 -352 363 + mu 0 3 140 190 192 + f 4 -296 -364 364 365 + mu 0 4 117 140 192 90 + f 4 -325 -366 366 -227 + mu 0 4 207 117 90 220 + f 3 -226 -348 -326 + mu 0 3 207 174 118 + f 4 -317 -255 -338 367 + mu 0 4 147 213 127 245 + f 4 -178 -368 -340 -265 + mu 0 4 42 196 22 128 + f 4 368 -194 -68 -163 + mu 0 4 119 104 189 114 + f 4 369 -80 -196 -369 + mu 0 4 27 39 93 148 + f 4 -159 -188 -370 -162 + mu 0 4 109 195 39 27 + f 4 -290 -97 -135 -322 + mu 0 4 76 46 177 105 + f 3 370 371 -354 + mu 0 3 120 47 236 + f 3 -28 372 373 + mu 0 3 226 73 47 + f 3 -373 -222 374 + mu 0 3 47 73 161 + f 3 -375 -306 375 + mu 0 3 47 161 83 + f 3 -376 -230 376 + mu 0 3 47 83 230 + f 3 -377 -228 377 + mu 0 3 47 230 176 + f 3 -378 -367 378 + mu 0 3 47 176 6 + f 3 -379 -365 -372 + mu 0 3 47 6 236 + f 3 379 -371 -358 + mu 0 3 197 47 120 + f 3 380 -380 -362 + mu 0 3 88 47 197 + f 3 381 -381 -363 + mu 0 3 49 47 88 + f 3 382 -382 -35 + mu 0 3 204 47 49 + f 3 383 -383 -40 + mu 0 3 143 47 204 + f 3 -374 -384 -143 + mu 0 3 226 47 143 + f 3 384 385 -173 + mu 0 3 62 237 132 + f 3 386 387 -323 + mu 0 3 91 10 144 + f 3 -93 388 389 + mu 0 3 58 35 237 + f 3 -389 -134 390 + mu 0 3 237 35 223 + f 3 -391 -103 391 + mu 0 3 237 223 211 + f 3 -392 -122 -386 + mu 0 3 237 211 132 + f 3 392 -385 -101 + mu 0 3 111 237 62 + f 3 393 -393 -157 + mu 0 3 20 237 111 + f 3 -390 -394 -98 + mu 0 3 58 237 20 + f 3 -281 394 395 + mu 0 3 154 209 10 + f 3 -395 -283 396 + mu 0 3 10 209 215 + f 3 -397 -315 397 + mu 0 3 10 215 65 + f 3 -398 -285 -388 + mu 0 3 10 65 144 + f 3 398 -387 -299 + mu 0 3 244 10 91 + f 3 399 -399 -289 + mu 0 3 1 10 244 + f 3 -396 -400 -303 + mu 0 3 154 10 1; + setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; + setAttr ".cvd" -type "dataPolyComponent" Index_Data Vertex 0 ; + setAttr ".pd[0]" -type "dataPolyComponent" Index_Data UV 0 ; + setAttr ".hfd" -type "dataPolyComponent" Index_Data Face 0 ; +createNode transform -n "M_uBody_BaseMesh"; + rename -uid "03B5E05D-4121-6189-A68D-DC86EF6E1AF7"; + setAttr ".t" -type "double3" 0 -2.4074124304840448e-32 4.3368086899420177e-19 ; + setAttr -l on ".tx"; + setAttr -l on ".ty"; + setAttr -l on ".tz"; + setAttr ".r" -type "double3" 9.334670899499332e-06 0 0 ; + setAttr -l on ".rx"; + setAttr -l on ".ry"; + setAttr -l on ".rz"; + setAttr ".s" -type "double3" 1 1.0000000000000133 1.0000000000000133 ; + setAttr -l on ".sx"; + setAttr -l on ".sy"; + setAttr -l on ".sz"; +createNode mesh -n "M_uBody_BaseMeshShape" -p "M_uBody_BaseMesh"; + rename -uid "7A680CCF-46BE-CBD5-1656-47AB7AE2EBF8"; + setAttr -k off ".v"; + setAttr ".vir" yes; + setAttr ".vif" yes; + setAttr ".uvst[0].uvsn" -type "string" "map1"; + setAttr ".cuvs" -type "string" "map1"; + setAttr ".dcc" -type "string" "Ambient+Diffuse"; + setAttr ".vcs" 2; +createNode mesh -n "M_uBody_BaseMeshShapeOrig" -p "M_uBody_BaseMesh"; + rename -uid "48197269-4C61-E7FB-6E3E-809ECCC7C378"; + setAttr -k off ".v"; + setAttr ".io" yes; + setAttr ".gtag[0].gtagnm" -type "string" "skinCluster6"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "vtx[0:507]"; + setAttr ".uvst[0].uvsn" -type "string" "map1"; + setAttr -s 694 ".uvst[0].uvsp"; + setAttr ".uvst[0].uvsp[0:249]" -type "float2" 0.56278265 0.92875469 0.86409152 + 0.41261363 0.79522216 0.95234168 0.40905613 0.86564201 0.28945029 0.87713063 0.89659828 + 0.35364455 0.74919283 0.84866822 0.54955792 0.74089587 0.57332689 0.6343621 0.4573243 + 0.62256789 0.89796388 0.37751824 0.85986888 0.91054785 0.47845155 0.89287639 0.36006007 + 0.65198427 0.44836551 0.87223333 0.25807825 0.70425111 0.49631393 0.89578438 0.93891251 + 0.43022409 0.34852096 0.89724034 0.47315767 0.91053569 0.40239003 0.7693519 0.69828796 + 0.91585052 0.32930675 0.84588492 0.63908559 0.79008758 0.27846614 0.84854198 0.76811981 + 0.75904417 0.88884395 0.80273521 0.87954473 0.45829093 0.30954883 0.67544973 0.83288956 + 0.80107087 0.52340353 0.94819534 0.52374679 0.88217956 0.73864335 0.76121825 0.83641058 + 0.9599402 0.86768621 0.71132499 0.91700882 0.75173759 0.76635271 0.74833494 0.45900461 + 0.67848861 0.86036265 0.68001419 0.87016928 0.82901716 0.77857745 0.9643333 0.86091775 + 0.80846107 0.71796572 0.86325634 0.31773016 0.76935184 0.89951116 0.71201342 0.75800693 + 0.98014259 0.92991364 0.36462781 0.49614391 0.9135769 0.86886024 0.67319149 0.41380212 + 0.6512928 0.95659554 0.45548713 0.54863518 0.71280015 0.68182284 0.91819179 0.79796284 + 0.81480837 0.25360987 0.73301566 0.74329299 0.75522906 0.75122601 0.75975645 0.6121453 + 0.81440037 0.65428299 0.66162205 0.7197758 0.86710489 0.46268299 0.90261698 0.32320496 + 0.82614088 0.37904146 0.74676305 0.8616485 0.89987361 0.87208521 0.45851052 0.27080342 + 0.93367434 0.65601373 0.95431727 0.60273045 0.8462832 0.36006007 0.67552376 0.87863845 + 0.42972136 0.54842961 0.65951389 0.38931927 0.83479482 0.81795901 0.94857812 0.43615034 + 0.81732166 0.55038857 0.94721556 0.92880607 0.078657269 0.33646753 0.63027102 0.97548229 + 0.4458538 0.30631807 0.65129286 0.44154438 0.79960656 0.76726532 0.95966327 0.91550237 + 0.70170897 0.73263752 0.93604195 0.69678104 0.90616822 0.33622804 0.65189588 0.85132867 + 0.88100815 0.76842463 0.95701361 0.52631927 0.93146855 0.91168058 0.75023407 0.86526042 + 0.91102958 0.35683766 0.88058513 0.37128192 0.96516186 0.67033124 0.92393374 0.75285041 + 0.91637361 0.750157 0.97819412 0.91558361 0.67809552 0.87922984 0.69716537 0.36006007 + 0.72419637 0.95344591 0.39216352 0.79030961 0.8125903 0.4758929 0.93192518 0.49702784 + 0.93312383 0.54965919 0.76818085 0.89386594 0.69151568 0.83481079 0.37106925 0.68774962 + 0.91384327 0.69456297 0.90689647 0.89186442 0.70645148 0.51620489 0.81402344 0.28396973 + 0.81732148 0.93435287 0.5855695 0.46651033 0.7330156 0.52964061 0.78893226 0.43913469 + 0.73216355 0.49439338 0.81823623 0.71141881 0.89078236 0.2809855 0.73216349 0.31999603 + 0.79439276 0.92014903 0.37781617 0.93017423 0.76463312 0.57332689 0.62251192 0.86911345 + 0.82705379 0.73929119 0.97745574 0.55589944 0.88454229 0.35513446 0.89779603 0.27938488 + 0.97874135 0.45682052 0.63297063 0.81768638 0.80949736 0.62724143 0.84194422 0.71967822 + 0.91507196 0.52693033 0.91292626 0.51828021 0.62381029 0.32221159 0.84110361 0.86244237 + 0.42804825 0.52499288 0.85391617 0.98540461 0.06052947 0.62984806 0.63610268 0.31609857 + 0.94437122 0.86417443 0.90062451 0.92508262 0.39839056 0.2816045 0.62021238 0.74784493 + 0.86123097 0.91704577 0.73946798 0.49907452 0.85122889 0.31142387 0.70048946 0.848975 + 0.92933297 0.44524074 0.92321408 0.91881585 0.37088874 0.66023761 0.64086354 0.88172811 + 0.45713842 0.37773761 0.76617604 0.31866476 0.92924756 0.61758065 0.8692593 0.87888283 + 0.91111159 0.60045499 0.83532995 0.44585356 0.93146992 0.33614263 0.61841077 0.28441903 + 0.67704016 0.8396917 0.40734673 0.97809756 0.40826941 0.87833869 0.61880744 0.83138305 + 0.96758449 0.43711016 0.63086092 0.67091036 0.93521863 0.92865485 0.45771959 0.79500353 + 0.75891143 0.89679247 0.71961862 0.73884445 0.89184666 0.43851569 0.62021232 0.94821531 + 0.75598544 0.83992851 0.38781655 0.59733385 0.78931296 0.9355284 0.45760632 0.40586826 + 0.72589386 0.30495426 0.83973706 0.43570116 0.67704016 0.54789656 0.8203423 0.69371694 + 0.91547835 0.96313131 0.023402065 0.3698231 0.85970074 0.34341913 0.85489047 0.91151392 + 0.69371915 0.79431903 0.92436826 0.27857575 0.79960656 0.82078773 0.95326138 0.98453569 + 0.082800895 0.65005338 0.73859555 0.91618854 0.71388662 0.88953686 0.74048984 0.76324141 + 0.77081078 0.74864328 0.75294381 0.84956378 0.81312633 0.76647449 0.98432696 0.26329973 + 0.63297063 0.79090703 0.81066203 0.52415323 0.97423565 0.35517749 0.91386926 0.77673525 + 0.72943062 0.2627959 0.62256789 0.55211782 0.85703909 0.72894716 0.86343837 0.78312463 + 0.80912459 0.56282568 0.91268152 0.9380486 0.39471129 0.90545273 0.68275499 0.65308946 + 0.76691294 0.7915656 0.80862302 0.9087041 0.71570599 0.48087606 0.78458571 0.35497081 + 0.94077873 0.78938371 0.8186022 0.3160114 0.74956775 0.23924409 0.7845856 0.48703301 + 0.84780943 0.54931974 0.78931296 0.67403537 0.88217765 0.92121023 0.3889122 0.85975933 + 0.80580163 0.8722074 0.06052947 0.78782541 0.7915141 0.56495011 0.96852714 0.99249911 + 0.6356684 0.88033652 0.38077271 0.62837362 0.62381041 0.96612716 0.42758998 0.6697998 + 0.91391909 0.28942132 0.94816554 0.93253374 0.76447719 0.86745733 0.43037391 0.93170172 + 0.75492454 0.34446964 0.96951157 0.6487456 0.71029818 0.7130208 0.85313821 0.93801099 + 0.44823077 0.8843981 0.71164101 0.67403537 0.94959158 0.98296928 0.12897256 0.52102536 + 0.68550313 0.71143568 0.90301514 0.64972359 0.68496549 0.57332689 0.66016471 0.46204194 + 0.70425105 0.54619849 0.83532995 0.8532908 0.45455796 0.56261903 0.88577193 0.34301308 + 0.81153893 0.6946888 0.92510176 0.95312214 0.67809546 0.69593573 0.91569114 0.31425199 + 0.72589374; + setAttr ".uvst[0].uvsp[250:499]" 0.97962737 0.66423142 0.87278163 0.10525358 + 0.6803149 0.90719879 0.87950683 0.43018347 0.61092812 0.84538162 0.93290454 0.37103438 + 0.79662824 0.79519629 0.75353944 0.75989658 0.79328513 0.85807598 0.95512563 0.42872524 + 0.73943162 0.95390785 0.31734467 0.97263455 0.54392302 0.8462832 0.91458625 0.76409519 + 0.4001241 0.79439282 0.87909323 0.91881311 0.91836512 0.36933047 0.60826784 0.91292125 + 0.87039024 0.44845331 0.90389967 0.35745156 0.834373 0.68493587 0.89568847 0.78482735 + 0.7978701 0.79003906 0.89678353 0.38860214 0.52631307 0.89730299 0.49706945 0.87838525 + 0.74882436 0.76730174 0.24756363 0.76174378 0.79453635 0.88689137 0.9848305 0.10525361 + 0.28301004 0.63086092 0.38212124 0.69989204 0.46215171 0.91263157 0.67035264 0.90496337 + 0.92148244 0.38474369 0.8892138 0.36282253 0.7918101 0.82656986 0.31928217 0.91362453 + 0.47255656 0.76174384 0.35432255 0.92839068 0.60805339 0.90046811 0.85902262 0.73706686 + 0.6304487 0.81402361 0.48089433 0.95015138 0.42134491 0.80857426 0.75957143 0.82478309 + 0.85203934 0.71086138 0.83384228 0.7730152 0.48324427 0.87618577 0.75291872 0.7517519 + 0.65641993 0.8771376 0.28433642 0.65242076 0.88894522 0.82635361 0.54992324 0.63418639 + 0.94695884 0.44904381 0.37681106 0.78754848 0.84115934 0.43533659 0.71383053 0.91534007 + 0.49790803 0.71029806 0.43065032 0.78719288 0.27720383 0.76229286 0.72307205 0.83425736 + 0.26824471 0.89462554 0.88528228 0.37059969 0.93435282 0.67783988 0.78503144 0.73908287 + 0.62839216 0.65996259 0.30349788 0.61865443 0.49044183 0.79033005 0.93120283 0.36703077 + 0.79711545 0.71572059 0.95364231 0.4132736 0.8993718 0.37060547 0.75016773 0.97597361 + 0.36006007 0.69990689 0.88421762 0.70088953 0.84844851 0.68352985 0.89058393 0.41190034 + 0.87637603 0.72750777 0.87544799 0.76506674 0.76067847 0.86280489 0.86803687 0.8249439 + 0.73014295 0.87188494 0.50756788 0.7900874 0.49846137 0.97735095 0.65621179 0.79033017 + 0.94668442 0.76700896 0.76927334 0.88848495 0.80382437 0.82224488 0.57893008 0.8613888 + 0.74401581 0.8630923 0.93435276 0.6322217 0.89980984 0.69769835 0.713763 0.85157239 + 0.68702006 0.91072392 0.92905682 0.36321539 0.92810047 0.43024978 0.84888768 0.42379779 + 0.98236728 0.6008842 0.83068162 0.94407868 0.39790848 0.84110379 0.8998391 0.36905205 + 0.59449691 0.62163472 0.71407747 0.90232539 0.88675249 0.71861953 0.48611429 0.97800887 + 0.77990508 0.83512485 0.96399194 0.45533174 0.3379989 0.69989204 0.40869632 0.70048952 + 0.5982241 0.65951401 0.46638712 0.87695909 0.28937981 0.89342701 0.36062795 0.89817417 + 0.36006007 0.78409743 0.90575373 0.70388097 0.79659528 0.81629866 0.83765632 0.96389747 + 0.51680571 0.63610244 0.88462836 0.90678561 0.44877177 0.94941318 0.85145372 0.42679477 + 0.65136415 0.83695793 0.53450823 0.81440032 0.65270549 0.92493689 0.74378055 0.75826365 + 0.93769914 0.45878229 0.57681566 0.94519877 0.46518913 0.92882591 0.81828874 0.68305147 + 0.71669066 0.91523612 0.93803936 0.43067673 0.71701074 0.84517872 0.87819731 0.41401291 + 0.94074732 0.76263756 0.81176776 0.72598696 0.80161428 0.69538313 0.72178042 0.85668778 + 0.56658477 0.85906339 0.88702691 0.36661458 0.48641619 0.6408633 0.84920055 0.41002369 + 0.57332677 0.74245864 0.89033175 0.90308869 0.828614 0.96448052 0.83138543 0.946545 + 0.36050802 0.94011664 0.44489369 0.91301548 0.9105258 0.71184903 0.79937756 0.81318998 + 0.84436744 0.97241139 0.87355953 0.8345983 0.88907838 0.66423142 0.8585456 0.80300725 + 0.84016788 0.94288814 0.83368707 0.7354266 0.9833681 0.37204644 0.38389215 0.65189588 + 0.36916748 0.88135195 0.874385 0.80170196 0.93713695 0.44696203 0.76803249 0.83159983 + 0.9648574 0.44437456 0.54820549 0.68587464 0.8749119 0.80463654 0.38048264 0.7244215 + 0.82416552 0.97350097 0.83568168 0.97112656 0.87934637 0.4477368 0.78695381 0.70874709 + 0.59673059 0.63418639 0.7638182 0.74908429 0.46326211 0.89133209 0.26301697 0.65448433 + 0.28328213 0.70332509 0.59709567 0.74089581 0.89280963 0.39803845 0.9685604 0.410844 + 0.91056234 0.72025549 0.93376887 0.77391815 0.4429163 0.76229292 0.88939023 0.44632322 + 0.87307644 0.082800865 0.8411749 0.86036932 0.75614119 0.99360251 0.6170128 0.78893238 + 0.36006007 0.80416417 0.86471331 0.9222877 0.75906289 0.97818673 0.65226018 0.81823635 + 0.57747132 0.9668501 0.3308008 0.83479476 0.91318476 0.77652931 0.92798287 0.44670945 + 0.69139051 0.89752889 0.761352 0.74971718 0.57332677 0.81967419 0.38328108 0.67547297 + 0.41057137 0.67544973 0.86262947 0.91080546 0.62562829 0.68550324 0.99036688 0.61880744 + 0.92880607 0.13380942 0.28946987 0.78719288 0.38365266 0.63027096 0.86068511 0.45479274 + 0.93589532 0.3774409 0.79733807 0.79272413 0.77901483 0.77790362 0.76535052 0.75929797 + 0.8099758 0.83469796 0.51941198 0.8419441 0.40410873 0.74956775 0.74904829 0.75957763 + 0.45710322 0.65448439 0.8310318 0.86730504 0.937123 0.74626845 0.36006013 0.61882347 + 0.90872157 0.76381648 0.85131586 0.37241107 0.76039648 0.73976964 0.88413721 0.9098103 + 0.82033998 0.70162201 0.91442949 0.35768694 0.8779242 0.82246554 0.91313064 0.58913928 + 0.84679163 0.35484046 0.88834172 0.36422569 0.66329259 0.63077247 0.61946362 0.76625317 + 0.67283726 0.89772475 0.61123663 0.89058065 0.61510575 0.94179881 0.92177159 0.35395864 + 0.73164511 0.87102556 0.41516587 0.83973712 0.8648712 0.37658584 0.27559617 0.95036501 + 0.83306527 0.91037083 0.72867316 0.84916556 0.75426853 0.94988441 0.26831469 0.78563517 + 0.81640595 0.87751675 0.83613664 0.97783315 0.87620652 0.63566846 0.91476059 0.70013726 + 0.87803882 0.82484865 0.36006013 0.63055354 0.44596279 0.88857061 0.39691511 0.82614094; + setAttr ".uvst[0].uvsp[500:693]" 0.71231598 0.86527836 0.29142636 0.97532213 + 0.96742505 0.39018661 0.75094652 0.98439562 0.6223594 0.73974162 0.84853268 0.44466686 + 0.95074487 0.35207129 0.74165684 0.87004614 0.84029621 0.42355204 0.72025841 0.83878493 + 0.87988412 0.39421982 0.49693018 0.68496537 0.90119052 0.71277624 0.93392509 0.75565875 + 0.79227805 0.81984413 0.65361106 0.93798006 0.5242942 0.73974156 0.97632903 0.43624189 + 0.56197095 0.8981601 0.76963949 0.95422924 0.73783052 0.86705899 0.57332689 0.71413386 + 0.44046739 0.83871073 0.86764675 0.35144597 0.88944978 0.42986339 0.75071806 0.75238192 + 0.28849575 0.9129737 0.59844822 0.6858747 0.93600988 0.75645036 0.80789995 0.85320973 + 0.76014 0.97608507 0.87396944 0.79867464 0.80864972 0.7996527 0.77627945 0.86236882 + 0.35893658 0.96748728 0.46638712 0.94437307 0.97731894 0.42446721 0.436838 0.70332509 + 0.88222271 0.37697363 0.31650499 0.85231501 0.57332677 0.77105743 0.83499008 0.70652723 + 0.34238258 0.76617616 0.65288883 0.90333664 0.81009126 0.79725814 0.84190267 0.44495702 + 0.96872509 0.42462069 0.35730189 0.8580237 0.34825125 0.94200855 0.59699434 0.76818085 + 0.4450573 0.90161395 0.52159995 0.71204978 0.88023394 0.44647747 0.89655626 0.38443106 + 0.36006007 0.74594235 0.5357253 0.8453815 0.73460954 0.84301126 0.8616693 0.83319992 + 0.95008618 0.43099681 0.87671143 0.91128623 0.46270427 0.92158735 0.73757875 0.75151193 + 0.57332677 0.79282987 0.92715931 0.4122757 0.71791542 0.8716377 0.82902777 0.82525575 + 0.86663222 0.9012599 0.79919583 0.67354906 0.29877523 0.80857426 0.6105665 0.92659348 + 0.7167502 0.90152514 0.72273695 0.85531998 0.83015561 0.94140089 0.89448082 0.023402095 + 0.8720181 0.8425203 0.9377405 0.38125995 0.82658011 0.84702063 0.78356403 0.82111835 + 0.49660024 0.73859555 0.41662237 0.61865443 0.40061975 0.91362929 0.87929749 0.90449798 + 0.52718991 0.76625317 0.97807062 0.3887378 0.87804592 0.8270759 0.83706385 0.96197402 + 0.4004052 0.92608261 0.9395225 0.41452125 0.76271152 0.75951838 0.80724597 0.80195057 + 0.72727156 0.8641963 0.49237081 0.66162187 0.88925403 0.91276467 0.6250537 0.7120499 + 0.79393649 0.83655024 0.81036597 0.96076834 0.86760145 0.89134371 0.71520698 0.92773962 + 0.51826155 0.65996242 0.84482545 0.96045423 0.85254282 0.44359207 0.40993246 0.95729142 + 0.96684974 0.37321085 0.40745753 0.88475204 0.84304094 0.89061797 0.56815618 0.88643414 + 0.69248348 0.9076823 0.83856916 0.96989322 0.75461721 0.98570132 0.59801847 0.71280009 + 0.88056093 0.70976758 0.27324614 0.87639934 0.95560968 0.44493699 0.89829791 0.72048318 + 0.26111558 0.67848867 0.95557499 0.58913922 0.43578371 0.65242076 0.55215698 0.62163466 + 0.75198776 0.8789252 0.49709836 0.94941998 0.90671045 0.7052545 0.94148415 0.7595101 + 0.29081324 0.84919977 0.31867108 0.89508194 0.4952893 0.83695787 0.87724358 0.83329457 + 0.4833613 0.63077235 0.40358827 0.93597013 0.89708561 0.72952241 0.97156245 0.35568988 + 0.87464285 0.12897253 0.88633841 0.60088414 0.88981342 0.68744761 0.83002204 0.96609652 + 0.91436005 0.751041 0.9688561 0.4454923 0.37710705 0.81153899 0.56827623 0.92837662 + 0.38397756 0.61841083 0.94515592 0.4590821 0.85055804 0.38937968 0.7470991 0.74499685 + 0.34330907 0.78754836 0.49356413 0.76691288 0.81939214 0.95096803 0.59875697 0.8203423 + 0.86451513 0.39150691 0.9347595 0.76426774 0.96859819 0.43625572 0.75384939 0.95290172 + 0.92880595 0.011827111 0.75028616 0.97359741 0.30407265 0.62968707 0.84888977 0.43543357 + 0.87440449 0.9114219 0.738657 0.83896184 0.75331914 0.95582676 0.87503725 0.90330267 + 0.36006007 0.7652899 0.54864931 0.80947232 0.57332689 0.68689322 0.56448579 0.94596571 + 0.27965268 0.83871061 0.40291831 0.89995718 0.57332671 0.80931139 0.65254194 0.91353518 + 0.41604754 0.62968707 0.74526894 0.99078441 0.73658043 0.85790586 0.87723035 0.90393448 + 0.4518055 0.78563517 0.39081332 0.84588504 0.55616915 0.92931044 0.55106723 0.9716602 + 0.73133636 0.88089931 0.74421358 0.85237324 0.34274027 0.87933511 0.65350187 0.89508098 + 0.61670446 0.96090883 0.34107867 0.74676317 0.88085043 0.89657736 0.90826714 0.68730104 + 0.28866577 0.93076658 0.59739274 0.80999368 0.91171741 0.76398605 0.33963755 0.7244215 + 0.86178416 0.44425386 0.33683911 0.67547303 0.26550955 0.91601497 0.88292754 0.83971208 + 0.3157554 0.87835532 0.88860005 0.45732552 0.89059544 0.71562988 0.95324999 0.37723953; + setAttr ".cuvs" -type "string" "map1"; + setAttr ".dcc" -type "string" "Ambient+Diffuse"; + setAttr -s 508 ".vt"; + setAttr ".vt[0:165]" 70.65995789 148.32618713 -3.086289883 70.61431885 146.0054626465 2.98290157 + 71.086601257 144.13412476 2.13551879 65.8447876 148.40058899 -3.76380873 65.78761292 143.92486572 -2.78999424 + 70.58152008 148.39529419 2.46690989 70.64905548 149.26269531 -0.14189756 70.74729919 144.46969604 -2.12647486 + 81.95043182 145.69163513 5.21204281 81.97007751 147.82098389 5.31839275 81.72023773 149.23890686 -0.14864314 + 80.76716614 147.68251038 -4.98244858 80.83751678 145.78170776 -5.1092186 81.44418335 145.92950439 -3.19328809 + 81.83267975 146.56211853 -0.19896948 82.38442993 146.092086792 2.6611886 76.66490173 146.86030579 5.84101915 + 79.17243195 147.85107422 5.09034586 78.51329041 149.57270813 -0.26255834 77.037185669 147.19361877 -4.85981846 + 77.02419281 145.1569519 -4.6834507 77.60646057 144.25827026 -2.77398252 78.033744812 144.60842896 0.0049557686 + 76.99025726 143.66033936 3.99236917 74.56892395 145.61819458 6.69638252 74.99918365 142.78192139 6.2945447 + 74.40496826 149.73419189 -0.05909574 73.66007233 146.25993347 -4.37942028 75.73357391 142.94789124 0.2606833 + 82.21025848 148.93933105 2.87787247 81.27878571 148.42478943 -3.1323359 77.63141632 148.94723511 -3.098265171 + 73.8236618 149.13110352 -2.47495437 75.35160828 149.13911438 2.56220865 79.23065186 149.32814026 2.75339627 + 91.54455566 147.86184692 2.099725723 91.46125793 147.73419189 0.74864858 91.46748352 146.17462158 0.59520775 + 91.56358337 146.31222534 2.13950181 90.40956116 146.40531921 -2.32261014 90.43675232 146.5927124 -0.82452083 + 90.42578888 147.84992981 -0.89505517 90.39466858 147.72731018 -2.21942139 91.38330078 147.7591095 4.89733553 + 91.37587738 147.86698914 3.56099367 91.34075165 146.63597107 3.44626999 91.39498901 146.30825806 4.83968163 + 88.44761658 147.12237549 -4.71392775 88.49345398 145.81530762 -4.84704304 88.47693634 146.16349792 -3.53894234 + 88.38578796 147.15838623 -3.60552645 80.54071045 145.76771545 6.0061864853 80.78309631 143.33938599 5.42548656 + 80.18697357 142.97323608 7.27424669 80.30042267 145.38673401 7.66709042 82.97666168 145.40611267 6.45482016 + 83.029441833 143.75657654 6.15747166 82.82507324 143.27545166 7.57502413 82.82292175 145.084701538 7.68393993 + 76.12676239 147.69648743 4.67953634 79.07408905 145.58187866 5.30764246 78.82501221 144.63079834 2.91213322 + 74.38455963 143.86146545 -2.13268018 85.40275574 147.87985229 5.14715576 85.82884979 147.88581848 5.12801981 + 86.25504303 147.88206482 5.1185894 85.68127441 146.019348145 5.013148785 85.38304138 148.41925049 3.22363234 + 85.80538177 148.35609436 3.24136686 86.22975159 148.31741333 3.25810766 85.21226501 148.63623047 0.24368119 + 85.63356781 148.56687927 0.27511191 86.057060242 148.51399231 0.29545391 85.57358551 146.66409302 0.19179976 + 84.68180847 148.72381592 -0.37986648 85.098434448 148.64701843 -0.4346025 85.51966858 148.58514404 -0.47071326 + 84.39854431 148.46722412 -2.64877844 84.82642365 148.45986938 -2.58714843 85.25502777 148.42018127 -2.55066013 + 83.73860931 147.74295044 -4.97457695 84.164505 147.74453735 -4.97366095 84.58946991 147.71604919 -4.96355534 + 84.13180542 146.083251953 -5.10852098 84.22496796 146.29669189 -3.37075758 84.76086426 146.77514648 -2.73113775 + 84.98688507 146.55137634 -0.49624538 83.83581543 148.17601013 -3.2671895 84.25876617 148.11314392 -3.28550577 + 84.67922974 148.034805298 -3.31264114 85.63569641 146.4176178 2.50922108 85.24718475 148.58139038 2.54980421 + 85.66735077 148.52938843 2.48275185 86.0909729 148.48008728 2.45434046 85.72827148 146.46520996 2.98931122 + 88.98912811 148.15701294 2.32789421 89.41275024 148.10891724 2.30839634 89.83543396 148.060195923 2.26671267 + 88.9847641 148.20925903 0.46173787 89.40852356 148.1537323 0.4882549 89.82772827 148.076843262 0.53996229 + 89.37237549 146.49133301 0.46415448 89.37633514 146.19044495 2.30998302 88.173172 146.45449829 -2.49281502 + 88.29260254 146.41322327 -0.60600901 87.94395447 148.27836609 -0.62047243 88.36572266 148.21861267 -0.65312552 + 88.78512573 148.14804077 -0.69757867 87.85900116 148.084960938 -2.40893888 88.28115082 148.02722168 -2.38062143 + 88.70329285 147.96943665 -2.35230517 88.78561401 147.82937622 5.092032909 89.21130371 147.81991577 5.079308033 + 89.63623047 147.80870056 5.050291061 88.77406311 148.16036987 3.35312247 89.19871521 148.12763977 3.37460566 + 89.6219101 148.08215332 3.40656281 89.12371826 146.52279663 3.12411499 89.10978699 146.11058044 4.98720741 + 86.15434265 147.56799316 -4.88905668 86.57832336 147.51272583 -4.86899471 86.99884033 147.43421936 -4.83833981 + 86.53646088 145.98088074 -4.97797871 86.59750366 146.25128174 -3.42545748 86.26558685 147.74452209 -3.38713932 + 86.68288422 147.65014648 -3.42690635 87.095054626 147.53947449 -3.48297524 25.64616203 141.48391724 -4.34209919 + 26.16828346 148.99050903 -5.11713076 21.79856682 149.48814392 -5.23212385 26.46739578 150.66862488 -1.18028378 + 26.3073082 149.82015991 3.88113022 26.041898727 145.27973938 5.097125053 26.0086135864 141.042175293 3.065014601 + 7.010162354 142.40348816 -11.99243355 6.76220274 135.93870544 -12.069207191 19.19931793 135.65487671 -3.61951542 + 18.33607674 141.88964844 -7.5582428 6.15681505 107.35877991 -10.88099289 16.32501411 106.76726532 -1.61939919 + 6.089510441 148.38774109 -8.49656105 15.86850548 148.51538086 -6.87339783 3.92335153 152.41087341 -5.11760521 + 6.28425646 106.37071228 12.85737991 5.71953869 132.73638916 16.20293045 15.92026234 106.41823578 4.12369585 + 18.35284233 135.39607239 3.98925734 5.32683134 138.49133301 15.20849419 4.82716703 144.095245361 12.33409691 + 7.50068712 152.88670349 2.39008045 16.3884697 147.88404846 6.54185104 18.063114166 142.058990479 6.52942419 + 5.70583344 98.073997498 -13.99656868 17.67636108 98.16648865 -1.098819256 6.4514966 97.33605957 13.045947075 + 17.028158188 97.83011627 4.026891232 21.14663696 144.79652405 4.97262859 22.21200562 140.61579895 2.95238113 + 22.25184822 141.67337036 -4.83096075 14.09711647 152.43803406 -0.22804379 9.34937 152.65228271 0.12873876 + 65.73215485 149.52868652 -0.23852575 65.69754028 143.90116882 2.25738716 65.7650528 145.84075928 3.53905439 + 65.77204132 148.67037964 2.89134192 20.9491024 151.90553284 -0.65776062; + setAttr ".vt[166:331]" 20.18512535 149.76997375 4.8254261 6.57120037 153.011047363 -3.53694534 + 4.54893541 148.59205627 7.31035709 7.38552713 153.74812317 -0.56142616 44.49761581 149.10772705 3.5346117 + 44.2422142 150.38772583 -0.7318567 44.51918411 148.73603821 -5.3554287 44.25458145 142.45343018 -4.50841713 + 44.2407341 142.45623779 2.85708761 44.22079468 145.29450989 4.65859318 45.78824234 150.33840942 -0.69354486 + 48.022377014 148.68753052 -5.24548435 47.71086502 142.70239258 -4.35590982 45.7493515 142.57466125 2.8364768 + 42.4412384 150.072998047 -0.78878403 40.57330704 148.50205994 -5.28845072 40.33323669 141.8059845 -4.49438763 + 42.39953232 142.079849243 2.87305784 10.73234558 148.26867676 -7.13367224 12.77705193 141.95391846 -10.58793449 + 13.28096485 135.22425842 -10.60970783 12.97699738 107.096130371 -7.53393364 13.76336956 98.090522766 -9.78191185 + 11.11171341 145.15596008 9.86554527 12.041765213 138.67539978 12.39685822 12.34996319 133.036468506 12.90713024 + 13.41915512 106.27496338 9.37735176 14.59630966 97.56970978 9.47554016 6.030815601 101.12316895 -12.59281826 + 13.55353642 101.083572388 -8.45499325 17.11906815 100.9590683 -1.19745302 16.44112396 100.67349243 4.12983465 + 14.27772522 100.54882813 9.37242889 6.29812479 100.55510712 12.96796894 9.66290188 151.24908447 3.94614601 + 54.86469269 143.33427429 -3.54575014 55.044086456 148.53459167 -4.47889471 57.61518097 149.91372681 -0.46085823 + 57.5785141 143.26057434 2.53158379 57.015602112 148.90872192 3.19626427 56.87892914 145.57478333 4.072753429 + 5.82922268 126.15251923 15.19911003 12.32627583 126.34765625 12.13292789 16.98239708 127.67578125 4.78278542 + 17.59391022 128.00019836426 -2.536695 13.32731056 127.78295135 -8.81129169 6.49898148 128.32987976 -10.29140377 + 13.18443966 120.44732666 -7.60436726 16.60533905 120.25753784 -2.15805387 6.35087252 120.92575073 -9.4893856 + 12.59162903 119.32883453 10.75497055 6.018085003 119.2977829 13.68375778 16.35728836 119.96714783 4.67605686 + 15.95801735 113.28801727 -2.19559288 6.25574112 113.99427032 -10.24361515 6.1728754 112.68183136 13.088170052 + 15.84413242 112.95627594 4.072897911 12.66048431 113.6046524 -7.64655876 12.62028408 112.62102509 9.79264927 + 33.22380447 148.75128174 -5.20104361 32.83983612 141.6416626 -4.41668987 34.29131699 150.37689209 -0.98852825 + 34.58510208 149.47119141 4.058405876 34.31410217 145.28695679 5.35817146 33.40507507 141.55041504 3.44683242 + 77.42118073 146.47071838 5.83178997 77.72821808 143.43875122 4.31503582 76.10647583 142.76147461 6.57597828 + 75.8245163 145.52340698 6.98184156 79.80840302 142.9616394 7.19594574 80.46298218 143.32286072 5.32330799 + 79.8800354 145.4120636 7.59015608 80.21370697 145.81498718 6.0029406548 -70.65995789 148.32618713 -3.086289883 + -70.61431885 146.0054626465 2.98290157 -71.086601257 144.13412476 2.13551879 -65.8447876 148.40058899 -3.76380873 + -65.78761292 143.92486572 -2.78999424 -70.58152008 148.39529419 2.46690989 -70.64905548 149.26269531 -0.14189756 + -70.74729919 144.46969604 -2.12647486 -81.95043182 145.69163513 5.21204281 -81.97007751 147.82098389 5.31839275 + -81.72023773 149.23890686 -0.14864314 -80.76716614 147.68251038 -4.98244858 -80.83751678 145.78170776 -5.1092186 + -81.44418335 145.92950439 -3.19328809 -81.83267975 146.56211853 -0.19896948 -82.38442993 146.092086792 2.6611886 + -76.66490173 146.86030579 5.84101915 -79.17243195 147.85107422 5.09034586 -78.51329041 149.57270813 -0.26255834 + -77.037185669 147.19361877 -4.85981846 -77.02419281 145.1569519 -4.6834507 -77.60646057 144.25827026 -2.77398252 + -78.033744812 144.60842896 0.0049557686 -76.99025726 143.66033936 3.99236917 -74.56892395 145.61819458 6.69638252 + -74.99918365 142.78192139 6.2945447 -74.40496826 149.73419189 -0.05909574 -73.66007233 146.25993347 -4.37942028 + -75.73357391 142.94789124 0.2606833 -82.21025848 148.93933105 2.87787247 -81.27878571 148.42478943 -3.1323359 + -77.63141632 148.94723511 -3.098265171 -73.8236618 149.13110352 -2.47495437 -75.35160828 149.13911438 2.56220865 + -79.23065186 149.32814026 2.75339627 -91.54455566 147.86184692 2.099725723 -91.46125793 147.73419189 0.74864858 + -91.46748352 146.17462158 0.59520775 -91.56358337 146.31222534 2.13950181 -90.40956116 146.40531921 -2.32261014 + -90.43675232 146.5927124 -0.82452083 -90.42578888 147.84992981 -0.89505517 -90.39466858 147.72731018 -2.21942139 + -91.38330078 147.7591095 4.89733553 -91.37587738 147.86698914 3.56099367 -91.34075165 146.63597107 3.44626999 + -91.39498901 146.30825806 4.83968163 -88.44761658 147.12237549 -4.71392775 -88.49345398 145.81530762 -4.84704304 + -88.47693634 146.16349792 -3.53894234 -88.38578796 147.15838623 -3.60552645 -80.54071045 145.76771545 6.0061864853 + -80.78309631 143.33938599 5.42548656 -80.18697357 142.97323608 7.27424669 -80.30042267 145.38673401 7.66709042 + -82.97666168 145.40611267 6.45482016 -83.029441833 143.75657654 6.15747166 -82.82507324 143.27545166 7.57502413 + -82.82292175 145.084701538 7.68393993 -76.12676239 147.69648743 4.67953634 -79.07408905 145.58187866 5.30764246 + -78.82501221 144.63079834 2.91213322 -74.38455963 143.86146545 -2.13268018 -85.40275574 147.87985229 5.14715576 + -85.82884979 147.88581848 5.12801981 -86.25504303 147.88206482 5.1185894 -85.68127441 146.019348145 5.013148785 + -85.38304138 148.41925049 3.22363234 -85.80538177 148.35609436 3.24136686 -86.22975159 148.31741333 3.25810766 + -85.21226501 148.63623047 0.24368119 -85.63356781 148.56687927 0.27511191 -86.057060242 148.51399231 0.29545391 + -85.57358551 146.66409302 0.19179976 -84.68180847 148.72381592 -0.37986648 -85.098434448 148.64701843 -0.4346025 + -85.51966858 148.58514404 -0.47071326 -84.39854431 148.46722412 -2.64877844 -84.82642365 148.45986938 -2.58714843 + -85.25502777 148.42018127 -2.55066013 -83.73860931 147.74295044 -4.97457695 -84.164505 147.74453735 -4.97366095 + -84.58946991 147.71604919 -4.96355534 -84.13180542 146.083251953 -5.10852098 -84.22496796 146.29669189 -3.37075758 + -84.76086426 146.77514648 -2.73113775 -84.98688507 146.55137634 -0.49624538 -83.83581543 148.17601013 -3.2671895 + -84.25876617 148.11314392 -3.28550577 -84.67922974 148.034805298 -3.31264114 -85.63569641 146.4176178 2.50922108 + -85.24718475 148.58139038 2.54980421 -85.66735077 148.52938843 2.48275185; + setAttr ".vt[332:497]" -86.0909729 148.48008728 2.45434046 -85.72827148 146.46520996 2.98931122 + -88.98912811 148.15701294 2.32789421 -89.41275024 148.10891724 2.30839634 -89.83543396 148.060195923 2.26671267 + -88.9847641 148.20925903 0.46173787 -89.40852356 148.1537323 0.4882549 -89.82772064 148.076843262 0.53996229 + -89.37237549 146.49133301 0.46415448 -89.37633514 146.19044495 2.30998302 -88.173172 146.45449829 -2.49281502 + -88.29260254 146.41322327 -0.60600901 -87.94395447 148.27836609 -0.62047243 -88.36572266 148.21861267 -0.65312552 + -88.78512573 148.14804077 -0.69757867 -87.85900116 148.084960938 -2.40893888 -88.28115082 148.02722168 -2.38062143 + -88.70329285 147.96943665 -2.35230517 -88.78561401 147.82936096 5.092032909 -89.21130371 147.81991577 5.079308033 + -89.63623047 147.80870056 5.050291061 -88.77406311 148.16036987 3.35312247 -89.19871521 148.12763977 3.37460566 + -89.6219101 148.08215332 3.40656281 -89.12371826 146.52279663 3.12411499 -89.10978699 146.11056519 4.98720741 + -86.15434265 147.56799316 -4.88905668 -86.57832336 147.51272583 -4.86899471 -86.99884033 147.43421936 -4.83833981 + -86.53646088 145.98088074 -4.97797871 -86.59750366 146.25128174 -3.42545748 -86.26558685 147.74452209 -3.38713932 + -86.68288422 147.65013123 -3.42690635 -87.095054626 147.53947449 -3.48297524 0 136.83457947 -10.7133255 + 0 143.03012085 -10.15355873 -3.9437901e-07 152.087478638 -5.73732948 -7.8875807e-08 147.97006226 -8.74397659 + 0 132.57234192 16.7768364 0 106.39565277 13.90687275 0 107.63275909 -11.97851276 + 0 98.12906647 -13.91887856 0 97.41001129 14.13112736 0 138.37161255 15.73791122 0 143.27890015 13.093597412 + 0 146.99360657 8.84431934 -25.64616203 141.48391724 -4.34209919 -26.16828346 148.99050903 -5.11713076 + -21.79856682 149.48814392 -5.23212385 -26.46739578 150.66862488 -1.18028378 -26.3073082 149.82015991 3.88113022 + -26.041898727 145.27973938 5.097125053 -26.0086135864 141.042175293 3.065014601 -7.010162354 142.40348816 -11.99243355 + -6.76220274 135.93870544 -12.069207191 -19.19931793 135.65487671 -3.61951542 -18.33607674 141.88964844 -7.5582428 + -6.15681505 107.35877991 -10.88099289 -16.32501411 106.76726532 -1.61939919 -6.089510441 148.38774109 -8.49656105 + -15.86850548 148.51538086 -6.87339783 -3.92335224 152.41087341 -5.11760521 -6.28425646 106.37071228 12.85737991 + -5.71953869 132.73638916 16.20293045 -15.92026234 106.41823578 4.12369585 -18.35284233 135.39607239 3.98925734 + -5.32683134 138.49133301 15.20849419 -4.82716703 144.095245361 12.33409691 -7.50068712 152.88670349 2.39008045 + -16.3884697 147.88404846 6.54185104 -18.063114166 142.058990479 6.52942419 -5.70583344 98.073997498 -13.99656868 + -17.67636108 98.16648865 -1.098819256 -6.4514966 97.33605957 13.045947075 -17.028158188 97.83011627 4.026891232 + -21.14663696 144.79652405 4.97262859 -22.21200562 140.61579895 2.95238113 -22.25184822 141.67337036 -4.83096075 + -14.09711647 152.43803406 -0.22804379 -9.34937 152.65228271 0.12873876 -65.73215485 149.52868652 -0.23852575 + -65.69754028 143.90116882 2.25738716 -65.7650528 145.84075928 3.53905439 -65.77204132 148.67037964 2.89134192 + -20.9491024 151.90553284 -0.65776062 -20.18512535 149.76997375 4.8254261 -6.57120037 153.011047363 -3.53694534 + -4.54893541 148.59205627 7.31035709 -7.38552713 153.74812317 -0.56142616 -44.49761581 149.10772705 3.5346117 + -44.2422142 150.38772583 -0.7318567 -44.51918411 148.73603821 -5.3554287 -44.25458145 142.45343018 -4.50841713 + -44.2407341 142.45623779 2.85708761 -44.22079468 145.29450989 4.65859318 -45.78824234 150.33840942 -0.69354486 + -48.022377014 148.68753052 -5.24548435 -47.71086502 142.70239258 -4.35590982 -45.7493515 142.57466125 2.8364768 + -42.4412384 150.072998047 -0.78878403 -40.57330704 148.50205994 -5.28845072 -40.33323669 141.8059845 -4.49438763 + -42.39953232 142.079849243 2.87305784 -10.73234558 148.26867676 -7.13367224 -12.77705193 141.95391846 -10.58793449 + -13.28096485 135.22425842 -10.60970783 -12.97699738 107.096130371 -7.53393364 -13.76336956 98.090522766 -9.78191185 + -11.11171341 145.15596008 9.86554527 -12.041765213 138.67539978 12.39685822 -12.34996319 133.036468506 12.90713024 + -13.41915512 106.27496338 9.37735176 -14.59630966 97.56970978 9.47554016 0 101.16576385 -13.21593285 + -6.030815601 101.12316895 -12.59281826 -13.55353642 101.083572388 -8.45499325 -17.11906815 100.9590683 -1.19745302 + -16.44112396 100.67349243 4.12983465 -14.27772522 100.54882813 9.37242889 -6.29812479 100.55510712 12.96796894 + 0 100.60839844 14.0517416 -9.66290188 151.24908447 3.94614601 -54.86469269 143.33427429 -3.54575014 + -55.044086456 148.53459167 -4.47889471 -57.61518097 149.91372681 -0.46085823 -57.5785141 143.26057434 2.53158379 + -57.015602112 148.90872192 3.19626427 -56.87892914 145.57478333 4.072753429 0 126.1669693 15.90988731 + -5.82922268 126.15251923 15.19911003 -12.32627583 126.34765625 12.13292789 -16.98239708 127.67578125 4.78278542 + -17.59391022 128.00019836426 -2.536695 -13.32731056 127.78295135 -8.81129169 -6.49898148 128.32987976 -10.29140377 + 0 128.86431885 -10.35617638 -13.18443966 120.44732666 -7.60436726 -16.60533905 120.25753784 -2.15805387 + -6.35087252 120.92575073 -9.4893856 0 121.35337067 -10.45959663 -12.59162903 119.32883453 10.75497055 + -6.018085003 119.2977829 13.68375778 -16.35728836 119.96714783 4.67605686 0 119.35207367 14.54261208 + -15.95801735 113.28801727 -2.19559288 -6.25574112 113.99427032 -10.24361515 -6.1728754 112.68183136 13.088170052 + -15.84413242 112.95627594 4.072897911 0 112.71689606 14.044395447 -12.66048431 113.6046524 -7.64655876 + 0 114.36763763 -11.40428066 -12.62028408 112.62102509 9.79264927 -33.22380447 148.75128174 -5.20104361 + -32.83983612 141.6416626 -4.41668987 -34.29131699 150.37689209 -0.98852825 -34.58510208 149.47119141 4.058405876 + -34.31410217 145.28695679 5.35817146 -33.40507507 141.55041504 3.44683242 -77.42118073 146.47071838 5.83178997 + -77.72821808 143.43875122 4.31503582 -76.10647583 142.76147461 6.57597828 -75.8245163 145.52340698 6.98184156 + -79.80840302 142.9616394 7.19594574 -80.46298218 143.32286072 5.32330799 -79.8800354 145.4120636 7.59015608 + -80.21370697 145.81498718 6.0029406548; + setAttr ".vt[498:507]" 77.97311401 145.25785828 7.064779282 78.73665619 145.79197693 5.98206663 + 78.95666504 143.60708618 5.11330414 78.056312561 143.19618225 6.74832153 -77.97311401 145.25785828 7.064779282 + -78.73665619 145.79197693 5.98206663 -78.95666504 143.60708618 5.11330414 -78.056312561 143.19618225 6.74832153 + 4.6828856e-07 97.83856964 -0.051037159 3.1819102e-08 150.60319519 -0.012293914; + setAttr -s 1068 ".ed"; + setAttr ".ed[0:165]" 0 3 1 3 161 1 161 6 1 6 0 1 7 4 1 4 3 1 0 7 1 1 163 1 + 163 162 1 162 2 1 2 1 1 161 164 1 164 5 1 5 6 1 162 4 1 7 2 1 164 163 1 1 5 1 5 33 1 + 33 26 1 26 6 1 26 32 1 32 0 1 32 27 1 27 7 1 7 62 1 62 28 1 28 2 1 8 60 1 60 61 1 + 61 15 1 15 8 1 9 17 1 17 60 1 8 9 1 9 29 1 29 34 1 34 17 1 10 30 1 30 31 1 31 18 1 + 18 10 1 12 20 1 20 19 1 19 11 1 11 12 1 13 21 1 21 20 1 12 13 1 14 22 1 22 21 1 13 14 1 + 61 22 1 14 15 1 501 235 1 235 237 1 237 498 1 498 501 1 16 59 1 59 1 1 1 24 1 24 16 1 + 16 60 1 17 59 1 31 32 1 26 18 1 18 34 1 29 10 1 19 31 1 30 11 1 19 27 1 21 62 1 62 27 1 + 27 20 1 22 28 1 61 23 1 23 28 1 238 51 1 51 52 1 52 236 1 236 238 1 16 23 1 2 25 1 + 25 24 1 59 33 1 52 53 1 53 235 1 235 236 1 237 54 1 54 51 1 238 237 1 23 25 1 33 34 1 + 35 38 1 38 37 1 37 36 1 36 35 1 39 42 1 42 41 1 41 40 1 40 39 1 43 46 1 46 45 1 45 44 1 + 44 43 1 47 50 1 50 49 1 49 48 1 48 47 1 51 55 1 55 56 1 56 52 1 56 57 1 57 53 1 57 58 1 + 58 54 1 54 53 1 58 55 1 8 66 1 66 63 1 63 9 1 63 67 1 67 29 1 10 70 1 70 73 1 73 14 1 + 14 10 1 10 74 1 74 77 1 77 30 1 11 80 1 80 83 1 83 12 1 83 84 1 84 13 1 13 85 1 85 86 1 + 86 14 1 84 87 1 87 30 1 30 13 1 73 90 1 90 15 1 86 74 1 90 91 1 91 29 1 29 15 1 15 94 1 + 94 66 1 91 70 1 67 94 1 77 85 1 87 80 1 93 95 1 95 98 1 98 72 1 72 93 1 98 101 1 + 101 73 1 73 72 1 101 102 1 102 90 1 102 95 1 93 90 1 85 103 1 103 104 1; + setAttr ".ed[166:331]" 104 86 1 104 105 1 105 76 1 76 86 1 105 108 1 108 79 1 + 79 76 1 108 103 1 85 79 1 65 111 1 111 114 1 114 69 1 69 65 1 114 117 1 117 94 1 + 94 69 1 117 118 1 118 66 1 118 111 1 65 66 1 82 119 1 119 122 1 122 83 1 83 82 1 + 122 123 1 123 84 1 123 124 1 124 89 1 89 84 1 124 119 1 82 89 1 35 97 1 97 102 1 + 102 38 1 36 100 1 100 97 1 37 101 1 101 100 1 39 103 1 103 110 1 110 42 1 40 104 1 + 41 107 1 107 104 1 110 107 1 43 113 1 113 118 1 118 46 1 44 116 1 116 113 1 45 117 1 + 117 116 1 47 121 1 121 126 1 126 50 1 48 122 1 122 121 1 49 123 1 126 123 1 63 64 1 + 64 68 1 68 67 1 64 65 1 69 68 1 64 66 1 68 94 1 70 71 1 71 73 1 71 72 1 74 75 1 75 78 1 + 78 77 1 75 76 1 79 78 1 78 85 1 80 81 1 81 83 1 81 82 1 84 88 1 88 87 1 89 88 1 75 86 1 + 81 88 1 90 92 1 92 91 1 93 92 1 71 92 1 95 96 1 96 99 1 99 98 1 96 97 1 100 99 1 + 99 101 1 96 102 1 104 106 1 106 105 1 107 106 1 106 109 1 109 108 1 110 109 1 103 109 1 + 111 112 1 112 115 1 115 114 1 112 113 1 116 115 1 115 117 1 112 118 1 119 120 1 120 122 1 + 120 121 1 123 125 1 125 124 1 126 125 1 120 125 1 202 201 1 201 178 1 178 177 1 177 202 1 + 203 202 1 177 176 1 176 203 1 226 225 1 225 181 1 181 182 1 182 226 1 129 158 1 158 137 1 + 137 141 1 141 129 1 225 128 1 128 130 1 130 227 1 227 225 1 130 131 1 131 228 1 228 227 1 + 131 132 1 132 229 1 229 228 1 229 230 1 230 183 1 183 175 1 175 229 1 133 132 1 132 156 1 + 156 157 1 157 133 1 131 166 1 166 156 1 130 165 1 165 166 1 128 129 1 129 165 1 366 367 1 + 367 134 1 134 135 1 135 366 1 136 186 1 186 185 1 185 137 1 137 136 1 467 212 1 212 215 1 + 215 471 1 471 467 1; + setAttr ".ed[332:497]" 185 184 1 184 141 1 142 167 0 167 184 1 184 140 1 140 142 1 + 369 368 1 368 142 0 140 369 1 367 369 1 140 134 1 220 138 1 138 372 1 372 482 1 482 220 1 + 210 209 1 209 218 1 218 214 1 214 210 1 149 168 0 168 200 1 200 149 1 190 189 1 189 148 1 + 148 147 1 147 190 1 144 191 1 191 190 1 147 144 1 139 196 1 196 195 1 195 187 1 187 139 1 + 138 194 1 194 445 1 445 372 1 201 4 1 162 204 1 204 201 1 158 127 1 127 133 1 157 158 1 + 182 183 1 230 226 1 207 460 1 460 475 1 475 217 1 217 207 1 158 136 1 157 146 1 146 136 1 + 150 151 1 151 156 1 156 150 1 151 146 1 160 169 1 169 149 0 200 160 1 139 145 1 145 197 1 + 197 196 1 198 192 1 192 143 1 143 199 1 199 198 1 143 371 1 371 452 1 452 199 1 480 371 1 + 143 221 1 221 480 1 147 375 1 375 370 1 370 144 1 148 376 1 376 375 1 128 127 1 159 165 1 + 141 159 1 159 150 1 150 166 1 203 205 1 205 164 1 161 203 1 177 172 1 172 171 1 171 176 1 + 173 172 1 178 173 1 174 173 1 178 179 1 179 174 1 175 174 1 179 175 1 205 170 1 170 175 1 + 175 206 1 206 205 1 180 170 1 170 171 1 171 180 1 172 181 1 181 180 1 173 182 1 174 183 1 + 170 176 1 206 204 1 163 206 1 168 377 0 377 376 1 148 168 1 185 134 1 186 135 1 209 208 1 + 208 216 1 216 218 1 138 187 1 195 194 1 150 189 1 190 151 1 191 146 1 145 192 1 198 197 1 + 184 160 1 160 159 1 194 152 1 152 373 0 373 445 1 188 152 0 195 188 1 196 153 1 153 188 0 + 197 155 1 155 153 0 198 193 1 193 155 0 199 154 1 154 193 0 452 374 1 374 154 0 208 191 1 + 144 207 1 207 208 1 209 146 1 210 136 1 211 186 1 210 211 1 212 135 1 211 212 1 200 150 1 + 200 189 1 167 169 0 179 204 1 3 202 1 467 366 1 370 460 1 222 218 1 216 224 1 224 222 1 + 220 215 1 215 213 1 213 223 1 223 220 1 211 213 1 219 214 1 222 219 1; + setAttr ".ed[498:663]" 216 217 1 217 221 1 221 224 1 213 214 1 219 223 1 187 223 1 + 219 139 1 192 224 1 222 145 1 475 480 1 482 471 1 127 226 1 230 133 1 170 228 1 180 227 1 + 25 233 1 233 234 1 234 24 1 234 231 1 231 16 1 23 232 1 232 233 1 231 232 1 499 238 1 + 236 500 1 500 499 1 501 500 1 499 498 1 239 245 1 245 412 1 412 242 1 242 239 1 246 239 1 + 242 243 1 243 246 1 240 241 1 241 413 1 413 414 1 414 240 1 245 244 1 244 415 1 415 412 1 + 241 246 1 243 413 1 244 240 1 414 415 1 245 265 1 265 272 1 272 244 1 239 271 1 271 265 1 + 246 266 1 266 271 1 241 267 1 267 301 1 301 246 1 247 254 1 254 300 1 300 299 1 299 247 1 + 248 247 1 299 256 1 256 248 1 256 273 1 273 268 1 268 248 1 249 257 1 257 270 1 270 269 1 + 269 249 1 251 250 1 250 258 1 258 259 1 259 251 1 252 251 1 259 260 1 260 252 1 253 252 1 + 260 261 1 261 253 1 254 253 1 261 300 1 505 502 1 502 496 1 496 494 1 494 505 1 255 263 1 + 263 240 1 240 298 1 298 255 1 298 256 1 299 255 1 257 265 1 271 270 1 249 268 1 273 257 1 + 250 269 1 270 258 1 266 258 1 259 266 1 266 301 1 301 260 1 267 261 1 267 262 1 262 300 1 + 497 495 1 495 291 1 291 290 1 290 497 1 262 255 1 263 264 1 264 241 1 272 298 1 495 494 1 + 494 292 1 292 291 1 496 497 1 290 293 1 293 496 1 264 262 1 273 272 1 274 275 1 275 276 1 + 276 277 1 277 274 1 278 279 1 279 280 1 280 281 1 281 278 1 282 283 1 283 284 1 284 285 1 + 285 282 1 286 287 1 287 288 1 288 289 1 289 286 1 291 295 1 295 294 1 294 290 1 292 296 1 + 296 295 1 292 293 1 293 297 1 297 296 1 294 297 1 248 302 1 302 305 1 305 247 1 268 306 1 + 306 302 1 249 253 1 253 312 1 312 309 1 309 249 1 269 316 1 316 313 1 313 249 1 251 322 1 + 322 319 1 319 250 1 252 323 1 323 322 1 253 325 1 325 324 1 324 252 1; + setAttr ".ed[664:829]" 252 269 1 269 326 1 326 323 1 254 329 1 329 312 1 313 325 1 + 254 268 1 268 330 1 330 329 1 305 333 1 333 254 1 309 330 1 333 306 1 324 316 1 319 326 1 + 332 311 1 311 337 1 337 334 1 334 332 1 311 312 1 312 340 1 340 337 1 329 341 1 341 340 1 + 329 332 1 334 341 1 325 343 1 343 342 1 342 324 1 325 315 1 315 344 1 344 343 1 315 318 1 + 318 347 1 347 344 1 318 324 1 342 347 1 304 308 1 308 353 1 353 350 1 350 304 1 308 333 1 + 333 356 1 356 353 1 305 357 1 357 356 1 305 304 1 350 357 1 321 322 1 322 361 1 361 358 1 + 358 321 1 323 362 1 362 361 1 323 328 1 328 363 1 363 362 1 328 321 1 358 363 1 277 341 1 + 341 336 1 336 274 1 336 339 1 339 275 1 339 340 1 340 276 1 281 349 1 349 342 1 342 278 1 + 343 279 1 343 346 1 346 280 1 346 349 1 285 357 1 357 352 1 352 282 1 352 355 1 355 283 1 + 355 356 1 356 284 1 289 365 1 365 360 1 360 286 1 360 361 1 361 287 1 362 288 1 362 365 1 + 306 307 1 307 303 1 303 302 1 307 308 1 304 303 1 305 303 1 333 307 1 312 310 1 310 309 1 + 311 310 1 316 317 1 317 314 1 314 313 1 317 318 1 315 314 1 324 317 1 322 320 1 320 319 1 + 321 320 1 326 327 1 327 323 1 327 328 1 325 314 1 327 320 1 330 331 1 331 329 1 331 332 1 + 331 310 1 337 338 1 338 335 1 335 334 1 338 339 1 336 335 1 340 338 1 341 335 1 344 345 1 + 345 343 1 345 346 1 347 348 1 348 345 1 348 349 1 348 342 1 353 354 1 354 351 1 351 350 1 + 354 355 1 352 351 1 356 354 1 357 351 1 361 359 1 359 358 1 360 359 1 363 364 1 364 362 1 + 364 365 1 364 359 1 455 428 1 428 429 1 429 454 1 454 455 1 456 427 1 427 428 1 455 456 1 + 485 433 1 433 432 1 432 484 1 484 485 1 380 392 1 392 388 1 388 409 1 409 380 1 484 486 1 + 486 381 1 381 379 1 379 484 1 486 487 1 487 382 1 382 381 1 487 488 1; + setAttr ".ed[830:995]" 488 383 1 383 382 1 488 426 1 426 434 1 434 489 1 489 488 1 + 384 408 1 408 407 1 407 383 1 383 384 1 407 417 1 417 382 1 417 416 1 416 381 1 416 380 1 + 380 379 1 366 386 1 386 385 1 385 367 1 387 388 1 388 436 1 436 437 1 437 387 1 471 470 1 + 470 466 1 466 467 1 392 435 1 435 436 1 393 391 1 391 435 1 435 418 1 418 393 0 369 391 1 + 393 368 0 385 391 1 477 482 1 372 389 1 389 477 1 464 469 1 469 474 1 474 463 1 463 464 1 + 400 453 1 453 419 1 419 400 0 441 398 1 398 399 1 399 440 1 440 441 1 395 398 1 441 442 1 + 442 395 1 390 438 1 438 447 1 447 448 1 448 390 1 445 446 1 446 389 1 454 457 1 457 413 1 + 243 454 1 409 408 1 384 378 1 378 409 1 485 489 1 434 433 1 461 473 1 473 475 1 460 461 1 + 387 409 1 387 397 1 397 408 1 401 407 1 407 402 1 402 401 1 397 402 1 411 453 1 400 420 0 + 420 411 1 448 449 1 449 396 1 396 390 1 450 451 1 451 394 1 394 443 1 443 450 1 451 452 1 + 371 394 1 480 478 1 478 394 1 395 370 1 375 398 1 376 399 1 378 379 1 410 392 1 416 410 1 + 417 401 1 401 410 1 456 412 1 415 458 1 458 456 1 427 422 1 422 423 1 423 428 1 424 429 1 + 423 424 1 425 430 1 430 429 1 424 425 1 426 430 1 425 426 1 458 459 1 459 426 1 426 421 1 + 421 458 1 431 422 1 422 421 1 421 431 1 431 432 1 432 423 1 433 424 1 434 425 1 427 421 1 + 459 414 1 457 459 1 419 399 1 377 419 0 385 436 1 386 437 1 474 472 1 472 462 1 462 463 1 + 446 447 1 438 389 1 402 441 1 440 401 1 397 442 1 449 450 1 443 396 1 410 411 1 411 435 1 + 373 403 0 403 446 1 439 447 1 403 439 0 439 404 0 404 448 1 404 406 0 406 449 1 406 444 0 + 444 450 1 444 405 0 405 451 1 405 374 0 462 461 1 461 395 1 442 462 1 397 463 1 387 464 1 + 465 464 1 437 465 1 466 465 1 386 466 1 401 453 1 440 453 1 420 418 0; + setAttr ".ed[996:1067]" 457 430 1 455 242 1 479 483 1 483 472 1 474 479 1 477 481 1 + 481 468 1 468 470 1 470 477 1 468 465 1 476 479 1 469 476 1 483 478 1 478 473 1 473 472 1 + 481 476 1 469 468 1 390 476 1 481 438 1 483 443 1 396 479 1 384 489 1 485 378 1 487 421 1 + 486 431 1 263 493 1 493 492 1 492 264 1 255 490 1 490 493 1 492 491 1 491 262 1 491 490 1 + 503 504 1 504 495 1 497 503 1 504 505 1 502 503 1 234 498 1 499 231 1 232 500 1 501 233 1 + 490 503 1 502 493 1 492 505 1 504 491 1 405 506 1 506 374 1 152 506 1 506 373 1 188 506 1 + 153 506 1 155 506 1 193 506 1 154 506 1 444 506 1 406 506 1 404 506 1 439 506 1 403 506 1 + 419 507 1 507 400 1 142 507 1 507 167 1 368 507 1 393 507 1 418 507 1 420 507 1 377 507 1 + 168 507 1 149 507 1 169 507 1; + setAttr -s 534 ".n"; + setAttr ".n[0:165]" -type "float3" 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20; + setAttr ".n[166:331]" -type "float3" 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20; + setAttr ".n[332:497]" -type "float3" 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20; + setAttr ".n[498:533]" -type "float3" 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20; + setAttr -s 562 -ch 2136 ".fc"; + setAttr ".fc[0:499]" -type "polyFaces" + f 4 0 1 2 3 + mu 0 4 163 515 374 92 + f 4 4 5 -1 6 + mu 0 4 235 66 515 163 + f 4 7 8 9 10 + mu 0 4 283 543 677 480 + f 4 11 12 13 -3 + mu 0 4 374 665 225 92 + f 4 -10 14 -5 15 + mu 0 4 480 677 300 215 + f 4 -13 16 -8 17 + mu 0 4 225 665 543 283 + f 4 18 19 20 -14 + mu 0 4 326 296 541 270 + f 4 -21 21 22 -4 + mu 0 4 270 541 472 379 + f 4 -7 -23 23 24 + mu 0 4 567 379 472 386 + f 4 25 26 27 -16 + mu 0 4 629 602 693 506 + f 4 28 29 30 31 + mu 0 4 563 139 203 587 + f 4 32 33 -29 34 + mu 0 4 188 328 354 628 + f 4 35 36 37 -33 + mu 0 4 188 329 291 328 + f 4 38 39 40 41 + mu 0 4 297 165 385 405 + f 4 42 43 44 45 + mu 0 4 197 419 320 315 + f 4 46 47 -43 48 + mu 0 4 427 502 583 159 + f 4 49 50 -47 51 + mu 0 4 321 98 502 427 + f 4 -31 52 -50 53 + mu 0 4 587 203 98 321 + f 4 54 55 56 57 + mu 0 4 342 365 44 107 + f 4 58 59 60 61 + mu 0 4 610 34 38 96 + f 4 62 -34 63 -59 + mu 0 4 610 354 328 34 + f 4 -41 64 -22 65 + mu 0 4 405 385 472 541 + f 4 66 -37 67 -42 + mu 0 4 405 291 329 297 + f 4 68 -40 69 -45 + mu 0 4 320 385 165 315 + f 4 70 -24 -65 -69 + mu 0 4 320 386 472 385 + f 4 71 72 73 -48 + mu 0 4 502 602 406 583 + f 4 74 -27 -72 -51 + mu 0 4 98 693 602 502 + f 4 -53 75 76 -75 + mu 0 4 98 203 575 693 + f 4 77 78 79 80 + mu 0 4 147 266 345 46 + f 4 -76 -30 -63 81 + mu 0 4 575 203 139 216 + f 4 -11 82 83 -61 + mu 0 4 38 48 632 96 + f 4 -60 84 -19 -18 + mu 0 4 38 34 296 326 + f 4 -80 85 86 87 + mu 0 4 495 81 620 365 + f 4 88 89 -78 90 + mu 0 4 44 512 613 166 + f 4 -83 -28 -77 91 + mu 0 4 319 506 693 575 + f 4 -20 92 -67 -66 + mu 0 4 541 296 291 405 + f 4 -93 -85 -64 -38 + mu 0 4 291 296 34 328 + f 4 93 94 95 96 + mu 0 4 625 689 574 401 + f 4 97 98 99 100 + mu 0 4 577 210 514 286 + f 4 101 102 103 104 + mu 0 4 621 169 336 384 + f 4 105 106 107 108 + mu 0 4 55 375 32 561 + f 4 109 110 111 -79 + mu 0 4 266 473 483 345 + f 4 -112 112 113 -86 + mu 0 4 81 187 398 620 + f 4 -114 114 115 116 + mu 0 4 620 398 207 512 + f 4 -116 117 -110 -90 + mu 0 4 512 207 428 613 + f 4 -118 -115 -113 -111 + mu 0 4 428 207 398 187 + f 3 -25 -73 -26 + mu 0 3 629 406 602 + f 3 -71 -44 -74 + mu 0 3 386 320 419 + f 4 118 119 120 -35 + mu 0 4 628 142 88 188 + f 4 -121 121 122 -36 + mu 0 4 188 88 468 329 + f 4 123 124 125 126 + mu 0 4 297 403 191 29 + f 4 127 128 129 -39 + mu 0 4 297 544 272 165 + f 4 130 131 132 -46 + mu 0 4 315 36 470 197 + f 4 -133 133 134 -49 + mu 0 4 159 536 546 427 + f 4 135 136 137 -52 + mu 0 4 427 224 259 321 + f 4 -135 138 139 140 + mu 0 4 458 189 25 165 + f 4 -126 141 142 -54 + mu 0 4 321 558 17 587 + f 4 -138 143 -128 -127 + mu 0 4 29 127 544 297 + f 4 -143 144 145 146 + mu 0 4 271 26 531 329 + f 4 147 148 -119 -32 + mu 0 4 587 381 346 563 + f 4 -146 149 -124 -68 + mu 0 4 329 531 403 297 + f 4 -123 150 -148 -147 + mu 0 4 329 468 442 271 + f 4 -130 151 -136 -141 + mu 0 4 165 272 219 458 + f 4 -140 152 -131 -70 + mu 0 4 165 25 36 315 + f 4 153 154 155 156 + mu 0 4 414 474 331 41 + f 4 -156 157 158 159 + mu 0 4 41 331 557 191 + f 4 -159 160 161 -142 + mu 0 4 558 304 233 17 + f 4 -162 162 -154 163 + mu 0 4 26 302 474 414 + f 4 164 165 166 -137 + mu 0 4 224 412 612 259 + f 4 -167 167 168 169 + mu 0 4 127 338 399 589 + f 4 -169 170 171 172 + mu 0 4 589 399 206 256 + f 4 -172 173 -165 174 + mu 0 4 256 206 201 219 + f 4 175 176 177 178 + mu 0 4 35 229 119 263 + f 4 -178 179 180 181 + mu 0 4 263 119 429 442 + f 4 -181 182 183 -149 + mu 0 4 381 410 443 346 + f 4 -184 184 -176 185 + mu 0 4 142 466 229 35 + f 4 186 187 188 189 + mu 0 4 445 299 641 470 + f 4 -189 190 191 -134 + mu 0 4 536 517 648 546 + f 4 -192 192 193 194 + mu 0 4 189 276 257 588 + f 4 -194 195 -187 196 + mu 0 4 588 257 299 445 + f 4 197 198 199 -94 + mu 0 4 625 584 302 689 + f 4 200 201 -198 -97 + mu 0 4 401 39 584 625 + f 4 202 203 -201 -96 + mu 0 4 574 557 39 401 + f 4 -200 -161 -203 -95 + mu 0 4 376 233 304 639 + f 4 204 205 206 -98 + mu 0 4 577 201 99 210 + f 4 207 -166 -205 -101 + mu 0 4 50 612 412 357 + f 4 208 209 -208 -100 + mu 0 4 514 366 338 286 + f 4 -207 210 -209 -99 + mu 0 4 210 99 366 514 + f 4 211 212 213 -102 + mu 0 4 621 528 466 169 + f 4 214 215 -212 -105 + mu 0 4 384 647 528 621 + f 4 216 217 -215 -104 + mu 0 4 336 429 647 384 + f 4 -214 -183 -217 -103 + mu 0 4 164 443 410 172 + f 4 218 219 220 -106 + mu 0 4 55 190 463 375 + f 4 221 222 -219 -109 + mu 0 4 561 641 190 55 + f 4 223 -191 -222 -108 + mu 0 4 635 648 517 77 + f 4 -221 224 -224 -107 + mu 0 4 375 463 276 32 + f 4 225 226 227 -122 + mu 0 4 88 634 684 468 + f 4 228 -179 229 -227 + mu 0 4 634 35 263 684 + f 3 -229 230 -186 + mu 0 3 35 634 142 + f 3 -226 -120 -231 + mu 0 3 634 88 142 + f 3 -228 231 -151 + mu 0 3 468 684 442 + f 3 -230 -182 -232 + mu 0 3 684 263 442 + f 3 232 233 -125 + mu 0 3 403 217 191 + f 3 234 -160 -234 + mu 0 3 217 41 191 + f 4 235 236 237 -129 + mu 0 4 544 532 457 272 + f 4 238 -173 239 -237 + mu 0 4 532 589 256 457 + f 3 -238 240 -152 + mu 0 3 272 457 219 + f 3 -240 -175 -241 + mu 0 3 457 256 219 + f 3 241 242 -132 + mu 0 3 36 421 470 + f 3 243 -190 -243 + mu 0 3 421 445 470 + f 3 244 245 -139 + mu 0 3 189 459 25 + f 3 -195 246 -245 + mu 0 3 189 588 459 + f 3 -239 247 -170 + mu 0 3 589 532 127 + f 3 -236 -144 -248 + mu 0 3 532 544 127 + f 4 -244 248 -247 -197 + mu 0 4 445 421 459 588 + f 4 -242 -153 -246 -249 + mu 0 4 421 36 25 459 + f 3 249 250 -145 + mu 0 3 26 409 531 + f 3 -164 251 -250 + mu 0 3 26 414 409 + f 4 -235 252 -252 -157 + mu 0 4 41 217 409 414 + f 4 -233 -150 -251 -253 + mu 0 4 217 403 531 409 + f 4 253 254 255 -155 + mu 0 4 474 496 121 331 + f 4 256 -202 257 -255 + mu 0 4 496 584 39 121 + f 3 -256 258 -158 + mu 0 3 331 121 557 + f 3 -258 -204 -259 + mu 0 3 121 39 557 + f 3 -257 259 -199 + mu 0 3 584 496 302 + f 3 -254 -163 -260 + mu 0 3 496 474 302 + f 3 260 261 -168 + mu 0 3 338 53 399 + f 3 -210 262 -261 + mu 0 3 338 366 53 + f 4 -262 263 264 -171 + mu 0 4 399 53 194 206 + f 4 -263 -211 265 -264 + mu 0 4 53 366 99 194 + f 3 266 -266 -206 + mu 0 3 201 194 99 + f 3 -174 -265 -267 + mu 0 3 201 206 194 + f 4 267 268 269 -177 + mu 0 4 229 513 227 119 + f 4 270 -216 271 -269 + mu 0 4 513 528 647 227 + f 3 -270 272 -180 + mu 0 3 119 227 429 + f 3 -272 -218 -273 + mu 0 3 227 647 429 + f 3 -271 273 -213 + mu 0 3 528 513 466 + f 3 -268 -185 -274 + mu 0 3 513 229 466 + f 3 274 275 -188 + mu 0 3 299 525 641 + f 3 276 -223 -276 + mu 0 3 525 190 641 + f 3 277 278 -193 + mu 0 3 276 56 257 + f 3 -225 279 -278 + mu 0 3 276 463 56 + f 4 -277 280 -280 -220 + mu 0 4 190 525 56 463 + f 4 -275 -196 -279 -281 + mu 0 4 525 299 257 56 + f 4 281 282 283 284 + mu 0 4 482 678 440 377 + f 4 285 -285 286 287 + mu 0 4 569 482 377 637 + f 4 288 289 290 291 + mu 0 4 195 30 74 673 + f 4 292 293 294 295 + mu 0 4 114 318 333 108 + f 4 296 297 298 299 + mu 0 4 30 619 101 87 + f 4 -299 300 301 302 + mu 0 4 87 101 47 130 + f 4 -302 303 304 305 + mu 0 4 130 47 16 274 + f 4 306 307 308 309 + mu 0 4 274 31 123 518 + f 4 310 311 312 313 + mu 0 4 275 16 12 298 + f 4 -304 314 315 -312 + mu 0 4 16 47 19 12 + f 4 -301 316 317 -315 + mu 0 4 47 101 100 19 + f 4 -298 318 319 -317 + mu 0 4 101 619 293 100 + f 4 320 321 322 323 + mu 0 4 540 562 214 102 + f 4 324 325 326 327 + mu 0 4 643 582 112 333 + f 4 328 329 330 331 + mu 0 4 392 7 51 521 + f 4 -327 332 333 -295 + mu 0 4 333 112 373 108 + f 4 334 335 336 337 + mu 0 4 176 242 373 659 + f 4 338 339 -338 340 + mu 0 4 664 446 176 659 + f 4 -322 341 -341 342 + mu 0 4 214 562 664 659 + f 4 343 344 345 346 + mu 0 4 413 70 240 660 + f 4 347 348 349 350 + mu 0 4 111 113 537 241 + f 3 351 352 353 + mu 0 3 71 636 499 + f 4 354 355 356 357 + mu 0 4 20 264 305 150 + f 4 358 359 -358 360 + mu 0 4 62 462 20 150 + f 4 361 362 363 364 + mu 0 4 591 390 368 598 + f 4 -345 365 366 367 + mu 0 4 240 70 303 8 + f 4 368 -15 369 370 + mu 0 4 152 300 677 481 + f 4 371 372 -314 373 + mu 0 4 213 143 275 298 + f 4 -292 374 -308 375 + mu 0 4 134 199 123 31 + f 4 376 377 378 379 + mu 0 4 415 97 324 281 + f 3 -328 -294 380 + mu 0 3 643 333 318 + f 4 -374 381 382 -381 + mu 0 4 208 670 430 288 + f 3 383 384 385 + mu 0 3 294 309 79 + f 4 -313 -385 386 -382 + mu 0 4 670 79 309 430 + f 4 387 388 -354 389 + mu 0 4 350 671 71 499 + f 4 390 391 392 -362 + mu 0 4 464 616 162 126 + f 4 393 394 395 396 + mu 0 4 666 49 407 454 + f 4 397 398 399 -396 + mu 0 4 407 13 497 454 + f 4 400 -398 401 402 + mu 0 4 68 13 407 447 + f 4 403 404 405 -361 + mu 0 4 150 658 554 62 + f 4 406 407 -404 -357 + mu 0 4 305 364 658 150 + f 4 -319 408 -372 -293 + mu 0 4 293 619 334 355 + f 4 409 -320 -296 410 + mu 0 4 461 624 114 108 + f 4 -318 -410 411 412 + mu 0 4 73 522 485 294 + f 3 -316 -413 -386 + mu 0 3 79 73 294 + f 4 413 414 -12 415 + mu 0 4 569 267 665 374 + f 4 416 417 418 -287 + mu 0 4 377 661 0 637 + f 4 419 -417 -284 420 + mu 0 4 220 661 377 440 + f 4 421 -421 422 423 + mu 0 4 244 388 339 605 + f 3 424 -424 425 + mu 0 3 518 244 605 + f 4 426 427 428 429 + mu 0 4 267 202 518 290 + f 3 430 431 432 + mu 0 3 672 202 0 + f 4 433 434 -433 -418 + mu 0 4 661 74 672 0 + f 4 -291 -434 -420 435 + mu 0 4 673 74 661 220 + f 4 -375 -436 -422 436 + mu 0 4 123 199 388 244 + f 3 -432 437 -419 + mu 0 3 0 202 637 + f 4 438 -370 -9 439 + mu 0 4 290 481 677 543 + f 3 -309 -437 -425 + mu 0 3 518 123 244 + f 4 440 441 -407 442 + mu 0 4 636 436 364 305 + f 4 443 -343 -337 -333 + mu 0 4 112 214 659 373 + f 4 444 -323 -444 -326 + mu 0 4 582 102 214 112 + f 4 445 446 447 -349 + mu 0 4 113 173 359 537 + f 4 -366 448 -364 449 + mu 0 4 303 70 598 368 + f 4 -384 450 -355 451 + mu 0 4 309 294 264 20 + f 4 452 -387 -452 -360 + mu 0 4 462 430 309 20 + f 4 -392 453 -394 454 + mu 0 4 162 616 49 666 + f 4 -334 455 456 -411 + mu 0 4 108 373 555 461 + f 4 457 458 459 -367 + mu 0 4 303 617 120 8 + f 4 460 -458 -450 461 + mu 0 4 131 617 303 368 + f 4 462 463 -462 -363 + mu 0 4 390 626 131 368 + f 4 464 465 -463 -393 + mu 0 4 162 168 9 126 + f 4 -465 -455 466 467 + mu 0 4 168 162 666 579 + f 4 -467 -397 468 469 + mu 0 4 579 666 454 638 + f 4 470 471 -469 -400 + mu 0 4 497 467 638 454 + f 4 472 -359 473 474 + mu 0 4 173 462 62 415 + f 4 475 -453 -473 -446 + mu 0 4 113 430 462 173 + f 4 476 -383 -476 -348 + mu 0 4 111 288 430 113 + f 4 477 -325 -477 478 + mu 0 4 516 582 643 578 + f 4 479 -445 -478 480 + mu 0 4 7 102 582 516 + f 4 -390 481 -412 -457 + mu 0 4 350 499 294 485 + f 3 -482 482 -451 + mu 0 3 294 499 264 + f 4 -443 -356 -483 -353 + mu 0 4 636 305 264 499 + f 4 483 -388 -456 -336 + mu 0 4 242 262 555 373 + f 4 -426 484 -439 -429 + mu 0 4 518 605 481 290 + f 4 -415 -430 -440 -17 + mu 0 4 665 267 290 543 + f 4 -438 -427 -414 -288 + mu 0 4 637 202 267 569 + f 4 -283 -371 -485 -423 + mu 0 4 339 152 481 605 + f 4 -2 485 -286 -416 + mu 0 4 374 515 482 569 + f 4 -6 -369 -282 -486 + mu 0 4 515 66 678 482 + f 4 -324 -480 -329 486 + mu 0 4 540 102 7 392 + f 4 -406 487 -377 -474 + mu 0 4 62 554 97 415 + f 4 488 -448 489 490 + mu 0 4 175 537 359 448 + f 4 491 492 493 494 + mu 0 4 413 51 551 237 + f 4 -481 495 -493 -330 + mu 0 4 7 516 551 51 + f 4 496 -350 -489 497 + mu 0 4 37 241 537 175 + f 4 -490 498 499 500 + mu 0 4 448 359 281 447 + f 4 -447 -475 -380 -499 + mu 0 4 359 173 415 281 + f 4 -494 501 -497 502 + mu 0 4 237 551 308 511 + f 4 -496 -479 -351 -502 + mu 0 4 551 516 578 308 + f 4 503 -503 504 -365 + mu 0 4 598 237 511 591 + f 4 505 -501 -402 -395 + mu 0 4 49 448 447 407 + f 4 -505 -498 506 -391 + mu 0 4 464 37 175 616 + f 4 -344 -495 -504 -449 + mu 0 4 70 413 237 598 + f 4 -507 -491 -506 -454 + mu 0 4 616 175 448 49 + f 4 507 -403 -500 -379 + mu 0 4 324 68 447 281 + f 4 -492 -347 508 -331 + mu 0 4 51 413 660 521 + f 4 509 -376 510 -373 + mu 0 4 143 134 31 275 + f 4 -311 -511 -307 -305 + mu 0 4 16 275 31 274 + f 4 511 -306 -310 -428 + mu 0 4 202 130 274 518 + f 4 512 -303 -512 -431 + mu 0 4 672 87 130 202 + f 4 -290 -300 -513 -435 + mu 0 4 74 30 87 672 + f 4 -409 -297 -289 -510 + mu 0 4 334 619 30 195 + f 4 513 514 515 -84 + mu 0 4 632 103 325 96 + f 4 -516 516 517 -62 + mu 0 4 96 325 234 610 + f 4 518 519 -514 -92 + mu 0 4 204 681 103 632 + f 4 -518 520 -519 -82 + mu 0 4 216 284 456 575 + f 4 521 -81 522 523 + mu 0 4 118 147 46 255 + f 4 -523 -88 -55 524 + mu 0 4 181 495 365 342 + f 4 -57 -91 -522 525 + mu 0 4 107 44 166 692 + f 4 -87 -117 -89 -56 + mu 0 4 365 620 512 44 + f 4 526 527 528 529 + mu 0 4 422 60 550 498 + f 4 530 -530 531 532 + mu 0 4 361 422 498 14 + f 4 533 534 535 536 + mu 0 4 560 378 155 146 + f 4 -528 537 538 539 + mu 0 4 550 60 282 397 + f 4 540 -533 541 -535 + mu 0 4 378 535 370 155 + f 4 542 -537 543 -539 + mu 0 4 282 560 146 397 + f 4 -538 544 545 546 + mu 0 4 356 594 258 533 + f 4 -527 547 548 -545 + mu 0 4 594 460 529 258 + f 4 549 550 -548 -531 + mu 0 4 565 576 529 460 + f 4 -541 551 552 553 + mu 0 4 476 523 486 469 + f 4 554 555 556 557 + mu 0 4 327 383 510 426 + f 4 558 -558 559 560 + mu 0 4 167 674 507 618 + f 4 -561 561 562 563 + mu 0 4 167 618 337 93 + f 4 564 565 566 567 + mu 0 4 182 278 492 488 + f 4 568 569 570 571 + mu 0 4 85 604 465 433 + f 4 572 -572 573 574 + mu 0 4 391 158 170 640 + f 4 575 -575 576 577 + mu 0 4 1 391 640 646 + f 4 578 -578 579 -556 + mu 0 4 383 1 646 510 + f 4 580 581 582 583 + mu 0 4 489 668 200 571 + f 4 584 585 586 587 + mu 0 4 141 6 411 330 + f 4 -588 588 -560 589 + mu 0 4 141 330 618 507 + f 4 590 -549 591 -566 + mu 0 4 278 258 529 492 + f 4 -565 592 -563 593 + mu 0 4 278 182 93 337 + f 4 -570 594 -567 595 + mu 0 4 465 604 488 492 + f 4 -596 -592 -551 596 + mu 0 4 465 492 529 576 + f 4 -574 597 598 599 + mu 0 4 640 170 104 469 + f 4 -577 -600 -553 600 + mu 0 4 646 640 469 486 + f 4 -601 601 602 -580 + mu 0 4 646 486 222 510 + f 4 603 604 605 606 + mu 0 4 322 477 285 351 + f 4 607 -590 -557 -603 + mu 0 4 222 273 426 510 + f 4 -586 608 609 -534 + mu 0 4 411 6 655 295 + f 4 -543 -547 610 -587 + mu 0 4 411 356 533 330 + f 4 611 612 613 -605 + mu 0 4 343 571 387 232 + f 4 614 -607 615 616 + mu 0 4 200 484 332 590 + f 4 617 -602 -552 -610 + mu 0 4 389 222 486 523 + f 4 -591 -594 618 -546 + mu 0 4 258 278 337 533 + f 4 -562 -589 -611 -619 + mu 0 4 337 618 330 533 + f 4 619 620 621 622 + mu 0 4 503 608 434 667 + f 4 623 624 625 626 + mu 0 4 400 493 417 607 + f 4 627 628 629 630 + mu 0 4 344 105 52 252 + f 4 631 632 633 634 + mu 0 4 369 393 592 471 + f 4 -606 635 636 637 + mu 0 4 351 285 5 269 + f 4 -614 638 639 -636 + mu 0 4 232 387 42 500 + f 4 640 641 642 -639 + mu 0 4 387 590 59 42 + f 4 -616 -638 643 -642 + mu 0 4 590 332 564 59 + f 4 -637 -640 -643 -644 + mu 0 4 564 500 42 59 + f 3 -554 -599 -550 + mu 0 3 476 469 104 + f 3 -598 -571 -597 + mu 0 3 576 433 465 + f 4 -559 644 645 646 + mu 0 4 674 167 570 115 + f 4 -564 647 648 -645 + mu 0 4 167 93 129 570 + f 4 649 650 651 652 + mu 0 4 182 2 40 519 + f 4 -568 653 654 655 + mu 0 4 182 488 572 72 + f 4 -569 656 657 658 + mu 0 4 604 85 596 63 + f 4 -573 659 660 -657 + mu 0 4 158 391 347 508 + f 4 -576 661 662 663 + mu 0 4 391 1 133 371 + f 4 664 665 666 -660 + mu 0 4 145 488 11 437 + f 4 -579 667 668 -651 + mu 0 4 1 383 69 228 + f 4 -650 -656 669 -662 + mu 0 4 2 182 72 595 + f 4 670 671 672 -668 + mu 0 4 82 93 490 260 + f 4 -555 -647 673 674 + mu 0 4 383 327 524 253 + f 4 -593 -653 675 -672 + mu 0 4 93 182 519 490 + f 4 -671 -675 676 -648 + mu 0 4 93 82 597 129 + f 4 -665 -664 677 -654 + mu 0 4 488 145 404 572 + f 4 -595 -659 678 -666 + mu 0 4 488 604 63 11 + f 4 679 680 681 682 + mu 0 4 656 80 530 651 + f 4 683 684 685 -681 + mu 0 4 80 40 192 530 + f 4 -669 686 687 -685 + mu 0 4 228 69 418 268 + f 4 688 -683 689 -687 + mu 0 4 260 656 651 122 + f 4 -663 690 691 692 + mu 0 4 371 133 686 600 + f 4 693 694 695 -691 + mu 0 4 595 184 394 416 + f 4 696 697 698 -695 + mu 0 4 184 395 33 394 + f 4 699 -693 700 -698 + mu 0 4 395 404 599 33 + f 4 701 702 703 704 + mu 0 4 238 307 21 83 + f 4 705 706 707 -703 + mu 0 4 307 597 246 21 + f 4 -674 708 709 -707 + mu 0 4 253 524 431 552 + f 4 710 -705 711 -709 + mu 0 4 115 238 83 444 + f 4 712 713 714 715 + mu 0 4 566 596 680 657 + f 4 -661 716 717 -714 + mu 0 4 508 347 653 306 + f 4 718 719 720 -717 + mu 0 4 437 89 654 265 + f 4 721 -716 722 -720 + mu 0 4 89 566 657 654 + f 4 -623 723 724 725 + mu 0 4 503 667 122 94 + f 4 -620 -726 726 727 + mu 0 4 608 503 94 45 + f 4 -621 -728 728 729 + mu 0 4 434 608 45 192 + f 4 -622 -730 -688 -724 + mu 0 4 27 64 268 418 + f 4 -627 730 731 732 + mu 0 4 400 607 367 599 + f 4 -624 -733 -692 733 + mu 0 4 455 243 600 686 + f 4 -625 -734 734 735 + mu 0 4 417 493 416 161 + f 4 -626 -736 736 -731 + mu 0 4 607 417 161 367 + f 4 -631 737 738 739 + mu 0 4 344 252 444 606 + f 4 -628 -740 740 741 + mu 0 4 105 344 606 177 + f 4 -629 -742 742 743 + mu 0 4 52 105 177 246 + f 4 -630 -744 -710 -738 + mu 0 4 691 149 552 431 + f 4 -635 744 745 746 + mu 0 4 369 471 153 581 + f 4 -632 -747 747 748 + mu 0 4 393 369 581 680 + f 4 -633 -749 -718 749 + mu 0 4 505 545 306 653 + f 4 -634 -750 750 -745 + mu 0 4 471 592 265 153 + f 4 -649 751 752 753 + mu 0 4 570 129 380 353 + f 4 -753 754 -702 755 + mu 0 4 353 380 307 238 + f 3 -711 756 -756 + mu 0 3 238 115 353 + f 3 -757 -646 -754 + mu 0 3 353 115 570 + f 3 -677 757 -752 + mu 0 3 129 597 380 + f 3 -758 -706 -755 + mu 0 3 380 597 307 + f 3 -652 758 759 + mu 0 3 519 40 86 + f 3 -759 -684 760 + mu 0 3 86 40 80 + f 4 -655 761 762 763 + mu 0 4 72 572 349 644 + f 4 -763 764 -697 765 + mu 0 4 644 349 395 184 + f 3 -678 766 -762 + mu 0 3 572 404 349 + f 3 -767 -700 -765 + mu 0 3 349 404 395 + f 3 -658 767 768 + mu 0 3 63 596 138 + f 3 -768 -713 769 + mu 0 3 138 596 566 + f 3 -667 770 771 + mu 0 3 437 11 449 + f 3 -772 772 -719 + mu 0 3 437 449 89 + f 3 -694 773 -766 + mu 0 3 184 595 644 + f 3 -774 -670 -764 + mu 0 3 644 595 72 + f 4 -722 -773 774 -770 + mu 0 4 566 89 449 138 + f 4 -775 -771 -679 -769 + mu 0 4 138 449 11 63 + f 3 -673 775 776 + mu 0 3 260 490 649 + f 3 -777 777 -689 + mu 0 3 260 649 656 + f 4 -680 -778 778 -761 + mu 0 4 80 656 649 86 + f 4 -779 -776 -676 -760 + mu 0 4 86 649 490 519 + f 4 -682 779 780 781 + mu 0 4 651 530 438 323 + f 4 -781 782 -727 783 + mu 0 4 323 438 45 94 + f 3 -686 784 -780 + mu 0 3 530 192 438 + f 3 -785 -729 -783 + mu 0 3 438 192 45 + f 3 -725 785 -784 + mu 0 3 94 122 323 + f 3 -786 -690 -782 + mu 0 3 323 122 651 + f 3 -696 786 787 + mu 0 3 416 394 633 + f 3 -788 788 -735 + mu 0 3 416 633 161 + f 4 -699 789 790 -787 + mu 0 4 394 33 585 633 + f 4 -791 791 -737 -789 + mu 0 4 633 585 367 161 + f 3 -732 -792 792 + mu 0 3 599 367 585 + f 3 -793 -790 -701 + mu 0 3 599 585 33 + f 4 -704 793 794 795 + mu 0 4 83 21 248 106 + f 4 -795 796 -741 797 + mu 0 4 106 248 177 606 + f 3 -708 798 -794 + mu 0 3 21 246 248 + f 3 -799 -743 -797 + mu 0 3 248 246 177 + f 3 -739 799 -798 + mu 0 3 606 444 106 + f 3 -800 -712 -796 + mu 0 3 106 444 83 + f 3 -715 800 801 + mu 0 3 657 680 669 + f 3 -801 -748 802 + mu 0 3 669 680 581 + f 3 -721 803 804 + mu 0 3 265 654 559 + f 3 -805 805 -751 + mu 0 3 265 559 153 + f 4 -746 -806 806 -803 + mu 0 4 581 153 559 669 + f 4 -807 -804 -723 -802 + mu 0 4 669 559 654 657 + f 4 807 808 809 810 + mu 0 4 603 408 179 3 + f 4 811 812 -808 813 + mu 0 4 663 363 408 603 + f 4 814 815 816 817 + mu 0 4 539 180 676 690 + f 4 818 819 820 821 + mu 0 4 439 292 23 335 + f 4 822 823 824 825 + mu 0 4 690 623 362 4 + f 4 826 827 828 -824 + mu 0 4 623 287 526 362 + f 4 829 830 831 -828 + mu 0 4 287 151 682 526 + f 4 832 833 834 835 + mu 0 4 151 289 548 137 + f 4 836 837 838 839 + mu 0 4 226 487 65 682 + f 4 -839 840 841 -832 + mu 0 4 682 65 688 526 + f 4 -842 842 843 -829 + mu 0 4 526 688 312 362 + f 4 -844 844 845 -825 + mu 0 4 362 312 611 4 + f 4 846 847 848 -321 + mu 0 4 540 549 171 562 + f 4 849 850 851 852 + mu 0 4 205 23 435 479 + f 4 -332 853 854 855 + mu 0 4 392 521 609 425 + f 4 -820 856 857 -851 + mu 0 4 23 292 57 435 + f 4 858 859 860 861 + mu 0 4 645 683 57 154 + f 4 862 -859 863 -339 + mu 0 4 664 683 645 446 + f 4 864 -863 -342 -849 + mu 0 4 171 683 664 562 + f 4 865 -346 866 867 + mu 0 4 527 660 240 360 + f 4 868 869 870 871 + mu 0 4 54 15 424 116 + f 3 872 873 874 + mu 0 3 441 61 245 + f 4 875 876 877 878 + mu 0 4 43 542 642 117 + f 4 879 -876 880 881 + mu 0 4 679 542 43 211 + f 4 882 883 884 885 + mu 0 4 58 316 136 148 + f 4 -368 886 887 -867 + mu 0 4 240 8 420 360 + f 4 888 889 -542 890 + mu 0 4 601 627 155 370 + f 4 891 -837 892 893 + mu 0 4 125 487 226 501 + f 4 894 -835 895 -815 + mu 0 4 261 137 548 230 + f 4 896 897 -378 898 + mu 0 4 685 358 324 97 + f 3 899 -821 -850 + mu 0 3 205 335 23 + f 4 -900 900 901 -892 + mu 0 4 212 277 310 491 + f 3 902 903 904 + mu 0 3 568 183 453 + f 4 -902 905 -904 -838 + mu 0 4 491 310 453 183 + f 4 906 -873 907 908 + mu 0 4 132 61 441 22 + f 4 -886 909 910 911 + mu 0 4 423 193 280 301 + f 4 912 913 914 915 + mu 0 4 652 76 84 78 + f 4 -914 916 -399 917 + mu 0 4 84 76 497 13 + f 4 918 919 -918 -401 + mu 0 4 68 687 84 13 + f 4 -880 920 -405 921 + mu 0 4 542 679 554 658 + f 4 -877 -922 -408 922 + mu 0 4 642 542 658 364 + f 4 -822 -894 923 -846 + mu 0 4 611 24 622 4 + f 4 924 -819 -845 925 + mu 0 4 128 292 439 372 + f 4 926 927 -926 -843 + mu 0 4 109 568 174 662 + f 3 -903 -927 -841 + mu 0 3 183 568 109 + f 4 928 -540 929 930 + mu 0 4 663 550 397 580 + f 4 -813 931 932 933 + mu 0 4 408 363 124 90 + f 4 934 -809 -934 935 + mu 0 4 547 179 408 90 + f 4 936 937 -935 938 + mu 0 4 209 396 91 534 + f 3 939 -937 940 + mu 0 3 289 396 209 + f 4 941 942 943 944 + mu 0 4 580 586 289 196 + f 3 945 946 947 + mu 0 3 18 124 196 + f 4 -933 -946 948 949 + mu 0 4 90 124 18 676 + f 4 950 -936 -950 -816 + mu 0 4 180 547 90 676 + f 4 951 -939 -951 -896 + mu 0 4 548 209 534 230 + f 3 -932 952 -947 + mu 0 3 124 363 196 + f 4 953 -536 -890 954 + mu 0 4 586 146 155 627 + f 3 -941 -952 -834 + mu 0 3 289 209 548 + f 4 955 -923 -442 956 + mu 0 4 245 642 364 436 + f 4 -858 -860 -865 957 + mu 0 4 435 57 683 171 + f 4 -852 -958 -848 958 + mu 0 4 479 435 171 549 + f 4 -871 959 960 961 + mu 0 4 116 424 144 249 + f 4 962 -884 963 -888 + mu 0 4 420 136 316 360 + f 4 964 -879 965 -905 + mu 0 4 453 43 117 568 + f 4 -881 -965 -906 966 + mu 0 4 211 43 453 310 + f 4 967 -916 968 -911 + mu 0 4 280 652 78 301 + f 4 -925 969 970 -857 + mu 0 4 292 128 254 57 + f 4 -887 -460 971 972 + mu 0 4 420 8 120 352 + f 4 973 -963 -973 974 + mu 0 4 223 136 420 352 + f 4 -885 -974 975 976 + mu 0 4 148 136 223 478 + f 4 -910 -977 977 978 + mu 0 4 280 193 198 140 + f 4 979 980 -968 -979 + mu 0 4 140 317 652 280 + f 4 981 982 -913 -981 + mu 0 4 317 156 76 652 + f 4 -917 -983 983 -471 + mu 0 4 497 76 156 467 + f 4 984 985 -882 986 + mu 0 4 249 685 679 211 + f 4 -962 -987 -967 987 + mu 0 4 116 249 211 310 + f 4 -872 -988 -901 988 + mu 0 4 54 116 310 277 + f 4 989 -989 -853 990 + mu 0 4 504 186 205 479 + f 4 991 -991 -959 992 + mu 0 4 425 504 479 549 + f 4 -970 -928 993 -907 + mu 0 4 132 174 568 61 + f 3 -966 994 -994 + mu 0 3 568 117 61 + f 4 -874 -995 -878 -956 + mu 0 4 245 61 117 642 + f 4 -861 -971 -909 995 + mu 0 4 154 57 254 67 + f 4 -943 -955 996 -940 + mu 0 4 289 586 627 396 + f 4 -544 -954 -942 -930 + mu 0 4 397 146 586 580 + f 4 -812 -931 -945 -953 + mu 0 4 363 663 580 196 + f 4 -938 -997 -889 -810 + mu 0 4 91 396 627 601 + f 4 -929 -814 997 -529 + mu 0 4 550 663 603 498 + f 4 -998 -811 -891 -532 + mu 0 4 498 603 3 14 + f 4 -487 -856 -993 -847 + mu 0 4 540 392 425 549 + f 4 -986 -899 -488 -921 + mu 0 4 679 685 97 554 + f 4 998 999 -960 1000 + mu 0 4 157 28 144 424; + setAttr ".fc[500:561]" + f 4 1001 1002 1003 1004 + mu 0 4 527 450 593 609 + f 4 -855 -1004 1005 -992 + mu 0 4 425 609 593 504 + f 4 1006 -1001 -870 1007 + mu 0 4 614 157 424 15 + f 4 1008 1009 1010 -1000 + mu 0 4 28 687 358 144 + f 4 -1011 -897 -985 -961 + mu 0 4 144 358 685 249 + f 4 1011 -1008 1012 -1003 + mu 0 4 450 239 231 593 + f 4 -1013 -869 -990 -1006 + mu 0 4 593 231 186 504 + f 4 -883 1013 -1012 1014 + mu 0 4 316 58 239 450 + f 4 -915 -920 -1009 1015 + mu 0 4 78 84 687 28 + f 4 -912 1016 -1007 -1014 + mu 0 4 423 301 157 614 + f 4 -964 -1015 -1002 -868 + mu 0 4 360 316 450 527 + f 4 -969 -1016 -999 -1017 + mu 0 4 301 78 28 157 + f 4 -898 -1010 -919 -508 + mu 0 4 324 358 687 68 + f 4 -854 -509 -866 -1005 + mu 0 4 609 521 660 527 + f 4 -893 1017 -895 1018 + mu 0 4 501 226 137 261 + f 4 -831 -836 -1018 -840 + mu 0 4 682 151 137 226 + f 4 -944 -833 -830 1019 + mu 0 4 196 289 151 287 + f 4 -948 -1020 -827 1020 + mu 0 4 18 196 287 623 + f 4 -949 -1021 -823 -817 + mu 0 4 676 18 623 690 + f 4 -1019 -818 -826 -924 + mu 0 4 622 539 690 4 + f 4 -609 1021 1022 1023 + mu 0 4 655 6 675 556 + f 4 -585 1024 1025 -1022 + mu 0 4 6 141 340 675 + f 4 -618 -1024 1026 1027 + mu 0 4 311 655 556 509 + f 4 -608 -1028 1028 -1025 + mu 0 4 273 222 538 553 + f 4 1029 1030 -604 1031 + mu 0 4 10 313 477 322 + f 4 1032 -584 -612 -1031 + mu 0 4 382 489 571 343 + f 4 1033 -1032 -615 -582 + mu 0 4 668 520 484 200 + f 4 -583 -617 -641 -613 + mu 0 4 571 200 590 387 + f 4 1034 -526 1035 -517 + mu 0 4 325 107 692 234 + f 4 1036 -525 1037 -520 + mu 0 4 681 181 342 103 + f 4 -1036 -524 -1037 -521 + mu 0 4 284 118 255 456 + f 4 -1038 -58 -1035 -515 + mu 0 4 103 342 107 325 + f 4 -1026 1038 -1034 1039 + mu 0 4 675 340 520 668 + f 4 -1027 1040 -1033 1041 + mu 0 4 509 556 489 382 + f 4 -1029 -1042 -1030 -1039 + mu 0 4 553 538 313 10 + f 4 -1023 -1040 -581 -1041 + mu 0 4 556 675 668 489 + f 3 1042 1043 -984 + mu 0 3 615 341 110 + f 3 -459 1044 1045 + mu 0 3 314 95 341 + f 3 -1045 -461 1046 + mu 0 3 341 95 402 + f 3 -1047 -464 1047 + mu 0 3 341 402 494 + f 3 -1048 -466 1048 + mu 0 3 341 494 160 + f 3 -1049 -468 1049 + mu 0 3 341 160 631 + f 3 -1050 -470 1050 + mu 0 3 341 631 475 + f 3 -1051 -472 -1044 + mu 0 3 341 475 110 + f 3 1051 -1043 -982 + mu 0 3 348 341 615 + f 3 1052 -1052 -980 + mu 0 3 451 341 348 + f 3 1053 -1053 -978 + mu 0 3 221 341 451 + f 3 1054 -1054 -976 + mu 0 3 250 341 221 + f 3 1055 -1055 -975 + mu 0 3 247 341 250 + f 3 -1046 -1056 -972 + mu 0 3 314 341 247 + f 3 1056 1057 -875 + mu 0 3 178 75 135 + f 3 -335 1058 1059 + mu 0 3 251 630 75 + f 3 -1059 -340 1060 + mu 0 3 75 630 452 + f 3 -1061 -864 1061 + mu 0 3 75 452 236 + f 3 -1062 -862 1062 + mu 0 3 75 236 279 + f 3 -1063 -996 1063 + mu 0 3 75 279 185 + f 3 -1064 -908 -1058 + mu 0 3 75 185 135 + f 3 1064 -1057 -957 + mu 0 3 650 75 178 + f 3 1065 -1065 -441 + mu 0 3 573 75 650 + f 3 1066 -1066 -352 + mu 0 3 218 75 573 + f 3 1067 -1067 -389 + mu 0 3 432 75 218 + f 3 -1060 -1068 -484 + mu 0 3 251 75 432; + setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; + setAttr ".cvd" -type "dataPolyComponent" Index_Data Vertex 0 ; + setAttr ".pd[0]" -type "dataPolyComponent" Index_Data UV 0 ; + setAttr ".hfd" -type "dataPolyComponent" Index_Data Face 0 ; +createNode transform -n "M_Mask_Eyebrows"; + rename -uid "3DA2DF5A-4D27-05FD-95C9-8EA78094D37D"; + setAttr ".t" -type "double3" 0 -2.4074124304840448e-32 4.3368086899420177e-19 ; + setAttr -l on ".tx"; + setAttr -l on ".ty"; + setAttr -l on ".tz"; + setAttr ".r" -type "double3" 9.334670899499332e-06 0 0 ; + setAttr -l on ".rx"; + setAttr -l on ".ry"; + setAttr -l on ".rz"; + setAttr ".s" -type "double3" 1 1.0000000000000133 1.0000000000000133 ; + setAttr -l on ".sx"; + setAttr -l on ".sy"; + setAttr -l on ".sz"; +createNode mesh -n "M_Mask_EyebrowsShape" -p "M_Mask_Eyebrows"; + rename -uid "28295BE2-4E18-1AC3-ABDE-BE8EE1F2A8FD"; + setAttr -k off ".v"; + setAttr ".vir" yes; + setAttr ".vif" yes; + setAttr ".uvst[0].uvsn" -type "string" "map1"; + setAttr ".cuvs" -type "string" "map1"; + setAttr ".dcc" -type "string" "Ambient+Diffuse"; + setAttr ".vcs" 2; +createNode mesh -n "M_Mask_EyebrowsShapeOrig" -p "M_Mask_Eyebrows"; + rename -uid "651AA1B7-45DA-E584-3499-8F9B5704652F"; + setAttr -k off ".v"; + setAttr ".io" yes; + setAttr ".gtag[0].gtagnm" -type "string" "skinCluster7"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "vtx[0:72]"; + setAttr ".uvst[0].uvsn" -type "string" "map1"; + setAttr -s 73 ".uvst[0].uvsp[0:72]" -type "float2" 0.19411373 0.59452361 + 0.068304181 0.59276235 0.40602085 0.88124436 0.31067371 0.75006783 0.0079725683 0.83827484 + 0.54289764 0.8228603 0.65958327 0.74050385 0.79049778 0.80068707 0.73279405 0.83659232 + 0.69352472 0.80180401 0.33487624 0.81183809 0.34159738 0.74070609 0.82330143 0.72706717 + 0.45535487 0.61243033 0.7890681 0.74619293 0.43256128 0.82375246 0.26907599 0.71224326 + 0.26850632 0.83688766 0.69051731 0.74982625 0.7102887 0.99085826 0.85630721 0.89518768 + 0.50052947 0.64286184 0.58835942 0.58820379 0.070435464 0.79034519 0.44552925 0.73086756 + 0.26387119 0.8186096 0.81428587 0.68101686 0.11007431 0.92155355 0.89133251 0.92105579 + 0.29701978 0.92063326 0.73740649 0.81830841 0.21075803 0.80105621 0.29030782 0.88485599 + 0.59533501 0.88112402 0.45838556 0.822914 0.73699731 0.72978967 0.73206884 0.71194887 + 0.26416987 0.73009062 0.40072691 0.69880354 0.17231146 0.8220976 0.065177381 0.71078461 + 0.7170471 0.68111187 0.50063926 0.81919652 0.17786306 0.72747821 0.70715773 0.60415775 + 0.18681958 0.68141645 0.7110523 0.8845883 0.84421718 0.86706597 0.21211955 0.74656028 + 0.70438468 0.92037416 0.62314588 0.85557443 0.50067055 0.8694905 0.82897055 0.82167947 + 0.54566616 0.61237299 0.28405935 0.68138736 0.29385382 0.60442048 0.93080705 0.78979671 + 0.80688375 0.59413344 0.50059128 0.74215823 0.66639179 0.81162727 0.50072622 0.95909381 + 0.14506724 0.89564067 0.9326905 0.59221095 0.30773234 0.80204946 0.56872404 0.8236658 + 0.55563915 0.73079753 0.6004014 0.69867665 0.41263044 0.58831537 0.37817919 0.85573 + 0.29120263 0.99112469 0.99332982 0.83764619 0.15712151 0.8675034 0.93596506 0.71022928; + setAttr ".cuvs" -type "string" "map1"; + setAttr ".dcc" -type "string" "Ambient+Diffuse"; + setAttr -s 73 ".vt[0:72]" 10.67507935 172.14985657 10.020186424 11.40810299 173.86755371 8.39487457 + 10.84249878 175.98612976 11.97615623 10.45169258 175.15975952 12.99196815 10.68465137 169.57670593 9.86849785 + 9.88858604 165.97579956 9.69084549 8.087674141 166.091964722 13.21702862 8.59418774 168.80514526 13.21228504 + 1.4940772e-09 171.14920044 16.87908363 2.7915945e-09 168.49578857 18.16165161 1.47275186 167.48162842 17.75546837 + 1.42926276 170.68510437 16.23468781 5.76010752 168.95199585 14.50964928 5.30615282 166.55377197 14.696208 + 2.018135786 173.42048645 16.55464172 4.42015314 173.30221558 14.65885258 3.74907923 174.13684082 16.37480354 + 4.11985779 170.91642761 14.67452335 3.058245182 174.89883423 17.060102463 6.64220142 175.82023621 16.38484383 + 6.64787912 177.89605713 16.09668541 2.7915945e-09 177.5508728 17.68881226 3.0696341e-09 174.75535583 17.34080887 + 6.63061571 173.7910614 14.46546745 6.63644314 174.72389221 15.92238998 1.30647433 173.35803223 16.92667961 + 1.4940772e-09 173.32250977 17.11815834 2.13145733 169.65539551 15.20326996 6.15851355 169.87530518 14.087173462 + 7.97553539 172.55557251 13.32596779 6.62506199 173.23545837 14.20603085 6.32329464 170.4367218 13.99919128 + 7.7732935 170.85192871 13.26361465 9.11724567 173.099884033 12.84107685 10.03978157 174.2910614 13.096369743 + 8.59445381 170.19720459 12.66234207 5.016976357 171.18278503 14.41914177 5.20871735 172.88583374 14.34503174 + 2.067560673 166.44764709 16.77336884 -10.67507935 172.14985657 10.020186424 -10.45169258 175.15975952 12.99196815 + -10.84249878 175.98612976 11.97615623 -11.40810299 173.86755371 8.39487457 -10.68465137 169.57670593 9.86849785 + -9.88858604 165.97579956 9.69084549 -8.087674141 166.091964722 13.21702862 -8.59418774 168.80514526 13.21228504 + -1.47275186 167.48162842 17.75546837 -1.42926276 170.68510437 16.23468781 -2.13145733 169.65539551 15.20326996 + -2.067560673 166.44764709 16.77336884 -5.76010752 168.95199585 14.50964928 -5.30615282 166.55377197 14.696208 + -2.018135786 173.42048645 16.55464172 -3.74907923 174.13684082 16.37480354 -4.42015314 173.30221558 14.65885258 + -4.11985779 170.91642761 14.67452335 -3.058245182 174.89883423 17.060102463 -6.64787912 177.89605713 16.09668541 + -6.64220142 175.82023621 16.38484383 -6.63644314 174.72389221 15.92238998 -6.63061571 173.7910614 14.46546745 + -1.30647433 173.35803223 16.92667961 -6.15851355 169.87530518 14.087173462 -7.97553539 172.55557251 13.32596779 + -7.7732935 170.85192871 13.26361465 -6.32329464 170.4367218 13.99919128 -6.62506199 173.23545837 14.20603085 + -10.03978157 174.2910614 13.096369743 -9.11724567 173.099884033 12.84107685 -8.59445381 170.19720459 12.66234207 + -5.016976357 171.18278503 14.41914177 -5.20871735 172.88583374 14.34503174; + setAttr -s 136 ".ed[0:135]" 0 1 0 1 2 0 2 3 1 3 0 1 6 5 0 5 4 0 4 7 1 + 7 6 1 8 9 1 9 10 0 10 11 1 11 8 1 12 13 1 13 6 0 7 12 1 14 15 1 15 16 1 16 14 1 17 15 1 + 14 17 1 18 19 1 19 20 1 20 21 0 21 22 1 22 18 1 15 23 1 23 24 1 24 16 1 11 25 1 25 26 1 + 26 8 1 18 14 1 16 18 1 17 27 1 27 12 1 12 28 1 28 17 1 29 30 0 30 31 1 31 32 0 32 29 0 + 23 33 1 33 34 1 34 24 1 0 34 1 33 0 1 7 35 1 35 28 1 2 20 0 19 3 1 0 35 1 4 0 0 36 31 0 + 30 37 0 37 36 0 38 13 0 27 38 1 33 35 1 25 14 1 22 26 1 24 19 1 34 3 1 23 30 1 29 33 1 + 35 32 1 31 28 1 36 17 1 15 37 1 39 40 1 40 41 1 41 42 0 42 39 0 45 46 1 46 43 1 43 44 0 + 44 45 0 47 48 1 48 49 1 49 50 1 50 47 0 51 46 1 45 52 0 52 51 1 53 54 1 54 55 1 55 53 1 + 56 53 1 55 56 1 57 22 1 21 58 0 58 59 1 59 57 1 54 60 1 60 61 1 61 55 1 56 49 1 48 62 1 + 62 53 1 57 54 1 53 57 1 56 63 1 63 51 1 51 49 1 64 65 0 65 66 0 66 67 1 67 64 0 60 68 1 + 68 69 1 69 61 1 39 69 1 68 39 1 63 70 1 70 46 1 40 59 1 58 41 0 39 43 0 70 39 1 71 72 0 + 72 67 0 66 71 0 52 50 0 70 69 1 62 26 1 59 60 1 40 68 1 69 64 1 67 61 1 63 66 1 65 70 1 + 56 71 1 72 55 1 8 48 1 47 9 0 10 38 0 27 11 1; + setAttr -s 85 ".n[0:84]" -type "float3" 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 + 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20 1e+20; + setAttr -s 64 -ch 250 ".fc[0:63]" -type "polyFaces" + f 4 0 1 2 3 + mu 0 4 56 70 28 20 + f 4 4 5 6 7 + mu 0 4 57 62 72 26 + f 4 8 9 10 11 + mu 0 4 58 21 53 65 + f 4 12 13 -8 14 + mu 0 4 41 44 57 26 + f 3 15 16 17 + mu 0 3 64 59 50 + f 3 18 -16 19 + mu 0 3 6 59 64 + f 5 20 21 22 23 24 + mu 0 5 33 49 19 60 51 + f 4 -17 25 26 27 + mu 0 4 50 59 8 46 + f 4 28 29 30 -12 + mu 0 4 65 5 42 58 + f 3 31 -18 32 + mu 0 3 33 64 50 + f 4 33 34 35 36 + mu 0 4 6 66 41 36 + f 4 37 38 39 40 + mu 0 4 7 30 35 14 + f 4 -27 41 42 43 + mu 0 4 46 8 52 47 + f 3 44 -43 45 + mu 0 3 56 47 52 + f 4 -36 -15 46 47 + mu 0 4 36 41 26 12 + f 4 48 -22 49 -3 + mu 0 4 28 19 49 20 + f 4 50 -47 -7 51 + mu 0 4 56 12 26 72 + f 4 52 -39 53 54 + mu 0 4 18 35 30 9 + f 4 55 -13 -35 56 + mu 0 4 22 44 41 66 + f 3 -46 57 -51 + mu 0 3 56 52 12 + f 5 -30 58 -32 -25 59 + mu 0 5 42 5 64 33 51 + f 4 -33 -28 60 -21 + mu 0 4 33 50 46 49 + f 4 -50 -61 -44 61 + mu 0 4 20 49 46 47 + f 3 -4 -62 -45 + mu 0 3 56 20 47 + f 4 -42 62 -38 63 + mu 0 4 52 8 30 7 + f 4 -48 64 -40 65 + mu 0 4 36 12 14 35 + f 4 -58 -64 -41 -65 + mu 0 4 12 52 7 14 + f 4 -37 -66 -53 66 + mu 0 4 6 36 35 18 + f 4 -26 67 -54 -63 + mu 0 4 8 59 9 30 + f 4 -19 -67 -55 -68 + mu 0 4 59 6 18 9 + f 4 68 69 70 71 + mu 0 4 23 61 27 4 + f 4 72 73 74 75 + mu 0 4 0 45 40 1 + f 4 76 77 78 79 + mu 0 4 13 24 38 67 + f 4 80 -73 81 82 + mu 0 4 54 45 0 55 + f 3 83 84 85 + mu 0 3 15 68 10 + f 3 86 -86 87 + mu 0 3 11 15 10 + f 5 88 -24 89 90 91 + mu 0 5 2 51 60 69 29 + f 4 92 93 94 -85 + mu 0 4 68 32 17 10 + f 5 95 -78 96 97 -87 + mu 0 5 11 38 24 34 15 + f 3 98 -84 99 + mu 0 3 2 68 15 + f 4 100 101 102 -96 + mu 0 4 11 16 54 38 + f 4 103 104 105 106 + mu 0 4 31 48 37 25 + f 4 107 108 109 -94 + mu 0 4 32 71 39 17 + f 3 110 -109 111 + mu 0 3 23 39 71 + f 4 112 113 -81 -102 + mu 0 4 16 43 45 54 + f 4 -70 114 -91 115 + mu 0 4 27 61 29 69 + f 4 116 -74 -114 117 + mu 0 4 23 40 45 43 + f 4 118 119 -106 120 + mu 0 4 3 63 25 37 + f 4 -79 -103 -83 121 + mu 0 4 67 38 54 55 + f 3 -118 122 -111 + mu 0 3 23 43 39 + f 5 -60 -89 -100 -98 123 + mu 0 5 42 51 2 15 34 + f 4 -92 124 -93 -99 + mu 0 4 2 29 32 68 + f 4 125 -108 -125 -115 + mu 0 4 61 71 32 29 + f 3 -112 -126 -69 + mu 0 3 23 71 61 + f 4 126 -107 127 -110 + mu 0 4 39 31 25 17 + f 4 128 -105 129 -113 + mu 0 4 16 37 48 43 + f 4 -130 -104 -127 -123 + mu 0 4 43 48 31 39 + f 4 130 -121 -129 -101 + mu 0 4 11 3 37 16 + f 4 -128 -120 131 -95 + mu 0 4 17 25 63 10 + f 4 -132 -119 -131 -88 + mu 0 4 10 63 3 11 + f 4 132 -77 133 -9 + mu 0 4 58 24 13 21 + f 4 -97 -133 -31 -124 + mu 0 4 34 24 58 42 + f 4 -11 134 -57 135 + mu 0 4 65 53 22 66 + f 5 -20 -59 -29 -136 -34 + mu 0 5 6 64 5 65 66; + setAttr ".cd" -type "dataPolyComponent" Index_Data Edge 0 ; + setAttr ".cvd" -type "dataPolyComponent" Index_Data Vertex 0 ; + setAttr ".pd[0]" -type "dataPolyComponent" Index_Data UV 0 ; + setAttr ".hfd" -type "dataPolyComponent" Index_Data Face 0 ; +createNode transform -n "Armature_Rig"; + rename -uid "9A6F21F7-43C0-1399-F697-AB8D10CADB0D"; + setAttr -l on -k off ".tx"; + setAttr -l on -k off ".ty"; + setAttr -l on -k off ".tz"; + setAttr -l on -k off ".rx"; + setAttr -l on -k off ".ry"; + setAttr -l on -k off ".rz"; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "MotionSystem" -p "Armature_Rig"; + rename -uid "56A8B5C4-4D85-E22C-2F68-02B64C20EA21"; +createNode transform -n "MainSystem" -p "MotionSystem"; + rename -uid "B04062EA-4FB2-85E4-7B97-B1A73BA0F6E9"; +createNode transform -n "Main" -p "MainSystem"; + rename -uid "8C0A8A35-4441-0632-4F2D-12BCFA10D972"; + addAttr -ci true -sn "fkVis" -ln "fkVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -sn "ikVis" -ln "ikVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -sn "fkIkVis" -ln "fkIkVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -sn "aimVis" -ln "aimVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -sn "aimFKVis" -ln "aimFKVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -sn "aimLRVis" -ln "aimLRVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -sn "fingerVis" -ln "fingerVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -sn "bendVis" -ln "bendVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -sn "arrowVis" -ln "arrowVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -sn "drvSysVis" -ln "drvSysVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -sn "jointVis" -ln "jointVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -sn "primaryAxis" -ln "primaryAxis" -min 0 -max 5 -en "X:Y:Z:-X:-Y:-Z" + -at "enum"; + addAttr -ci true -sn "secondaryAxis" -ln "secondaryAxis" -min 0 -max 5 -en "X:Y:Z:-X:-Y:-Z" + -at "enum"; + addAttr -ci true -sn "worldmatch" -ln "worldmatch" -min 0 -max 1 -at "bool"; + addAttr -ci true -sn "mirTrans" -ln "mirTrans" -min 0 -max 1 -at "bool"; + addAttr -ci true -sn "height" -ln "height" -at "double"; + addAttr -ci true -sn "version" -ln "version" -at "double"; + setAttr ".sech" no; + setAttr -cb on ".fkVis"; + setAttr -cb on ".ikVis"; + setAttr -cb on ".fkIkVis"; + setAttr -cb on ".aimVis"; + setAttr -cb on ".aimFKVis"; + setAttr -cb on ".aimLRVis"; + setAttr -cb on ".fingerVis"; + setAttr -cb on ".bendVis"; + setAttr -cb on ".arrowVis"; + setAttr -cb on ".drvSysVis"; + setAttr -cb on ".jointVis"; + setAttr ".primaryAxis" 1; + setAttr ".secondaryAxis" 2; + setAttr -l on ".height" 197.55400178172974; + setAttr -l on ".version" 5.865; +createNode nurbsCurve -n "MainShape" -p "Main"; + rename -uid "4C06800F-462C-0E1E-220A-7D887F719387"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 15; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 23.50834875 1.4394712019999999e-15 -23.50834875 + -3.7929511819999999e-15 2.0357196970000002e-15 -33.245825629999999 + -23.50834875 1.4394712019999999e-15 -23.50834875 + -33.245825629999999 5.8990063850000007e-31 -9.6338085220000004e-15 + -23.50834875 -1.4394712019999999e-15 23.50834875 + -1.0017616090000001e-14 -2.0357196970000002e-15 33.245825629999999 + 23.50834875 -1.4394712019999999e-15 23.50834875 + 33.245825629999999 -1.0933890200000003e-30 1.7856397799999998e-14 + 23.50834875 1.4394712019999999e-15 -23.50834875 + -3.7929511819999999e-15 2.0357196970000002e-15 -33.245825629999999 + -23.50834875 1.4394712019999999e-15 -23.50834875 + ; +createNode transform -n "FKSystem" -p "MotionSystem"; + rename -uid "5EB42E8D-4013-749D-A832-EF89BF7B8FFA"; +createNode transform -n "FKFollowRoot" -p "FKSystem"; + rename -uid "F8FDE219-4B11-ED36-F715-C5B25E81CE30"; +createNode parentConstraint -n "FKFollowRoot_parentConstraint1" -p "FKFollowRoot"; + rename -uid "0CA157D1-456E-A377-8DBC-1BA8BEBE04F1"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "RootX_MW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 1.9709482123356974e-15 100 1.6292067812340161e-05 ; + setAttr -k on ".w0"; +createNode transform -n "FKOffsetRoot_M" -p "FKFollowRoot"; + rename -uid "337AE788-4F2A-C097-041B-7EB27DD35744"; +createNode transform -n "FKExtraRoot_M" -p "FKOffsetRoot_M"; + rename -uid "BC4B79CC-4DB6-BF0D-E6E5-F4A33D113E2C"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKRoot_M" -p "FKExtraRoot_M"; + rename -uid "1EFC3DDA-4492-6CDF-FD48-378672DA4A66"; + setAttr ".sech" no; + setAttr ".r" -type "double3" 0.25812834173955346 -0.00031816269970778394 0.070621095587621696 ; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKRoot_MShape" -p "FKRoot_M"; + rename -uid "B3E563FD-4F44-ABEF-1C4E-E8851AEE9971"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -16.833679054898148 -7.3582348327205085e-07 -16.833676579426346 + -23.806416019434963 -1.0406114986820877e-06 1.0406115723475157e-06 + -16.833676579426346 -7.3582340965592602e-07 16.833679054898148 + 1.0406114982137922e-06 3.8034777365631547e-14 23.806416019434963 + 16.833679054898148 7.3582348327205085e-07 16.833676579426346 + 23.806416019434963 1.0406114986820877e-06 -1.0406114986327836e-06 + 16.833676579426346 7.3582340965592602e-07 -16.833679054898148 + -1.0406114991503824e-06 -3.803477298495373e-14 -23.806416019434963 + -16.833679054898148 -7.3582348327205085e-07 -16.833676579426346 + -23.806416019434963 -1.0406114986820877e-06 1.0406115723475157e-06 + -16.833676579426346 -7.3582340965592602e-07 16.833679054898148 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode transform -n "HipSwingerOffset_M" -p "FKRoot_M"; + rename -uid "DCFA07CB-4AC1-B928-FF89-4FB9B63B2E6A"; + setAttr ".t" -type "double3" 0 0 1.7170659691867553e-06 ; + setAttr ".s" -type "double3" 2.3773231510678938 2.3773231510678938 2.3773231510678938 ; +createNode transform -n "HipSwinger_M" -p "HipSwingerOffset_M"; + rename -uid "0299C46A-4D7A-6F0B-5C0C-D8A9095A6ECF"; + setAttr ".sech" no; + setAttr -l on -k off ".tx"; + setAttr -l on -k off ".ty"; + setAttr -l on -k off ".tz"; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode nurbsCurve -n "HipSwinger_MShape" -p "HipSwinger_M"; + rename -uid "EA9BA62B-47E6-AA09-E294-00B9987E95BC"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 22; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 11.873088538038656 -2.4059795314867221 -11.873088538038617 + -20.988854032418129 -2.4059809679279542 -9.1745198890427926e-07 + 11.873088538038656 -2.4059795314867194 11.873088538038688 + 9.174519522501556e-07 -2.4059800504759465 -20.9888540324181 + -11.873088538038658 -2.4059805694651533 11.87308853803869 + 20.988854032418129 -2.4059791330239864 9.1745198026290652e-07 + -11.873088538038656 -2.4059805694651586 -11.873088538038617 + -9.1745195201359889e-07 -2.4059800504759425 20.988854032418161 + 11.873088538038656 -2.4059795314867221 -11.873088538038617 + -20.988854032418129 -2.4059809679279542 -9.1745198890427926e-07 + 11.873088538038656 -2.4059795314867194 11.873088538038688 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode transform -n "HipSwingerStabilizerTarget" -p "FKRoot_M"; + rename -uid "ED8780BF-4EFE-2B89-1F9C-C5A570082CD0"; + setAttr ".t" -type "double3" -23.8 10.539276123046733 1.7170659691867553e-06 ; +createNode transform -n "HipSwingReverse" -p "FKRoot_M"; + rename -uid "89C0F991-4887-167C-BE23-4FAE30C1EB05"; + setAttr ".t" -type "double3" -7.5516389638076454e-15 21.078552246093466 3.4341319383735139e-06 ; +createNode transform -n "HipSwingReversePart1" -p "HipSwingReverse"; + rename -uid "7398A6B8-4642-593D-629D-20B6193F7874"; + setAttr ".t" -type "double3" 0 -7.0261840820311647 0 ; +createNode transform -n "HipSwingReversePart2" -p "HipSwingReversePart1"; + rename -uid "8D98C43C-439A-4501-5DA5-61B85A451CB5"; + setAttr ".t" -type "double3" 0 -7.0261840820311363 0 ; +createNode orientConstraint -n "HipSwingReversePart2_orientConstraint1" -p "HipSwingReversePart2"; + rename -uid "008D94BC-4096-A3D6-08E1-898285418241"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "HipSwingerStabilizerTargetW0" -dv + 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "HipSwinger_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".int" 2; + setAttr -k on ".w0" 0.33333333333333337; + setAttr -k on ".w1" 0.66666666666666663; +createNode transform -n "HipSwingReverseRoot" -p "HipSwingReversePart2"; + rename -uid "BAE5488D-42F4-37B2-248D-A9A0C91FF6E8"; + setAttr ".t" -type "double3" 7.5516389638076454e-15 -7.0261840820311647 -3.4341319383735139e-06 ; +createNode orientConstraint -n "HipSwingReverseRoot_orientConstraint1" -p "HipSwingReverseRoot"; + rename -uid "CCFB65A9-4760-8BA7-52B3-8BAB5AA756D4"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "HipSwinger_MW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode orientConstraint -n "HipSwingReversePart1_orientConstraint1" -p "HipSwingReversePart1"; + rename -uid "8FAEC1B8-42AB-2737-59EC-7B851E175A63"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "HipSwingerStabilizerTargetW0" -dv + 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "HipSwinger_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".int" 2; + setAttr -k on ".w0" 0.66666666666666674; + setAttr -k on ".w1" 0.33333333333333331; +createNode transform -n "HipSwingReverseXPart1" -p "HipSwingReverse"; + rename -uid "C208FBC2-4A06-71EA-3585-2CA8E518346C"; + setAttr ".t" -type "double3" 0 -7.0261840820311647 0 ; +createNode orientConstraint -n "HipSwingReverseXPart1_orientConstraint1" -p "HipSwingReverseXPart1"; + rename -uid "2B988933-48D2-9981-FD7E-3188FD2093D0"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "HipSwingReversePart1W0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "HipSwingReverseXPart2" -p "HipSwingReverse"; + rename -uid "DC3BF020-44A2-4F67-22D4-5B866A7A8A4B"; + setAttr ".t" -type "double3" 0 -14.052368164062301 0 ; +createNode orientConstraint -n "HipSwingReverseXPart2_orientConstraint1" -p "HipSwingReverseXPart2"; + rename -uid "FEF80B34-4B86-3734-B64B-4C8C060919B0"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "HipSwingReversePart2W0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode joint -n "FKXRoot_M" -p "FKExtraRoot_M"; + rename -uid "0F19D257-46B6-C24A-CC7C-0C9B0B60D96A"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode orientConstraint -n "FKXRoot_M_orientConstraint1" -p "FKXRoot_M"; + rename -uid "2A53B069-4780-BF29-5C25-ABACF89A7030"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKRoot_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "FKOffsetRoot_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 0.08604280435128922 -7.0702889898359431e-05 0.023540510857467188 ; + setAttr ".int" 2; + setAttr -k on ".w0" 0.33333333333333331; + setAttr -k on ".w1" 0.66666666666666674; +createNode transform -n "AlignIKToRoot_M" -p "FKXRoot_M"; + rename -uid "8F9C328D-4483-C25F-A7A4-C18B26FEDCA7"; +createNode transform -n "FKOffsetRootPart1_M" -p "FKXRoot_M"; + rename -uid "2E5C7FEC-4D7E-43EC-662F-209260A6A8C7"; +createNode transform -n "FKExtraRootPart1_M" -p "FKOffsetRootPart1_M"; + rename -uid "2858D430-4E52-8426-EF9F-11951407DAC7"; + setAttr -l on -k off ".v"; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKRootPart1_M" -p "FKExtraRootPart1_M"; + rename -uid "5781708D-464A-75D8-95BA-B29CDDCB2B22"; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKRootPart1_MShape" -p "FKRootPart1_M"; + rename -uid "C49D703C-4E35-1529-98EA-E59E89EDE71C"; + setAttr -l on -k off ".v" no; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -12.988363265991211 -5.6773939149934449e-07 -12.988361358642578 + -18.368318557739258 -8.0290470805266523e-07 8.0290476489608409e-07 + -12.988361358642578 -5.6773933465592563e-07 12.988363265991211 + 8.0290470805266523e-07 2.9346496614084464e-14 18.368318557739258 + 12.988363265991211 5.6773939149934449e-07 12.988361358642578 + 18.368318557739258 8.0290470805266523e-07 -8.0290470805266523e-07 + 12.988361358642578 5.6773933465592563e-07 -12.988363265991211 + -8.0290470805266523e-07 -2.9346493225952675e-14 -18.368318557739258 + -12.988363265991211 -5.6773939149934449e-07 -12.988361358642578 + -18.368318557739258 -8.0290470805266523e-07 8.0290476489608409e-07 + -12.988361358642578 -5.6773933465592563e-07 12.988363265991211 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXRootPart1_M" -p "FKRootPart1_M"; + rename -uid "063F2146-4D74-7E83-6650-DA9345BA06E2"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode orientConstraint -n "FKXRootPart1_M_orientConstraint1" -p "FKXRootPart1_M"; + rename -uid "51D462DE-4F5F-877E-F29D-8C8EDBC870D5"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKRoot_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "FKOffsetRoot_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 0.086042856493304828 -7.0702943455900157e-05 0.02354052512300538 ; + setAttr ".int" 2; + setAttr -k on ".w0" 0.66666666666666663; + setAttr -k on ".w1" 0.33333333333333337; +createNode transform -n "FKOffsetRootPart2_M" -p "FKXRootPart1_M"; + rename -uid "330222B2-4D96-83C6-A82E-50B2D3734075"; +createNode transform -n "FKExtraRootPart2_M" -p "FKOffsetRootPart2_M"; + rename -uid "EA6CCECC-4094-BC8D-A6F7-B2AF44801ADD"; + setAttr -l on -k off ".v"; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKRootPart2_M" -p "FKExtraRootPart2_M"; + rename -uid "EBC24EFB-4930-E7B9-DCA2-DBAAC689D8BE"; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKRootPart2_MShape" -p "FKRootPart2_M"; + rename -uid "78AE4A02-4D01-E260-BAEC-ECA343C64F76"; + setAttr -l on -k off ".v" no; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -12.988363265991211 -5.6773939149934449e-07 -12.988361358642578 + -18.368318557739258 -8.0290470805266523e-07 8.0290470805266523e-07 + -12.988361358642578 -5.6773933465592563e-07 12.988363265991211 + 8.0290470805266523e-07 2.9346496614084464e-14 18.368318557739258 + 12.988363265991211 5.6773939149934449e-07 12.988361358642578 + 18.368318557739258 8.0290470805266523e-07 -8.0290470805266523e-07 + 12.988361358642578 5.6773933465592563e-07 -12.988363265991211 + -8.0290470805266523e-07 -2.9346493225952675e-14 -18.368318557739258 + -12.988363265991211 -5.6773939149934449e-07 -12.988361358642578 + -18.368318557739258 -8.0290470805266523e-07 8.0290470805266523e-07 + -12.988361358642578 -5.6773933465592563e-07 12.988363265991211 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXRootPart2_M" -p "FKRootPart2_M"; + rename -uid "CF57EEC8-4E7E-2F90-6F56-F8A9D74F7566"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode orientConstraint -n "FKXRootPart2_M_orientConstraint1" -p "FKXRootPart2_M"; + rename -uid "65391B2B-4D80-9B0E-DD41-6AA53F897229"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKRoot_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "FKOffsetRoot_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 0.086042804351289193 -7.0702889898359485e-05 0.023540510857467199 ; + setAttr ".int" 2; + setAttr -k on ".w0"; + setAttr -k on ".w1" 0; +createNode transform -n "FKPS1Spine1_M" -p "FKXRootPart2_M"; + rename -uid "D70D649E-4F93-37CE-964E-6CBD4A7F093C"; +createNode transform -n "FKPS2Spine1_M" -p "FKPS1Spine1_M"; + rename -uid "1AAACC86-4C91-E09C-CF7B-8E9DF9FB72EA"; + setAttr ".t" -type "double3" -4.5309833782845875e-15 7.0261840820311647 1.1447106461245046e-06 ; +createNode scaleConstraint -n "FKPS1Spine1_M_scaleConstraint1" -p "FKPS1Spine1_M"; + rename -uid "2FD394D3-4246-440D-B997-5F923B8D01D2"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKRootPart2_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "HipSwingerStabilizer" -p "FKXRootPart2_M"; + rename -uid "64E7F163-4B81-3C17-8AA9-1EA0D745D769"; +createNode transform -n "FKOffsetSpine1_M" -p "HipSwingerStabilizer"; + rename -uid "AB60CCCA-4AFD-D719-6B4A-A6BAC74092AF"; +createNode transform -n "FKExtraSpine1_M" -p "FKOffsetSpine1_M"; + rename -uid "1C76B3C0-44DC-E491-8EFC-0F8A3BB67ABD"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKSpine1_M" -p "FKExtraSpine1_M"; + rename -uid "0F6D322F-4001-7E28-9D4A-AF878E4A89EA"; + setAttr ".sech" no; + setAttr ".t" -type "double3" -0.025934920120118748 -0.010295430633703972 -0.00018662108098932428 ; + setAttr ".r" -type "double3" -2.4619596435363387 4.0217197946537038 0.09097226063240503 ; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKSpine1_MShape" -p "FKSpine1_M"; + rename -uid "0302AD09-4EC6-3018-436D-32B53BF330EB"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -16.880547039390276 -7.3787213942839137e-07 -16.880544557026315 + -23.872697355390894 -1.0435088132103434e-06 1.0435088221765374e-06 + -16.880544557026315 -7.3787206560730616e-07 16.880547039390276 + 1.0435087483632196e-06 2.8188340201138468e-14 23.872697355390894 + 16.880547039390276 7.3787215646248863e-07 16.880544557026315 + 23.872697355390894 1.0435087564233543e-06 -1.0435087474571599e-06 + 16.880544557026315 7.3787208264140332e-07 -16.880547039390276 + -1.0435087474493932e-06 -4.809299922429057e-14 -23.872697355390894 + -16.880547039390276 -7.3787213942839137e-07 -16.880544557026315 + -23.872697355390894 -1.0435088132103434e-06 1.0435088221765374e-06 + -16.880544557026315 -7.3787206560730616e-07 16.880547039390276 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXSpine1_M" -p "FKExtraSpine1_M"; + rename -uid "9485B9DC-4EFE-3604-ECFD-41BCEE277588"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode orientConstraint -n "FKXSpine1_M_orientConstraint1" -p "FKXSpine1_M"; + rename -uid "A0D85B2F-496A-D343-3A36-3FA2836FE53D"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKSpine1_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "FKOffsetSpine1_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" -0.82083875494488312 1.3400933488824172 0.049512512422029351 ; + setAttr ".int" 2; + setAttr -k on ".w0" 0.33333333333333331; + setAttr -k on ".w1" 0.66666666666666674; +createNode transform -n "FKOffsetSpine1Part1_M" -p "FKXSpine1_M"; + rename -uid "4172D00E-4921-FC7D-5E98-B2BAD5FD1521"; +createNode transform -n "FKExtraSpine1Part1_M" -p "FKOffsetSpine1Part1_M"; + rename -uid "2B2D1FE6-46A6-4DC3-71FC-BBA6730EDD25"; + setAttr -l on -k off ".v"; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKSpine1Part1_M" -p "FKExtraSpine1Part1_M"; + rename -uid "BB2A2ECB-46A3-E5CB-8479-7CB6631824A1"; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKSpine1Part1_MShape" -p "FKSpine1Part1_M"; + rename -uid "CE5E4EAB-4FB3-3EA2-EE7C-59AA4453C4B5"; + setAttr -l on -k off ".v" no; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -12.988363265991211 -5.6773939149934449e-07 -12.988361358642578 + -18.368318557739258 -8.0290476489608409e-07 8.0290476489608409e-07 + -12.988361358642578 -5.6773933465592563e-07 12.988363265991211 + 8.0290470805266523e-07 1.5135640204816565e-14 18.368318557739258 + 12.988363265991211 5.6773939149934449e-07 12.988361358642578 + 18.368318557739258 8.0290470805266523e-07 -8.0290470805266523e-07 + 12.988361358642578 5.6773933465592563e-07 -12.988363265991211 + -8.0290470805266523e-07 -4.3557347941154678e-14 -18.368318557739258 + -12.988363265991211 -5.6773939149934449e-07 -12.988361358642578 + -18.368318557739258 -8.0290476489608409e-07 8.0290476489608409e-07 + -12.988361358642578 -5.6773933465592563e-07 12.988363265991211 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXSpine1Part1_M" -p "FKSpine1Part1_M"; + rename -uid "E01D0080-4695-E1ED-790A-4C922C565F15"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode orientConstraint -n "FKXSpine1Part1_M_orientConstraint1" -p "FKXSpine1Part1_M"; + rename -uid "C7A4FF4C-4721-71C8-12F3-38B0AEE15173"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKSpine1_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "FKOffsetSpine1_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" -0.82083875494488356 1.3400933488824176 0.049512512422029344 ; + setAttr ".int" 2; + setAttr -k on ".w0" 0.66666666666666663; + setAttr -k on ".w1" 0.33333333333333337; +createNode transform -n "FKOffsetSpine1Part2_M" -p "FKXSpine1Part1_M"; + rename -uid "2D7C64F3-4BE5-817A-861D-5ABD9CBB7113"; +createNode transform -n "FKExtraSpine1Part2_M" -p "FKOffsetSpine1Part2_M"; + rename -uid "F3507935-4792-CE2D-5306-3D94AA23B7E3"; + setAttr -l on -k off ".v"; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKSpine1Part2_M" -p "FKExtraSpine1Part2_M"; + rename -uid "2F1406CE-405B-0CFA-9144-D7906E716290"; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKSpine1Part2_MShape" -p "FKSpine1Part2_M"; + rename -uid "DC271002-4950-89DD-B7D4-C7A0247C3A2B"; + setAttr -l on -k off ".v" no; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -12.988363265991211 -5.6773939149934449e-07 -12.988361358642578 + -18.368318557739258 -8.0290470805266523e-07 8.0290476489608409e-07 + -12.988361358642578 -5.6773933465592563e-07 12.988363265991211 + 8.0290470805266523e-07 2.9346496614084464e-14 18.368318557739258 + 12.988363265991211 5.6773939149934449e-07 12.988361358642578 + 18.368318557739258 8.0290470805266523e-07 -8.0290470805266523e-07 + 12.988361358642578 5.6773933465592563e-07 -12.988363265991211 + -8.0290470805266523e-07 -2.9346493225952675e-14 -18.368318557739258 + -12.988363265991211 -5.6773939149934449e-07 -12.988361358642578 + -18.368318557739258 -8.0290470805266523e-07 8.0290476489608409e-07 + -12.988361358642578 -5.6773933465592563e-07 12.988363265991211 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXSpine1Part2_M" -p "FKSpine1Part2_M"; + rename -uid "2FC6BFA8-433D-F92C-FD6B-D68AD3EC2C41"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode orientConstraint -n "FKXSpine1Part2_M_orientConstraint1" -p "FKXSpine1Part2_M"; + rename -uid "E571BF6E-4D39-8E57-0960-3C80B92D7606"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKSpine1_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "FKOffsetSpine1_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" -0.82083875494488323 1.3400933488824189 0.04951251242202933 ; + setAttr ".int" 2; + setAttr -k on ".w0"; + setAttr -k on ".w1" 0; +createNode transform -n "FKOffsetChest_M" -p "FKXSpine1Part2_M"; + rename -uid "C3708E2C-437E-C821-8F1E-58B2EFC09315"; +createNode transform -n "FKExtraChest_M" -p "FKOffsetChest_M"; + rename -uid "5EC0418C-463F-37D2-EB55-4EB39B03CF2E"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKChest_M" -p "FKExtraChest_M"; + rename -uid "EA45F4B9-4B03-E375-6D72-C9A364A86E77"; + setAttr ".sech" no; + setAttr ".t" -type "double3" 0.010695529927654823 -0.029501000306964897 -0.025524730149194319 ; + setAttr ".r" -type "double3" 5.0546703189116871 4.0066516814425874 -0.042624611111064269 ; + setAttr ".s" -type "double3" 1 1 1.0000000000000004 ; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKChest_MShape" -p "FKChest_M"; + rename -uid "E8B0E8B9-41B0-5FDD-6B38-B8BF68CD153B"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -19.442369722542583 -8.4985304514716227e-07 -19.442366863450541 + -27.495661554972902 -1.201873614345177e-06 1.2018735441886205e-06 + -19.442366863450541 -8.4985296012285487e-07 19.442369722542583 + 1.201873543800964e-06 1.5507259643874875e-14 27.495661554972902 + 19.442369722542583 8.4985298836873762e-07 19.442366863450541 + 27.495661554972902 1.2018735575667525e-06 -1.2018735426990002e-06 + 19.442366863450541 8.4985290334442991e-07 -19.442369722542583 + -1.2018735430866575e-06 -7.2350675657254698e-14 -27.495661554972902 + -19.442369722542583 -8.4985304514716227e-07 -19.442366863450541 + -27.495661554972902 -1.201873614345177e-06 1.2018735441886205e-06 + -19.442366863450541 -8.4985296012285487e-07 19.442369722542583 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXChest_M" -p "FKChest_M"; + rename -uid "D404F194-4916-B22A-9748-FA8D0599A76C"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "AlignIKToChest_M" -p "FKXChest_M"; + rename -uid "2C6E2281-413D-A201-4E99-39AF60D371E1"; +createNode pointConstraint -n "FKOffsetChest_M_pointConstraint1" -p "FKOffsetChest_M"; + rename -uid "2E58A406-474C-11C5-3E06-C28E9BD1596B"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKPS2Chest_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -4.8359068882474586e-16 4.6928558349609659 7.6456308543510566e-07 ; + setAttr -k on ".w0"; +createNode transform -n "FKPS1Chest_M" -p "FKXSpine1Part2_M"; + rename -uid "D2AFD56F-4DD1-ED40-B493-6B9B15FF6CF1"; +createNode transform -n "FKPS2Chest_M" -p "FKPS1Chest_M"; + rename -uid "3B81BDF5-437C-85B4-FCF8-26B8828D34A9"; + setAttr ".t" -type "double3" -4.8359068882474586e-16 4.6928558349609659 7.6456308543510566e-07 ; +createNode scaleConstraint -n "FKPS1Chest_M_scaleConstraint1" -p "FKPS1Chest_M"; + rename -uid "FBB68C95-4DA3-11C1-A39D-B591CBB6DE09"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKSpine1Part2_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode pointConstraint -n "FKOffsetSpine1Part2_M_pointConstraint1" -p "FKOffsetSpine1Part2_M"; + rename -uid "A255E11A-4085-3601-627A-EBA20D8F432A"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKPS2Spine1Part2_MW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -1.6119689627491529e-16 4.6928558349609943 7.6456308543510228e-07 ; + setAttr -k on ".w0"; +createNode transform -n "FKPS1Spine1Part2_M" -p "FKXSpine1Part1_M"; + rename -uid "86050FE7-4226-057A-D7C9-7A91AF3080A6"; +createNode transform -n "FKPS2Spine1Part2_M" -p "FKPS1Spine1Part2_M"; + rename -uid "74052CDC-4A75-A441-6AF5-4FB00858F905"; + setAttr ".t" -type "double3" -1.6119689627491529e-16 4.6928558349609943 7.6456308543510228e-07 ; +createNode scaleConstraint -n "FKPS1Spine1Part2_M_scaleConstraint1" -p "FKPS1Spine1Part2_M"; + rename -uid "53048694-41A1-8BCA-8F64-54A12D7CF3E5"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKSpine1Part1_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode pointConstraint -n "FKOffsetSpine1Part1_M_pointConstraint1" -p "FKOffsetSpine1Part1_M"; + rename -uid "81943442-4705-8D54-E20F-E3BC742433C5"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKPS2Spine1Part1_MW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -1.6119689627491529e-16 4.6928558349609943 7.6456308543510905e-07 ; + setAttr -k on ".w0"; +createNode transform -n "FKPS1Spine1Part1_M" -p "FKXSpine1_M"; + rename -uid "00D60CC6-4AA2-A385-7D34-06941FF3625E"; +createNode transform -n "FKPS2Spine1Part1_M" -p "FKPS1Spine1Part1_M"; + rename -uid "D56327BF-4F3A-E8A4-5B1C-C48E0F47FA59"; + setAttr ".t" -type "double3" -1.6119689627491529e-16 4.6928558349609943 7.6456308543510905e-07 ; +createNode scaleConstraint -n "FKPS1Spine1Part1_M_scaleConstraint1" -p "FKPS1Spine1Part1_M"; + rename -uid "FAC71E09-446F-F0B7-A924-718735A9CF94"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKSpine1_MW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode pointConstraint -n "FKOffsetSpine1_M_pointConstraint1" -p "FKOffsetSpine1_M"; + rename -uid "9D79A561-4733-DFAE-B95C-DA98F5F3DFAF"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKPS2Spine1_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -4.5309833782845875e-15 7.0261840820311647 1.1447106461245046e-06 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "HipSwingerStabilizer_orientConstraint1" -p "HipSwingerStabilizer"; + rename -uid "346A911E-42F6-077E-DC9B-25A12337D565"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "HipSwingerStabilizerTargetW0" -dv + 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode pointConstraint -n "FKOffsetRootPart2_M_pointConstraint1" -p "FKOffsetRootPart2_M"; + rename -uid "97FA0089-40FE-861C-9090-CF9FAFC63374"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKPS2RootPart2_MW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -1.5103277927615293e-15 7.0261840820311363 1.1447106461245012e-06 ; + setAttr -k on ".w0"; +createNode transform -n "FKPS1RootPart2_M" -p "FKXRootPart1_M"; + rename -uid "3A3E2F4B-45D2-7CA1-FF51-C3B41F493734"; +createNode transform -n "FKPS2RootPart2_M" -p "FKPS1RootPart2_M"; + rename -uid "B672881C-421C-C0B2-29D7-BBB0DBA84C0A"; + setAttr ".t" -type "double3" -1.5103277927615293e-15 7.0261840820311363 1.1447106461245012e-06 ; +createNode scaleConstraint -n "FKPS1RootPart2_M_scaleConstraint1" -p "FKPS1RootPart2_M"; + rename -uid "867F57A2-487E-EBE9-2B55-20A85E95F6D8"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKRootPart1_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode pointConstraint -n "FKOffsetRootPart1_M_pointConstraint1" -p "FKOffsetRootPart1_M"; + rename -uid "8D34B4F5-4707-DA68-FBD2-489095EA54C7"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKPS2RootPart1_MW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -1.5103277927615289e-15 7.0261840820311647 1.144710646124508e-06 ; + setAttr -k on ".w0"; +createNode transform -n "FKPS1RootPart1_M" -p "FKXRoot_M"; + rename -uid "7999FCA1-4FDF-CF92-ECD2-539702C7395E"; +createNode transform -n "FKPS2RootPart1_M" -p "FKPS1RootPart1_M"; + rename -uid "437A3A8C-4296-7A97-E9C4-7686589B2BEC"; + setAttr ".t" -type "double3" -1.5103277927615289e-15 7.0261840820311647 1.144710646124508e-06 ; +createNode scaleConstraint -n "FKPS1RootPart1_M_scaleConstraint1" -p "FKPS1RootPart1_M"; + rename -uid "1933C7D8-48A0-31D2-77A0-5184035EEBA6"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKRoot_MW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode pointConstraint -n "FKXRoot_M_pointConstraint1" -p "FKXRoot_M"; + rename -uid "5A6CB6C1-4CD4-5CC1-327F-44A63DFC9EDC"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "HipSwingReverseRootW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -3.9443045261050599e-31 0 0 ; + setAttr -k on ".w0"; +createNode transform -n "FKParentConstraintToRoot_M" -p "FKSystem"; + rename -uid "3899DB45-4E1A-9E87-BA13-F1BBD4545F5B"; +createNode parentConstraint -n "FKParentConstraintToRoot_M_parentConstraint1" -p + "FKParentConstraintToRoot_M"; + rename -uid "692A94F6-41A0-8C01-6239-70A1403B2C22"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "LegLockConstrainedW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 1.9709482123356974e-15 100 1.6292067812340161e-05 ; + setAttr -k on ".w0"; +createNode transform -n "FKOffsetHip_R" -p "FKParentConstraintToRoot_M"; + rename -uid "2B978097-4B1B-8799-DC6D-B7AD448AEF2B"; + setAttr ".t" -type "double3" -8.9100017547607422 -6.2700042724608664 -1.0105432105255777e-06 ; + setAttr ".r" -type "double3" -1.2865492663821865 -9.7104945805094207e-06 179.99999134639648 ; + setAttr ".ro" 2; + setAttr ".s" -type "double3" 1 1.0000000000000002 1 ; +createNode transform -n "FKExtraHip_R" -p "FKOffsetHip_R"; + rename -uid "C4113DE4-41A0-0C6E-C6FC-0ABC6C560C32"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".ro" 2; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKHip_R" -p "FKExtraHip_R"; + rename -uid "BA05F43C-4CE0-22D1-B67A-88A0CDABFCD7"; + addAttr -ci true -sn "autoTwist" -ln "autoTwist" -dv 10 -min 0 -max 10 -at "double"; + addAttr -ci true -sn "extraTwist" -ln "extraTwist" -at "double"; + setAttr ".sech" no; + setAttr ".r" -type "double3" 0.52162447330943673 -0.18706600537083951 -0.93291847327471256 ; + setAttr ".ro" 2; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKHip_RShape" -p "FKHip_R"; + rename -uid "A7C0F356-4491-D4A1-654A-3692EFF576E5"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -10.22613144 -4.469984276e-07 -10.22613144 + -14.46193409 -6.3215122739999994e-07 6.3215122739999994e-07 + -10.22613144 -4.4699839920000002e-07 10.22613144 + 6.3215122739999994e-07 2.310538506e-14 14.46193409 + 10.22613144 4.469984276e-07 10.22613144 + 14.46193409 6.3215122739999994e-07 -6.3215122739999994e-07 + 10.22613144 4.4699839920000002e-07 -10.22613144 + -6.3215122739999994e-07 -2.310538506e-14 -14.46193409 + -10.22613144 -4.469984276e-07 -10.22613144 + -14.46193409 -6.3215122739999994e-07 6.3215122739999994e-07 + -10.22613144 -4.4699839920000002e-07 10.22613144 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXHip_R" -p "FKHip_R"; + rename -uid "4689CE2C-4771-48A8-2952-BF825361917E"; + setAttr ".ro" 2; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "AlignIKToHip_R" -p "FKXHip_R"; + rename -uid "67E149AF-4171-5FC9-2828-A0884019E48A"; + setAttr ".t" -type "double3" -1.7763568394002505e-15 0 -4.4408920985006262e-16 ; + setAttr ".r" -type "double3" -1.286549266380687 -9.9072883210305723e-06 -179.9999911261333 ; + setAttr ".ro" 2; +createNode transform -n "FKOffsetKnee_R" -p "FKXHip_R"; + rename -uid "149FE0A3-453B-8056-4C06-6FB3E6DDB776"; + setAttr ".r" -type "double3" -2.7051239535459657 -0.001322588951408694 6.2420450597027412e-05 ; + setAttr ".ro" 2; + setAttr ".s" -type "double3" 0.99999999999999989 1 1 ; +createNode transform -n "FKExtraKnee_R" -p "FKOffsetKnee_R"; + rename -uid "89B928C4-4BCB-290F-9920-3DA440BDC6EB"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".ro" 2; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKKnee_R" -p "FKExtraKnee_R"; + rename -uid "23B63F7A-4DDE-AA66-CE45-E58B15804084"; + addAttr -ci true -sn "autoTwist" -ln "autoTwist" -dv 10 -min 0 -max 10 -at "double"; + addAttr -ci true -sn "extraTwist" -ln "extraTwist" -at "double"; + setAttr ".sech" no; + setAttr ".t" -type "double3" 1.964650664376677e-12 1.7953540876192164e-06 8.4827664809106196e-08 ; + setAttr ".r" -type "double3" -14.484168077400923 -1.2664927803295174e-14 0.00033397302447620171 ; + setAttr ".ro" 2; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKKnee_RShape" -p "FKKnee_R"; + rename -uid "792713EE-40B8-9EBC-75D4-FB8CF72F4436"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -7.0525050159999996 -3.0827479239999999e-07 -7.0525040629999998 + -9.9737472530000009 -4.3596634209999994e-07 4.3596637059999999e-07 + -7.0525040629999998 -3.082747639e-07 7.0525050159999996 + 4.3596634209999994e-07 1.593474803e-14 9.9737472530000009 + 7.0525050159999996 3.0827479239999999e-07 7.0525040629999998 + 9.9737472530000009 4.3596634209999994e-07 -4.3596634209999994e-07 + 7.0525040629999998 3.082747639e-07 -7.0525050159999996 + -4.3596634209999994e-07 -1.593474803e-14 -9.9737472530000009 + -7.0525050159999996 -3.0827479239999999e-07 -7.0525040629999998 + -9.9737472530000009 -4.3596634209999994e-07 4.3596637059999999e-07 + -7.0525040629999998 -3.082747639e-07 7.0525050159999996 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXKnee_R" -p "FKKnee_R"; + rename -uid "092142E7-433B-2E7A-ACFF-E7809D76A42D"; + setAttr ".ro" 2; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "FKOffsetAnkle_R" -p "FKXKnee_R"; + rename -uid "2E7BF5C3-4644-59C2-40FD-E4B29593F524"; + setAttr ".r" -type "double3" 1.4185746878785837 0.0013531653203418276 9.4479286666258576e-06 ; + setAttr ".ro" 3; +createNode transform -n "FKExtraAnkle_R" -p "FKOffsetAnkle_R"; + rename -uid "91DC1963-4E0E-51EF-0C20-EFA9093C75D9"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".ro" 3; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKAnkle_R" -p "FKExtraAnkle_R"; + rename -uid "14E15A8B-404F-E5E0-65AA-55A052A62B0F"; + setAttr ".sech" no; + setAttr ".t" -type "double3" 3.1974423109204508e-13 1.788776474498377e-06 -4.4297012280480885e-08 ; + setAttr ".r" -type "double3" 13.600536623949331 9.5948748360417468 3.3224734871342192 ; + setAttr ".ro" 3; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKAnkle_RShape" -p "FKAnkle_R"; + rename -uid "82EBC293-4935-4C28-9EE2-E6BFF236C2B5"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -4.3490443230000002 -1.9010278149999999e-07 -4.3490443230000002 + -6.150477886 -2.688459517e-07 2.688459517e-07 + -4.3490443230000002 -1.9010276730000001e-07 4.3490443230000002 + 2.6884592330000002e-07 9.8264283740000014e-15 6.150477886 + 4.3490443230000002 1.9010278149999999e-07 4.3490443230000002 + 6.150477886 2.688459517e-07 -2.6884592330000002e-07 + 4.3490443230000002 1.9010276730000001e-07 -4.3490443230000002 + -2.6884592330000002e-07 -9.8264283740000014e-15 -6.150477886 + -4.3490443230000002 -1.9010278149999999e-07 -4.3490443230000002 + -6.150477886 -2.688459517e-07 2.688459517e-07 + -4.3490443230000002 -1.9010276730000001e-07 4.3490443230000002 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXAnkle_R" -p "FKAnkle_R"; + rename -uid "3940C3D0-42C0-EB2F-8C18-0196417606C7"; + setAttr ".ro" 3; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "AlignIKToAnkle_R" -p "FKXAnkle_R"; + rename -uid "17D6D98A-4E77-797A-F4A2-A39AEF200FBD"; + setAttr ".t" -type "double3" 0 1.7763568394002505e-15 0 ; + setAttr ".r" -type "double3" -7.0167092985348775e-15 4.2179044257323714e-05 180 ; + setAttr ".s" -type "double3" 0.99999999999999989 1 0.99999999999999989 ; +createNode transform -n "FKOffsetToes_R" -p "FKXAnkle_R"; + rename -uid "F4EC3CF2-4890-CEEA-588E-B4A7A2501049"; + setAttr ".t" -type "double3" 3.8327513607328001e-08 6.262316250974056 12.954716197681071 ; + setAttr ".r" -type "double3" 82.270215842859983 -2.8516439695788357e-05 -3.2297503631259593e-05 ; + setAttr ".ro" 5; +createNode transform -n "FKExtraToes_R" -p "FKOffsetToes_R"; + rename -uid "148AFE3B-4ADF-A020-D3A9-8684A4D1182D"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".ro" 5; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKToes_R" -p "FKExtraToes_R"; + rename -uid "35860A1B-4030-147B-628C-12A10C3D6E35"; + setAttr ".sech" no; + setAttr ".ro" 5; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKToes_RShape" -p "FKToes_R"; + rename -uid "F516BA90-428C-BA67-4BB6-EAA7B518495A"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -3.5262525079999998 -1.541373962e-07 -3.5262520309999998 + -4.9868736269999996 -2.1798317109999998e-07 2.179831853e-07 + -3.5262520309999998 -1.5413738200000001e-07 3.5262525079999998 + 2.1798317109999998e-07 8.6335078289999986e-15 4.9868736269999996 + 3.5262525079999998 1.541373962e-07 3.5262520309999998 + 4.9868736269999996 2.179831853e-07 -2.1798317109999998e-07 + 3.5262520309999998 1.5413738200000001e-07 -3.5262525079999998 + -2.1798317109999998e-07 -7.3012401990000007e-15 -4.9868736269999996 + -3.5262525079999998 -1.541373962e-07 -3.5262520309999998 + -4.9868736269999996 -2.1798317109999998e-07 2.179831853e-07 + -3.5262520309999998 -1.5413738200000001e-07 3.5262525079999998 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXToes_R" -p "FKToes_R"; + rename -uid "60D38DEB-4173-4536-DB40-52B110884F90"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "AlignIKToToes_R" -p "FKXToes_R"; + rename -uid "BFB802AD-48D4-18A0-DBA4-0EBEA97CFCF4"; + setAttr ".ro" 5; +createNode pointConstraint -n "FKOffsetAnkle_R_pointConstraint1" -p "FKOffsetAnkle_R"; + rename -uid "40BB1703-468D-096C-3EEA-808F3EE166B5"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKPS2Ankle_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".o" -type "double3" 1.7763568394002505e-15 4.9737991503207013e-14 6.9388939039072284e-16 ; + setAttr ".rst" -type "double3" -9.8783203839047928e-11 40.713441966778632 7.8076434206764134e-14 ; + setAttr -k on ".w0"; +createNode transform -n "FKPS1Ankle_R" -p "FKXKnee_R"; + rename -uid "48173EAB-4D17-ECEA-2233-CEA5D210AB12"; + setAttr ".t" -type "double3" -1.7763568394002505e-15 -1.4210854715202004e-14 -2.7755575615628914e-17 ; +createNode transform -n "FKPS2Ankle_R" -p "FKPS1Ankle_R"; + rename -uid "1A21CE3C-4CD6-6A5E-D3EE-9991CB841FD0"; + setAttr ".t" -type "double3" -9.8783203839047928e-11 40.713441966778618 7.7826634026223473e-14 ; + setAttr ".r" -type "double3" 1.4185746881017165 0.0013531653203418096 9.4479286692607518e-06 ; + setAttr ".s" -type "double3" 0.99999999999999989 1 1 ; +createNode scaleConstraint -n "FKPS1Ankle_R_scaleConstraint1" -p "FKPS1Ankle_R"; + rename -uid "31A9EDC7-4F2A-1D14-43DA-E0B50ABEF163"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKKnee_RW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode pointConstraint -n "FKOffsetKnee_R_pointConstraint1" -p "FKOffsetKnee_R"; + rename -uid "7AC055B9-4293-B005-50BF-6BA856D0381E"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKPS2Knee_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".o" -type "double3" 7.1054273576010019e-15 1.4210854715202004e-14 8.8817841970012523e-16 ; + setAttr ".rst" -type "double3" -3.0198066269804258e-14 44.889970889410648 -1.13509202037676e-12 ; + setAttr -k on ".w0"; +createNode transform -n "FKPS1Knee_R" -p "FKXHip_R"; + rename -uid "3AE2A8BC-4F64-B51E-8DB9-F684C3F8CED6"; + setAttr ".t" -type "double3" -1.7763568394002505e-15 -1.4210854715202004e-14 -4.4408920985006262e-16 ; +createNode transform -n "FKPS2Knee_R" -p "FKPS1Knee_R"; + rename -uid "5F40795F-4248-C0E0-2AE2-0C864E9E7923"; + setAttr ".t" -type "double3" -3.3750779948604759e-14 44.889970889410641 -1.13509202037676e-12 ; + setAttr ".r" -type "double3" -2.7051239549836419 -0.0013196429694851883 6.2350892899053426e-05 ; + setAttr ".s" -type "double3" 1 1 1.0000000000000002 ; +createNode scaleConstraint -n "FKPS1Knee_R_scaleConstraint1" -p "FKPS1Knee_R"; + rename -uid "471154FF-4026-7337-8302-4DA4267FD548"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKHip_RW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "FKOffsetHip_L" -p "FKParentConstraintToRoot_M"; + rename -uid "FF6F327A-4AC3-8156-73EE-5EB5E9A43E5F"; + setAttr ".t" -type "double3" 8.9100017547607386 -6.2700042724608664 -1.0105432105255777e-06 ; + setAttr ".r" -type "double3" 1.287 -179.99999292470778 -1.6535034906498377e-05 ; + setAttr ".ro" 2; + setAttr ".s" -type "double3" 1 1 1.0000000000000002 ; +createNode transform -n "FKExtraHip_L" -p "FKOffsetHip_L"; + rename -uid "6C46A19A-4B71-8139-3FE3-D9A5FA146DAA"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".ro" 2; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKHip_L" -p "FKExtraHip_L"; + rename -uid "B8D8B0F4-44E4-1D44-7BD6-818AFFB85ADF"; + addAttr -ci true -sn "autoTwist" -ln "autoTwist" -dv 10 -min 0 -max 10 -at "double"; + addAttr -ci true -sn "extraTwist" -ln "extraTwist" -at "double"; + setAttr ".sech" no; + setAttr ".r" -type "double3" 11.230315071049269 1.8159669889890455 -0.40398475392512978 ; + setAttr ".ro" 2; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKHip_LShape" -p "FKHip_L"; + rename -uid "F55660C4-4467-F314-FAD3-108CC8E603A6"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 10.22613191018808 8.2289894308473777e-05 10.226130969480813 + 14.461934089999737 2.6065459337587527e-06 -1.2971183398491348e-06 + 10.226130969811591 -7.8603674737109941e-05 -10.226131909886302 + -1.2970978300330671e-06 -0.00011376893631620533 -14.461934089552454 + -10.22613191018808 -8.2289894308473777e-05 -10.226130969480813 + -14.46193408999973 -2.6065459479696074e-06 1.2971183389609564e-06 + -10.226130969811589 7.8603674737109941e-05 10.2261319098863 + 1.2970978371384945e-06 0.00011376893631620533 14.461934089552452 + 10.22613191018808 8.2289894308473777e-05 10.226130969480813 + 14.461934089999737 2.6065459337587527e-06 -1.2971183398491348e-06 + 10.226130969811591 -7.8603674737109941e-05 -10.226131909886302 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXHip_L" -p "FKHip_L"; + rename -uid "3AAB12BF-486A-78D7-092E-BAB4751CF905"; + setAttr ".ro" 2; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "AlignIKToHip_L" -p "FKXHip_L"; + rename -uid "99B48A25-4FDA-B0BD-8F84-C58FDD2B33A2"; + setAttr ".t" -type "double3" 1.7763568394002505e-15 0 4.4408920985006262e-16 ; + setAttr ".r" -type "double3" -1.2865492568127488 179.9999932942724 -1.6380305297890795e-05 ; + setAttr ".ro" 2; + setAttr ".s" -type "double3" 0.99999999999999989 1 1 ; +createNode transform -n "FKOffsetKnee_L" -p "FKXHip_L"; + rename -uid "9EF33F6D-4CB1-B6B9-1360-A8A08D2A7A4F"; + setAttr ".r" -type "double3" -2.7051239535459777 -0.0013225889513857041 6.2420450636682431e-05 ; + setAttr ".ro" 2; +createNode transform -n "FKExtraKnee_L" -p "FKOffsetKnee_L"; + rename -uid "5CCB04EF-4CEC-B391-3886-BAB78648028C"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".ro" 2; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKKnee_L" -p "FKExtraKnee_L"; + rename -uid "47EA51A8-4F75-9487-5CE7-8AAF2863DF69"; + addAttr -ci true -sn "autoTwist" -ln "autoTwist" -dv 10 -min 0 -max 10 -at "double"; + addAttr -ci true -sn "extraTwist" -ln "extraTwist" -at "double"; + setAttr ".sech" no; + setAttr ".t" -type "double3" -2.4425388644999657e-07 -0.22420084000029306 -0.010593138143910608 ; + setAttr ".r" -type "double3" -22.065998744964595 -2.4102288506517885e-14 0.00050879333987729797 ; + setAttr ".ro" 2; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKKnee_LShape" -p "FKKnee_L"; + rename -uid "A8FCBA8C-4603-C614-0B55-18BCDC44CE06"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 7.0525114311681953 4.010181669400481e-05 7.0528565304933668 + 9.973753389703635 -1.4845766557414208e-05 0.00035191639728893165 + 7.0525099212391655 -7.0859221999342026e-05 -7.0521525480701275 + 5.3069291929830342e-06 -9.5126620273333629e-05 -9.9733945065051 + -7.0524991577605629 -7.3432456460409412e-05 -7.052151038120857 + -9.9737411162960079 -1.8484873216095821e-05 0.00035357597519181105 + -7.0524976478315349 3.7528582225831997e-05 7.0528580404426391 + 6.9664784376755051e-06 6.1795980506929027e-05 9.9740999988776089 + 7.0525114311681953 4.010181669400481e-05 7.0528565304933668 + 9.973753389703635 -1.4845766557414208e-05 0.00035191639728893165 + 7.0525099212391655 -7.0859221999342026e-05 -7.0521525480701275 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXKnee_L" -p "FKKnee_L"; + rename -uid "24CF4209-4E5A-FD3C-BCD0-3F8A5810F5A2"; + setAttr ".ro" 2; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "FKOffsetAnkle_L" -p "FKXKnee_L"; + rename -uid "D8480756-4912-AD56-1D81-62BDA8834358"; + setAttr ".r" -type "double3" 1.4185745816663917 0.001353174012277707 9.0969351528340205e-06 ; + setAttr ".ro" 3; + setAttr ".s" -type "double3" 0.99999999999999956 1 0.99999999999999944 ; +createNode transform -n "FKExtraAnkle_L" -p "FKOffsetAnkle_L"; + rename -uid "EB9D8032-4EEA-D002-1439-3A819A4EBE51"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".ro" 3; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKAnkle_L" -p "FKExtraAnkle_L"; + rename -uid "3EA7D336-46BB-14C8-20B4-7DA55654559A"; + setAttr ".sech" no; + setAttr ".t" -type "double3" -3.2321006315783052e-08 -0.20350690360619339 0.0050396159423146125 ; + setAttr ".r" -type "double3" 8.1375747314158513 6.9714622317608264 1.6879710161713117 ; + setAttr ".ro" 3; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKAnkle_LShape" -p "FKAnkle_L"; + rename -uid "0CB0BD41-44E2-527C-8E8E-B39AAA09061C"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 4.3490562783071036 3.5022523352523649e-05 4.3497173727948741 + 6.1504896547186547 1.1550939582605224e-06 0.0006727037933139077 + 4.3490559051302933 -3.3387352496916378e-05 -4.3483712729361024 + 1.1235996977276841e-05 -4.8370327586866324e-05 -6.1498046492855591 + -4.349032740869557 -3.5016997601999833e-05 -4.3483708997464747 + -6.150466117281109 -1.1495682077367064e-06 0.00067376925505689082 + -4.3490323676927467 3.3392878245663837e-05 4.3497177459845018 + 1.2301440568407429e-05 4.837585333739014e-05 6.1511511223339594 + 4.3490562783071036 3.5022523352523649e-05 4.3497173727948741 + 6.1504896547186547 1.1550939582605224e-06 0.0006727037933139077 + 4.3490559051302933 -3.3387352496916378e-05 -4.3483712729361024 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXAnkle_L" -p "FKAnkle_L"; + rename -uid "AF994774-4E39-4C12-8919-D7B42FF075D2"; + setAttr ".ro" 3; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "AlignIKToAnkle_L" -p "FKXAnkle_L"; + rename -uid "CCFA217E-43DE-B860-F7B1-7595CDFFA17C"; + setAttr ".t" -type "double3" 0 1.7763568394002505e-15 0 ; + setAttr ".r" -type "double3" 177.42690137059938 3.9713667218645349e-05 -179.99999208709229 ; + setAttr ".s" -type "double3" 0.99999999999999967 0.99999999999999989 0.99999999999999967 ; +createNode transform -n "FKOffsetToes_L" -p "FKXAnkle_L"; + rename -uid "079D203D-4D7B-699C-1598-CC86A520E58F"; + setAttr ".t" -type "double3" 4.7137405090325046e-11 -6.2623162269592063 -12.954716209289856 ; + setAttr ".r" -type "double3" 82.27021594905635 -5.6337038246333068e-05 -1.0675090928981889e-16 ; + setAttr ".ro" 5; + setAttr ".s" -type "double3" 1 1 0.99999999999999978 ; +createNode transform -n "FKExtraToes_L" -p "FKOffsetToes_L"; + rename -uid "994ADEE9-4173-B090-A849-1DBD1A9640B4"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".ro" 5; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKToes_L" -p "FKExtraToes_L"; + rename -uid "9E7A123C-486C-4120-76C5-A58AD013E91D"; + setAttr ".sech" no; + setAttr ".ro" 5; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKToes_LShape" -p "FKToes_L"; + rename -uid "D95A8E24-4424-17D7-302D-C9BBEEEF6A51"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 3.5262668167790547 0.0007280541507999061 3.5264479567825662 + 4.9868857012912811 0.0006995205055719822 0.00019478236075487487 + 3.5262618708044959 0.00067257361065742316 -3.5260565819974965 + 8.6962678640389868e-06 0.00066299859525642546 -4.9866754664798094 + -3.5262426681927543 0.0006764043696971811 -3.5260516360530727 + -4.9868615527049798 0.0007049380149126705 0.00020153836872438546 + -3.5262377222181964 0.00073188490983966403 3.5264529027269895 + 1.5452318438136103e-05 0.00074145992523888538 4.9870717872093033 + 3.5262668167790547 0.0007280541507999061 3.5264479567825662 + 4.9868857012912811 0.0006995205055719822 0.00019478236075487487 + 3.5262618708044959 0.00067257361065742316 -3.5260565819974965 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXToes_L" -p "FKToes_L"; + rename -uid "EF08A018-48D1-FC3B-6A73-20A6B37EA87F"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "AlignIKToToes_L" -p "FKXToes_L"; + rename -uid "8604A551-4BC1-C4A6-6003-4898FC9431F1"; + setAttr ".ro" 5; +createNode pointConstraint -n "FKOffsetAnkle_L_pointConstraint1" -p "FKOffsetAnkle_L"; + rename -uid "80C5B836-43F4-2747-1FE7-9DAF724E16C5"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKPS2Ankle_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".o" -type "double3" 0 0 -8.8817841970012523e-16 ; + setAttr ".rst" -type "double3" 9.8753005772778124e-11 -40.713441966778618 -9.3258734068513149e-14 ; + setAttr -k on ".w0"; +createNode transform -n "FKPS1Ankle_L" -p "FKXKnee_L"; + rename -uid "E111AEA9-42E5-5581-ED8C-A4813C82AC02"; + setAttr ".t" -type "double3" 1.7763568394002505e-15 0 0 ; +createNode transform -n "FKPS2Ankle_L" -p "FKPS1Ankle_L"; + rename -uid "9EE02010-4DE8-28BE-879C-0EA3C359DF81"; + setAttr ".t" -type "double3" 9.8751229415938724e-11 -40.713441966778618 -9.1482377229112899e-14 ; + setAttr ".r" -type "double3" 1.4185745818812376 0.0013531740122776908 9.0969351553710824e-06 ; + setAttr ".s" -type "double3" 0.99999999999999944 1 0.99999999999999944 ; +createNode scaleConstraint -n "FKPS1Ankle_L_scaleConstraint1" -p "FKPS1Ankle_L"; + rename -uid "85D0DC94-4E5A-8DFC-B2A7-0EB3A2476442"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKKnee_LW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode pointConstraint -n "FKOffsetKnee_L_pointConstraint1" -p "FKOffsetKnee_L"; + rename -uid "EC68E44E-474D-9901-40B0-EF8FD9C54A44"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKPS2Knee_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".o" -type "double3" -3.5527136788005009e-15 0 -8.8817841970012523e-16 ; + setAttr ".rst" -type "double3" 2.4868995751603507e-14 -44.889970889410648 1.1382006448457105e-12 ; + setAttr -k on ".w0"; +createNode transform -n "FKPS1Knee_L" -p "FKXHip_L"; + rename -uid "B1815BE6-4D19-4D71-8919-DFB1EA691DC3"; + setAttr ".t" -type "double3" 1.7763568394002505e-15 0 0 ; +createNode transform -n "FKPS2Knee_L" -p "FKPS1Knee_L"; + rename -uid "E2CE6D43-496C-35C3-E84D-419BE360F129"; + setAttr ".t" -type "double3" 2.6645352591003757e-14 -44.889970889410648 1.1386447340555605e-12 ; + setAttr ".r" -type "double3" -2.7051239549836539 -0.0013196429694603267 6.2350892938664237e-05 ; +createNode scaleConstraint -n "FKPS1Knee_L_scaleConstraint1" -p "FKPS1Knee_L"; + rename -uid "629C603C-461F-938D-7469-7F90B9651551"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKHip_LW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "FKParentConstraintToChest_M" -p "FKSystem"; + rename -uid "59A5C24E-402C-030A-A77D-C7849FD573EC"; +createNode pointConstraint -n "FKParentConstraintToChest_M_pointConstraint1" -p "FKParentConstraintToChest_M"; + rename -uid "ADC143B4-4003-8816-3618-C0A2783BFF56"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Chest_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -6.3866752328465249e-15 135.15711975097642 2.2019889007018992e-05 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "FKParentConstraintToChest_M_orientConstraint1" -p + "FKParentConstraintToChest_M"; + rename -uid "9647E9A3-4DEF-5DA5-BE9E-E0AB6E32CD93"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Chest_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 2.8321461318948034 8.0229734081209969 -0.018594279868741702 ; + setAttr -k on ".w0"; +createNode transform -n "FKOffsetNeck_M" -p "FKParentConstraintToChest_M"; + rename -uid "6525E597-4A9C-02B6-8B42-2A9BE4CB776D"; + setAttr ".t" -type "double3" 5.1924707170894926e-14 14.07855224609375 2.2936874251588256e-06 ; + setAttr ".ro" 5; +createNode transform -n "FKExtraNeck_M" -p "FKOffsetNeck_M"; + rename -uid "A1316625-4640-5D57-656A-26924DB5DE00"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".ro" 5; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKNeck_M" -p "FKExtraNeck_M"; + rename -uid "3136E103-4C3E-941E-9E3F-6E85670F8D73"; + setAttr ".sech" no; + setAttr ".r" -type "double3" 0 -8.6437548888466882 0 ; + setAttr ".ro" 5; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKNeck_MShape" -p "FKNeck_M"; + rename -uid "278BD066-45A5-A1A9-C7DF-27ABADE52911"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -9.2377542004518194 9.5785622815220375 -5.939367554653602 + -13.064156329877413 7.1876555543185834 2.9836171811950303 + -9.2377530289508805 4.7967491426233408 11.90660203201687 + 5.71052440825315e-07 3.8064037873432301 15.602622775106379 + 9.2377542004518194 4.796750225902219 11.906601109453549 + 13.064156329877413 7.1876569531056749 2.9836163736049208 + 9.2377530289508805 9.5785633648009156 -5.939368477216922 + -5.7105244025388752e-07 10.56890872008103 -9.6353892203064309 + -9.2377542004518194 9.5785622815220375 -5.939367554653602 + -13.064156329877413 7.1876555543185834 2.9836171811950303 + -9.2377530289508805 4.7967491426233408 11.90660203201687 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXNeck_M" -p "FKExtraNeck_M"; + rename -uid "9F5387C9-4647-CCF5-F4D5-7D8A20794F52"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode orientConstraint -n "FKXNeck_M_orientConstraint1" -p "FKXNeck_M"; + rename -uid "6C197887-4FBC-6ACE-AE6A-EEA5C1D72956"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKNeck_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "FKOffsetNeck_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 0 -2.8812516296155612 0 ; + setAttr ".int" 2; + setAttr -k on ".w0" 0.33333333333333331; + setAttr -k on ".w1" 0.66666666666666674; +createNode transform -n "FKOffsetNeckPart1_M" -p "FKXNeck_M"; + rename -uid "87AC2F4B-445A-501B-EDCA-8C91D32C7437"; + setAttr ".ro" 5; +createNode transform -n "FKExtraNeckPart1_M" -p "FKOffsetNeckPart1_M"; + rename -uid "DFB1C219-40E3-D81D-C80C-6599801AA336"; + setAttr -l on -k off ".v"; + setAttr ".ro" 5; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKNeckPart1_M" -p "FKExtraNeckPart1_M"; + rename -uid "89B169AD-42A9-8359-FB84-0F89FFE2E9E4"; + setAttr ".ro" 5; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKNeckPart1_MShape" -p "FKNeckPart1_M"; + rename -uid "EAC80A6B-469A-CAFD-DEF5-1F8FB5B795F3"; + setAttr -l on -k off ".v" no; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -3.761336088180542 -1.6441322259197477e-07 -3.7613356113433838 + -5.3193321228027344 -2.325154042637223e-07 2.3251541847457702e-07 + -3.7613356113433838 -1.6441320838112006e-07 3.761336088180542 + 2.325154042637223e-07 8.4985322815547826e-15 5.3193321228027344 + 3.761336088180542 1.6441322259197477e-07 3.7613356113433838 + 5.3193321228027344 2.325154042637223e-07 -2.3251539005286759e-07 + 3.7613356113433838 1.6441320838112006e-07 -3.761336088180542 + -2.325154042637223e-07 -8.4985322815547826e-15 -5.3193321228027344 + -3.761336088180542 -1.6441322259197477e-07 -3.7613356113433838 + -5.3193321228027344 -2.325154042637223e-07 2.3251541847457702e-07 + -3.7613356113433838 -1.6441320838112006e-07 3.761336088180542 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXNeckPart1_M" -p "FKNeckPart1_M"; + rename -uid "762F2ADB-4191-6FAF-0A96-25B3CFB13FD6"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode orientConstraint -n "FKXNeckPart1_M_orientConstraint1" -p "FKXNeckPart1_M"; + rename -uid "A558C9EE-4438-BA42-F57C-69BAC3DF5F39"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKNeck_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "FKOffsetNeck_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 0 -2.8812516296155617 0 ; + setAttr ".int" 2; + setAttr -k on ".w0" 0.66666666666666663; + setAttr -k on ".w1" 0.33333333333333337; +createNode transform -n "FKOffsetNeckPart2_M" -p "FKXNeckPart1_M"; + rename -uid "B47F7530-4336-E15F-7430-FA8C052026AB"; + setAttr ".ro" 5; +createNode transform -n "FKExtraNeckPart2_M" -p "FKOffsetNeckPart2_M"; + rename -uid "D7CF5F0E-4DD5-12AC-C909-54BB8BFB0C0C"; + setAttr -l on -k off ".v"; + setAttr ".ro" 5; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKNeckPart2_M" -p "FKExtraNeckPart2_M"; + rename -uid "BA6F96BC-4788-3960-799F-71BC52F2CAF5"; + setAttr ".ro" 5; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKNeckPart2_MShape" -p "FKNeckPart2_M"; + rename -uid "CD0C2B41-481D-5175-57AA-21B330DCD7C1"; + setAttr -l on -k off ".v" no; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -3.761336088180542 -1.644132510136842e-07 -3.7613356113433838 + -5.3193321228027344 -2.3251543268543173e-07 2.325154042637223e-07 + -3.7613356113433838 -1.6441323680282949e-07 3.761336088180542 + 2.325154042637223e-07 -1.9923177148849225e-14 5.3193321228027344 + 3.761336088180542 1.6441319417026534e-07 3.7613356113433838 + 5.3193321228027344 2.3251537584201287e-07 -2.325154042637223e-07 + 3.7613356113433838 1.6441317995941063e-07 -3.761336088180542 + -2.325154042637223e-07 -3.692024171195879e-14 -5.3193321228027344 + -3.761336088180542 -1.644132510136842e-07 -3.7613356113433838 + -5.3193321228027344 -2.3251543268543173e-07 2.325154042637223e-07 + -3.7613356113433838 -1.6441323680282949e-07 3.761336088180542 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXNeckPart2_M" -p "FKNeckPart2_M"; + rename -uid "21221A07-43F3-3083-22F0-2BB750BAB49A"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode orientConstraint -n "FKXNeckPart2_M_orientConstraint1" -p "FKXNeckPart2_M"; + rename -uid "93290599-4F09-8D6D-1D8D-96AA96BBF382"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKNeck_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "FKOffsetNeck_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 0 -2.8812516296155621 0 ; + setAttr ".int" 2; + setAttr -k on ".w0"; + setAttr -k on ".w1" 0; +createNode transform -n "FKOffsetHead_M" -p "FKXNeckPart2_M"; + rename -uid "3A45DC49-43C5-C182-810D-9BB66D50DB01"; + setAttr ".ro" 5; +createNode transform -n "FKGlobalStaticHead_M" -p "FKOffsetHead_M"; + rename -uid "B6D086CD-44E1-AC2C-23DD-1FAE30F928EB"; + setAttr ".ro" 5; +createNode transform -n "FKGlobalHead_M" -p "FKGlobalStaticHead_M"; + rename -uid "394F1299-4803-422E-D52A-4D92387BC1F9"; + setAttr ".ro" 5; +createNode transform -n "FKExtraHead_M" -p "FKGlobalHead_M"; + rename -uid "9088C6AF-4E26-9F91-12EF-719C057E5694"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".ro" 5; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKHead_M" -p "FKExtraHead_M"; + rename -uid "EF51DB76-4756-A767-8FE0-CDA84E1D9D5C"; + addAttr -ci true -k true -sn "Global" -ln "Global" -min 0 -max 10 -at "double"; + addAttr -ci true -sn "autoTwist" -ln "autoTwist" -dv 10 -min 0 -max 10 -at "double"; + addAttr -ci true -sn "extraTwist" -ln "extraTwist" -at "double"; + setAttr ".sech" no; + setAttr ".r" -type "double3" -2.8045539050829391 0.61036617644321201 0.44409165393227673 ; + setAttr ".ro" 5; + setAttr ".smd" 2; + setAttr -k on ".Global"; +createNode nurbsCurve -n "FKHead_MShape" -p "FKHead_M"; + rename -uid "E0330120-455E-6BF0-1EE7-65B930E1086D"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -14.261805584727307 -8.2761404945169907 -12.911210371970244 + -20.169237428523129 -3.2274239862193346 -0.23059425748075341 + -16.503589958340033 22.309549391836761 0.65502052033108615 + 8.8162543555596797e-07 28.764737563959279 -0.092359555727074216 + 16.503591765078426 22.309547836452893 0.65501941370583605 + 20.169237428523129 -3.2274244424618388 -0.23059609189125602 + 14.261803777988902 -8.2761404945142854 -12.911212006748753 + -8.816253953409717e-07 -8.2761212778461921 -18.43160150402657 + -14.261805584727307 -8.2761404945169907 -12.911210371970244 + -20.169237428523129 -3.2274239862193346 -0.23059425748075341 + -16.503589958340033 22.309549391836761 0.65502052033108615 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXHead_M" -p "FKHead_M"; + rename -uid "F5DB7F7E-445F-E69F-EF21-E5802429A693"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetJaw_M" -p "FKXHead_M"; + rename -uid "10A37D6E-4D6D-7CFD-2801-5994555445D5"; + setAttr ".t" -type "double3" -1.0036885945797878e-14 -7.0170211355878678 4.0553446789889325 ; + setAttr ".r" -type "double3" 118.3437018187882 0 0 ; + setAttr ".s" -type "double3" 1 0.99999999999999989 0.99999999999999989 ; +createNode transform -n "FKExtraJaw_M" -p "FKOffsetJaw_M"; + rename -uid "F5E144D5-46A7-0809-3187-8BA80F49229C"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKJaw_M" -p "FKExtraJaw_M"; + rename -uid "7786804F-4EBB-1A18-3282-DF839D592628"; + setAttr ".v" no; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKJaw_MShape" -p "FKJaw_M"; + rename -uid "0B6F4687-467E-C59C-1459-2EA96E6D7793"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -2.3508348460000001 -1.027582357e-07 -2.3508348460000001 + -3.3245825770000001 -1.453220904e-07 1.453221188e-07 + -2.3508348460000001 -1.0275822859999999e-07 2.3508348460000001 + 1.453221188e-07 3.3733293799999999e-14 3.3245825770000001 + 2.3508348460000001 1.0275829249999999e-07 2.3508348460000001 + 3.3245825770000001 1.453221472e-07 -1.4532213300000002e-07 + 2.3508348460000001 1.0275828540000001e-07 -2.3508348460000001 + -1.453221188e-07 2.3110126750000003e-14 -3.3245825770000001 + -2.3508348460000001 -1.027582357e-07 -2.3508348460000001 + -3.3245825770000001 -1.453220904e-07 1.453221188e-07 + -2.3508348460000001 -1.0275822859999999e-07 2.3508348460000001 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXJaw_M" -p "FKJaw_M"; + rename -uid "73B4D747-433B-78FD-1C15-E792C9D9D444"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "FKAimEye_R" -p "FKXHead_M"; + rename -uid "B7043ADB-4783-F135-CC85-9197C11F211A"; + setAttr ".t" -type "double3" -4.8167494526223082 -1.1584924889359343 14.679056305516635 ; + setAttr ".ro" 2; +createNode aimConstraint -n "FKAimEye_R_aimConstraint1" -p "FKAimEye_R"; + rename -uid "8BBAE07A-46BD-4763-3A9C-009645AFFFBB"; + addAttr -dcb 0 -ci true -sn "w0" -ln "AimEye_RW0" -dv 1 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".a" -type "double3" 0 1 0 ; + setAttr ".u" -type "double3" 1 0 0 ; + setAttr ".wu" -type "double3" 1 0 0 ; + setAttr ".wut" 2; + setAttr ".rsrr" -type "double3" 89.999999999999986 0 0 ; + setAttr -k on ".w0"; +createNode transform -n "FKOffsetEye_R" -p "FKAimEye_R"; + rename -uid "1090243E-4FE7-684B-11A1-C9BAE26F8E86"; + setAttr ".t" -type "double3" 0 0 -2.8421709430404007e-14 ; + setAttr ".ro" 2; + setAttr ".s" -type "double3" 1 0.99999999999999978 0.99999999999999978 ; +createNode transform -n "FKExtraEye_R" -p "FKOffsetEye_R"; + rename -uid "0AD88FE9-427D-349F-6433-02A326911EA1"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".ro" 2; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKEye_R" -p "FKExtraEye_R"; + rename -uid "90E8CAB2-45A5-81F8-2C84-2A9F0436C308"; + setAttr ".v" no; + setAttr ".sech" no; + setAttr ".ro" 2; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKEye_RShape" -p "FKEye_R"; + rename -uid "1A08EAC1-47B0-6198-FAD9-4E8BEB666AED"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -2.3508348460000001 -1.027582641e-07 -2.3508348460000001 + -3.3245825770000001 -1.453221188e-07 1.4532213300000002e-07 + -2.3508348460000001 -1.0275825700000001e-07 2.3508348460000001 + 1.453221188e-07 5.3115830990000001e-15 3.3245825770000001 + 2.3508348460000001 1.027582641e-07 2.3508348460000001 + 3.3245825770000001 1.453221188e-07 -1.453221188e-07 + 2.3508348460000001 1.0275825700000001e-07 -2.3508348460000001 + -1.453221188e-07 -5.3115830990000001e-15 -3.3245825770000001 + -2.3508348460000001 -1.027582641e-07 -2.3508348460000001 + -3.3245825770000001 -1.453221188e-07 1.4532213300000002e-07 + -2.3508348460000001 -1.0275825700000001e-07 2.3508348460000001 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXEye_R" -p "FKEye_R"; + rename -uid "B1DDE1D4-4A12-21A8-7D9F-34978D6A85B4"; + setAttr ".ro" 2; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "FKAimEye_L" -p "FKXHead_M"; + rename -uid "5F646DDA-47E6-43BF-3F51-BC961F0DFBFF"; + setAttr ".t" -type "double3" 4.8167494526222088 -1.1584924889359343 14.679056305516635 ; + setAttr ".ro" 2; +createNode aimConstraint -n "FKAimEye_L_aimConstraint1" -p "FKAimEye_L"; + rename -uid "4ECEC0D0-48C0-F5B2-97D4-2CB163B75F45"; + addAttr -dcb 0 -ci true -sn "w0" -ln "AimEye_LW0" -dv 1 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".a" -type "double3" 0 1 0 ; + setAttr ".u" -type "double3" 1 0 0 ; + setAttr ".wu" -type "double3" 1 0 0 ; + setAttr ".wut" 2; + setAttr ".rsrr" -type "double3" 89.999999999999986 0 0 ; + setAttr -k on ".w0"; +createNode transform -n "FKOffsetEye_L" -p "FKAimEye_L"; + rename -uid "90C62420-49A9-A7F9-F323-7EB5EB522359"; + setAttr ".t" -type "double3" 0 0 -2.8421709430404007e-14 ; + setAttr ".ro" 2; + setAttr ".s" -type "double3" 1 0.99999999999999978 0.99999999999999978 ; +createNode transform -n "FKExtraEye_L" -p "FKOffsetEye_L"; + rename -uid "956056C8-4643-38C9-D452-2798E71072C1"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".ro" 2; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKEye_L" -p "FKExtraEye_L"; + rename -uid "4506CA6B-46B1-1ED8-BE16-57AE756A5DE7"; + setAttr ".v" no; + setAttr ".sech" no; + setAttr ".ro" 2; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKEye_LShape" -p "FKEye_L"; + rename -uid "2988A520-4575-8B05-B8F0-FDA81FF89D5C"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 2.3508348460000006 -1.0275826411998423e-07 -2.3508348459999979 + 3.3245825770000001 -1.4532211878304224e-07 1.4532213299389696e-07 + 2.3508348460000006 -1.0275825879091371e-07 2.3508348459999979 + -1.4532211878304224e-07 3.5527136788005009e-15 3.324582577000001 + -2.3508348460000001 1.0275826234362739e-07 2.3508348459999979 + -3.3245825770000001 1.4532211878304224e-07 -1.4532213299389696e-07 + -2.3508348460000001 1.0275825701455688e-07 -2.3508348459999979 + 1.4532211878304224e-07 -5.3290705182007514e-15 -3.324582577000001 + 2.3508348460000006 -1.0275826411998423e-07 -2.3508348459999979 + 3.3245825770000001 -1.4532211878304224e-07 1.4532213299389696e-07 + 2.3508348460000006 -1.0275825879091371e-07 2.3508348459999979 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXEye_L" -p "FKEye_L"; + rename -uid "2B40D904-42E1-2E1C-C7BB-80BE23812C00"; + setAttr ".ro" 2; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode orientConstraint -n "FKGlobalHead_M_orientConstraint1" -p "FKGlobalHead_M"; + rename -uid "8A601755-45D8-3804-D3B3-47972D3CF11F"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "GlobalHead_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "FKGlobalStaticHead_MW1" -dv 1 -min + 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode pointConstraint -n "FKOffsetHead_M_pointConstraint1" -p "FKOffsetHead_M"; + rename -uid "9AE496FD-469C-49E7-41D4-41921F51141B"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKPS2Head_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 2.4642315707108677e-15 8.0785573323568087 1.3161637345774632e-06 ; + setAttr -k on ".w0"; +createNode transform -n "FKPS1Head_M" -p "FKXNeckPart2_M"; + rename -uid "9785DD3E-42E6-7C85-13F0-BAB62600CC58"; +createNode transform -n "FKPS2Head_M" -p "FKPS1Head_M"; + rename -uid "7854D2CC-41A9-1BCD-9385-49B8545A7F20"; + setAttr ".t" -type "double3" 2.4642315707108677e-15 8.0785573323568087 1.3161637345774632e-06 ; +createNode scaleConstraint -n "FKPS1Head_M_scaleConstraint1" -p "FKPS1Head_M"; + rename -uid "247B561B-4008-F24B-3F07-CB8F92C9BEA5"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKNeckPart2_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode pointConstraint -n "FKOffsetNeckPart2_M_pointConstraint1" -p "FKOffsetNeckPart2_M"; + rename -uid "CD730AF8-4009-2FE5-46BF-E3B897BB1957"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKPS2NeckPart2_MW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 8.2141052357028504e-16 8.0785573323567803 1.3161637345774564e-06 ; + setAttr -k on ".w0"; +createNode transform -n "FKPS1NeckPart2_M" -p "FKXNeckPart1_M"; + rename -uid "EFEA9DAD-4F48-D55C-941A-0486062A7654"; +createNode transform -n "FKPS2NeckPart2_M" -p "FKPS1NeckPart2_M"; + rename -uid "4CAEECC4-49C5-255B-B3A2-8DB1C78D7015"; + setAttr ".t" -type "double3" 8.2141052357028504e-16 8.0785573323567803 1.3161637345774564e-06 ; +createNode scaleConstraint -n "FKPS1NeckPart2_M_scaleConstraint1" -p "FKPS1NeckPart2_M"; + rename -uid "7D21C35D-4E20-01EB-7D8A-0BABEB52BC98"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKNeckPart1_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode pointConstraint -n "FKOffsetNeckPart1_M_pointConstraint1" -p "FKOffsetNeckPart1_M"; + rename -uid "9BA5B160-4CAB-EA35-855E-ADAE65009D72"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKPS2NeckPart1_MW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 8.2141052357029135e-16 8.0785573323568087 1.3161637345774632e-06 ; + setAttr -k on ".w0"; +createNode transform -n "FKPS1NeckPart1_M" -p "FKXNeck_M"; + rename -uid "94986D23-4B45-9ABC-9A89-B7BEFC9592D7"; +createNode transform -n "FKPS2NeckPart1_M" -p "FKPS1NeckPart1_M"; + rename -uid "CD1ACFEC-4EB6-CBC2-445D-8ABA3A44C12C"; + setAttr ".t" -type "double3" 8.2141052357029135e-16 8.0785573323568087 1.3161637345774632e-06 ; +createNode scaleConstraint -n "FKPS1NeckPart1_M_scaleConstraint1" -p "FKPS1NeckPart1_M"; + rename -uid "B2BCF18E-4D39-5316-7371-F0AA50B4F0AB"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKNeck_MW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "FKOffsetScapula_R" -p "FKParentConstraintToChest_M"; + rename -uid "B81A0644-4DE4-CF78-AA0C-A582D0817698"; + setAttr ".t" -type "double3" -6.9999876022338618 11.431442260742358 1.8624177626769674e-06 ; + setAttr ".r" -type "double3" -0.0068624904273880396 -1.1146821910766377e-05 89.999917568103996 ; + setAttr ".ro" 2; +createNode transform -n "FKExtraScapula_R" -p "FKOffsetScapula_R"; + rename -uid "8DE05AE4-4709-1398-910C-8BBF357E4E9B"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".ro" 2; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKScapula_R" -p "FKExtraScapula_R"; + rename -uid "1BA37AD2-4D40-42FC-7BDB-FCA998D4AF60"; + setAttr ".sech" no; + setAttr ".r" -type "double3" 0 0 2.8304532606014452 ; + setAttr ".ro" 2; +createNode nurbsCurve -n "FKScapula_RShape" -p "FKScapula_R"; + rename -uid "977E58D0-4C2A-0FC2-3EF9-6DA313A88C2B"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 22; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:20]"; + setAttr ".cc" -type "nurbsCurve" + 3 18 0 no 3 + 23 0 0 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 18 18 + 21 + -0.94930456955132858 0.056457519614989682 -14.782654991663849 + 2.3168020232313706 1.9421452311468912 -14.78271514203697 + 9.1214639902721721 5.8710403256650867 -11.584054696225706 + 13.218230916880248 8.2371113825659599 -0.00029852994246676252 + 9.1210912263156843 5.8724278753575074 11.583608525009323 + 2.3163259774532636 1.9439157423634419 14.782521054245404 + -0.94978074877072294 0.058227953789177889 14.782581204620985 + -0.94978074877072294 0.058227953789177889 14.782581204620985 + -0.94978074877072294 0.058227953789177889 14.782581204620985 + -2.4280426988190826 2.6186525180827074 14.782404071560524 + -2.4280426988190826 2.6186525180827074 14.782404071560524 + -2.4280426988190826 2.6186525180827074 14.782404071560524 + 0.83806413924882217 4.5043403714051582 14.782343921182875 + 7.6428293881112399 8.4328525043992251 11.583431391946794 + 11.739969078675806 10.797536011607678 -0.00047566300499657854 + 7.6432021520677313 8.4314649547068026 -11.584231829288237 + 0.83854018502692906 4.5025698601886077 -14.782892275099499 + -2.4275665195996514 2.61688208390854 -14.782832124724306 + -2.4275665195996514 2.61688208390854 -14.782832124724306 + -2.4275665195996514 2.61688208390854 -14.782832124724306 + -0.94930456955132858 0.056457519614989682 -14.782654991663849 + + + "gtag" 1 + "tempCluster" 1 "cv[0:20]"; +createNode joint -n "FKXScapula_R" -p "FKScapula_R"; + rename -uid "A466D69D-4DE5-7109-FC7C-E79C56CEC35C"; + setAttr ".ro" 2; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "FKOffsetScapula_L" -p "FKParentConstraintToChest_M"; + rename -uid "D3E8EC43-4A65-3489-6B5C-6187F108F65E"; + setAttr ".t" -type "double3" 6.9999876022338743 11.431442260742358 1.8624177626769674e-06 ; + setAttr ".r" -type "double3" 179.99313750967465 1.1146515373672586e-05 89.999917568044623 ; + setAttr ".ro" 2; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999989 1 ; +createNode transform -n "FKExtraScapula_L" -p "FKOffsetScapula_L"; + rename -uid "221AEB41-46AC-D2CB-CDF8-FEA46DAC1FC6"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".ro" 2; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKScapula_L" -p "FKExtraScapula_L"; + rename -uid "BA700F58-4500-2636-ED5D-E4A6C8844D0C"; + setAttr ".sech" no; + setAttr ".r" -type "double3" 0 0 3.194237929678112 ; + setAttr ".ro" 2; +createNode nurbsCurve -n "FKScapula_LShape" -p "FKScapula_L"; + rename -uid "F2973938-4F97-3ACF-3B01-0FA077167DAE"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 22; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:20]"; + setAttr ".cc" -type "nurbsCurve" + 3 18 0 no 3 + 23 0 0 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 18 18 + 21 + 0.9493045695777198 -0.056457519534918177 14.782654991662463 + -2.3168020232030528 -1.9421452310702021 14.782715142051488 + -9.1214639902454451 -5.871040325612559 11.584054696273364 + -13.218230916871704 -8.237111382579652 0.00029853001007791244 + -9.1210912263302362 -5.8724278754289285 -11.583608524961663 + -2.3163259774775895 -1.94391574244493 -14.782521054230884 + 0.94978074874444474 -0.058227953867281634 -14.782581204622369 + 0.94978074874444474 -0.058227953867281634 -14.782581204622369 + 0.94978074874444474 -0.058227953867281634 -14.782581204622369 + 2.4280426987954513 -2.6186525181592826 -14.782404071550843 + 2.4280426987954513 -2.6186525181592826 -14.782404071550843 + 2.4280426987954513 -2.6186525181592826 -14.782404071550843 + -0.83806413927047174 -4.5043403714851147 -14.782343921157286 + -7.6428293881231184 -8.4328525044691141 -11.58343139188807 + -11.739969078664643 -10.797536011619837 0.00047566308367340618 + -7.6432021520383557 -8.4314649546527427 11.584231829346962 + -0.83854018499593508 -4.5025698601103867 14.782892275125084 + 2.427566519628698 -2.6168820838269378 14.782832124733988 + 2.427566519628698 -2.6168820838269378 14.782832124733988 + 2.427566519628698 -2.6168820838269378 14.782832124733988 + 0.9493045695777198 -0.056457519534918177 14.782654991662463 + + + "gtag" 1 + "tempCluster" 1 "cv[0:20]"; +createNode joint -n "FKXScapula_L" -p "FKScapula_L"; + rename -uid "BBC1EF5C-46FC-B451-6B5D-1E9CDF50DD8C"; + setAttr ".ro" 2; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "FKParentConstraintToWrist_R" -p "FKSystem"; + rename -uid "311E6D4F-45D9-F00A-175C-55B1C7888FB4"; +createNode pointConstraint -n "FKParentConstraintToWrist_R_pointConstraint1" -p "FKParentConstraintToWrist_R"; + rename -uid "B97C5807-4E51-B3E2-DF9D-E494E6AC6645"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Wrist_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -71.709869379797937 146.85928431678499 8.5755765107387028e-06 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "FKParentConstraintToWrist_R_orientConstraint1" -p + "FKParentConstraintToWrist_R"; + rename -uid "CBB8EC61-40B9-C1D7-8527-4195EB7C83EE"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Wrist_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 13.881786700755843 -12.793817222645549 175.28788162469183 ; + setAttr ".rsrr" -type "double3" 8.767060001674615 0.0065362035207291013 86.568356007956822 ; + setAttr -k on ".w0"; +createNode transform -n "FKOffsetMiddleFinger1_R" -p "FKParentConstraintToWrist_R"; + rename -uid "26DFA15A-4FE8-F407-959F-208B54FFBBE2"; + setAttr ".t" -type "double3" -2.5579538487363607e-13 8.930062845043409 0 ; + setAttr ".r" -type "double3" -8.7484179163332136 0.45430245540228387 3.4019970569426121 ; + setAttr ".s" -type "double3" 1.0000000000000004 1.0000000000000002 0.99999999999999989 ; +createNode transform -n "SDKFKMiddleFinger1_R" -p "FKOffsetMiddleFinger1_R"; + rename -uid "220EEA99-4064-79D4-5FB6-E695618BE321"; +createNode transform -n "FKExtraMiddleFinger1_R" -p "SDKFKMiddleFinger1_R"; + rename -uid "273BFE14-41A3-490A-7C23-4B8C2CBC748E"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKMiddleFinger1_R" -p "FKExtraMiddleFinger1_R"; + rename -uid "E8F6793B-444E-CFF4-C431-5D9DB8708066"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKMiddleFinger1_RShape" -p "FKMiddleFinger1_R"; + rename -uid "714069B4-4DF1-A7D7-737C-EAA21CDBF912"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -1.410501003 -6.1654958469999999e-08 -1.4105007650000001 + -1.994749546 -8.7193278380000005e-08 8.7193264159999994e-08 + -1.4105007650000001 -6.1654951369999992e-08 1.410501003 + 8.7193285479999999e-08 3.1869498169999997e-15 1.994749546 + 1.410501003 6.1654958469999999e-08 1.4105007650000001 + 1.994749546 8.7193278380000005e-08 -8.7193285479999999e-08 + 1.4105007650000001 6.1654951369999992e-08 -1.410501003 + -8.7193257059999987e-08 -3.1869498169999997e-15 -1.994749546 + -1.410501003 -6.1654958469999999e-08 -1.4105007650000001 + -1.994749546 -8.7193278380000005e-08 8.7193264159999994e-08 + -1.4105007650000001 -6.1654951369999992e-08 1.410501003 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXMiddleFinger1_R" -p "FKMiddleFinger1_R"; + rename -uid "DFB0AD9D-4A9B-BB90-B456-CBB65F3645FA"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetMiddleFinger2_R" -p "FKXMiddleFinger1_R"; + rename -uid "0B9E727D-435C-2976-5BFD-A6B8E02C334E"; + setAttr ".t" -type "double3" 3.4106051316484809e-13 4.9760742279496384 -5.9952043329758453e-15 ; + setAttr ".r" -type "double3" -0.00093455207658862569 0.036445992797840512 0.00040230534376713194 ; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999967 1 ; +createNode transform -n "SDKFKMiddleFinger2_R" -p "FKOffsetMiddleFinger2_R"; + rename -uid "97B86552-407D-2FCE-36E2-E59DEDC2A266"; +createNode transform -n "FKExtraMiddleFinger2_R" -p "SDKFKMiddleFinger2_R"; + rename -uid "6190CE6F-4A9F-9C68-957D-05A372244699"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKMiddleFinger2_R" -p "FKExtraMiddleFinger2_R"; + rename -uid "F0512B23-4ECA-9858-3EBE-1FBF95B65857"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKMiddleFinger2_RShape" -p "FKMiddleFinger2_R"; + rename -uid "57DCB2BF-4F2A-5D91-AFDA-FB84EE0007D8"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -1.410501003 -6.1654901630000001e-08 -1.4105007650000001 + -1.994749546 -8.7193221530000003e-08 8.7193257059999987e-08 + -1.4105007650000001 -6.1654894520000003e-08 1.410501003 + 8.7193271269999993e-08 6.0030370160000007e-14 1.994749546 + 1.410501003 6.1655015320000001e-08 1.4105007650000001 + 1.994749546 8.7193335219999989e-08 -8.7193292589999998e-08 + 1.4105007650000001 6.1655008210000003e-08 -1.410501003 + -8.7193271269999993e-08 5.365646756e-14 -1.994749546 + -1.410501003 -6.1654901630000001e-08 -1.4105007650000001 + -1.994749546 -8.7193221530000003e-08 8.7193257059999987e-08 + -1.4105007650000001 -6.1654894520000003e-08 1.410501003 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXMiddleFinger2_R" -p "FKMiddleFinger2_R"; + rename -uid "D39753E2-4003-6D9C-EE0D-3CAE5373D31D"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetMiddleFinger3_R" -p "FKXMiddleFinger2_R"; + rename -uid "3C549462-4E7A-301B-126D-498C60BC25A8"; + setAttr ".t" -type "double3" 2.3021584638627246e-12 3.8652877846040639 4.2816861167693787e-12 ; + setAttr ".r" -type "double3" 0.00097983282486267809 0.053379359101517795 -0.00066162428944637267 ; +createNode transform -n "SDKFKMiddleFinger3_R" -p "FKOffsetMiddleFinger3_R"; + rename -uid "B9859C30-4531-A8A3-F5BF-49B186C48C6C"; +createNode transform -n "FKExtraMiddleFinger3_R" -p "SDKFKMiddleFinger3_R"; + rename -uid "801CCB6E-4DA4-7218-2AE7-8DABC1999B87"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKMiddleFinger3_R" -p "FKExtraMiddleFinger3_R"; + rename -uid "950C4DA8-483A-6F6A-0C8B-E2AA00525199"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKMiddleFinger3_RShape" -p "FKMiddleFinger3_R"; + rename -uid "0950712E-44F6-CF64-47E2-17A630D07237"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -1.410501003 -6.1654986889999998e-08 -1.4105007650000001 + -1.994749546 -8.7193306800000004e-08 8.7193278380000005e-08 + -1.4105007650000001 -6.1654979790000004e-08 1.410501003 + 8.7193257059999987e-08 -2.5234759819999998e-14 1.994749546 + 1.410501003 6.165493005e-08 1.4105007650000001 + 1.994749546 8.7193249949999988e-08 -8.7193278380000005e-08 + 1.4105007650000001 6.1654922940000001e-08 -1.410501003 + -8.7193285479999999e-08 -3.1608660730000003e-14 -1.994749546 + -1.410501003 -6.1654986889999998e-08 -1.4105007650000001 + -1.994749546 -8.7193306800000004e-08 8.7193278380000005e-08 + -1.4105007650000001 -6.1654979790000004e-08 1.410501003 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXMiddleFinger3_R" -p "FKMiddleFinger3_R"; + rename -uid "FD151A10-4C31-0F16-853F-469BF82C7B9E"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetThumbFinger1_R" -p "FKParentConstraintToWrist_R"; + rename -uid "54D38997-4A04-7AEE-604E-1AB7B63E4E06"; + setAttr ".t" -type "double3" -2.0550307031297734 3.6766611131517379 4.5934609922610274 ; + setAttr ".r" -type "double3" 11.541593041558686 -52.883671969645441 5.7734735280471829 ; + setAttr ".s" -type "double3" 1.0000000000000002 1 1.0000000000000002 ; +createNode transform -n "FKExtraThumbFinger1_R" -p "FKOffsetThumbFinger1_R"; + rename -uid "CD73D357-44E0-076E-AC53-F9B775A725FD"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKThumbFinger1_R" -p "FKExtraThumbFinger1_R"; + rename -uid "D249EA81-4768-EAB3-952F-7880E5AC3411"; + setAttr ".sech" no; + setAttr ".r" -type "double3" 17.549507722431656 -11.077632622309036 16.577707466700186 ; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKThumbFinger1_RShape" -p "FKThumbFinger1_R"; + rename -uid "3CCE2B12-49C3-0266-861F-03A5F0E73B21"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -1.410501003 -6.1654958469999999e-08 -1.4105007650000001 + -1.994749546 -8.7193278380000005e-08 8.7193257059999987e-08 + -1.4105007650000001 -6.1654951369999992e-08 1.410501003 + 8.7193285479999999e-08 3.1869498169999997e-15 1.994749546 + 1.410501003 6.1654958469999999e-08 1.4105007650000001 + 1.994749546 8.7193278380000005e-08 -8.7193292589999998e-08 + 1.4105007650000001 6.1654951369999992e-08 -1.410501003 + -8.7193257059999987e-08 -3.1869498169999997e-15 -1.994749546 + -1.410501003 -6.1654958469999999e-08 -1.4105007650000001 + -1.994749546 -8.7193278380000005e-08 8.7193257059999987e-08 + -1.4105007650000001 -6.1654951369999992e-08 1.410501003 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXThumbFinger1_R" -p "FKThumbFinger1_R"; + rename -uid "7D247FDE-4A83-B6C8-0C63-3C8FBC986710"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetThumbFinger2_R" -p "FKXThumbFinger1_R"; + rename -uid "A2534CE2-4B73-929A-8D07-7A930C69B16D"; + setAttr ".t" -type "double3" -9.9475983006414026e-14 2.6647433375106573 0 ; + setAttr ".r" -type "double3" -11.598298979595473 -2.162726893605297 -3.6323535109944478 ; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999978 0.99999999999999989 ; +createNode transform -n "SDKFKThumbFinger2_R" -p "FKOffsetThumbFinger2_R"; + rename -uid "B327B9C5-4AA5-4696-D69B-15A0D74A4AC6"; +createNode transform -n "FKExtraThumbFinger2_R" -p "SDKFKThumbFinger2_R"; + rename -uid "F414A174-44ED-D4CA-C68B-3D804C9ECDB7"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKThumbFinger2_R" -p "FKExtraThumbFinger2_R"; + rename -uid "6CCE40E5-4862-E530-1C83-90945EEB0373"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKThumbFinger2_RShape" -p "FKThumbFinger2_R"; + rename -uid "9CCC4E98-4304-7CF8-A17E-B485D3D86A25"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -1.410501003 -6.1654986889999998e-08 -1.4105007650000001 + -1.994749546 -8.7193306800000004e-08 8.7193278380000005e-08 + -1.4105007650000001 -6.1654979790000004e-08 1.410501003 + 8.7193271269999993e-08 -2.5234759819999998e-14 1.994749546 + 1.410501003 6.165493005e-08 1.4105007650000001 + 1.994749546 8.7193249949999988e-08 -8.7193271269999993e-08 + 1.4105007650000001 6.1654922940000001e-08 -1.410501003 + -8.7193271269999993e-08 -3.1608660730000003e-14 -1.994749546 + -1.410501003 -6.1654986889999998e-08 -1.4105007650000001 + -1.994749546 -8.7193306800000004e-08 8.7193278380000005e-08 + -1.4105007650000001 -6.1654979790000004e-08 1.410501003 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXThumbFinger2_R" -p "FKThumbFinger2_R"; + rename -uid "12F5D9E4-4159-F848-D27D-D3A2A47E4114"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetThumbFinger3_R" -p "FKXThumbFinger2_R"; + rename -uid "61441A58-4A4E-FFF5-52D6-98AB3D377728"; + setAttr ".t" -type "double3" 1.9895196601282805e-13 2.8859174206111931 8.5265128291212022e-14 ; + setAttr ".r" -type "double3" -0.3640367030438087 -0.024128368617158412 0.50522423706824826 ; + setAttr ".s" -type "double3" 1.0000000000000002 1.0000000000000002 1 ; +createNode transform -n "SDKFKThumbFinger3_R" -p "FKOffsetThumbFinger3_R"; + rename -uid "90766A2C-4370-296B-F5F6-0CB2343471E3"; +createNode transform -n "FKExtraThumbFinger3_R" -p "SDKFKThumbFinger3_R"; + rename -uid "025F21BC-4BD8-11F2-77EA-8A952226C1EC"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKThumbFinger3_R" -p "FKExtraThumbFinger3_R"; + rename -uid "37128232-4A0A-9F2A-6F57-75988D87F732"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKThumbFinger3_RShape" -p "FKThumbFinger3_R"; + rename -uid "7F5FD22B-4DC0-A717-10B4-2F8A85EF6A83"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -1.410501003 -6.165493005e-08 -1.4105007650000001 + -1.994749546 -8.7193249949999988e-08 8.7193278380000005e-08 + -1.4105007650000001 -6.1654922940000001e-08 1.410501003 + 8.7193271269999993e-08 3.1608660730000003e-14 1.994749546 + 1.410501003 6.1654986889999998e-08 1.4105007650000001 + 1.994749546 8.7193306800000004e-08 -8.7193271269999993e-08 + 1.4105007650000001 6.1654979790000004e-08 -1.410501003 + -8.7193271269999993e-08 2.5234759819999998e-14 -1.994749546 + -1.410501003 -6.165493005e-08 -1.4105007650000001 + -1.994749546 -8.7193249949999988e-08 8.7193278380000005e-08 + -1.4105007650000001 -6.1654922940000001e-08 1.410501003 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXThumbFinger3_R" -p "FKThumbFinger3_R"; + rename -uid "1E673EAE-4FAD-1521-C432-3A9EBB2B039F"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetIndexFinger1_R" -p "FKParentConstraintToWrist_R"; + rename -uid "145AAE19-4864-ED87-FB91-10A0D2E4AFCF"; + setAttr ".t" -type "double3" -0.30161159582797836 9.318947204355581 2.5606897729915303 ; + setAttr ".r" -type "double3" -7.1267175639606251 1.417610351269494 3.2796034821105837 ; + setAttr ".s" -type "double3" 1.0000000000000004 1.0000000000000002 1 ; +createNode transform -n "SDKFKIndexFinger1_R" -p "FKOffsetIndexFinger1_R"; + rename -uid "A8F3E877-4273-308F-1D22-B3AF3FADDA6D"; +createNode transform -n "FKExtraIndexFinger1_R" -p "SDKFKIndexFinger1_R"; + rename -uid "56F7796E-432D-D354-0ED2-E78F4F9BDA9D"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKIndexFinger1_R" -p "FKExtraIndexFinger1_R"; + rename -uid "3C3A2BE5-4AD1-D429-A5DE-72A63B72F2B0"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKIndexFinger1_RShape" -p "FKIndexFinger1_R"; + rename -uid "00F5659E-4D70-CB3D-04C3-EC929D2333D0"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -1.410501003 -6.165493005e-08 -1.4105007650000001 + -1.994749546 -8.7193249949999988e-08 8.7193264159999994e-08 + -1.4105007650000001 -6.1654922940000001e-08 1.410501003 + 8.7193299690000005e-08 3.1608660730000003e-14 1.994749546 + 1.410501003 6.1654986889999998e-08 1.4105007650000001 + 1.994749546 8.7193306800000004e-08 -8.7193285479999999e-08 + 1.4105007650000001 6.1654979790000004e-08 -1.410501003 + -8.7193242850000007e-08 2.5234759819999998e-14 -1.994749546 + -1.410501003 -6.165493005e-08 -1.4105007650000001 + -1.994749546 -8.7193249949999988e-08 8.7193264159999994e-08 + -1.4105007650000001 -6.1654922940000001e-08 1.410501003 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXIndexFinger1_R" -p "FKIndexFinger1_R"; + rename -uid "AC51F8F4-4785-6ECE-DF36-A9B79F31E52E"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetIndexFinger2_R" -p "FKXIndexFinger1_R"; + rename -uid "5E4BD4D5-47F4-AD44-03C2-3E9390BE51E6"; + setAttr ".t" -type "double3" 1.7053025658242404e-13 5.1838377421373281 1.0658141036401503e-14 ; + setAttr ".r" -type "double3" -0.075866219484211656 0 -0.00035326229056300955 ; + setAttr ".s" -type "double3" 1 0.99999999999999989 0.99999999999999978 ; +createNode transform -n "SDKFKIndexFinger2_R" -p "FKOffsetIndexFinger2_R"; + rename -uid "30EEA017-4501-B8CC-7A14-598328B87E56"; +createNode transform -n "FKExtraIndexFinger2_R" -p "SDKFKIndexFinger2_R"; + rename -uid "9B9E7428-4742-4D5D-5D39-B7A9A57B3F06"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKIndexFinger2_R" -p "FKExtraIndexFinger2_R"; + rename -uid "97606777-4AEB-448D-1E8A-D59227009F3B"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKIndexFinger2_RShape" -p "FKIndexFinger2_R"; + rename -uid "468624C0-4FD4-027C-7487-CC97422D80BB"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -1.410501003 -6.165493005e-08 -1.4105007650000001 + -1.994749546 -8.7193249949999988e-08 8.7193271269999993e-08 + -1.4105007650000001 -6.1654922940000001e-08 1.410501003 + 8.7193271269999993e-08 3.1608660730000003e-14 1.994749546 + 1.410501003 6.1654986889999998e-08 1.4105007650000001 + 1.994749546 8.7193306800000004e-08 -8.7193285479999999e-08 + 1.4105007650000001 6.1654979790000004e-08 -1.410501003 + -8.7193271269999993e-08 2.5234759819999998e-14 -1.994749546 + -1.410501003 -6.165493005e-08 -1.4105007650000001 + -1.994749546 -8.7193249949999988e-08 8.7193271269999993e-08 + -1.4105007650000001 -6.1654922940000001e-08 1.410501003 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXIndexFinger2_R" -p "FKIndexFinger2_R"; + rename -uid "92E71FAD-48F5-87D8-FDFD-3FA0485DE44B"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetIndexFinger3_R" -p "FKXIndexFinger2_R"; + rename -uid "39B8175B-4590-2D57-5D3F-0BB650580900"; + setAttr ".t" -type "double3" 1.3987033753437572e-08 3.4151463534284261 2.2204460492503131e-14 ; + setAttr ".r" -type "double3" 0.28643601571681271 -1.6364890993078443 -0.0045637057031806538 ; +createNode transform -n "SDKFKIndexFinger3_R" -p "FKOffsetIndexFinger3_R"; + rename -uid "F0C2D9F5-4DFD-5F5D-A939-ECBF754E9071"; +createNode transform -n "FKExtraIndexFinger3_R" -p "SDKFKIndexFinger3_R"; + rename -uid "6E537DEF-4C5B-14CB-E15D-E598189E6B2D"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKIndexFinger3_R" -p "FKExtraIndexFinger3_R"; + rename -uid "046AEF68-4439-5C71-4DC6-EDA5ECAC286B"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKIndexFinger3_RShape" -p "FKIndexFinger3_R"; + rename -uid "C364E58B-43E7-4744-872B-EE930C20DE05"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -1.410501003 -6.1654986889999998e-08 -1.4105007650000001 + -1.994749546 -8.7193306800000004e-08 8.7193264159999994e-08 + -1.4105007650000001 -6.1654979790000004e-08 1.410501003 + 8.7193299690000005e-08 -2.5234759819999998e-14 1.994749546 + 1.410501003 6.165493005e-08 1.4105007650000001 + 1.994749546 8.7193249949999988e-08 -8.7193285479999999e-08 + 1.4105007650000001 6.1654922940000001e-08 -1.410501003 + -8.7193242850000007e-08 -3.1608660730000003e-14 -1.994749546 + -1.410501003 -6.1654986889999998e-08 -1.4105007650000001 + -1.994749546 -8.7193306800000004e-08 8.7193264159999994e-08 + -1.4105007650000001 -6.1654979790000004e-08 1.410501003 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXIndexFinger3_R" -p "FKIndexFinger3_R"; + rename -uid "44D26909-4085-5CBD-299F-019E91F9B755"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetCup_R" -p "FKParentConstraintToWrist_R"; + rename -uid "D001498F-450C-EE92-01C0-E083CF8E2FB8"; + setAttr ".t" -type "double3" -0.13326433530420445 1.8547869300814028 -1.3057014706721066 ; + setAttr ".r" -type "double3" -1.0572321750215781 6.7449031591677429 -0.65386398772482168 ; + setAttr ".s" -type "double3" 1.0000000000000002 0.99999999999999989 0.99999999999999989 ; +createNode transform -n "SDKFKCup_R" -p "FKOffsetCup_R"; + rename -uid "084B96AB-46BB-40D9-BFD1-BAB682E53899"; +createNode transform -n "FKExtraCup_R" -p "SDKFKCup_R"; + rename -uid "C7B8F21A-4964-0EA8-C445-D78217940A81"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKCup_R" -p "FKExtraCup_R"; + rename -uid "6DC10E68-48E1-4058-77F3-979E4D3E626F"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKCup_RShape" -p "FKCup_R"; + rename -uid "3542FCC9-4684-BADC-4E36-1DB3A33B4496"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -1.410501003 -6.165493005e-08 -1.4105007650000001 + -1.994749546 -8.7193249949999988e-08 8.7193257059999987e-08 + -1.4105007650000001 -6.1654922940000001e-08 1.410501003 + 8.7193285479999999e-08 3.1608660730000003e-14 1.994749546 + 1.410501003 6.1654986889999998e-08 1.4105007650000001 + 1.994749546 8.7193306800000004e-08 -8.7193292589999998e-08 + 1.4105007650000001 6.1654979790000004e-08 -1.410501003 + -8.7193257059999987e-08 2.5234759819999998e-14 -1.994749546 + -1.410501003 -6.165493005e-08 -1.4105007650000001 + -1.994749546 -8.7193249949999988e-08 8.7193257059999987e-08 + -1.4105007650000001 -6.1654922940000001e-08 1.410501003 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXCup_R" -p "FKCup_R"; + rename -uid "BB3C2985-47A9-D71C-51DE-93AC67BC881B"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetPinkyFinger1_R" -p "FKXCup_R"; + rename -uid "EE38F904-44BA-37E0-BC93-6E96EBACD41C"; + setAttr ".t" -type "double3" -0.14541856736784098 6.4263429131790843 -4.0349731133210218 ; + setAttr ".r" -type "double3" -9.6061667326817677 -9.3950037505279997 4.4841485368207801 ; + setAttr ".s" -type "double3" 1.0000000000000002 1.0000000000000002 1.0000000000000002 ; +createNode transform -n "SDKFKPinkyFinger1_R" -p "FKOffsetPinkyFinger1_R"; + rename -uid "67FD583C-4933-44ED-FE2A-4EA2587F2A5F"; +createNode transform -n "FKExtraPinkyFinger1_R" -p "SDKFKPinkyFinger1_R"; + rename -uid "171C3F6A-4D30-1CA0-95D8-B3B751B29D05"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKPinkyFinger1_R" -p "FKExtraPinkyFinger1_R"; + rename -uid "290B1CF3-4717-D8C9-8237-758CBE69A374"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKPinkyFinger1_RShape" -p "FKPinkyFinger1_R"; + rename -uid "238AA345-4279-D1CC-53E7-83B7C03626CB"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -1.410501003 -6.165493005e-08 -1.4105007650000001 + -1.994749546 -8.7193249949999988e-08 8.7193285479999999e-08 + -1.4105007650000001 -6.1654922940000001e-08 1.410501003 + 8.7193271269999993e-08 3.1608660730000003e-14 1.994749546 + 1.410501003 6.1654986889999998e-08 1.4105007650000001 + 1.994749546 8.7193306800000004e-08 -8.7193264159999994e-08 + 1.4105007650000001 6.1654979790000004e-08 -1.410501003 + -8.7193271269999993e-08 2.5234759819999998e-14 -1.994749546 + -1.410501003 -6.165493005e-08 -1.4105007650000001 + -1.994749546 -8.7193249949999988e-08 8.7193285479999999e-08 + -1.4105007650000001 -6.1654922940000001e-08 1.410501003 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXPinkyFinger1_R" -p "FKPinkyFinger1_R"; + rename -uid "C64AC390-467C-2C69-587D-549491556C01"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetPinkyFinger2_R" -p "FKXPinkyFinger1_R"; + rename -uid "0F85ECF1-436B-D2F3-7104-62AA48697FD6"; + setAttr ".t" -type "double3" 3.1263880373444408e-13 3.4953388314505247 0 ; + setAttr ".r" -type "double3" 0.059203826261620969 0.25909756991403105 -0.0036051888715081374 ; + setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; +createNode transform -n "SDKFKPinkyFinger2_R" -p "FKOffsetPinkyFinger2_R"; + rename -uid "A74560EA-41C0-C002-3C72-0AAD2E8F6520"; +createNode transform -n "FKExtraPinkyFinger2_R" -p "SDKFKPinkyFinger2_R"; + rename -uid "502BCAF9-4B5E-413F-6802-67B6D0CB197B"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKPinkyFinger2_R" -p "FKExtraPinkyFinger2_R"; + rename -uid "1D961932-4070-F289-71F0-559EDC596ABB"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKPinkyFinger2_RShape" -p "FKPinkyFinger2_R"; + rename -uid "C9177BD7-4967-EDB7-F4E5-09B0407B128C"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -1.410501003 -6.165493005e-08 -1.4105007650000001 + -1.994749546 -8.7193249949999988e-08 8.7193271269999993e-08 + -1.4105007650000001 -6.1654922940000001e-08 1.410501003 + 8.7193271269999993e-08 3.1608660730000003e-14 1.994749546 + 1.410501003 6.1654986889999998e-08 1.4105007650000001 + 1.994749546 8.7193306800000004e-08 -8.7193278380000005e-08 + 1.4105007650000001 6.1654979790000004e-08 -1.410501003 + -8.7193271269999993e-08 2.5234759819999998e-14 -1.994749546 + -1.410501003 -6.165493005e-08 -1.4105007650000001 + -1.994749546 -8.7193249949999988e-08 8.7193271269999993e-08 + -1.4105007650000001 -6.1654922940000001e-08 1.410501003 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXPinkyFinger2_R" -p "FKPinkyFinger2_R"; + rename -uid "6ACA07D0-443C-6649-3114-CFA26C75C15F"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetPinkyFinger3_R" -p "FKXPinkyFinger2_R"; + rename -uid "B500EBFA-4EC8-41F0-4604-86B3BF92F867"; + setAttr ".t" -type "double3" 3.694822225952521e-13 2.4257246461118598 2.007283228522283e-13 ; + setAttr ".r" -type "double3" -0.12770256614806233 2.1245472033619794 0.0015862522375443069 ; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999989 0.99999999999999989 ; +createNode transform -n "SDKFKPinkyFinger3_R" -p "FKOffsetPinkyFinger3_R"; + rename -uid "0C735874-4AD1-7EB3-C4BE-B8ADF317B60D"; +createNode transform -n "FKExtraPinkyFinger3_R" -p "SDKFKPinkyFinger3_R"; + rename -uid "782CCBFE-46A9-E358-403C-109EE73ACF6B"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKPinkyFinger3_R" -p "FKExtraPinkyFinger3_R"; + rename -uid "78BC359A-45FC-EAF9-B193-38BD7AB066E5"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKPinkyFinger3_RShape" -p "FKPinkyFinger3_R"; + rename -uid "03EBBADC-4CFB-8000-1E2F-FAA31F692BEE"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -1.410501003 -6.165493005e-08 -1.4105007650000001 + -1.994749546 -8.7193249949999988e-08 8.7193257059999987e-08 + -1.4105007650000001 -6.1654922940000001e-08 1.410501003 + 8.7193285479999999e-08 3.1608660730000003e-14 1.994749546 + 1.410501003 6.1654986889999998e-08 1.4105007650000001 + 1.994749546 8.7193306800000004e-08 -8.7193292589999998e-08 + 1.4105007650000001 6.1654979790000004e-08 -1.410501003 + -8.7193257059999987e-08 2.5234759819999998e-14 -1.994749546 + -1.410501003 -6.165493005e-08 -1.4105007650000001 + -1.994749546 -8.7193249949999988e-08 8.7193257059999987e-08 + -1.4105007650000001 -6.1654922940000001e-08 1.410501003 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXPinkyFinger3_R" -p "FKPinkyFinger3_R"; + rename -uid "507418A4-4177-9BCC-098E-B4A0C26D136A"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetRingFinger1_R" -p "FKXCup_R"; + rename -uid "6CDFF19B-4F0A-2A37-3BFD-7D8000B8810A"; + setAttr ".t" -type "double3" 0.10120305660757367 6.9369643493263027 -1.4331769332656492 ; + setAttr ".r" -type "double3" -8.1730350966885315 -6.5536156006119013 3.9934984826983455 ; + setAttr ".s" -type "double3" 1 1.0000000000000002 1.0000000000000002 ; +createNode transform -n "SDKFKRingFinger1_R" -p "FKOffsetRingFinger1_R"; + rename -uid "1AA33C04-4CDA-E5C2-D131-3185669BB775"; +createNode transform -n "FKExtraRingFinger1_R" -p "SDKFKRingFinger1_R"; + rename -uid "044EFA2E-44A1-A1F3-8AF4-34923BA3DEC1"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKRingFinger1_R" -p "FKExtraRingFinger1_R"; + rename -uid "6647CF0E-449A-8441-D6F3-7588ABB2B051"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKRingFinger1_RShape" -p "FKRingFinger1_R"; + rename -uid "FB6F7C01-40F7-F721-FBEE-5488689638C4"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -1.410501003 -6.1654986889999998e-08 -1.4105007650000001 + -1.994749546 -8.7193306800000004e-08 8.7193264159999994e-08 + -1.4105007650000001 -6.1654979790000004e-08 1.410501003 + 8.7193299690000005e-08 -2.5234759819999998e-14 1.994749546 + 1.410501003 6.165493005e-08 1.4105007650000001 + 1.994749546 8.7193249949999988e-08 -8.7193285479999999e-08 + 1.4105007650000001 6.1654922940000001e-08 -1.410501003 + -8.7193242850000007e-08 -3.1608660730000003e-14 -1.994749546 + -1.410501003 -6.1654986889999998e-08 -1.4105007650000001 + -1.994749546 -8.7193306800000004e-08 8.7193264159999994e-08 + -1.4105007650000001 -6.1654979790000004e-08 1.410501003 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXRingFinger1_R" -p "FKRingFinger1_R"; + rename -uid "F9FFA808-4091-8769-0213-CDBA1D57AED8"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetRingFinger2_R" -p "FKXRingFinger1_R"; + rename -uid "2FA72062-4D01-E4C2-7935-1C81C6B78AA5"; + setAttr ".t" -type "double3" 5.9685589803848416e-13 4.0864715576169317 -2.3536728122053319e-14 ; + setAttr ".r" -type "double3" 0 -0.28224369362902557 0 ; +createNode transform -n "SDKFKRingFinger2_R" -p "FKOffsetRingFinger2_R"; + rename -uid "3FBB57C3-419B-E1D6-2665-CBB408146083"; +createNode transform -n "FKExtraRingFinger2_R" -p "SDKFKRingFinger2_R"; + rename -uid "1F6C5F41-49A1-443F-F2C0-88ADF97AA370"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKRingFinger2_R" -p "FKExtraRingFinger2_R"; + rename -uid "78809D2F-485F-4AA3-8F55-44867E2FF6D3"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKRingFinger2_RShape" -p "FKRingFinger2_R"; + rename -uid "5699326F-4B67-A278-5ECF-2FAB9C7A27FA"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -1.410501003 -6.165493005e-08 -1.4105007650000001 + -1.994749546 -8.7193249949999988e-08 8.7193257059999987e-08 + -1.4105007650000001 -6.1654922940000001e-08 1.410501003 + 8.7193271269999993e-08 3.1608660730000003e-14 1.994749546 + 1.410501003 6.1654986889999998e-08 1.4105007650000001 + 1.994749546 8.7193306800000004e-08 -8.7193292589999998e-08 + 1.4105007650000001 6.1654979790000004e-08 -1.410501003 + -8.7193271269999993e-08 2.5234759819999998e-14 -1.994749546 + -1.410501003 -6.165493005e-08 -1.4105007650000001 + -1.994749546 -8.7193249949999988e-08 8.7193257059999987e-08 + -1.4105007650000001 -6.1654922940000001e-08 1.410501003 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXRingFinger2_R" -p "FKRingFinger2_R"; + rename -uid "D0490705-4965-061A-4E06-D282154E7606"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetRingFinger3_R" -p "FKXRingFinger2_R"; + rename -uid "9085B686-4543-1A93-4F08-E7AEB35514C8"; + setAttr ".t" -type "double3" 2.0686741208919557e-09 3.2635345458986507 2.144021258310147e-07 ; + setAttr ".r" -type "double3" -4.0686225437038781e-06 0.56561842389592265 5.9245334331239832e-24 ; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999989 1 ; +createNode transform -n "SDKFKRingFinger3_R" -p "FKOffsetRingFinger3_R"; + rename -uid "9A77D69B-4380-B9DE-7248-2B8E878542DB"; +createNode transform -n "FKExtraRingFinger3_R" -p "SDKFKRingFinger3_R"; + rename -uid "BBCB254C-4EA9-4A60-F2BB-50A02F66B4F1"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKRingFinger3_R" -p "FKExtraRingFinger3_R"; + rename -uid "5DC81FF5-47AB-00C6-0A77-F0A20A531D62"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKRingFinger3_RShape" -p "FKRingFinger3_R"; + rename -uid "61F205AA-4F25-FFDA-732C-67B5B2718BBA"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -1.410501003 -6.1654901630000001e-08 -1.4105007650000001 + -1.994749546 -8.7193221530000003e-08 8.7193264159999994e-08 + -1.4105007650000001 -6.1654894520000003e-08 1.410501003 + 8.7193271269999993e-08 6.0030370160000007e-14 1.994749546 + 1.410501003 6.1655015320000001e-08 1.4105007650000001 + 1.994749546 8.7193335219999989e-08 -8.7193285479999999e-08 + 1.4105007650000001 6.1655008210000003e-08 -1.410501003 + -8.7193271269999993e-08 5.365646756e-14 -1.994749546 + -1.410501003 -6.1654901630000001e-08 -1.4105007650000001 + -1.994749546 -8.7193221530000003e-08 8.7193264159999994e-08 + -1.4105007650000001 -6.1654894520000003e-08 1.410501003 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXRingFinger3_R" -p "FKRingFinger3_R"; + rename -uid "E3776B7A-4815-8C98-9928-78A6EE7E240D"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKParentConstraintToScapula_R" -p "FKSystem"; + rename -uid "24220FFA-4705-267C-6A06-C096E88B414F"; + setAttr ".s" -type "double3" 0.99999999999999989 1 1.0000000000000002 ; +createNode pointConstraint -n "FKParentConstraintToScapula_R_pointConstraint1" -p + "FKParentConstraintToScapula_R"; + rename -uid "0A1393B7-4B79-3C1E-33CE-92B6FCAA383A"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Scapula_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -6.9999876022338681 146.58856201171878 2.3882306769695959e-05 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "FKParentConstraintToScapula_R_orientConstraint1" + -p "FKParentConstraintToScapula_R"; + rename -uid "A8522288-4CE8-3563-BBCB-329F6333A767"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Scapula_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 7.8859780643020168 -3.189606531477617 92.393697552532686 ; + setAttr ".rsrr" -type "double3" -1.1156695110594963e-05 0.0068624904113437852 89.999917566768289 ; + setAttr -k on ".w0"; +createNode transform -n "FKOffsetShoulder_R" -p "FKParentConstraintToScapula_R"; + rename -uid "A336C470-4570-7592-B2BE-9896A879E3F0"; + setAttr ".t" -type "double3" 7.2475359047530219e-12 10.707247734080687 0 ; + setAttr ".r" -type "double3" -2.0956001278460632 7.790135989868376 -0.00049386612400665556 ; + setAttr ".ro" 5; + setAttr ".s" -type "double3" 1.0000000000000002 1.0000000000000002 0.99999999999999978 ; +createNode transform -n "FKExtraShoulder_R" -p "FKOffsetShoulder_R"; + rename -uid "15FD3A10-4DF9-CCC0-58FC-C6B7F824A545"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".ro" 5; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKShoulder_R" -p "FKExtraShoulder_R"; + rename -uid "28F4A6DB-4F5E-8F8A-EA1C-0C99577BF734"; + addAttr -ci true -sn "autoTwist" -ln "autoTwist" -dv 10 -min 0 -max 10 -at "double"; + addAttr -ci true -sn "extraTwist" -ln "extraTwist" -at "double"; + setAttr ".sech" no; + setAttr ".r" -type "double3" 9.4750904613290032 -15.570337994355318 74.651436239574593 ; + setAttr ".ro" 5; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKShoulder_RShape" -p "FKShoulder_R"; + rename -uid "A8FBEE8C-4C4B-5D5A-95E8-B680C380A40E"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -7.6402139660000001 -3.3396440809999998e-07 -7.6402130130000003 + -10.80489349 -4.7229693219999999e-07 4.7229693219999999e-07 + -7.6402130130000003 -3.3396435129999997e-07 7.6402139660000001 + 4.7229690379999996e-07 -1.1159064460000001e-14 10.80489349 + 7.6402139660000001 3.3396435129999997e-07 7.6402130130000003 + 10.80489349 4.7229687539999999e-07 -4.7229690379999996e-07 + 7.6402130130000003 3.339642944e-07 -7.6402139660000001 + -4.7229690379999996e-07 -4.5684352700000003e-14 -10.80489349 + -7.6402139660000001 -3.3396440809999998e-07 -7.6402130130000003 + -10.80489349 -4.7229693219999999e-07 4.7229693219999999e-07 + -7.6402130130000003 -3.3396435129999997e-07 7.6402139660000001 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXShoulder_R" -p "FKShoulder_R"; + rename -uid "D651B971-414A-4182-1353-EF8E8285B8C5"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "AlignIKToShoulder_R" -p "FKXShoulder_R"; + rename -uid "B33A5C5D-4B54-0D25-2D9B-87BDC9B9D747"; + setAttr ".r" -type "double3" 2.1152159647341402 -7.7917377944875792 -89.712785553000487 ; + setAttr ".ro" 5; + setAttr ".s" -type "double3" 0.99999999999999978 1 1 ; +createNode transform -n "FKOffsetElbow_R" -p "FKXShoulder_R"; + rename -uid "1097034C-4A5B-2642-A04F-26BB21D1B41F"; + setAttr ".r" -type "double3" 4.2784445833611544 0 0 ; + setAttr ".ro" 5; + setAttr ".s" -type "double3" 1 0.99999999999999978 1 ; +createNode transform -n "FKExtraElbow_R" -p "FKOffsetElbow_R"; + rename -uid "3FE1E7FB-4EB0-57E8-D3A1-6E83DC54145B"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".ro" 5; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKElbow_R" -p "FKExtraElbow_R"; + rename -uid "31DA800F-4C20-53CA-48BA-98A15E6E31D2"; + addAttr -ci true -sn "autoTwist" -ln "autoTwist" -dv 10 -min 0 -max 10 -at "double"; + addAttr -ci true -sn "extraTwist" -ln "extraTwist" -at "double"; + setAttr ".sech" no; + setAttr ".t" -type "double3" -6.3948846218409017e-14 -8.4706601910511381e-07 6.3370730885026205e-08 ; + setAttr ".r" -type "double3" 13.258855033709413 8.8926610804848333e-15 -6.1366753315460926e-15 ; + setAttr ".ro" 5; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKElbow_RShape" -p "FKElbow_R"; + rename -uid "EA691482-478C-6053-4905-08810A6B0972"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -5.289378643 -2.3120612980000002e-07 -5.289378643 + -7.4803109169999997 -3.269748277e-07 3.269747992e-07 + -5.289378643 -2.312061156e-07 5.289378643 + 3.269747992e-07 -1.6470647140000002e-14 7.4803109169999997 + 5.289378643 2.3120607299999999e-07 5.289378643 + 7.4803109169999997 3.2697477080000003e-07 -3.269747992e-07 + 5.289378643 2.312060587e-07 -5.289378643 + -3.2697477080000003e-07 -4.0372771719999996e-14 -7.4803109169999997 + -5.289378643 -2.3120612980000002e-07 -5.289378643 + -7.4803109169999997 -3.269748277e-07 3.269747992e-07 + -5.289378643 -2.312061156e-07 5.289378643 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXElbow_R" -p "FKElbow_R"; + rename -uid "4651E9EB-48A1-CF46-1845-8BBFC051BFE2"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "FKOffsetWrist_R" -p "FKXElbow_R"; + rename -uid "E34CFCB3-4B12-AAF4-601D-D2B69FE875BE"; + setAttr ".r" -type "double3" 6.6814258166466329 -8.1728872733469391 -1.9142921292332389 ; + setAttr ".ro" 5; +createNode transform -n "FKExtraWrist_R" -p "FKOffsetWrist_R"; + rename -uid "194AACA1-423A-2B4A-80AB-3DA44AD8895F"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".ro" 5; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKWrist_R" -p "FKExtraWrist_R"; + rename -uid "2BD799AE-4541-1157-0D52-CFA6A759C11A"; + addAttr -ci true -sn "autoTwist" -ln "autoTwist" -dv 10 -min 0 -max 10 -at "double"; + addAttr -ci true -sn "extraTwist" -ln "extraTwist" -at "double"; + setAttr ".sech" no; + setAttr ".t" -type "double3" -1.9328616929215059e-08 3.8576820315938676e-07 -4.4781503838464687e-08 ; + setAttr ".r" -type "double3" -2.5855177602373742 14.944016953169893 9.6317703180533893 ; + setAttr ".ro" 5; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKWrist_RShape" -p "FKWrist_R"; + rename -uid "8FDF0FD9-416C-00C7-62D4-A8868149C7E8"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -4.615864277 -2.0176582889999998e-07 -4.615864277 + -6.5278177260000003 -2.8533995079999998e-07 2.8533997920000001e-07 + -4.615864277 -2.017658005e-07 4.615864277 + 2.8533997920000001e-07 3.8851002490000001e-14 6.5278177260000003 + 4.615864277 2.017658858e-07 4.615864277 + 6.5278177260000003 2.8534000759999998e-07 -2.8533997920000001e-07 + 4.615864277 2.017658574e-07 -4.615864277 + -2.8534000759999998e-07 1.799241637e-14 -6.5278177260000003 + -4.615864277 -2.0176582889999998e-07 -4.615864277 + -6.5278177260000003 -2.8533995079999998e-07 2.8533997920000001e-07 + -4.615864277 -2.017658005e-07 4.615864277 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXWrist_R" -p "FKWrist_R"; + rename -uid "E58A8A72-4612-B461-EE04-A6B9FBCAA509"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "AlignIKToWrist_R" -p "FKXWrist_R"; + rename -uid "A3980F60-4BAE-6BD6-18E4-8BBC5A4B4FB2"; + setAttr ".t" -type "double3" 2.8421709430404007e-14 -1.4210854715202004e-14 -1.7763568394002505e-15 ; + setAttr ".r" -type "double3" -8.767060001674615 -0.0065362035207243282 -86.568356007956808 ; + setAttr ".ro" 5; + setAttr ".s" -type "double3" 0.99999999999999978 1 1 ; +createNode pointConstraint -n "FKOffsetWrist_R_pointConstraint1" -p "FKOffsetWrist_R"; + rename -uid "E8663291-47D4-D06D-7D22-4EBB63BB5C72"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKPS2Wrist_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".o" -type "double3" -1.1368683772161603e-13 1.4210854715202004e-14 -7.1054273576010019e-15 ; + setAttr ".rst" -type "double3" -4.1723069443833083e-10 26.717223732254297 0 ; + setAttr -k on ".w0"; +createNode transform -n "FKPS1Wrist_R" -p "FKXElbow_R"; + rename -uid "55D80B0C-4F69-B2D6-9392-248EFCAC967C"; + setAttr ".t" -type "double3" 2.8421709430404007e-14 0 3.5527136788005009e-15 ; +createNode transform -n "FKPS2Wrist_R" -p "FKPS1Wrist_R"; + rename -uid "DC40194C-4432-828E-6AF3-6283ED96FE0F"; + setAttr ".t" -type "double3" -4.1717385101947002e-10 26.717223732254297 3.5527136788005009e-15 ; + setAttr ".r" -type "double3" 7.0165517352901965 -7.8875716091960788 -2.8765030062127708 ; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999967 1 ; +createNode scaleConstraint -n "FKPS1Wrist_R_scaleConstraint1" -p "FKPS1Wrist_R"; + rename -uid "9A24ACA4-41D7-7EB2-D59C-449845C333B3"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKElbow_RW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode pointConstraint -n "FKOffsetElbow_R_pointConstraint1" -p "FKOffsetElbow_R"; + rename -uid "B4D32954-4707-5E16-6D1F-7ABC40FAF8C2"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKPS2Elbow_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".o" -type "double3" -2.8421709430404007e-14 -7.1054273576010019e-15 1.0658141036401503e-14 ; + setAttr ".rst" -type "double3" -4.2771830521814991e-10 27.323746576972251 2.8421709430404007e-14 ; + setAttr -k on ".w0"; +createNode transform -n "FKPS1Elbow_R" -p "FKXShoulder_R"; + rename -uid "8069020C-4274-4E21-5CE8-AF989F069E0A"; +createNode transform -n "FKPS2Elbow_R" -p "FKPS1Elbow_R"; + rename -uid "EA2CB4CB-478E-9504-445D-87ACB62A0AA3"; + setAttr ".t" -type "double3" -4.276898835087195e-10 27.323746576972251 2.4868995751603507e-14 ; + setAttr ".r" -type "double3" 4.2784445833611544 0 0 ; + setAttr ".s" -type "double3" 1 0.99999999999999967 1 ; +createNode scaleConstraint -n "FKPS1Elbow_R_scaleConstraint1" -p "FKPS1Elbow_R"; + rename -uid "B9EC962C-4496-0222-FCFC-AA84BEACD5EB"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKShoulder_RW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "FKParentConstraintToWrist_L" -p "FKSystem"; + rename -uid "517EB433-4111-BED7-AAE9-A18ED4F4D500"; +createNode pointConstraint -n "FKParentConstraintToWrist_L_pointConstraint1" -p "FKParentConstraintToWrist_L"; + rename -uid "64A30264-4464-C898-31D0-EC8A140B26F3"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Wrist_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 71.709869379797667 146.85928431685198 8.5759231799320546e-06 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "FKParentConstraintToWrist_L_orientConstraint1" -p + "FKParentConstraintToWrist_L"; + rename -uid "4AEABED2-4470-2A07-568A-AF8D501D46B6"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Wrist_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 12.731429658569187 182.79516138361072 3.3597707215119859 ; + setAttr ".rsrr" -type "double3" -171.23293999801331 -0.0065362034372172763 -86.568356007897478 ; + setAttr -k on ".w0"; +createNode transform -n "FKOffsetMiddleFinger1_L" -p "FKParentConstraintToWrist_L"; + rename -uid "7992F88E-45D9-5B2C-D6F0-A883AE2DFE69"; + setAttr ".t" -type "double3" 3.4106051316484809e-13 -8.93006284504348 0 ; + setAttr ".r" -type "double3" -8.7484179163332136 0.45430245540226727 3.4019970569426348 ; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999956 0.99999999999999922 ; +createNode transform -n "SDKFKMiddleFinger1_L" -p "FKOffsetMiddleFinger1_L"; + rename -uid "9D1FF392-4911-DB6B-AA8C-D4A76A9A5807"; +createNode transform -n "FKExtraMiddleFinger1_L" -p "SDKFKMiddleFinger1_L"; + rename -uid "A9EA8887-4298-FCE5-22EB-26B785054287"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKMiddleFinger1_L" -p "FKExtraMiddleFinger1_L"; + rename -uid "7E68CD12-482B-6309-3B82-089D6FD7E1A7"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKMiddleFinger1_LShape" -p "FKMiddleFinger1_L"; + rename -uid "356230EF-427C-0CC8-3E70-7FAB9E463476"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 1.4105010030767176 6.1655939020965889e-08 1.4105007653921435 + 1.9947495460741607 8.7187331132554391e-08 -8.6802162124755e-08 + 1.4105007650717027 6.1640847093258344e-08 -1.4105010026078575 + -8.7122657532745507e-08 -1.8701484805205837e-11 -1.9947495456053455 + -1.4105010029283278 -6.1671997286794067e-08 -1.4105007646028325 + -1.9947495459258278 -8.7203375187527854e-08 8.7591494501992884e-08 + -1.4105007649233414 -6.1656919569941238e-08 1.4105010033971688 + 8.7270962012553355e-08 2.6432189770275727e-12 1.9947495463946567 + 1.4105010030767176 6.1655939020965889e-08 1.4105007653921435 + 1.9947495460741607 8.7187331132554391e-08 -8.6802162124755e-08 + 1.4105007650717027 6.1640847093258344e-08 -1.4105010026078575 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXMiddleFinger1_L" -p "FKMiddleFinger1_L"; + rename -uid "82472291-4A35-8EC5-36C5-99B496F8D5B3"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetMiddleFinger2_L" -p "FKXMiddleFinger1_L"; + rename -uid "4F21D55D-4E58-B08E-6C20-63B83E008F58"; + setAttr ".t" -type "double3" -4.2632564145606011e-13 -4.9760742279495958 9.1038288019262836e-15 ; + setAttr ".r" -type "double3" -0.0009345520765859089 0.036445992797856576 0.00040230534374393202 ; +createNode transform -n "SDKFKMiddleFinger2_L" -p "FKOffsetMiddleFinger2_L"; + rename -uid "50EF9B67-4DD2-6B89-8CE4-F0AC459F32B9"; +createNode transform -n "FKExtraMiddleFinger2_L" -p "SDKFKMiddleFinger2_L"; + rename -uid "D2DAA590-4ED4-39B2-110F-40B1847246BF"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKMiddleFinger2_L" -p "FKExtraMiddleFinger2_L"; + rename -uid "CC492A71-43FE-D297-D279-67B04F22FA68"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKMiddleFinger2_LShape" -p "FKMiddleFinger2_L"; + rename -uid "E3471BFB-438E-4CE2-E962-34BE38F8BE93"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 1.4105010030816914 6.1655839544982882e-08 1.4105007654188075 + 1.9947495460791913 8.71872458674261e-08 -8.6775491459079035e-08 + 1.4105007650766765 6.1640761828130053e-08 -1.4105010025811944 + -8.7117655311885756e-08 -1.8815171642927453e-11 -1.9947495455786828 + -1.410501002923354 -6.1672110973631789e-08 -1.4105007645761702 + -1.9947495459208255 -8.720347466351086e-08 8.7618164057445824e-08 + -1.4105007649183392 -6.1656990624214814e-08 1.4105010034238317 + 8.7276021076831967e-08 2.5437429940211587e-12 1.9947495464213199 + 1.4105010030816914 6.1655839544982882e-08 1.4105007654188075 + 1.9947495460791913 8.71872458674261e-08 -8.6775491459079035e-08 + 1.4105007650766765 6.1640761828130053e-08 -1.4105010025811944 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXMiddleFinger2_L" -p "FKMiddleFinger2_L"; + rename -uid "760C759A-4763-5C2E-8E62-FEBBFDD531BC"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetMiddleFinger3_L" -p "FKXMiddleFinger2_L"; + rename -uid "E0E24B05-4EEF-11BA-3224-AE9E5DB75E82"; + setAttr ".t" -type "double3" -2.2453150450019166e-12 -3.8652877846040496 -4.2843506520284791e-12 ; + setAttr ".r" -type "double3" 0.0009798328248604442 0.053379359101520661 -0.00066162428952202732 ; + setAttr ".s" -type "double3" 1.0000000000000002 1 1.0000000000000004 ; +createNode transform -n "SDKFKMiddleFinger3_L" -p "FKOffsetMiddleFinger3_L"; + rename -uid "3FF624DE-4182-96D5-7679-4593A9A4DE7E"; +createNode transform -n "FKExtraMiddleFinger3_L" -p "SDKFKMiddleFinger3_L"; + rename -uid "583CDACC-4AAD-48C8-26C1-089C9F1EAD08"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKMiddleFinger3_L" -p "FKExtraMiddleFinger3_L"; + rename -uid "5E8E5007-4208-05FB-F56B-748A8D0A7538"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKMiddleFinger3_LShape" -p "FKMiddleFinger3_L"; + rename -uid "7A41B388-463D-532E-2966-9DA9D46D5093"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 1.4105010030851872 6.1655910599256458e-08 1.4105007654395638 + 1.9947495460826872 8.7187302710844961e-08 -8.6754755601603506e-08 + 1.4105007650802008 6.1640818671548914e-08 -1.4105010025604365 + -8.7114131019916385e-08 -1.8729906514636241e-11 -1.9947495455579249 + -1.4105010029198297 -6.1672025708503497e-08 -1.4105007645554124 + -1.9947495459173012 -8.7203403609237284e-08 8.7638906798304106e-08 + -1.4105007649148149 -6.1656919569941238e-08 1.410501003444588 + 8.7279545368801337e-08 2.6290081223123707e-12 1.9947495464420761 + 1.4105010030851872 6.1655910599256458e-08 1.4105007654395638 + 1.9947495460826872 8.7187302710844961e-08 -8.6754755601603506e-08 + 1.4105007650802008 6.1640818671548914e-08 -1.4105010025604365 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXMiddleFinger3_L" -p "FKMiddleFinger3_L"; + rename -uid "095E556E-4E44-7F8B-C7AB-6C800B25216B"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetThumbFinger1_L" -p "FKParentConstraintToWrist_L"; + rename -uid "DCAEF9C1-4815-6676-233F-0BAC1BF27557"; + setAttr ".t" -type "double3" 2.0550307031297734 -3.6766611131517521 -4.5934609922610257 ; + setAttr ".r" -type "double3" 11.541593041558649 -52.883671969645476 5.773473528047167 ; + setAttr ".s" -type "double3" 0.99999999999999967 0.99999999999999978 0.99999999999999978 ; +createNode transform -n "FKExtraThumbFinger1_L" -p "FKOffsetThumbFinger1_L"; + rename -uid "1254E680-4AAA-6251-7652-C0AD634B492C"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKThumbFinger1_L" -p "FKExtraThumbFinger1_L"; + rename -uid "073B2044-42B9-86DD-65F6-D8A775010244"; + setAttr ".sech" no; + setAttr ".r" -type "double3" 17.549507722431656 -11.077632622309036 16.577707466700186 ; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKThumbFinger1_LShape" -p "FKThumbFinger1_L"; + rename -uid "48F0C5FE-4638-4579-83B3-62839BD18939"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 1.4105010033299408 6.1723390842871595e-08 1.410500765151312 + 1.9947495463256502 8.7260573877756542e-08 -8.7043730445657275e-08 + 1.4105007653213875 6.1716235677522491e-08 -1.4105010028486902 + -8.6873669147280452e-08 5.3937299071549205e-11 -1.9947495458444564 + -1.4105010026786289 -6.1605391010743915e-08 -1.4105007648401227 + -1.9947495456743383 -8.7142566940201505e-08 8.7354891320501338e-08 + -1.4105007646700756 -6.1598235845394811e-08 1.4105010031598795 + 8.7524966829732875e-08 6.4055427628773032e-11 1.9947495461555889 + 1.4105010033299408 6.1723390842871595e-08 1.410500765151312 + 1.9947495463256502 8.7260573877756542e-08 -8.7043730445657275e-08 + 1.4105007653213875 6.1716235677522491e-08 -1.4105010028486902 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXThumbFinger1_L" -p "FKThumbFinger1_L"; + rename -uid "E35CCB20-45BA-B36D-095C-5E841C2A5C90"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetThumbFinger2_L" -p "FKXThumbFinger1_L"; + rename -uid "A35DCDB3-4E02-EA03-CB7F-EB9A9C7B5603"; + setAttr ".t" -type "double3" 9.9475983006414026e-14 -2.6647433375106644 -5.6843418860808015e-14 ; + setAttr ".r" -type "double3" -11.598298979595416 -2.1627268936052331 -3.6323535109943581 ; + setAttr ".s" -type "double3" 1.0000000000000002 1.0000000000000002 1 ; +createNode transform -n "SDKFKThumbFinger2_L" -p "FKOffsetThumbFinger2_L"; + rename -uid "775838EC-468F-5273-7DE1-B99B71B08E99"; +createNode transform -n "FKExtraThumbFinger2_L" -p "SDKFKThumbFinger2_L"; + rename -uid "068A3172-4340-C7FD-5EE7-E6B5ED1E69D7"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKThumbFinger2_L" -p "FKExtraThumbFinger2_L"; + rename -uid "1BD816D0-452D-4AFB-50FD-F6B10BF12282"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKThumbFinger2_LShape" -p "FKThumbFinger2_L"; + rename -uid "74F6B3D7-40CB-B08C-842A-2489615B0BFB"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 1.4105010033409684 6.1713777199656761e-08 1.4105007651600374 + 1.9947495463382126 8.725125155706337e-08 -8.7034379703254672e-08 + 1.4105007653354704 6.1706543874606723e-08 -1.4105010028399789 + -8.6858918280086073e-08 4.3399950300226919e-11 -1.9947495458372231 + -1.4105010026645317 -6.1616745483661362e-08 -1.4105007648344809 + -1.9947495456617617 -8.7154205630213255e-08 8.7359936173925234e-08 + -1.4105007646590337 -6.1609512158611324e-08 1.4105010031655212 + 8.7535383386239118e-08 5.3631765695172362e-11 1.9947495461627938 + 1.4105010033409684 6.1713777199656761e-08 1.4105007651600374 + 1.9947495463382126 8.725125155706337e-08 -8.7034379703254672e-08 + 1.4105007653354704 6.1706543874606723e-08 -1.4105010028399789 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXThumbFinger2_L" -p "FKThumbFinger2_L"; + rename -uid "F38DE67F-46B3-9E49-1999-2DAC3D473C71"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetThumbFinger3_L" -p "FKXThumbFinger2_L"; + rename -uid "5E32B957-4C61-4B06-C8B8-6AA02D06E705"; + setAttr ".t" -type "double3" -2.1316282072803006e-13 -2.8859174206112073 -7.1054273576010019e-14 ; + setAttr ".r" -type "double3" -0.36403670304380481 -0.024128368617193408 0.50522423706821029 ; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999989 0.99999999999999989 ; +createNode transform -n "SDKFKThumbFinger3_L" -p "FKOffsetThumbFinger3_L"; + rename -uid "C12EB7F9-4173-40F2-02E3-E7BDB18D910A"; +createNode transform -n "FKExtraThumbFinger3_L" -p "SDKFKThumbFinger3_L"; + rename -uid "9A92471B-4DD3-202E-B0ED-6EA6B1A755E1"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKThumbFinger3_L" -p "FKExtraThumbFinger3_L"; + rename -uid "0D4D18C1-4124-81BE-3EC2-D9B26B16182A"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKThumbFinger3_LShape" -p "FKThumbFinger3_L"; + rename -uid "378652C8-4915-C885-E165-0DBBC63CF597"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 1.4105010033551366 6.1709542364951631e-08 1.4105007651675407 + 1.9947495463524092 8.72470735657771e-08 -8.702689058281976e-08 + 1.4105007653496671 6.1702380094175169e-08 -1.4105010028324898 + -8.6844735847080301e-08 3.9207748159242328e-11 -1.994749545829734 + -1.4105010026503351 -6.1620966107511776e-08 -1.410500764827006 + -1.9947495456475934 -8.7158497308337246e-08 8.7367425294360146e-08 + -1.4105007646448513 -6.1613789625880599e-08 1.4105010031730245 + 8.754953739753546e-08 4.9354298425896559e-11 1.9947495461702687 + 1.4105010033551366 6.1709542364951631e-08 1.4105007651675407 + 1.9947495463524092 8.72470735657771e-08 -8.702689058281976e-08 + 1.4105007653496671 6.1702380094175169e-08 -1.4105010028324898 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXThumbFinger3_L" -p "FKThumbFinger3_L"; + rename -uid "63831F4B-4DC1-311B-4832-E6B113C73E41"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetIndexFinger1_L" -p "FKParentConstraintToWrist_L"; + rename -uid "F9F048FC-405B-79C3-E4F9-74BE069AED4A"; + setAttr ".t" -type "double3" 0.30161159582800678 -9.3189472043556094 -2.5606897729915339 ; + setAttr ".r" -type "double3" -7.1267175639606197 1.4176103512694922 3.2796034821105877 ; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999989 0.99999999999999933 ; +createNode transform -n "SDKFKIndexFinger1_L" -p "FKOffsetIndexFinger1_L"; + rename -uid "DF9EC77A-4067-D44E-12F0-42AAADBE77E8"; +createNode transform -n "FKExtraIndexFinger1_L" -p "SDKFKIndexFinger1_L"; + rename -uid "213663D7-430F-3069-543C-4DA440A12C6C"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKIndexFinger1_L" -p "FKExtraIndexFinger1_L"; + rename -uid "BCFABF34-4D32-20A6-0CA3-F88A0318710D"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKIndexFinger1_LShape" -p "FKIndexFinger1_L"; + rename -uid "BF13FD59-4AA7-2A70-2ED0-12A27A7C4C8B"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 1.4105010030654057 6.1653324223698291e-08 1.4105007653932113 + 1.9947495460628488 8.7184602648449072e-08 -8.680111074355068e-08 + 1.4105007650603056 6.1638189663426601e-08 -1.4105010026067899 + -8.7134083059936529e-08 -2.1159962670935784e-11 -1.9947495456042375 + -1.4105010029396965 -6.1674242601839069e-08 -1.4105007646016845 + -1.9947495459371396 -8.7205521026589849e-08 8.7592658903901111e-08 + -1.4105007649345964 -6.1659108041567379e-08 1.4105010033983167 + 8.7259707015618915e-08 2.4158453015843406e-13 1.9947495463957647 + 1.4105010030654057 6.1653324223698291e-08 1.4105007653932113 + 1.9947495460628488 8.7184602648449072e-08 -8.680111074355068e-08 + 1.4105007650603056 6.1638189663426601e-08 -1.4105010026067899 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXIndexFinger1_L" -p "FKIndexFinger1_L"; + rename -uid "32C852DF-4FC2-CE98-E6D7-B7BF523FC3FA"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetIndexFinger2_L" -p "FKXIndexFinger1_L"; + rename -uid "47487F52-4D2F-399B-CCA7-EBB0B2F81666"; + setAttr ".t" -type "double3" -2.8421709430404007e-13 -5.1838377421373139 -8.4376949871511897e-15 ; + setAttr ".r" -type "double3" 0.075867044076725801 0 0 ; + setAttr ".s" -type "double3" 1 0.99999999999999978 0.99999999999999956 ; +createNode transform -n "SDKFKIndexFinger2_L" -p "FKOffsetIndexFinger2_L"; + rename -uid "9665BDCF-42F6-1365-5F06-95A85D2EDB73"; +createNode transform -n "FKExtraIndexFinger2_L" -p "SDKFKIndexFinger2_L"; + rename -uid "2501CF9D-4F8E-1C36-5A4B-BB9AE9D34B02"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKIndexFinger2_L" -p "FKExtraIndexFinger2_L"; + rename -uid "F3ED28F3-4379-99C6-B235-76B9DBEC59F1"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKIndexFinger2_LShape" -p "FKIndexFinger2_L"; + rename -uid "64DD0C3C-42DB-9218-32C6-A8ACC399C3A0"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 1.4105010145590313 0.003726712370408336 1.4104958307127875 + 1.9947495460302775 -1.2211843284148927e-05 -7.0718688238713412e-08 + 1.4105007535234222 -0.0037439828337682002 -1.4104960451656776 + -1.0341426559534739e-07 -0.0052825794244881763 -1.9947425507899643 + -1.410501014423744 -0.0037267123901756349 -1.4104958298656154 + -1.9947495458949902 1.2211823516850018e-05 7.1565873671630698e-08 + -1.4105007533881064 0.0037439828139724796 1.4104960460128488 + 1.0354952451052668e-07 0.0052825794047208774 1.9947425516371347 + 1.4105010145590313 0.003726712370408336 1.4104958307127875 + 1.9947495460302775 -1.2211843284148927e-05 -7.0718688238713412e-08 + 1.4105007535234222 -0.0037439828337682002 -1.4104960451656776 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXIndexFinger2_L" -p "FKIndexFinger2_L"; + rename -uid "DCFE2657-45E4-F2F1-902A-D2915E7A4FBD"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetIndexFinger3_L" -p "FKXIndexFinger2_L"; + rename -uid "6C363100-427B-3931-ABEC-AF96C1A78170"; + setAttr ".t" -type "double3" -1.4060816511118901e-08 -3.4151463534284261 -2.4424906541753444e-14 ; + setAttr ".r" -type "double3" 0.28643601571684052 -1.6364890993078414 -0.0045637057031400934 ; + setAttr ".s" -type "double3" 1.0000000000000002 1.0000000000000002 1.0000000000000004 ; +createNode transform -n "SDKFKIndexFinger3_L" -p "FKOffsetIndexFinger3_L"; + rename -uid "140AFE4F-4B7D-0392-6DA1-D79473DD8D62"; +createNode transform -n "FKExtraIndexFinger3_L" -p "SDKFKIndexFinger3_L"; + rename -uid "4EBC679E-45B1-771D-BD80-66B4759272BE"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKIndexFinger3_L" -p "FKExtraIndexFinger3_L"; + rename -uid "953B2790-4C4A-5336-66A3-BB94215C5A2F"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKIndexFinger3_LShape" -p "FKIndexFinger3_L"; + rename -uid "DDB4AEA1-4199-A838-912F-179C5445BCB7"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 1.410738298168269 0.0038892877703204931 1.4195363740721714 + 1.9949867771392462 0.00019582641886017882 0.0090403311146393106 + 1.4107379349331381 -0.0035788570882715476 -1.4014555085590823 + 0.00023706021036673519 -0.0052236039861810468 -1.9857016820591706 + -1.4102638262517928 -0.0037749436591951735 -1.4014546262134884 + -1.99451230522277 -8.148230772064835e-05 0.0090414167440647786 + -1.4102634630166619 0.0036932011993826563 1.4195372564177653 + 0.00023741170605262596 0.0053379480973205773 2.0037834299178536 + 1.410738298168269 0.0038892877703204931 1.4195363740721714 + 1.9949867771392462 0.00019582641886017882 0.0090403311146393106 + 1.4107379349331381 -0.0035788570882715476 -1.4014555085590823 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXIndexFinger3_L" -p "FKIndexFinger3_L"; + rename -uid "B5014807-46A6-D555-1583-2E83CB5F16ED"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetCup_L" -p "FKParentConstraintToWrist_L"; + rename -uid "BBEFD3D8-4FC2-2C5A-EDD0-13B71D7FB83F"; + setAttr ".t" -type "double3" 0.13326433530423287 -1.8547869300814313 1.3057014706721031 ; + setAttr ".r" -type "double3" -1.0572321750215845 6.7449031591677393 -0.65386398772481591 ; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999989 0.99999999999999933 ; +createNode transform -n "SDKFKCup_L" -p "FKOffsetCup_L"; + rename -uid "5E5E25AE-4B8C-5B02-F876-3486ED27889B"; +createNode transform -n "FKExtraCup_L" -p "SDKFKCup_L"; + rename -uid "78B3A32D-4644-68E6-9CBD-C38E5E134892"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKCup_L" -p "FKExtraCup_L"; + rename -uid "D159C614-44BA-0EB1-0975-47832B016E36"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKCup_LShape" -p "FKCup_L"; + rename -uid "92F1676D-4653-9528-9556-098067B9B0FA"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 1.4105010030300207 6.1720925259578507e-08 1.4105007653566575 + 1.9947495460278901 8.7251564195867104e-08 -8.6837495416602906e-08 + 1.4105007650257448 6.1705350162810646e-08 -1.4105010026433416 + -8.7168473328347318e-08 4.6910031414881814e-11 -1.9947495456411781 + -1.4105010029742857 -6.1605078371940181e-08 -1.4105007646390204 + -1.9947495459721267 -8.7135717308228777e-08 8.7555169336894778e-08 + -1.4105007649699814 -6.1589489064317604e-08 1.4105010033609831 + 8.722420830054034e-08 6.893685622344492e-11 1.9947495463588187 + 1.4105010030300207 6.1720925259578507e-08 1.4105007653566575 + 1.9947495460278901 8.7251564195867104e-08 -8.6837495416602906e-08 + 1.4105007650257448 6.1705350162810646e-08 -1.4105010026433416 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXCup_L" -p "FKCup_L"; + rename -uid "BEA6C021-4AB0-8107-94CC-C9812028037E"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetPinkyFinger1_L" -p "FKXCup_L"; + rename -uid "F31AD34A-4114-21E1-D8D9-42BEC506BB7B"; + setAttr ".t" -type "double3" 0.14541856736778414 -6.4263429131790701 4.0349731133210307 ; + setAttr ".r" -type "double3" -9.6061667326817357 -9.3950037505279962 4.4841485368207907 ; + setAttr ".s" -type "double3" 1 1 1.0000000000000002 ; +createNode transform -n "SDKFKPinkyFinger1_L" -p "FKOffsetPinkyFinger1_L"; + rename -uid "6D8CB168-4FD9-59E5-F4E1-6097942A8D01"; +createNode transform -n "FKExtraPinkyFinger1_L" -p "SDKFKPinkyFinger1_L"; + rename -uid "C57EB672-46C8-20EB-94BC-95ABD8534C5A"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKPinkyFinger1_L" -p "FKExtraPinkyFinger1_L"; + rename -uid "A4B1094B-4705-FBBE-1142-05B9D912F540"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKPinkyFinger1_LShape" -p "FKPinkyFinger1_L"; + rename -uid "D5C5B1FA-4CFB-D971-DA0F-2C80D7CF2439"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 1.4105010031077541 6.1676686868850084e-08 1.4105007653870665 + 1.9947495461052824 8.720836319753289e-08 -8.6807247612341598e-08 + 1.4105007651027961 6.1661779682253837e-08 -1.4105010026129357 + -8.7091507339209784e-08 1.8047785488306545e-12 -1.9947495456104605 + -1.410501002897206 -6.1651988403355062e-08 -1.4105007646079848 + -1.9947495458947344 -8.7183664732037869e-08 8.7586307984111045e-08 + -1.4105007648922481 -6.1637081216758816e-08 1.4105010033920173 + 8.7302055362670217e-08 2.2893686946190428e-11 1.9947495463895422 + 1.4105010031077541 6.1676686868850084e-08 1.4105007653870665 + 1.9947495461052824 8.720836319753289e-08 -8.6807247612341598e-08 + 1.4105007651027961 6.1661779682253837e-08 -1.4105010026129357 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXPinkyFinger1_L" -p "FKPinkyFinger1_L"; + rename -uid "0EAF4428-41EA-23B8-FA93-48B45D92296E"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetPinkyFinger2_L" -p "FKXPinkyFinger1_L"; + rename -uid "563984AC-4DDF-5B0F-B06B-ED95FD081E42"; + setAttr ".t" -type "double3" -2.2737367544323206e-13 -3.4953388314505389 -1.7763568394002505e-15 ; + setAttr ".r" -type "double3" 0.059203826261605072 0.25909756991402788 -0.0036051888715162269 ; + setAttr ".s" -type "double3" 0.99999999999999978 1 0.99999999999999956 ; +createNode transform -n "SDKFKPinkyFinger2_L" -p "FKOffsetPinkyFinger2_L"; + rename -uid "53ABD1E0-49FA-0D33-01EE-CFBD783D9817"; +createNode transform -n "FKExtraPinkyFinger2_L" -p "SDKFKPinkyFinger2_L"; + rename -uid "DF35E640-4E7E-3FFD-E47A-D0A2F0888E85"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKPinkyFinger2_L" -p "FKExtraPinkyFinger2_L"; + rename -uid "D8D7D454-418B-FE0C-0CA2-189D4DD26F94"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKPinkyFinger2_LShape" -p "FKPinkyFinger2_L"; + rename -uid "A754CE19-4058-FD02-AE68-54A9358581AB"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 1.4105010031105678 6.167714161620097e-08 1.4105007654060113 + 1.9947495461080962 8.7208789523174346e-08 -8.6788285003081e-08 + 1.4105007651055814 6.1662220218750008e-08 -1.4105010025939908 + -8.7088665168266743e-08 2.2737367544323206e-12 -1.9947495455915121 + -1.4105010028943923 -6.165149102344003e-08 -1.4105007645890328 + -1.9947495458918638 -8.7183138930413406e-08 8.7605270593371642e-08 + -1.4105007648894059 -6.1636555415134353e-08 1.4105010034109693 + 8.7304897533613257e-08 2.3391066861222498e-11 1.9947495464084906 + 1.4105010031105678 6.167714161620097e-08 1.4105007654060113 + 1.9947495461080962 8.7208789523174346e-08 -8.6788285003081e-08 + 1.4105007651055814 6.1662220218750008e-08 -1.4105010025939908 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXPinkyFinger2_L" -p "FKPinkyFinger2_L"; + rename -uid "4B7BED77-4AE8-F047-9524-88B8FEC4235C"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetPinkyFinger3_L" -p "FKXPinkyFinger2_L"; + rename -uid "809C3B42-4729-252B-9B4B-9DA017A304D3"; + setAttr ".t" -type "double3" -3.694822225952521e-13 -2.4257246461118172 -2.007283228522283e-13 ; + setAttr ".r" -type "double3" -0.12770256614806388 2.1245472033619794 0.0015862522375548074 ; + setAttr ".s" -type "double3" 1.0000000000000002 1 1.0000000000000004 ; +createNode transform -n "SDKFKPinkyFinger3_L" -p "FKOffsetPinkyFinger3_L"; + rename -uid "87B26E1A-4BD7-AB16-EF8B-B9AB027CF5A1"; +createNode transform -n "FKExtraPinkyFinger3_L" -p "SDKFKPinkyFinger3_L"; + rename -uid "90168B0F-41BE-975B-5BAD-499FF015BECE"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKPinkyFinger3_L" -p "FKExtraPinkyFinger3_L"; + rename -uid "DD87D83F-40D4-4295-0512-33817B0386D2"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKPinkyFinger3_LShape" -p "FKPinkyFinger3_L"; + rename -uid "8B8DD713-4A0D-7D8F-85BD-5EA11F000DDC"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 1.4105010030981759 6.1675933693550178e-08 1.4105007654227135 + 1.9947495460957043 8.7207396859412256e-08 -8.6771568597043824e-08 + 1.4105007650931896 6.1660870187552064e-08 -1.4105010025772877 + -8.7101142298706691e-08 1.1652900866465643e-12 -1.9947495455748125 + -1.4105010029067842 -6.1652286831304082e-08 -1.4105007645723378 + -1.9947495459043125 -8.718377841887559e-08 8.7621979893981461e-08 + -1.4105007649018262 -6.1637237536160683e-08 1.4105010034276635 + 8.729244882488274e-08 2.2467361304734368e-11 1.9947495464251892 + 1.4105010030981759 6.1675933693550178e-08 1.4105007654227135 + 1.9947495460957043 8.7207396859412256e-08 -8.6771568597043824e-08 + 1.4105007650931896 6.1660870187552064e-08 -1.4105010025772877 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXPinkyFinger3_L" -p "FKPinkyFinger3_L"; + rename -uid "F0CFD855-465C-8824-9E8D-0C88C3BF36B3"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetRingFinger1_L" -p "FKXCup_L"; + rename -uid "5D43CCE2-42B5-4B9A-A6EB-6F9DFA08862D"; + setAttr ".t" -type "double3" -0.10120305660765894 -6.9369643493262743 1.4331769332656528 ; + setAttr ".r" -type "double3" -8.1730350966885226 -6.5536156006119004 3.9934984826983295 ; + setAttr ".s" -type "double3" 1.0000000000000002 1.0000000000000002 1.0000000000000002 ; +createNode transform -n "SDKFKRingFinger1_L" -p "FKOffsetRingFinger1_L"; + rename -uid "E8FF7AD6-494A-028F-2D5B-A1BE7F1E5709"; +createNode transform -n "FKExtraRingFinger1_L" -p "SDKFKRingFinger1_L"; + rename -uid "A2F58049-4884-C041-FEC0-018586AF6A74"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKRingFinger1_L" -p "FKExtraRingFinger1_L"; + rename -uid "68492C81-49DE-49E5-78E8-C485B8C5A19B"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKRingFinger1_LShape" -p "FKRingFinger1_L"; + rename -uid "093AC82E-43CC-D1B6-3410-BFAAFB6961AC"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 1.4105010030835956 6.1671286744058307e-08 1.4105007653931159 + 1.9947495460810671 8.7202693066501524e-08 -8.6801189791430033e-08 + 1.4105007650786092 6.1656209027205477e-08 -1.4105010026068858 + -8.7115751057353918e-08 -3.3679725675028749e-12 -1.994749545604374 + -1.4105010029214213 -6.1656692196265794e-08 -1.4105007646018621 + -1.9947495459189213 -8.7188098518709012e-08 8.7592464836916406e-08 + -1.4105007649164065 -6.1641614479412965e-08 1.4105010033981396 + 8.7277896909654373e-08 1.7976731214730535e-11 1.994749546395628 + 1.4105010030835956 6.1671286744058307e-08 1.4105007653931159 + 1.9947495460810671 8.7202693066501524e-08 -8.6801189791430033e-08 + 1.4105007650786092 6.1656209027205477e-08 -1.4105010026068858 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXRingFinger1_L" -p "FKRingFinger1_L"; + rename -uid "3B38702A-4E08-9474-BC89-0DB4F5D9E7E3"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetRingFinger2_L" -p "FKXRingFinger1_L"; + rename -uid "ABB71D1A-4F57-9AE7-E3E8-F08D94F34226"; + setAttr ".t" -type "double3" -5.1159076974727213e-13 -4.0864715576169601 2.1316282072803006e-14 ; + setAttr ".r" -type "double3" 0 -0.28224369362902535 0 ; + setAttr ".s" -type "double3" 0.99999999999999967 0.99999999999999967 0.99999999999999967 ; +createNode transform -n "SDKFKRingFinger2_L" -p "FKOffsetRingFinger2_L"; + rename -uid "97666B7E-46B4-BB5D-1FFB-E281C01F40DE"; +createNode transform -n "FKExtraRingFinger2_L" -p "SDKFKRingFinger2_L"; + rename -uid "99F8F733-46BF-BA6D-8AB7-9596F7E64111"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKRingFinger2_L" -p "FKExtraRingFinger2_L"; + rename -uid "EDB3A927-4FDD-D215-499B-C8B6E46D2AA4"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKRingFinger2_LShape" -p "FKRingFinger2_L"; + rename -uid "F84F27D5-4F48-ECBE-6E33-558B770913AE"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 1.4105010030899336 6.1671315165767737e-08 1.4105007654145338 + 1.9947495460874336 8.7202749909920385e-08 -8.6779764707500817e-08 + 1.4105007650849188 6.1656251659769623e-08 -1.4105010025854683 + -8.7109413016150938e-08 -3.3537617127876729e-12 -1.9947495455829567 + -1.4105010029150833 -6.1656720617975225e-08 -1.4105007645804444 + -1.9947495459125832 -8.7188155362127873e-08 8.7613889920845622e-08 + -1.4105007649100685 -6.1641657111977111e-08 1.4105010034195584 + 8.7284234950857353e-08 1.7962520360015333e-11 1.9947495464170459 + 1.4105010030899336 6.1671315165767737e-08 1.4105007654145338 + 1.9947495460874336 8.7202749909920385e-08 -8.6779764707500817e-08 + 1.4105007650849188 6.1656251659769623e-08 -1.4105010025854683 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXRingFinger2_L" -p "FKRingFinger2_L"; + rename -uid "EBCB4D5D-495A-E1F5-D8D1-D995C465F32D"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKOffsetRingFinger3_L" -p "FKXRingFinger2_L"; + rename -uid "AB36BF7A-4B50-CCDE-D968-A78E46AEBC18"; + setAttr ".t" -type "double3" -2.0686172774730949e-09 -3.2635345458986507 -2.1440212627510391e-07 ; + setAttr ".r" -type "double3" 4.0045533977446123e-06 0.56561842389592254 -2.9622667165619916e-24 ; + setAttr ".s" -type "double3" 1.0000000000000004 1.0000000000000002 1.0000000000000004 ; +createNode transform -n "SDKFKRingFinger3_L" -p "FKOffsetRingFinger3_L"; + rename -uid "ECF75BF4-4FBB-49D7-27DF-449E06B9B52F"; +createNode transform -n "FKExtraRingFinger3_L" -p "SDKFKRingFinger3_L"; + rename -uid "2B428393-490D-7C03-2889-1BB1E22F0A94"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKRingFinger3_L" -p "FKExtraRingFinger3_L"; + rename -uid "FDC39479-4E98-5A50-E4CC-1DAF545E125C"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKRingFinger3_LShape" -p "FKRingFinger3_L"; + rename -uid "DF47462B-4D79-1700-8CA4-09BB368D73C5"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 1.410501003089081 2.6041571743462555e-07 1.4105007654328134 + 1.9947495460865809 8.7202593590518518e-08 -8.6761480888597475e-08 + 1.4105007650840946 -1.3708839219361835e-07 -1.4105010025671596 + -8.711023724572442e-08 -2.8107061211812834e-07 -1.9947495455646331 + -1.4105010029159075 -2.6040120815196133e-07 -1.4105007645621181 + -1.9947495459134359 -8.7188070096999581e-08 8.7632198164655506e-08 + -1.4105007649109211 1.37102929897992e-07 1.4105010034378553 + 8.7283410721283872e-08 2.8108513561164727e-07 1.9947495464353291 + 1.410501003089081 2.6041571743462555e-07 1.4105007654328134 + 1.9947495460865809 8.7202593590518518e-08 -8.6761480888597475e-08 + 1.4105007650840946 -1.3708839219361835e-07 -1.4105010025671596 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXRingFinger3_L" -p "FKRingFinger3_L"; + rename -uid "81D0BD06-4015-C4C4-A2D1-13A34D1E45D3"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "FKParentConstraintToScapula_L" -p "FKSystem"; + rename -uid "8B5C1007-4C23-9606-5449-9F9E9E264902"; + setAttr ".s" -type "double3" 0.99999999999999978 1 1 ; +createNode pointConstraint -n "FKParentConstraintToScapula_L_pointConstraint1" -p + "FKParentConstraintToScapula_L"; + rename -uid "E7E0BB0A-440D-E37F-0386-90AE66E757A6"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Scapula_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 6.9999876022338681 146.58856201171878 2.3882306769695959e-05 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "FKParentConstraintToScapula_L_orientConstraint1" + -p "FKParentConstraintToScapula_L"; + rename -uid "B7735290-4FB1-F317-EEF3-088B456CEA6C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Scapula_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 171.8252699650462 2.3472301994502991 -93.578676360479562 ; + setAttr ".rsrr" -type "double3" 179.99998884361142 -0.0068624903093035929 -89.999917566708973 ; + setAttr -k on ".w0"; +createNode transform -n "FKOffsetShoulder_L" -p "FKParentConstraintToScapula_L"; + rename -uid "8EA9F583-4A02-6BEF-231A-CC823563A668"; + setAttr ".t" -type "double3" -7.2191141953226179e-12 -10.707247734080692 4.0800696154974503e-15 ; + setAttr ".r" -type "double3" -2.0956001278460539 7.7901359898683786 -0.00049386612402935258 ; + setAttr ".ro" 5; + setAttr ".s" -type "double3" 1.0000000000000007 1.0000000000000004 1.0000000000000009 ; +createNode transform -n "FKExtraShoulder_L" -p "FKOffsetShoulder_L"; + rename -uid "F631D5B1-431C-933D-163E-8B8FF313133C"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".ro" 5; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKShoulder_L" -p "FKExtraShoulder_L"; + rename -uid "1243CF18-4D6D-0E16-5909-FFAFD06FE67E"; + addAttr -ci true -sn "autoTwist" -ln "autoTwist" -dv 10 -min 0 -max 10 -at "double"; + addAttr -ci true -sn "extraTwist" -ln "extraTwist" -at "double"; + setAttr ".sech" no; + setAttr ".r" -type "double3" 12.840298932937536 -15.865393896820855 74.860742146497216 ; + setAttr ".ro" 5; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKShoulder_LShape" -p "FKShoulder_L"; + rename -uid "EB6475D6-4BF0-42EA-AC45-03A595881154"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 7.6402139660164892 3.3400674581685053e-07 7.640213013044896 + 10.804893490003167 4.7229878674670545e-07 -4.7225754684632193e-07 + 7.6402130129898751 3.3392341336480058e-07 -7.6402139659550983 + -4.7231256417035183e-07 -6.0968119441895396e-11 -10.80489348994179 + -7.6402139660101227 -3.3401087051743161e-07 -7.6402130129284842 + -10.8048934899968 -4.7230291144728653e-07 4.7237393374643943e-07 + -7.6402130129835086 -3.3392753806538167e-07 7.64021396607151 + 4.7231890221155481e-07 5.6843418860808015e-11 10.804893490058204 + 7.6402139660164892 3.3400674581685053e-07 7.640213013044896 + 10.804893490003167 4.7229878674670545e-07 -4.7225754684632193e-07 + 7.6402130129898751 3.3392341336480058e-07 -7.6402139659550983 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXShoulder_L" -p "FKShoulder_L"; + rename -uid "CA2A20E2-4F0D-D5B7-206D-75B391F5AF3C"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "AlignIKToShoulder_L" -p "FKXShoulder_L"; + rename -uid "EC8412A0-4018-23CB-EC07-04A6C6F5C75D"; + setAttr ".t" -type "double3" 0 -3.5527136788005009e-15 -3.5527136788005009e-15 ; + setAttr ".r" -type "double3" -177.88478403557576 7.7917377943870765 89.712785552983092 ; + setAttr ".ro" 5; + setAttr ".s" -type "double3" 1.0000000000000002 1 1.0000000000000002 ; +createNode transform -n "FKOffsetElbow_L" -p "FKXShoulder_L"; + rename -uid "AD91AD4F-43D4-1A8A-FBA9-57B7FE57202D"; + setAttr ".r" -type "double3" 4.2784445833611349 0 0 ; + setAttr ".ro" 5; + setAttr ".s" -type "double3" 0.99999999999999989 1 0.99999999999999989 ; +createNode transform -n "FKExtraElbow_L" -p "FKOffsetElbow_L"; + rename -uid "0530E29B-4011-3708-3818-2B819F7C0B66"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".ro" 5; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKElbow_L" -p "FKExtraElbow_L"; + rename -uid "FC84D958-47BC-5584-9247-11B7F2266779"; + addAttr -ci true -sn "autoTwist" -ln "autoTwist" -dv 10 -min 0 -max 10 -at "double"; + addAttr -ci true -sn "extraTwist" -ln "extraTwist" -at "double"; + setAttr ".sech" no; + setAttr ".t" -type "double3" -5.6843418860808015e-14 8.4706607594853267e-07 -6.3370755754021957e-08 ; + setAttr ".r" -type "double3" 11.8367176184138 3.8556396711423208e-15 -3.9969026598397933e-16 ; + setAttr ".ro" 5; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKElbow_LShape" -p "FKElbow_L"; + rename -uid "164A2E39-4392-3D50-B823-4A85186A53E0"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 5.2893786430224736 2.3124959369624776e-07 5.289378643197356 + 7.4803109170131847 3.2698999063995871e-07 -3.2678130423846596e-07 + 5.289378643003829 2.3119193315324083e-07 -5.2893786428026424 + -3.2697482765797758e-07 -2.7341684472048655e-11 -7.4803109167933073 + -5.2893786429961551 -2.3122272807540867e-07 -5.2893786427839764 + -7.4803109169868662 -3.2696311791369226e-07 3.2719468379127647e-07 + -5.2893786429775105 -2.3116507463782909e-07 5.2893786432160201 + 3.2700114616091014e-07 5.4207305311138043e-11 7.4803109172066922 + 5.2893786430224736 2.3124959369624776e-07 5.289378643197356 + 7.4803109170131847 3.2698999063995871e-07 -3.2678130423846596e-07 + 5.289378643003829 2.3119193315324083e-07 -5.2893786428026424 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXElbow_L" -p "FKElbow_L"; + rename -uid "BEE8F039-4408-0CC1-7A70-E0A52323EA3B"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "FKOffsetWrist_L" -p "FKXElbow_L"; + rename -uid "83742F0C-4DEE-0365-EC2D-6993734FE992"; + setAttr ".r" -type "double3" 6.6814258166466347 -8.1728872733469125 -1.9142921292332398 ; + setAttr ".ro" 5; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999989 0.99999999999999989 ; +createNode transform -n "FKExtraWrist_L" -p "FKOffsetWrist_L"; + rename -uid "8F893042-4DE8-3FC1-042A-31ADB6A0D1FD"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".ro" 5; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "FKWrist_L" -p "FKExtraWrist_L"; + rename -uid "2F8EF9BE-4D38-9AE8-529A-0395D8825DE9"; + addAttr -ci true -sn "autoTwist" -ln "autoTwist" -dv 10 -min 0 -max 10 -at "double"; + addAttr -ci true -sn "extraTwist" -ln "extraTwist" -at "double"; + setAttr ".sech" no; + setAttr ".t" -type "double3" 1.9328723510625423e-08 -3.8576831684622448e-07 4.4781488295342342e-08 ; + setAttr ".r" -type "double3" -1.6550419642909255 17.99115707813387 9.8645251302034165 ; + setAttr ".ro" 5; + setAttr ".smd" 2; +createNode nurbsCurve -n "FKWrist_LShape" -p "FKWrist_L"; + rename -uid "B66E10DA-4E0A-5B04-7412-ABAC96F4A3B9"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 18; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 4.6158642770742517 2.018512077484047e-07 4.6158642773346692 + 6.5278177260668713 2.8540173957480874e-07 -2.8500836535272356e-07 + 4.6158642770594724 2.0180088711185817e-07 -4.6158642766653282 + -2.8528353368528769e-07 2.0932588995492551e-11 -6.5278177256579504 + -4.6158642769404992 -2.0173820303170942e-07 -4.6158642766505737 + -6.5278177259331756 -2.8528869222554931e-07 2.8569245635878815e-07 + -4.6158642769257483 -2.0168788239516289e-07 4.6158642773494236 + 2.8541731467157661e-07 9.2086338554508984e-11 6.5278177263420432 + 4.6158642770742517 2.018512077484047e-07 4.6158642773346692 + 6.5278177260668713 2.8540173957480874e-07 -2.8500836535272356e-07 + 4.6158642770594724 2.0180088711185817e-07 -4.6158642766653282 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode joint -n "FKXWrist_L" -p "FKWrist_L"; + rename -uid "89B969DB-4AFD-354A-C821-5C98F4D2624D"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; + setAttr ".ds" 2; +createNode transform -n "AlignIKToWrist_L" -p "FKXWrist_L"; + rename -uid "97262265-443C-E90C-31B0-BDA1D864F38F"; + setAttr ".t" -type "double3" 0 1.4210854715202004e-14 0 ; + setAttr ".r" -type "double3" 171.23293999801331 0.0065362034372299987 86.56835600789752 ; + setAttr ".ro" 5; + setAttr ".s" -type "double3" 1 1.0000000000000002 1 ; +createNode pointConstraint -n "FKOffsetWrist_L_pointConstraint1" -p "FKOffsetWrist_L"; + rename -uid "CCE4F80E-4F64-66BA-58CF-09A23D222835"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKPS2Wrist_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".o" -type "double3" -8.5265128291212022e-14 7.1054273576010019e-15 0 ; + setAttr ".rst" -type "double3" 4.1723069443833083e-10 -26.717223732254268 -1.0658141036401503e-14 ; + setAttr -k on ".w0"; +createNode transform -n "FKPS1Wrist_L" -p "FKXElbow_L"; + rename -uid "1C00AB4E-45FF-D361-190D-13A961D3A28E"; + setAttr ".t" -type "double3" 2.8421709430404007e-14 0 3.5527136788005009e-15 ; +createNode transform -n "FKPS2Wrist_L" -p "FKPS1Wrist_L"; + rename -uid "B2F17786-46C8-710E-ED79-F8BA4C7A7E04"; + setAttr ".t" -type "double3" 4.1725911614776123e-10 -26.71722373225429 -1.4210854715202004e-14 ; + setAttr ".r" -type "double3" 7.0165517352901956 -7.8875716091960504 -2.876503006212769 ; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999989 0.99999999999999989 ; +createNode scaleConstraint -n "FKPS1Wrist_L_scaleConstraint1" -p "FKPS1Wrist_L"; + rename -uid "2CE3CADD-4612-BC2B-A57E-229BEE8CE826"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKElbow_LW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode pointConstraint -n "FKOffsetElbow_L_pointConstraint1" -p "FKOffsetElbow_L"; + rename -uid "59DAEED5-4C59-FD63-8D14-41844D96D8EF"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKPS2Elbow_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".o" -type "double3" 5.6843418860808015e-14 -3.5527136788005009e-15 1.4210854715202004e-14 ; + setAttr ".rst" -type "double3" 4.2777514863701072e-10 -27.323746576972287 -2.1316282072803006e-14 ; + setAttr -k on ".w0"; +createNode transform -n "FKPS1Elbow_L" -p "FKXShoulder_L"; + rename -uid "41A7D9FD-4B5C-0C56-5A10-EEB0EFBCAA67"; + setAttr ".t" -type "double3" -2.8421709430404007e-14 0 -3.5527136788005009e-15 ; +createNode transform -n "FKPS2Elbow_L" -p "FKPS1Elbow_L"; + rename -uid "DB2D13F3-499C-660C-0CA4-1282E62C0384"; + setAttr ".t" -type "double3" 4.2777514863701072e-10 -27.323746576972283 -2.4868995751603507e-14 ; + setAttr ".r" -type "double3" 4.2784445833611349 0 0 ; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999989 0.99999999999999989 ; +createNode scaleConstraint -n "FKPS1Elbow_L_scaleConstraint1" -p "FKPS1Elbow_L"; + rename -uid "1079AA30-4380-77F4-220B-A1831CB9625D"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKShoulder_LW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "IKSystem" -p "MotionSystem"; + rename -uid "D628CA0A-47A9-E039-B05B-A1AD4BB683F4"; +createNode transform -n "IKJoints" -p "IKSystem"; + rename -uid "7BF5C342-4F32-DBBD-6362-5289F57A74E6"; +createNode transform -n "IKParentConstraintHip_R" -p "IKJoints"; + rename -uid "3A46467F-4462-6DB9-1E2D-D5921F75B776"; + setAttr ".ro" 2; +createNode parentConstraint -n "IKParentConstraintHip_R_parentConstraint1" -p "IKParentConstraintHip_R"; + rename -uid "E379B8B7-4A10-22B5-2D87-BDBB21CA4B30"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "LegLockConstrainedW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 1.9709482123356974e-15 100 1.6292067812340161e-05 ; + setAttr -k on ".w0"; +createNode transform -n "IKXOffsetHip_R" -p "IKParentConstraintHip_R"; + rename -uid "BAC516AA-4CE5-A8D1-17E7-A0A621C724C8"; + setAttr ".t" -type "double3" -8.9100017547607422 -6.2700042724608664 -1.0105432105255777e-06 ; + setAttr ".r" -type "double3" -1.2865492663821865 -9.7104945805094224e-06 179.99999134639648 ; + setAttr ".ro" 2; + setAttr ".s" -type "double3" 1 1.0000000000000007 1.0000000000000002 ; +createNode joint -n "IKXHip_R" -p "IKXOffsetHip_R"; + rename -uid "5BC4F1B0-46BF-D25F-9BFD-399A07CE9013"; + setAttr ".t" -type "double3" -1.7763568394002505e-15 0 -4.4408920985006262e-16 ; + setAttr ".r" -type "double3" 0.5216532212596432 -0.18705471579964447 -0.93292005869936745 ; + setAttr ".ro" 2; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "IKX2Hip_R" -p "IKXHip_R"; + rename -uid "2F8FBE1B-4F87-5B32-7CEE-ACBA849C8709"; +createNode joint -n "IKXKnee_R" -p "IKXHip_R"; + rename -uid "2A7FF933-4AEC-D399-00B1-B8A664ECD798"; + setAttr ".t" -type "double3" -2.6645352591003757e-14 44.889972686767578 -1.13464793116691e-12 ; + setAttr ".r" -type "double3" -14.484228198157751 -3.5135562385673482e-11 0.0003339744106709249 ; + setAttr ".ro" 2; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -2.7051239549836419 -0.0013196429694822538 6.2350892959368365e-05 ; + setAttr ".ds" 2; +createNode transform -n "IKX2Knee_R" -p "IKXKnee_R"; + rename -uid "1E29C7EF-4F4D-7155-E948-3C8142C57A16"; + setAttr ".rp" -type "double3" -1.7763568394002505e-15 -7.1054273576010019e-15 7.2164496600635175e-16 ; + setAttr ".sp" -type "double3" -1.7763568394002505e-15 -7.1054273576010019e-15 7.2164496600635175e-16 ; +createNode joint -n "IKXAnkle_R" -p "IKXKnee_R"; + rename -uid "A0E47A16-44BE-AD93-1394-8FB5DCF7D2CD"; + setAttr ".t" -type "double3" -9.8761887556975125e-11 40.713443756103516 7.8964612626464259e-14 ; + setAttr ".ro" 3; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 1.4185746880931678 0.0013531740123329443 9.0969351841663622e-06 ; + setAttr ".ds" 2; +createNode transform -n "IKX2Ankle_R" -p "IKXAnkle_R"; + rename -uid "F5302AD7-44F5-D37D-F316-2B81B9F897DD"; + setAttr ".rp" -type "double3" 1.7763568394002505e-15 1.7763568394002505e-15 -2.2204460492503131e-16 ; + setAttr ".sp" -type "double3" 1.7763568394002505e-15 1.7763568394002505e-15 -2.2204460492503131e-16 ; +createNode joint -n "IKXToes_R" -p "IKXAnkle_R"; + rename -uid "91A92B12-426F-E0F7-285B-B59B7243B372"; + setAttr ".t" -type "double3" 3.832751538368484e-08 6.2623162509740613 12.954716197681069 ; + setAttr ".r" -type "double3" 1.8722562628036392e-05 2.9312311978997612e-07 8.9979891150702579e-07 ; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 82.270215949072238 2.816853114544924e-05 -3.2250278128006307e-05 ; + setAttr ".ds" 2; +createNode transform -n "IKX2Toes_R" -p "IKXToes_R"; + rename -uid "28D441CB-41F6-AD43-ED88-A3B1C919B4E0"; + setAttr ".rp" -type "double3" 0 0 5.773159728050814e-15 ; + setAttr ".sp" -type "double3" 0 0 5.773159728050814e-15 ; +createNode joint -n "IKXToesEnd_R" -p "IKXToes_R"; + rename -uid "55E0FCA7-4541-6651-DEE9-86B24ECB1A6E"; + setAttr ".t" -type "double3" 0 6.2690099391694041 2.708944180085382e-14 ; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "IKX2ToesEnd_R" -p "IKXToesEnd_R"; + rename -uid "660D9BD9-4900-C674-1A35-1AB3C216721D"; + setAttr ".rp" -type "double3" 0 -3.5527136788005009e-15 1.3322676295501878e-15 ; + setAttr ".sp" -type "double3" 0 -3.5527136788005009e-15 1.3322676295501878e-15 ; +createNode ikEffector -n "IKToesEffector_R" -p "IKXToes_R"; + rename -uid "DB1471F3-4733-383D-694B-219ABB5492CB"; + setAttr ".v" no; + setAttr ".hd" yes; +createNode orientConstraint -n "IKXAnkle_R_orientConstraint1" -p "IKXAnkle_R"; + rename -uid "AFA66ACD-413A-0CCF-BACF-61808313B1D8"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKFKAlignedLeg_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 13.600567994053518 9.5948613280503938 3.3224772041241515 ; + setAttr ".rsrr" -type "double3" 2.5742674029330045e-13 -3.333298296615848e-14 -4.9854021385031754e-14 ; + setAttr -k on ".w0"; +createNode ikEffector -n "IKAnkleEffector_R" -p "IKXAnkle_R"; + rename -uid "3CDB3A4B-46DF-08CA-AAF6-5B922305777E"; + setAttr ".v" no; + setAttr ".hd" yes; +createNode ikEffector -n "IKLegEffector_R" -p "IKXKnee_R"; + rename -uid "B1F50141-4EA5-9A0C-DEBE-2ABA901CA2D9"; + setAttr -l on ".v" no; + setAttr ".ro" 3; + setAttr ".hd" yes; +createNode transform -n "PoleAnnotationLeg_R" -p "IKXKnee_R"; + rename -uid "F0C8C9C0-438F-13B7-3592-3EA37E4BA378"; +createNode annotationShape -n "PoleAnnotationLeg_RShape" -p "PoleAnnotationLeg_R"; + rename -uid "E541DBD1-408D-251C-545D-87A9D21E06D5"; + setAttr -k off ".v"; + setAttr ".ovdt" 2; + setAttr ".ove" yes; +createNode transform -n "IKMessureFromHip_R" -p "IKParentConstraintHip_R"; + rename -uid "F80D29DC-4374-4CE7-EFB8-D39A99C0E19B"; + setAttr ".t" -type "double3" -8.9100017547607404 -6.2700042724608664 -1.0105432109695551e-06 ; + setAttr ".r" -type "double3" -1.2865492663821865 -9.7104945804804793e-06 179.99999134639648 ; + setAttr ".ro" 2; +createNode transform -n "IKParentConstraintShoulder_R" -p "IKJoints"; + rename -uid "0B432714-4491-2D13-7063-6CB10CE65759"; + setAttr ".ro" 5; +createNode parentConstraint -n "IKParentConstraintShoulder_R_parentConstraint1" -p + "IKParentConstraintShoulder_R"; + rename -uid "5ADB38BF-4A9E-17A5-8B00-4B8C33579183"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Scapula_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 2.855778541224236 8.0122200990655248 92.413561309754314 ; + setAttr ".rst" -type "double3" -6.9999876022338681 146.58856201171878 2.3882306769695959e-05 ; + setAttr ".rsrr" -type "double3" -0.0068624904273881697 -1.1146821830812543e-05 89.999917566768886 ; + setAttr -k on ".w0"; +createNode transform -n "IKXOffsetShoulder_R" -p "IKParentConstraintShoulder_R"; + rename -uid "3EC75F30-4B66-4974-3FD4-69A6672F6CC8"; + setAttr ".t" -type "double3" 7.2475359047530219e-12 10.707247734080685 0 ; + setAttr ".r" -type "double3" -2.0956001278460668 7.790135989868376 -0.00049386612399361424 ; + setAttr ".ro" 5; + setAttr ".s" -type "double3" 1.0000000000000002 1.0000000000000004 1.0000000000000002 ; +createNode joint -n "IKXShoulder_R" -p "IKXOffsetShoulder_R"; + rename -uid "DB8BB3A1-45DF-7817-BAB6-67969F43DAA7"; + setAttr ".r" -type "double3" 9.4750904613288505 -15.570337994355523 74.651436239574565 ; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "IKX2Shoulder_R" -p "IKXShoulder_R"; + rename -uid "61D6A59D-4AAE-4E7A-42A9-B99B3B7E9001"; +createNode joint -n "IKXElbow_R" -p "IKXShoulder_R"; + rename -uid "09A4882A-4592-873A-C038-6AAF5A664EE4"; + setAttr ".t" -type "double3" -4.2777514863701072e-10 27.323745727539062 2.1316282072803006e-14 ; + setAttr ".r" -type "double3" 13.258855033709882 2.0705748726359316e-10 -1.4711533583468443e-11 ; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 4.27844458336115 0 0 ; + setAttr ".ds" 2; +createNode transform -n "IKX2Elbow_R" -p "IKXElbow_R"; + rename -uid "C0C26608-441C-1CB0-BEFD-FE80CBB2C8AA"; + setAttr ".rp" -type "double3" 2.8421709430404007e-14 -7.1054273576010019e-15 7.1054273576010019e-15 ; + setAttr ".sp" -type "double3" 2.8421709430404007e-14 -7.1054273576010019e-15 7.1054273576010019e-15 ; +createNode joint -n "IKXWrist_R" -p "IKXElbow_R"; + rename -uid "D1378D1E-4DE3-2E2C-E348-AC94094CC00F"; + setAttr ".t" -type "double3" -4.1723069443833083e-10 26.71722412109375 7.1054273576010019e-15 ; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 7.0165517352902009 -7.8875716091960726 -2.8765030062128005 ; + setAttr ".ds" 2; +createNode transform -n "IKX2Wrist_R" -p "IKXWrist_R"; + rename -uid "A7B7B0BE-4860-0B0E-1AB9-3D930A420508"; + setAttr ".rp" -type "double3" 8.5265128291212022e-14 0 -1.7763568394002505e-15 ; + setAttr ".sp" -type "double3" 8.5265128291212022e-14 0 -1.7763568394002505e-15 ; +createNode orientConstraint -n "IKXWrist_R_orientConstraint1" -p "IKXWrist_R"; + rename -uid "3DEBBBCA-427B-ADD8-4FD3-679DE9F8B1CF"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKFKAlignedArm_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -2.5855177602376171 14.944016953169816 9.6317703180534959 ; + setAttr ".rsrr" -type "double3" -2.2860236773019018e-15 -6.2120208622334285e-16 + -9.3428793767990772e-15 ; + setAttr -k on ".w0"; +createNode ikEffector -n "IKArmEffector_R" -p "IKXElbow_R"; + rename -uid "B5D8FAA6-4C19-EFF1-E23A-4883DB610E57"; + setAttr -l on ".v" no; + setAttr ".ro" 5; + setAttr ".hd" yes; +createNode transform -n "PoleAnnotationArm_R" -p "IKXElbow_R"; + rename -uid "0EB77BBF-41F3-4FE7-0571-888B6CA13DC3"; +createNode annotationShape -n "PoleAnnotationArm_RShape" -p "PoleAnnotationArm_R"; + rename -uid "19F87E68-487F-34EF-D706-FE92EE4B9731"; + setAttr -k off ".v"; + setAttr ".ovdt" 2; + setAttr ".ove" yes; +createNode transform -n "IKMessureFromShoulder_R" -p "IKParentConstraintShoulder_R"; + rename -uid "6BEED946-4C60-BC9A-9B2C-F3BB2922DAAE"; + setAttr ".t" -type "double3" 7.2475359047530219e-12 10.707247734080681 3.4694469519536142e-18 ; + setAttr ".r" -type "double3" -2.0956001278460663 7.790135989868376 -0.00049386612399371452 ; + setAttr ".ro" 5; + setAttr ".s" -type "double3" 1.0000000000000002 1 1 ; +createNode transform -n "IKParentConstraintRoot_M" -p "IKJoints"; + rename -uid "EB2BBF5C-4388-5CBA-5DB2-44B846CC175E"; + setAttr ".t" -type "double3" 1.9709482123356974e-15 100 1.6292067812340161e-05 ; +createNode transform -n "IKXOffsetRoot_M" -p "IKParentConstraintRoot_M"; + rename -uid "F7C1A531-4FA0-68C8-6539-24B7C70B7C82"; +createNode joint -n "IKXRoot_M" -p "IKXOffsetRoot_M"; + rename -uid "0821DC09-45F7-7D3D-BDB9-2881B10AFF2A"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "IKX2Root_M" -p "IKXRoot_M"; + rename -uid "796459C9-4DB7-13BF-54FC-6AA7E7B443F3"; +createNode joint -n "IKXRootPart1_M" -p "IKXRoot_M"; + rename -uid "BD9C8462-4AB5-2B0D-1ED5-9D8BBD628D54"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "IKX2RootPart1_M" -p "IKXRootPart1_M"; + rename -uid "BACCB203-4D07-7C67-527C-FBB690EF88A1"; +createNode joint -n "IKXRootPart2_M" -p "IKXRootPart1_M"; + rename -uid "C36EF7A1-4137-25B0-4CAA-E1BD1FE3C1E5"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "IKX2RootPart2_M" -p "IKXRootPart2_M"; + rename -uid "5B3361CC-4566-11D4-FDA3-9D81DA0FE30A"; +createNode joint -n "IKXSpine1_M" -p "IKXRootPart2_M"; + rename -uid "94BF5778-48F1-03B9-B7A6-5E9659D04862"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "IKX2Spine1_M" -p "IKXSpine1_M"; + rename -uid "BA909F78-4661-81E0-E8B7-5AAEB2EA7999"; +createNode joint -n "IKXSpine1Part1_M" -p "IKXSpine1_M"; + rename -uid "C67BB53A-4DB8-7BC0-141E-0DA45113EF48"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "IKX2Spine1Part1_M" -p "IKXSpine1Part1_M"; + rename -uid "22A3833B-45B2-0987-1864-558D2F984C20"; +createNode joint -n "IKXSpine1Part2_M" -p "IKXSpine1Part1_M"; + rename -uid "E9CB26DD-4B1E-A2C8-913C-488C3C90AD44"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "IKX2Spine1Part2_M" -p "IKXSpine1Part2_M"; + rename -uid "F62AB72A-4976-F851-F42E-BEAAC64569D4"; +createNode joint -n "IKXChest_M" -p "IKXSpine1Part2_M"; + rename -uid "39267DC3-4DB3-1F9B-1C46-A99B288E700E"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "IKX2Chest_M" -p "IKXChest_M"; + rename -uid "505C035A-4538-96AE-40D5-2BA1A8F05ACE"; +createNode pointConstraint -n "IKXChest_M_pointConstraint1" -p "IKXChest_M"; + rename -uid "8DEB875D-4A8C-B8E6-D4D1-C49C14D64C08"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpChestFollowOffset_MW0" -dv 1 + -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKSpine3LocalOrient2_MW1" -dv 1 -min + 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -4.8359068882474586e-16 4.6928558349609375 7.6456308543510566e-07 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode orientConstraint -n "IKXChest_M_orientConstraint1" -p "IKXChest_M"; + rename -uid "9385CB27-4F3F-2CAF-8B36-3197A0BE8C7D"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpine3LocalOrient2_MW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 2.7695649299707457 1.3312090895784521 0.015947839797267736 ; + setAttr -k on ".w0"; +createNode parentConstraint -n "IKXSpine1Part2_M_parentConstraint1" -p "IKXSpine1Part2_M"; + rename -uid "2F43EC62-47AF-E9DF-D04D-C8B541FAC13D"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcSpine1Part2FollowOffset_MW0" + -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKSpSpine1Part2FollowOffset_MW1" -dv + 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 2.4007163003647385 1.340908618248962 -0.063832711414607265 ; + setAttr ".rst" -type "double3" -1.6119689627491529e-16 4.6928558349609943 7.6456308543510228e-07 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode parentConstraint -n "IKXSpine1Part1_M_parentConstraint1" -p "IKXSpine1Part1_M"; + rename -uid "6890E4B5-4D96-F19B-C6DA-29B38715D7F5"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcSpine1Part1FollowOffset_MW0" + -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKSpSpine1Part1FollowOffset_MW1" -dv + 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" -0.11786614291065334 1.3363609919347146 -0.045062394292217943 ; + setAttr ".rst" -type "double3" -1.6119689627491529e-16 4.6928558349609943 7.6456308543510905e-07 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode parentConstraint -n "IKXSpine1_M_parentConstraint1" -p "IKXSpine1_M"; + rename -uid "89F60B86-447C-F324-12D8-31BF25AA01F3"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcSpine1FollowOffset_MW0" -dv 1 + -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKSpSpine1FollowOffset_MW1" -dv 1 + -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" -1.8155429798509617 1.3444765254614763 0.020573809393965425 ; + setAttr ".rst" -type "double3" -4.5309833782845875e-15 7.0261840820311647 1.1447106461245046e-06 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode parentConstraint -n "IKXRootPart2_M_parentConstraint1" -p "IKXRootPart2_M"; + rename -uid "21606C91-4242-A967-7D97-77AF7204DD9F"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcRootPart2FollowOffset_MW0" -dv + 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKSpRootPart2FollowOffset_MW1" -dv + 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" -1.0335200322663434 1.3411785481178846 0.042250248801161801 ; + setAttr ".rst" -type "double3" -1.5103277927615293e-15 7.0261840820311363 1.1447106461245012e-06 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode parentConstraint -n "IKXRootPart1_M_parentConstraint1" -p "IKXRootPart1_M"; + rename -uid "45F90B2C-4230-1792-CBE7-579FBEAD4A0A"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcRootPart1FollowOffset_MW0" -dv + 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKSpRootPart1FollowOffset_MW1" -dv + 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 0.38572589405997193 1.3362335643219045 0.034238754319949341 ; + setAttr ".rst" -type "double3" -1.5103277927615289e-15 7.0261840820311647 1.144710646124508e-06 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode parentConstraint -n "IKXRoot_M_parentConstraint1" -p "IKXRoot_M"; + rename -uid "C4AA7E69-4B4B-CF4B-72E6-0D8D1610225B"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcRootFollowOffset_MW0" -dv 1 -min + 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKSpRootFollowOffset_MW1" -dv 1 -min + 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 0.2581283417395534 -0.00031816269970778399 0.070621095587621766 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode joint -n "IKfake0Spine_M" -p "IKParentConstraintRoot_M"; + rename -uid "719ACCE7-420B-B653-3ED0-298BE5361664"; + setAttr -l on ".v" no; + setAttr ".t" -type "double3" 0.025667855516074117 -1.4680480079178722 -0.53883034066569402 ; + setAttr ".r" -type "double3" 0.25812834173955346 -0.00031816269970778399 0.070621095587621793 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode joint -n "IKSpRootPart1_M" -p "IKfake0Spine_M"; + rename -uid "92EF9A64-444F-6AEE-DEF8-ED9A40E4A043"; + setAttr ".t" -type "double3" -1.5087439794953059e-15 7.0261840820311647 1.144710646124508e-06 ; + setAttr ".r" -type "double3" 0.38564541923327339 1.3363704943777606 0.034251132457494712 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode joint -n "IKSpRootPart2_M" -p "IKSpRootPart1_M"; + rename -uid "982C5906-4113-3393-4C9A-2DA95E7E4A47"; + setAttr ".t" -type "double3" -1.5087439794953059e-15 7.0261840820311363 1.1447106461245012e-06 ; + setAttr ".r" -type "double3" -1.0350892533951888 1.3401985633288902 0.04230393173316898 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode joint -n "IKSpSpine1_M" -p "IKSpRootPart2_M"; + rename -uid "372A42D2-448C-DB7B-6C67-D295C241CD7F"; + setAttr ".t" -type "double3" -4.5262319384859178e-15 7.0261840820311647 1.1447106461245046e-06 ; + setAttr ".r" -type "double3" -1.8182551129667914 1.343150210790339 0.020713638088911447 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode joint -n "IKSpSpine1Part1_M" -p "IKSpSpine1_M"; + rename -uid "7519343B-44C3-B4CE-527D-5C9C41A1E95B"; + setAttr ".t" -type "double3" -1.6102784541573894e-16 4.6928558349609943 7.6456308543510905e-07 ; + setAttr ".r" -type "double3" -0.10407611681456123 1.3364508402481885 -0.045562019518420149 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode joint -n "IKSpSpine1Part2_M" -p "IKSpSpine1Part1_M"; + rename -uid "1D8D56EE-4006-05DA-4691-04AA7EE001EE"; + setAttr ".t" -type "double3" -1.6102784541573894e-16 4.6928558349609943 7.6456308543510228e-07 ; + setAttr ".r" -type "double3" 2.4050007236975235 1.3370590323770581 -0.064106476593170217 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode joint -n "IKSpChest_M" -p "IKSpSpine1Part2_M"; + rename -uid "B878CB03-4BDE-442A-EA22-348A743BF044"; + setAttr ".t" -type "double3" -4.8359068882474586e-16 4.6928558349609659 7.6456308543510566e-07 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode joint -n "IKfake1Spine_M" -p "IKSpChest_M"; + rename -uid "3606D722-4D47-5FBE-601D-DC82A055B347"; + setAttr -l on ".v" no; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode ikEffector -n "IKSpineEffector_M" -p "IKSpChest_M"; + rename -uid "141D491A-4B67-81F2-2AB4-B2BA7EDB304E"; + setAttr -l on ".v" no; + setAttr ".hd" yes; +createNode transform -n "IKFixedOrientRoot_M" -p "IKfake0Spine_M"; + rename -uid "F72138B2-4127-DF56-5ACA-9E94FBE394FA"; +createNode orientConstraint -n "IKFixedOrientRoot_M_orientConstraint1" -p "IKFixedOrientRoot_M"; + rename -uid "37590B67-4A23-D93B-9ACE-AFA75784FEEC"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKNonFixedOrientRoot_MW0" -dv 1 -min + 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKSpine1LocalOrient3_MW1" -dv 1 -min + 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode transform -n "IKAcRootFollowOffset_M" -p "IKFixedOrientRoot_M"; + rename -uid "A17B5CE6-40AB-2F80-DFF3-949784E29EDD"; +createNode transform -n "IKSpRootFollowOffset_M" -p "IKFixedOrientRoot_M"; + rename -uid "C5E95030-4A2B-FC2F-8EBA-50AD2B01EBCD"; +createNode transform -n "IKNonFixedOrientRoot_M" -p "IKfake0Spine_M"; + rename -uid "EA087138-47BE-7472-2FC9-68BD744A4922"; +createNode transform -n "IKParentConstraintHip_L" -p "IKJoints"; + rename -uid "848A7CA8-4874-5BD6-7072-788DFF919E3B"; + setAttr ".ro" 2; +createNode parentConstraint -n "IKParentConstraintHip_L_parentConstraint1" -p "IKParentConstraintHip_L"; + rename -uid "C137D9EE-48B8-D0BB-59C4-87B4FE882C9A"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "LegLockConstrainedW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 1.9709482123356974e-15 100 1.6292067812340161e-05 ; + setAttr -k on ".w0"; +createNode transform -n "IKXOffsetHip_L" -p "IKParentConstraintHip_L"; + rename -uid "F65D6920-493D-D599-5A57-23860BAF65B0"; + setAttr ".t" -type "double3" 8.9100017547607386 -6.2700042724608664 -1.0105432105255777e-06 ; + setAttr ".r" -type "double3" -1.2865492568107761 -179.99999292470778 -1.6535034906498377e-05 ; + setAttr ".ro" 2; + setAttr ".s" -type "double3" 1 1 1.0000000000000004 ; +createNode joint -n "IKXHip_L" -p "IKXOffsetHip_L"; + rename -uid "2EA5F6C5-4306-FDCA-6C2A-72AFBE9D0198"; + setAttr ".t" -type "double3" 1.7763568394002505e-15 0 4.4408920985006262e-16 ; + setAttr ".r" -type "double3" 13.802563349784229 1.834247072935038 -0.3197803025481577 ; + setAttr ".ro" 2; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "IKX2Hip_L" -p "IKXHip_L"; + rename -uid "25AD0EFE-4F9D-80F7-C82A-4CA8A43B4284"; +createNode joint -n "IKXKnee_L" -p "IKXHip_L"; + rename -uid "100A28D3-4BF7-1F8E-641E-1FB18DD95B09"; + setAttr ".t" -type "double3" 2.3092638912203256e-14 -45.114421844482422 1.1377565556358604e-12 ; + setAttr ".r" -type "double3" -22.066006375610591 -2.337826684722005e-05 1.3448450324192001e-05 ; + setAttr ".ro" 2; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -2.7051239549836397 -0.0013196429694763907 6.2350892930224537e-05 ; + setAttr ".ds" 2; +createNode transform -n "IKX2Knee_L" -p "IKXKnee_L"; + rename -uid "AF8256D3-4C7A-2C6D-00C8-37BEC97D9D3F"; + setAttr ".rp" -type "double3" 1.7763568394002505e-15 0 -8.8817841970012523e-16 ; + setAttr ".sp" -type "double3" 1.7763568394002505e-15 0 -8.8817841970012523e-16 ; +createNode joint -n "IKXAnkle_L" -p "IKXKnee_L"; + rename -uid "FDF6CC0F-44A9-0825-8C9F-59A03F3216E2"; + setAttr ".t" -type "double3" 9.8751229415938724e-11 -40.917011260986328 -9.4146912488213275e-14 ; + setAttr ".ro" 3; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 1.4185745818812294 0.0013531740123145176 9.0969351747397156e-06 ; + setAttr ".ds" 2; +createNode transform -n "IKX2Ankle_L" -p "IKXAnkle_L"; + rename -uid "92D474AE-47D4-BBE7-2BEE-E4B77218E9BA"; + setAttr ".rp" -type "double3" 3.5527136788005009e-15 -7.1054273576010019e-15 0 ; + setAttr ".sp" -type "double3" 3.5527136788005009e-15 -7.1054273576010019e-15 0 ; +createNode joint -n "IKXToes_L" -p "IKXAnkle_L"; + rename -uid "062975E4-4DCE-FEC6-103A-27AB5F9AC576"; + setAttr ".t" -type "double3" 4.7144510517682647e-11 -6.262316226959209 -12.954716209289849 ; + setAttr ".r" -type "double3" -3.0559362871583194e-21 6.8086006843902243e-09 1.205782959744034e-23 ; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 82.270215949060102 -7.5774054557337767e-06 -5.5825127007620175e-05 ; + setAttr ".ds" 2; +createNode transform -n "IKX2Toes_L" -p "IKXToes_L"; + rename -uid "0A893D9D-481E-3756-3D12-56A3FCF2676E"; + setAttr ".rp" -type "double3" 1.7763568394002505e-15 -1.0658141036401503e-14 3.5527136788005009e-15 ; + setAttr ".sp" -type "double3" 1.7763568394002505e-15 -1.0658141036401503e-14 3.5527136788005009e-15 ; +createNode joint -n "IKXToesEnd_L" -p "IKXToes_L"; + rename -uid "D251EF73-4B97-3083-41C2-5596932F9BEC"; + setAttr ".t" -type "double3" 2.8137492336099967e-12 -6.2690099391694165 -1.1102230246251565e-14 ; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 3.2274450688443003e-05 -2.8168504363168687e-05 3.2250279504202455e-05 ; + setAttr ".ds" 2; +createNode transform -n "IKX2ToesEnd_L" -p "IKXToesEnd_L"; + rename -uid "1CFBAE3F-4BD0-E874-7D2A-C78F353467E6"; + setAttr ".rp" -type "double3" 0 1.7763568394002505e-15 8.8817841970012523e-16 ; + setAttr ".sp" -type "double3" 0 1.7763568394002505e-15 8.8817841970012523e-16 ; +createNode ikEffector -n "IKToesEffector_L" -p "IKXToes_L"; + rename -uid "046AA631-4C90-F55B-C310-67A876EE1314"; + setAttr ".v" no; + setAttr ".hd" yes; +createNode orientConstraint -n "IKXAnkle_L_orientConstraint1" -p "IKXAnkle_L"; + rename -uid "68A3CB3F-433B-DB77-2FAB-A7BD22E1B363"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKFKAlignedLeg_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 8.13754748581378 6.9715178587585767 1.6882267217381981 ; + setAttr ".rsrr" -type "double3" -4.5719239586487724e-15 -2.7960948574831561e-14 + -9.9467587817996593e-15 ; + setAttr -k on ".w0"; +createNode ikEffector -n "IKAnkleEffector_L" -p "IKXAnkle_L"; + rename -uid "379A2891-418E-5137-32DD-5E948919D3B1"; + setAttr ".v" no; + setAttr ".hd" yes; +createNode ikEffector -n "IKLegEffector_L" -p "IKXKnee_L"; + rename -uid "DD68960A-4A2C-157C-DB12-27A58F463B71"; + setAttr -l on ".v" no; + setAttr ".ro" 3; + setAttr ".hd" yes; +createNode transform -n "PoleAnnotationLeg_L" -p "IKXKnee_L"; + rename -uid "023502F3-4D16-6249-EEAB-139B202242FE"; +createNode annotationShape -n "PoleAnnotationLeg_LShape" -p "PoleAnnotationLeg_L"; + rename -uid "64B9BCE7-4DCE-DFF6-6763-5A90C79700D1"; + setAttr -k off ".v"; + setAttr ".ovdt" 2; + setAttr ".ove" yes; +createNode transform -n "IKMessureFromHip_L" -p "IKParentConstraintHip_L"; + rename -uid "EC7E66D0-4321-71F5-7FA6-358007EC3F60"; + setAttr ".t" -type "double3" 8.9100017547607369 -6.2700042724608664 -1.0105432109695551e-06 ; + setAttr ".r" -type "double3" -1.2865492568107761 -179.99999292470778 -1.6535034906498377e-05 ; + setAttr ".ro" 2; + setAttr ".s" -type "double3" 0.99999999999999989 1 0.99999999999999989 ; +createNode transform -n "IKParentConstraintShoulder_L" -p "IKJoints"; + rename -uid "361855C9-4C33-E2CC-572B-13A673E461EE"; + setAttr ".ro" 5; +createNode parentConstraint -n "IKParentConstraintShoulder_L_parentConstraint1" -p + "IKParentConstraintShoulder_L"; + rename -uid "91023805-488A-65AB-5132-27ABA55C55A4"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Scapula_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -177.14422129489813 -8.012242391812018 93.610965036845741 ; + setAttr ".rst" -type "double3" 6.9999876022338681 146.58856201171878 2.3882306769695959e-05 ; + setAttr ".rsrr" -type "double3" 179.99313750967465 -1.11465152990131e-05 89.999917566709556 ; + setAttr -k on ".w0"; +createNode transform -n "IKXOffsetShoulder_L" -p "IKParentConstraintShoulder_L"; + rename -uid "AD988BF6-42BC-257D-1552-B9A4DCBF818F"; + setAttr ".t" -type "double3" -7.1906924858922139e-12 -10.707247734080692 4.0800696154974503e-15 ; + setAttr ".r" -type "double3" -2.0956001278460574 7.7901359898683804 -0.00049386612400991587 ; + setAttr ".ro" 5; + setAttr ".s" -type "double3" 1.0000000000000007 1.0000000000000004 1.0000000000000007 ; +createNode joint -n "IKXShoulder_L" -p "IKXOffsetShoulder_L"; + rename -uid "617FF5B7-472A-3D87-B496-D2969BB2FBC7"; + setAttr ".t" -type "double3" 0 -3.5527136788005009e-15 -3.5527136788005009e-15 ; + setAttr ".r" -type "double3" 12.840298932937412 -15.865393896821164 74.860742146497174 ; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ds" 2; +createNode transform -n "IKX2Shoulder_L" -p "IKXShoulder_L"; + rename -uid "D0577687-480A-CE2F-BFE7-81A096C09D8F"; +createNode joint -n "IKXElbow_L" -p "IKXShoulder_L"; + rename -uid "1983F681-4AA3-0AF6-9522-72A73FA5C04E"; + setAttr ".t" -type "double3" 4.2774672692758031e-10 -27.323745727539062 -2.1316282072803006e-14 ; + setAttr ".r" -type "double3" 11.836717618414488 1.8486120822899593e-10 -1.2800232184596434e-11 ; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 4.27844458336115 0 0 ; + setAttr ".ds" 2; +createNode transform -n "IKX2Elbow_L" -p "IKXElbow_L"; + rename -uid "A20B98B7-4D4B-DB49-921A-259894A18F56"; +createNode joint -n "IKXWrist_L" -p "IKXElbow_L"; + rename -uid "6E4F3313-400C-5BEE-3257-D591B78DD14C"; + setAttr ".t" -type "double3" 4.1725911614776123e-10 -26.71722412109375 -1.4210854715202004e-14 ; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 7.0165517352902107 -7.8875716091960646 -2.8765030062127983 ; + setAttr ".ds" 2; +createNode transform -n "IKX2Wrist_L" -p "IKXWrist_L"; + rename -uid "66E2377A-4AA5-C71C-C454-5BBAC94AC25D"; + setAttr ".rp" -type "double3" 0 -1.4210854715202004e-14 7.1054273576010019e-15 ; + setAttr ".sp" -type "double3" 0 -1.4210854715202004e-14 7.1054273576010019e-15 ; +createNode orientConstraint -n "IKXWrist_L_orientConstraint1" -p "IKXWrist_L"; + rename -uid "6DD8EA74-40AE-8BD1-E953-9DB5FC9163A8"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKFKAlignedArm_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -1.6550419642913086 17.991157078133831 9.8645251302035053 ; + setAttr ".rsrr" -type "double3" -2.4549906447546519e-14 -6.2617170291313017e-15 + 1.2921003393445537e-14 ; + setAttr -k on ".w0"; +createNode ikEffector -n "IKArmEffector_L" -p "IKXElbow_L"; + rename -uid "757EA848-4001-66EB-019E-DE9D625B206D"; + setAttr -l on ".v" no; + setAttr ".ro" 5; + setAttr ".hd" yes; +createNode transform -n "PoleAnnotationArm_L" -p "IKXElbow_L"; + rename -uid "C8F14F52-4242-8C9A-8C68-8897530EB019"; +createNode annotationShape -n "PoleAnnotationArm_LShape" -p "PoleAnnotationArm_L"; + rename -uid "89935A11-4A37-6ABA-FA3C-F7AFC0BF1B72"; + setAttr -k off ".v"; + setAttr ".ovdt" 2; + setAttr ".ove" yes; +createNode transform -n "IKMessureFromShoulder_L" -p "IKParentConstraintShoulder_L"; + rename -uid "EDEEB27A-421D-6284-D4A6-478955BA403C"; + setAttr ".t" -type "double3" -7.1622707764618099e-12 -10.707247734080696 6.9041994343876922e-16 ; + setAttr ".r" -type "double3" -2.0956001278460574 7.7901359898683786 -0.00049386612400991587 ; + setAttr ".ro" 5; + setAttr ".s" -type "double3" 1.0000000000000002 1.0000000000000002 1.0000000000000002 ; +createNode transform -n "IKSpSpineOffset_M" -p "IKJoints"; + rename -uid "7EBF3D44-46EE-A538-0C55-169513FBECF5"; + setAttr -l on ".v" no; + setAttr ".t" -type "double3" 1.9709482123356974e-15 100 1.6292067812340161e-05 ; +createNode joint -n "IKSpRoot_M" -p "IKSpSpineOffset_M"; + rename -uid "4C165A21-49E9-515D-2651-3B85A489173B"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode transform -n "IKSpRootPart1FollowOffset_M" -p "IKSpSpineOffset_M"; + rename -uid "52454527-4C97-E134-C524-E9B8F40E5050"; +createNode pointConstraint -n "IKSpRootPart1FollowOffset_M_pointConstraint1" -p "IKSpRootPart1FollowOffset_M"; + rename -uid "78E07447-4F97-93B2-5F0F-9E84A23DD7B3"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpRootPart1_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".o" -type "double3" 3.2466024149391243e-23 0 0 ; + setAttr ".rst" -type "double3" -1.5103277927615289e-15 7.0261840820311647 1.144710646124508e-06 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "IKSpRootPart1FollowOffset_M_orientConstraint1" -p + "IKSpRootPart1FollowOffset_M"; + rename -uid "C20AA40B-40AB-951D-2454-6BB59E44AE66"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpRootPart1_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 0.64384370235140953 1.335884460038961 0.11089354764886326 ; + setAttr -k on ".w0"; +createNode transform -n "IKSpRootPart2FollowOffset_M" -p "IKSpSpineOffset_M"; + rename -uid "97CB4B17-4930-3004-0849-B0AABE8B72D6"; +createNode pointConstraint -n "IKSpRootPart2FollowOffset_M_pointConstraint1" -p "IKSpRootPart2FollowOffset_M"; + rename -uid "5767BDC7-4C32-CB3A-F746-51881F327280"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpRootPart2_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".o" -type "double3" 6.4932047904352033e-23 0 0 ; + setAttr ".rst" -type "double3" -3.0206555855230582e-15 14.052368164062301 2.2894212922490093e-06 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "IKSpRootPart2FollowOffset_M_orientConstraint1" -p + "IKSpRootPart2FollowOffset_M"; + rename -uid "69AE9748-4893-2DB1-4743-C888171C528F"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpRootPart2_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -0.38973088481043322 2.6755223550485177 0.16830420441823463 ; + setAttr -k on ".w0"; +createNode transform -n "IKSpSpine1FollowOffset_M" -p "IKSpSpineOffset_M"; + rename -uid "B9F13B81-424F-3D70-9700-DAB94AA01129"; +createNode pointConstraint -n "IKSpSpine1FollowOffset_M_pointConstraint1" -p "IKSpSpine1FollowOffset_M"; + rename -uid "273A842F-4911-3D66-D753-03823B9868C3"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpSpine1_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".o" -type "double3" 5.6451001551307767e-23 0 0 ; + setAttr ".rst" -type "double3" -7.5516389638076454e-15 21.078552246093466 3.4341319383735139e-06 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "IKSpSpine1FollowOffset_M_orientConstraint1" -p "IKSpSpine1FollowOffset_M"; + rename -uid "6A958250-4DEA-4C55-D58E-FDA529745B97"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpSpine1_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -2.2075514385799924 4.0187823277504675 0.1799048787925607 ; + setAttr -k on ".w0"; +createNode transform -n "IKSpSpine1Part1FollowOffset_M" -p "IKSpSpineOffset_M"; + rename -uid "41C74A37-473A-E356-9E89-27A679A4138B"; +createNode pointConstraint -n "IKSpSpine1Part1FollowOffset_M_pointConstraint1" -p + "IKSpSpine1Part1FollowOffset_M"; + rename -uid "B7FBDE60-43A7-7564-8054-5D974448D445"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpSpine1Part1_MW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".o" -type "double3" 5.483925143685813e-23 0 0 ; + setAttr ".rst" -type "double3" -7.7128358600825607e-15 25.77140808105446 4.1986950238086229e-06 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "IKSpSpine1Part1FollowOffset_M_orientConstraint1" + -p "IKSpSpine1Part1FollowOffset_M"; + rename -uid "B782373A-44EC-7B60-C7B4-DBA001037FF4"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpSpine1Part1_MW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -2.3190544180867705 5.3524803337980238 0.082489490959072514 ; + setAttr -k on ".w0"; +createNode transform -n "IKSpSpine1Part2FollowOffset_M" -p "IKSpSpineOffset_M"; + rename -uid "5CC0E927-408B-D1D3-1925-DC889023B093"; +createNode pointConstraint -n "IKSpSpine1Part2FollowOffset_M_pointConstraint1" -p + "IKSpSpine1Part2FollowOffset_M"; + rename -uid "DBF07443-4A86-230E-7BF4-F2853F1B91B8"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpSpine1Part2_MW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".o" -type "double3" 5.3227501322408493e-23 0 0 ; + setAttr ".rst" -type "double3" -7.874032756357476e-15 30.464263916015454 4.9632581092437252e-06 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "IKSpSpine1Part2FollowOffset_M_orientConstraint1" + -p "IKSpSpine1Part2FollowOffset_M"; + rename -uid "C960EED2-4C5E-B032-3432-569DFE873E3E"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpSpine1Part2_MW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 0.074220956755587028 6.6858386592763175 -0.036453953037095255 ; + setAttr -k on ".w0"; +createNode transform -n "IKSpChestFollowOffset_M" -p "IKSpSpineOffset_M"; + rename -uid "A82FD90F-499E-D6F2-B6A9-2C973B56C485"; +createNode pointConstraint -n "IKSpChestFollowOffset_M_pointConstraint1" -p "IKSpChestFollowOffset_M"; + rename -uid "FE0CB4D5-4DE9-0BD1-0444-3585FADEF520"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpChest_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".o" -type "double3" 5.3227501322408493e-23 0 0 ; + setAttr ".rst" -type "double3" -8.3576234451822218e-15 35.15711975097642 5.7278211946788309e-06 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "IKSpChestFollowOffset_M_orientConstraint1" -p "IKSpChestFollowOffset_M"; + rename -uid "6F521097-4C06-5E47-5A33-068A8840FF0F"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpChest_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 0.07422095675558868 6.6858386592763166 -0.036453953037094776 ; + setAttr -k on ".w0"; +createNode transform -n "IKAcSpineOffset_M" -p "IKJoints"; + rename -uid "476B6EED-4516-2E7F-E7DC-AD9CCAE346CF"; + setAttr -l on ".v" no; + setAttr ".t" -type "double3" 1.9709482123356974e-15 100 1.6292067812340161e-05 ; +createNode joint -n "IKAcRoot_M" -p "IKAcSpineOffset_M"; + rename -uid "E2179B05-491A-7CCD-3FC0-8CA9B0CE5142"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode pointConstraint -n "IKAcRoot_M_pointConstraint1" -p "IKAcRoot_M"; + rename -uid "853ECB17-4996-0C1D-C9C6-48818A35AB4D"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcPociXformRoot_MW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode aimConstraint -n "IKAcRoot_M_aimConstraint1" -p "IKAcRoot_M"; + rename -uid "55C237FB-40DD-E4AB-CAAF-AABA4BC44C1C"; + addAttr -dcb 0 -ci true -sn "w0" -ln "IKAcRootPart1_MW0" -dv 1 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".a" -type "double3" 0 1 0 ; + setAttr ".u" -type "double3" 1 0 0 ; + setAttr ".wu" -type "double3" 1 0 0 ; + setAttr ".wut" 2; + setAttr -k on ".w0"; +createNode joint -n "IKAcRootPart1_M" -p "IKAcSpineOffset_M"; + rename -uid "51690F3B-45F5-DD32-31A7-6597B60CF3F5"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode pointConstraint -n "IKAcRootPart1_M_pointConstraint1" -p "IKAcRootPart1_M"; + rename -uid "466B5A3C-493F-F5DF-AB2D-AFBDEF64E6A0"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcPociXformRootPart1_MW0" -dv 1 + -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -1.5441917072495702e-15 7.02618408203125 1.1447106461245216e-06 ; + setAttr -k on ".w0"; +createNode aimConstraint -n "IKAcRootPart1_M_aimConstraint1" -p "IKAcRootPart1_M"; + rename -uid "132D192F-492F-235C-45E4-AA94B51F91BE"; + addAttr -dcb 0 -ci true -sn "w0" -ln "IKAcRootPart2_MW0" -dv 1 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".a" -type "double3" 0 1 0 ; + setAttr ".u" -type "double3" 1 0 0 ; + setAttr ".wu" -type "double3" 1 0 0 ; + setAttr ".wut" 2; + setAttr ".rsrr" -type "double3" -179.99998133066597 -3.0277298004432072e-12 9.3135709538322938e-06 ; + setAttr -k on ".w0"; +createNode joint -n "IKAcRootPart2_M" -p "IKAcSpineOffset_M"; + rename -uid "3656721F-44B2-812E-D64F-C9A8A231373F"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode pointConstraint -n "IKAcRootPart2_M_pointConstraint1" -p "IKAcRootPart2_M"; + rename -uid "1047C2BF-46E4-33F7-4151-BF8CE65DEB80"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcPociXformRootPart2_MW0" -dv 1 + -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -3.6326975976367081e-15 14.0523681640625 2.2894212922413182e-06 ; + setAttr -k on ".w0"; +createNode aimConstraint -n "IKAcRootPart2_M_aimConstraint1" -p "IKAcRootPart2_M"; + rename -uid "9103A6BF-4C11-7367-DD83-ABAC2F6CBA91"; + addAttr -dcb 0 -ci true -sn "w0" -ln "IKAcSpine1_MW0" -dv 1 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".a" -type "double3" 0 1 0 ; + setAttr ".u" -type "double3" 1 0 0 ; + setAttr ".wu" -type "double3" 1 0 0 ; + setAttr ".wut" 2; + setAttr ".rsrr" -type "double3" -179.99998133066597 -3.0277298011561177e-12 9.3135709582709616e-06 ; + setAttr -k on ".w0"; +createNode joint -n "IKAcSpine1_M" -p "IKAcSpineOffset_M"; + rename -uid "20B1C2C5-4C6A-2CCF-3231-55B3E99963CA"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode pointConstraint -n "IKAcSpine1_M_pointConstraint1" -p "IKAcSpine1_M"; + rename -uid "1178F722-4933-A5DD-3E74-9B94627F6439"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcPociXformSpine1_MW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -6.9714147215071284e-15 21.07855224609375 3.4341319079822496e-06 ; + setAttr -k on ".w0"; +createNode aimConstraint -n "IKAcSpine1_M_aimConstraint1" -p "IKAcSpine1_M"; + rename -uid "C7B12981-474D-6EB7-70CA-F98AA25E1272"; + addAttr -dcb 0 -ci true -sn "w0" -ln "IKAcSpine1Part1_MW0" -dv 1 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".a" -type "double3" 0 1 0 ; + setAttr ".u" -type "double3" 1 0 0 ; + setAttr ".wu" -type "double3" 1 0 0 ; + setAttr ".wut" 2; + setAttr ".rsrr" -type "double3" -179.99998133066615 -3.0277297756578824e-12 9.3135709665471731e-06 ; + setAttr -k on ".w0"; +createNode joint -n "IKAcSpine1Part1_M" -p "IKAcSpineOffset_M"; + rename -uid "6F651CB4-435C-0CBB-04A5-A7A80F7810F5"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode pointConstraint -n "IKAcSpine1Part1_M_pointConstraint1" -p "IKAcSpine1Part1_M"; + rename -uid "5121820B-4695-CE30-0AEF-A09C7C2129BD"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcPociXformSpine1Part1_MW0" -dv + 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -7.7126156112445262e-15 25.771408081054688 4.1986950237971168e-06 ; + setAttr -k on ".w0"; +createNode aimConstraint -n "IKAcSpine1Part1_M_aimConstraint1" -p "IKAcSpine1Part1_M"; + rename -uid "2B9909D2-44D8-C89D-7FF4-04A521ABB63A"; + addAttr -dcb 0 -ci true -sn "w0" -ln "IKAcSpine1Part2_MW0" -dv 1 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".a" -type "double3" 0 1 0 ; + setAttr ".u" -type "double3" 1 0 0 ; + setAttr ".wu" -type "double3" 1 0 0 ; + setAttr ".wut" 2; + setAttr ".rsrr" -type "double3" -179.99998133066666 -3.0277296934513721e-12 9.3135709629415792e-06 ; + setAttr -k on ".w0"; +createNode joint -n "IKAcSpine1Part2_M" -p "IKAcSpineOffset_M"; + rename -uid "26963A69-4730-0185-6DE6-1BAB095C1E53"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode pointConstraint -n "IKAcSpine1Part2_M_pointConstraint1" -p "IKAcSpine1Part2_M"; + rename -uid "B0042B7C-4F71-C979-F87C-DB8AD2957EF8"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcPociXformSpine1Part2_MW0" -dv + 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -7.941366680549114e-15 30.464263916015625 4.9632581092437557e-06 ; + setAttr -k on ".w0"; +createNode aimConstraint -n "IKAcSpine1Part2_M_aimConstraint1" -p "IKAcSpine1Part2_M"; + rename -uid "1DF7FC77-48F4-943B-B833-1BAF16C9BDC3"; + addAttr -dcb 0 -ci true -sn "w0" -ln "IKAcChest_MW0" -dv 1 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".a" -type "double3" 0 1 0 ; + setAttr ".u" -type "double3" 1 0 0 ; + setAttr ".wu" -type "double3" 1 0 0 ; + setAttr ".wut" 2; + setAttr ".rsrr" -type "double3" -179.99998133066711 -3.0277296176893372e-12 9.3135709585192456e-06 ; + setAttr -k on ".w0"; +createNode joint -n "IKAcChest_M" -p "IKAcSpineOffset_M"; + rename -uid "FAA95244-4BAE-7FDF-B703-84A9CFD2D4F0"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode pointConstraint -n "IKAcChest_M_pointConstraint1" -p "IKAcChest_M"; + rename -uid "BBDB387B-4042-2F39-6601-C2BAE5BE1056"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcPociXformChest_MW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -8.3576234451822218e-15 35.157119750976392 5.7278211946788309e-06 ; + setAttr -k on ".w0"; +createNode transform -n "IKAcSpineOffset3_M" -p "IKJoints"; + rename -uid "C3BF7FB4-457F-D27A-7B74-B780799DEE30"; + setAttr ".it" no; +createNode transform -n "IKAcPociXformRoot_M" -p "IKAcSpineOffset3_M"; + rename -uid "D0B63D81-43BB-31F2-3CDF-CAA0ADF7BC5F"; +createNode transform -n "IKAcPociXformRootPart1_M" -p "IKAcSpineOffset3_M"; + rename -uid "3DBBC1FB-4E02-8448-541C-E3A4A635CF5E"; +createNode transform -n "IKAcPociXformRootPart2_M" -p "IKAcSpineOffset3_M"; + rename -uid "397319DD-41E0-1205-1085-D4B007B3BB00"; +createNode transform -n "IKAcPociXformSpine1_M" -p "IKAcSpineOffset3_M"; + rename -uid "8056F859-47AA-F4D3-E605-4AAFB1D5D1B6"; +createNode transform -n "IKAcPociXformSpine1Part1_M" -p "IKAcSpineOffset3_M"; + rename -uid "E0FCA9FD-45BA-49F6-8223-C49A64367F2D"; +createNode transform -n "IKAcPociXformSpine1Part2_M" -p "IKAcSpineOffset3_M"; + rename -uid "5FB37100-42EC-88A6-1473-98B4F3F5A407"; +createNode transform -n "IKAcPociXformChest_M" -p "IKAcSpineOffset3_M"; + rename -uid "9E400BBD-4976-73CB-592B-E899E75BBC89"; +createNode transform -n "IKAcSpineOffset2_M" -p "IKJoints"; + rename -uid "55F8BA6C-4E7A-DC4F-A674-4D9A8CCD959C"; + setAttr ".t" -type "double3" 1.9709482123356974e-15 100 1.6292067812340161e-05 ; +createNode transform -n "IKAcRootPart1FollowOffset_M" -p "IKAcSpineOffset2_M"; + rename -uid "664F1438-4F54-225A-EF07-AB811A16AB97"; +createNode pointConstraint -n "IKAcRootPart1FollowOffset_M_pointConstraint1" -p "IKAcRootPart1FollowOffset_M"; + rename -uid "FBC955FF-4A89-6C3B-F303-BEADB6251D33"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcRootPart1_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".o" -type "double3" 3.386391448804131e-17 -8.5265128291212022e-14 -1.3552527156068805e-20 ; + setAttr ".rst" -type "double3" -1.5103277927615289e-15 7.0261840820311647 1.144710646124508e-06 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "IKAcRootPart1FollowOffset_M_orientConstraint1" -p + "IKAcRootPart1FollowOffset_M"; + rename -uid "063348CB-42C6-3720-464E-11AC4F043435"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcRootPart1_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 0.64392416289506671 1.3357475861099042 0.11088055240613651 ; + setAttr -k on ".w0"; +createNode transform -n "IKAcRootPart2FollowOffset_M" -p "IKAcSpineOffset2_M"; + rename -uid "5B8A837D-4CD7-9558-1A8C-59B925EC32C0"; +createNode pointConstraint -n "IKAcRootPart2FollowOffset_M_pointConstraint1" -p "IKAcRootPart2FollowOffset_M"; + rename -uid "13AD1E4C-411A-0F92-178A-278D90610BEF"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcRootPart2_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".o" -type "double3" 6.1204201211364986e-16 -1.9895196601282805e-13 7.6910591610690471e-18 ; + setAttr ".rst" -type "double3" -3.0206555855230582e-15 14.052368164062301 2.2894212922490093e-06 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "IKAcRootPart2FollowOffset_M_orientConstraint1" -p + "IKAcRootPart2FollowOffset_M"; + rename -uid "FA5CBF58-435E-6EBE-E192-50B79BBDDDC0"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcRootPart2_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -0.38808201071118797 2.6763659287865509 0.16825041386615053 ; + setAttr -k on ".w0"; +createNode transform -n "IKAcSpine1FollowOffset_M" -p "IKAcSpineOffset2_M"; + rename -uid "435D614F-4FE9-B3B4-2271-9C8BDE034170"; +createNode pointConstraint -n "IKAcSpine1FollowOffset_M_pointConstraint1" -p "IKAcSpine1FollowOffset_M"; + rename -uid "481D8139-4DB7-C1B0-3DCE-6BAA8FFCDF74"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcSpine1_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".o" -type "double3" -5.8022424230051701e-16 -2.8421709430404007e-13 3.0391264320677597e-14 ; + setAttr ".rst" -type "double3" -7.5516389638076454e-15 21.078552246093466 3.4341319383735139e-06 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "IKAcSpine1FollowOffset_M_orientConstraint1" -p "IKAcSpine1FollowOffset_M"; + rename -uid "1BADB200-46BC-F8DC-286A-A0A80095A6DB"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcSpine1_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -2.2031951731437847 4.0209509059678084 0.17974072128919047 ; + setAttr -k on ".w0"; +createNode transform -n "IKAcSpine1Part1FollowOffset_M" -p "IKAcSpineOffset2_M"; + rename -uid "70E9E8F5-444B-E131-AAFF-CDBB97A14EFC"; +createNode pointConstraint -n "IKAcSpine1Part1FollowOffset_M_pointConstraint1" -p + "IKAcSpine1Part1FollowOffset_M"; + rename -uid "DDCC11D0-49BF-4B5A-F692-CB9D8EF32796"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcSpine1Part1_MW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".o" -type "double3" -2.2024883803449684e-19 -2.2737367544323206e-13 1.1506095555502416e-17 ; + setAttr ".rst" -type "double3" -7.7128358600825607e-15 25.77140808105446 4.1986950238086229e-06 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "IKAcSpine1Part1FollowOffset_M_orientConstraint1" + -p "IKAcSpine1Part1FollowOffset_M"; + rename -uid "5BECD3E9-4370-ACBE-D190-DD81E5B5CF19"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcSpine1Part1_MW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -2.3284481108575572 5.3545857786061237 0.082931611594246057 ; + setAttr -k on ".w0"; +createNode transform -n "IKAcSpine1Part2FollowOffset_M" -p "IKAcSpineOffset2_M"; + rename -uid "DB2B9CD4-4342-11E0-1AE3-2586753F168F"; +createNode pointConstraint -n "IKAcSpine1Part2FollowOffset_M_pointConstraint1" -p + "IKAcSpine1Part2FollowOffset_M"; + rename -uid "AA6FE4B1-4E03-D364-720F-C4BEE57FF7E1"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcSpine1Part2_MW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".o" -type "double3" 6.7333924191637995e-17 -1.7053025658242404e-13 -3.0493186101154812e-20 ; + setAttr ".rst" -type "double3" -7.874032756357476e-15 30.464263916015454 4.9632581092437252e-06 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "IKAcSpine1Part2FollowOffset_M_orientConstraint1" + -p "IKAcSpine1Part2FollowOffset_M"; + rename -uid "7F6C5B57-4CD6-9370-D2DF-058A3A21D621"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcSpine1Part2_MW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 0.060522613488866964 6.6917822165692993 -0.036115354098145362 ; + setAttr -k on ".w0"; +createNode transform -n "IKAcChestFollowOffset_M" -p "IKAcSpineOffset2_M"; + rename -uid "C5219CF8-40C5-1BB7-EA70-C483FE5B8C34"; +createNode pointConstraint -n "IKAcChestFollowOffset_M_pointConstraint1" -p "IKAcChestFollowOffset_M"; + rename -uid "0144BC18-4744-EC55-444B-6CBAFE80129E"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcChest_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".o" -type "double3" 0 2.8421709430404007e-14 0 ; + setAttr ".rst" -type "double3" -8.3576234451822218e-15 35.15711975097642 5.7278211946788309e-06 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "IKAcChestFollowOffset_M_orientConstraint1" -p "IKAcChestFollowOffset_M"; + rename -uid "8D724D5E-4954-972B-63AB-F38496EC09C7"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKAcChest_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "IKHandle" -p "IKSystem"; + rename -uid "069C3DE0-4707-53B3-E01F-30B00B3346C3"; +createNode transform -n "IKHandleFollowMain" -p "IKHandle"; + rename -uid "EDB488B6-4052-502C-0277-3E85842ED5D9"; +createNode parentConstraint -n "IKHandleFollowMain_parentConstraint1" -p "IKHandleFollowMain"; + rename -uid "E28B781A-4FDD-B405-0DFF-39B7E608C403"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "MainW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode scaleConstraint -n "IKHandleFollowMain_scaleConstraint1" -p "IKHandleFollowMain"; + rename -uid "7BDC4124-440D-DC97-F22F-9085097A1A87"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "MainW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "IKOffsetLeg_R" -p "IKHandleFollowMain"; + rename -uid "AD6901C6-4694-976E-060C-639C77D3C3BB"; + setAttr ".t" -type "double3" -8.9100146769416479 8.1503772753560639 4.1492645475038614e-07 ; +createNode transform -n "IKExtraLeg_R" -p "IKOffsetLeg_R"; + rename -uid "98D56335-4922-73A7-4E4E-1091EB5BB602"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "IKLeg_R" -p "IKExtraLeg_R"; + rename -uid "28D10B90-4025-90D7-7619-45AE9F5A910C"; + addAttr -ci true -k true -sn "swivel" -ln "swivel" -at "double"; + addAttr -ci true -k true -sn "roll" -ln "roll" -at "double"; + addAttr -ci true -k true -sn "rollStartAngle" -ln "rollStartAngle" -dv 30 -at "double"; + addAttr -ci true -k true -sn "rollEndAngle" -ln "rollEndAngle" -dv 60 -at "double"; + addAttr -ci true -k true -sn "rock" -ln "rock" -at "double"; + addAttr -ci true -k true -sn "stretchy" -ln "stretchy" -min 0 -max 10 -at "double"; + addAttr -ci true -k true -sn "antiPop" -ln "antiPop" -min 0 -max 10 -at "double"; + addAttr -ci true -k true -sn "Lenght1" -ln "Lenght1" -dv 1 -at "double"; + addAttr -ci true -k true -sn "Lenght2" -ln "Lenght2" -dv 1 -at "double"; + addAttr -ci true -k true -sn "Fatness1" -ln "Fatness1" -at "double"; + addAttr -ci true -k true -sn "Fatness2" -ln "Fatness2" -at "double"; + addAttr -ci true -k true -sn "volume" -ln "volume" -dv 10 -smn 0 -smx 10 -at "double"; + setAttr ".sech" no; + setAttr ".t" -type "double3" -1.3752795000074993 -5.2739402631729604e-05 -9.9169926371258246 ; + setAttr ".r" -type "double3" 2.5086269545324879e-05 -9.948343129481751 0 ; + setAttr -k on ".swivel"; + setAttr -k on ".roll"; + setAttr -k on ".rollStartAngle"; + setAttr -k on ".rollEndAngle"; + setAttr -k on ".rock"; + setAttr -k on ".stretchy" 10; + setAttr -k on ".antiPop"; + setAttr -k on ".Lenght1" 1.0000000000000009; + setAttr -k on ".Lenght2" 1.0000000000000004; + setAttr -k on ".Fatness1"; + setAttr -k on ".Fatness2"; + setAttr -k on ".volume"; +createNode nurbsCurve -n "IKLeg_RShape" -p "IKLeg_R"; + rename -uid "09543720-4CC3-3507-BD7B-5C8C7C9B4BA9"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 13; + setAttr ".cc" -type "nurbsCurve" + 1 15 0 no 3 + 16 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 + 16 + -5.5499999999999998 -8.1503772750000003 19.166762250000001 + 5.5499999999999998 -8.1503772750000003 19.166762250000001 + 5.5499999999999998 5.5499999999999998 5.5499999999999998 + 5.5499999999999998 5.5499999999999998 -5.5499999999999998 + 5.5499999999999998 -8.1503772750000003 -5.5499999999999998 + -5.5499999999999998 -8.1503772750000003 -5.5499999999999998 + -5.5499999999999998 5.5499999999999998 -5.5499999999999998 + -5.5499999999999998 5.5499999999999998 5.5499999999999998 + -5.5499999999999998 -8.1503772750000003 19.166762250000001 + -5.5499999999999998 -8.1503772750000003 -5.5499999999999998 + -5.5499999999999998 5.5499999999999998 -5.5499999999999998 + 5.5499999999999998 5.5499999999999998 -5.5499999999999998 + 5.5270739109999996 -8.1503772750000003 -5.5270739109999996 + 5.5270739109999996 -8.1503772750000003 19.166762250000001 + 5.5499999999999998 5.5499999999999998 5.5499999999999998 + -5.5499999999999998 5.5499999999999998 5.5499999999999998 + ; +createNode transform -n "IKFKAlignedOffsetLeg_R" -p "IKLeg_R"; + rename -uid "0BAD6BA0-47BF-C805-EDC9-3AB4B9106C7A"; + setAttr ".r" -type "double3" 2.2599200246022939e-29 4.2179044263398574e-05 179.99999964889892 ; + setAttr ".s" -type "double3" 0.99999999999999989 1 0.99999999999999989 ; +createNode transform -n "IKLegFootRockInnerPivot_R" -p "IKLeg_R"; + rename -uid "BEFCD4D0-4060-1AA9-DFA7-D38E1E72EC46"; + setAttr ".t" -type "double3" 4.6032193608284189 -8.1503772753560639 12.954716267507704 ; + setAttr ".ro" 5; +createNode transform -n "IKLegFootRockOuterPivot_R" -p "IKLegFootRockInnerPivot_R"; + rename -uid "0BA061C1-4A49-4694-78A3-4AA4055BB0EA"; + setAttr ".t" -type "double3" -10.008056550307419 0 -8.7396756498492323e-13 ; + setAttr ".ro" 5; +createNode transform -n "IKFKAlignedLeg_R" -p "IKLegFootRockOuterPivot_R"; + rename -uid "85C50952-4248-AB33-80F6-BCA767162664"; + setAttr ".t" -type "double3" 5.4048371894790002 8.1503772753560639 -12.95471626750683 ; + setAttr ".r" -type "double3" 2.2599200246022939e-29 4.2179044263398574e-05 179.99999964889892 ; + setAttr ".s" -type "double3" 0.99999999999999989 1 0.99999999999999978 ; +createNode transform -n "IKLegFootRoll_R" -p "IKLegFootRockOuterPivot_R"; + rename -uid "D9FB0267-4DE0-42D7-EDD0-E1B4DEC14EC5"; + setAttr ".t" -type "double3" 5.4048371894790002 8.1503772753560639 -12.95471626750683 ; +createNode transform -n "RollOffsetHeel_R" -p "IKLegFootRockOuterPivot_R"; + rename -uid "B6CE5DA7-4EC0-9F76-5F4B-A2ADA353BA4E"; + setAttr ".t" -type "double3" 5.3219845825764427 0.19636344739468914 -19.796855326226375 ; +createNode transform -n "RollRollerHeel_R" -p "RollOffsetHeel_R"; + rename -uid "12B11B2B-41CD-9689-13D0-30B22C8B5D95"; +createNode transform -n "RollExtraHeel_R" -p "RollRollerHeel_R"; + rename -uid "27C68DBD-4EB7-E847-7DA8-02936E574115"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "RollHeel_R" -p "RollExtraHeel_R"; + rename -uid "D4558D88-4554-72FE-8C6B-4B93E101AC4C"; + setAttr ".sech" no; +createNode nurbsCurve -n "RollHeel_RShape" -p "RollHeel_R"; + rename -uid "A67F804F-485C-9481-9A3F-F185510F147E"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 13; + setAttr ".cc" -type "nurbsCurve" + 3 13 0 no 3 + 18 0 0 0 1 2 3 4 5 6 7 8 9 10 11 12 13 13 13 + 16 + -2.053503491e-15 -5.5411096410000003 0.00067815609229999996 + -1.3502607820000001e-15 -5.4915934880000004 -3.7000679669999998 + 3.6414459729999999e-16 -0.3666379723 -6.5518656789999996 + 1.7645620040000001e-15 4.3490445180000004 -4.3490445180000004 + 2.118871812e-15 6.1504777410000004 -1.917030153e-15 + 1.2319752489999999e-15 4.3490445180000004 4.3490445180000004 + -3.76595706e-16 -0.58577942029999996 6.3685438440000004 + -1.8081408850000001e-15 -5.13587682 3.5222834820000002 + -2.053503491e-15 -5.5411096410000003 0.00067815609229999996 + -2.053503491e-15 -5.5411096410000003 0.00067815609229999996 + -2.053503491e-15 -5.5411096410000003 0.00067815609229999996 + -2.1182618380000001e-15 -5.9710868540000002 0.62493145000000005 + -2.1182618380000001e-15 -5.9710868540000002 0.62493145000000005 + -2.053503491e-15 -5.5411096410000003 0.00067815609229999996 + -2.053503491e-15 -5.5411096410000003 0.00067815609229999996 + -1.9530049149999999e-15 -5.1076917230000003 0.6619508127 + ; +createNode transform -n "RollOffsetToesEnd_R" -p "RollHeel_R"; + rename -uid "B75E2592-4A73-5BC7-A700-ABBFC52F95B8"; + setAttr ".t" -type "double3" 0.082834924883083971 0.84850751722896156 26.008901307454966 ; +createNode transform -n "RollRollerToesEnd_R" -p "RollOffsetToesEnd_R"; + rename -uid "4571DA65-4243-945E-635D-5DB86C16F10B"; +createNode transform -n "RollExtraToesEnd_R" -p "RollRollerToesEnd_R"; + rename -uid "564C7E57-49DF-8BEE-2BF8-0CBDDEEEA73C"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "RollToesEnd_R" -p "RollExtraToesEnd_R"; + rename -uid "CC497209-441E-90DF-6DD4-739C6566540C"; + setAttr ".sech" no; +createNode nurbsCurve -n "RollToesEnd_RShape" -p "RollToesEnd_R"; + rename -uid "3FD5D664-4FE7-BEA3-F6FB-0A90E264B23F"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 13; + setAttr ".cc" -type "nurbsCurve" + 3 13 0 no 3 + 18 0 0 0 1 2 3 4 5 6 7 8 9 10 11 12 13 13 13 + 16 + -1.665002831e-15 -4.4927916000000003 0.00054985629110000005 + -1.0948060390000001e-15 -4.4526433689999996 -3.0000551080000002 + 2.9525237620000001e-16 -0.29727403159999999 -5.312323524 + 1.4307259489999999e-15 3.526252312 -3.526252312 + 1.7180041720000002e-15 4.9868738439999998 -1.554348772e-15 + 9.9889885079999995e-16 3.526252312 3.526252312 + -3.0534786980000001e-16 -0.47495628670000001 5.1636841980000003 + -1.4660601769999998e-15 -4.1642244479999997 2.8559055259999999 + -1.665002831e-15 -4.4927916000000003 0.00054985629110000005 + -1.665002831e-15 -4.4927916000000003 0.00054985629110000005 + -1.665002831e-15 -4.4927916000000003 0.00054985629110000005 + -1.717509598e-15 -4.8414217739999996 0.50670117560000005 + -1.717509598e-15 -4.8414217739999996 0.50670117560000005 + -1.665002831e-15 -4.4927916000000003 0.00054985629110000005 + -1.665002831e-15 -4.4927916000000003 0.00054985629110000005 + -1.583517498e-15 -4.1413716679999997 0.5367168752 + ; +createNode transform -n "RollOffsetToes_R" -p "RollToesEnd_R"; + rename -uid "EE0432E0-4EC4-4563-19B4-09B9AB5B57A8"; + setAttr ".t" -type "double3" 8.1069066606431761e-06 0.84319005975841321 -6.2120460510578628 ; +createNode transform -n "RollRollerToes_R" -p "RollOffsetToes_R"; + rename -uid "EC0554D7-4D06-4C60-FDCD-3396890E9D0E"; +createNode transform -n "RollExtraToes_R" -p "RollRollerToes_R"; + rename -uid "5103CCEF-4D3E-8419-2AC1-3782424ED3A3"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "RollToes_R" -p "RollExtraToes_R"; + rename -uid "FA8D5A35-462E-CB1A-7712-75B48D4824CC"; + setAttr ".sech" no; +createNode nurbsCurve -n "RollToes_RShape" -p "RollToes_R"; + rename -uid "F82959F7-4E14-267C-DA16-34B9C244CFF3"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 13; + setAttr ".cc" -type "nurbsCurve" + 3 13 0 no 3 + 18 0 0 0 1 2 3 4 5 6 7 8 9 10 11 12 13 13 13 + 16 + -1.665002831e-15 -4.4927916000000003 0.00054985629110000005 + -1.0948060390000001e-15 -4.4526433689999996 -3.0000551080000002 + 2.9525237620000001e-16 -0.29727403159999999 -5.312323524 + 1.4307259489999999e-15 3.526252312 -3.526252312 + 1.7180041720000002e-15 4.9868738439999998 -1.554348772e-15 + 9.9889885079999995e-16 3.526252312 3.526252312 + -3.0534786980000001e-16 -0.47495628670000001 5.1636841980000003 + -1.4660601769999998e-15 -4.1642244479999997 2.8559055259999999 + -1.665002831e-15 -4.4927916000000003 0.00054985629110000005 + -1.665002831e-15 -4.4927916000000003 0.00054985629110000005 + -1.665002831e-15 -4.4927916000000003 0.00054985629110000005 + -1.717509598e-15 -4.8414217739999996 0.50670117560000005 + -1.717509598e-15 -4.8414217739999996 0.50670117560000005 + -1.665002831e-15 -4.4927916000000003 0.00054985629110000005 + -1.665002831e-15 -4.4927916000000003 0.00054985629110000005 + -1.583517498e-15 -4.1413716679999997 0.5367168752 + ; +createNode ikHandle -n "IKAnkleHandle_R" -p "RollToes_R"; + rename -uid "B79E9D2C-4CE8-6808-C7A0-88A7833D5338"; + setAttr -l on ".v" no; + setAttr ".t" -type "double3" -3.8374643906990968e-08 -6.5725203057809267e-14 -5.3290705182007514e-14 ; + setAttr ".r" -type "double3" 0 4.2179044296731868e-05 179.99999964889898 ; + setAttr ".s" -type "double3" 1 1 0.99999999999999989 ; + setAttr ".hs" 1; + setAttr ".roc" yes; +createNode ikHandle -n "IKLegHandle_R" -p "RollToes_R"; + rename -uid "8211A35B-472F-3846-2FE7-92A58B7BD033"; + setAttr -l on ".v" no; + setAttr ".t" -type "double3" 9.5751128341703406e-06 6.262316250974 -12.954716197677559 ; + setAttr ".roc" yes; +createNode poleVectorConstraint -n "IKLegHandle_R_poleVectorConstraint1" -p "IKLegHandle_R"; + rename -uid "56CADBC1-451B-E36A-F07F-C38A43BB4D5D"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PoleLeg_RW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -2.1313286540092236e-05 -44.976120192033697 85.603348274793177 ; + setAttr -k on ".w0"; +createNode transform -n "IKmessureConstrainToLeg_R" -p "RollToes_R"; + rename -uid "062B4BD8-4626-B9A7-D560-1E80C0AC139B"; + setAttr ".t" -type "double3" 9.5751128341703406e-06 6.262316250974 -12.954716197677559 ; +createNode transform -n "IKOffsetToes_R" -p "RollToesEnd_R"; + rename -uid "22A55159-42DB-07AC-638D-D6BBE31732BD"; + setAttr ".t" -type "double3" 8.1069066606431761e-06 0.84319005975841321 -6.2120460510578628 ; + setAttr ".r" -type "double3" -82.270215842841509 2.2843302916482975e-05 179.99992590671556 ; + setAttr ".ro" 5; +createNode transform -n "IKExtraToes_R" -p "IKOffsetToes_R"; + rename -uid "716A4135-40C6-9C31-C8ED-50A9D9B9736B"; + addAttr -ci true -sn "ikLocal" -ln "ikLocal" -dv 1 -min 0 -max 1 -at "bool"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".ro" 5; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "IKToes_R" -p "IKExtraToes_R"; + rename -uid "E4660F66-4BF1-AFBE-96F8-E9852B46FFDD"; + addAttr -ci true -sn "ikLocal" -ln "ikLocal" -dv 1 -min 0 -max 1 -at "bool"; + setAttr ".sech" no; + setAttr ".ro" 5; + setAttr ".smd" 2; +createNode nurbsCurve -n "IKToes_RShape" -p "IKToes_R"; + rename -uid "89D8B5F6-421F-42A0-5338-E8A2A134A2D0"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 13; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -3.5262525079999998 -1.541373962e-07 -3.5262520309999998 + -4.9868736269999996 -2.1798317109999998e-07 2.179831853e-07 + -3.5262520309999998 -1.5413738200000001e-07 3.5262525079999998 + 2.1798317109999998e-07 8.8555524340000001e-15 4.9868736269999996 + 3.5262525079999998 1.541373962e-07 3.5262520309999998 + 4.9868736269999996 2.179831853e-07 -2.1798317109999998e-07 + 3.5262520309999998 1.5413738200000001e-07 -3.5262525079999998 + -2.1798317109999998e-07 -7.079195594e-15 -4.9868736269999996 + -3.5262525079999998 -1.541373962e-07 -3.5262520309999998 + -4.9868736269999996 -2.1798317109999998e-07 2.179831853e-07 + -3.5262520309999998 -1.5413738200000001e-07 3.5262525079999998 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode ikHandle -n "IKToesHandle_R" -p "IKToes_R"; + rename -uid "6EAC14A6-4EC5-A032-6770-2EBA4B16ACC9"; + setAttr -l on ".v" no; + setAttr ".t" -type "double3" 3.8374651012418326e-08 6.269009939169413 1.1621105855397218e-08 ; + setAttr ".s" -type "double3" 1.0000000000000002 1.0000000000000002 1 ; + setAttr ".hs" 1; + setAttr ".pv" -type "double3" -1.2277968106790549e-06 0.99091341556892054 0.13450131168144092 ; + setAttr ".roc" yes; +createNode transform -n "IKOffsetArm_R" -p "IKHandleFollowMain"; + rename -uid "6AF726F9-4907-E2D5-02A6-B487CD811CE5"; +createNode transform -n "IKExtraArm_R" -p "IKOffsetArm_R"; + rename -uid "598ADA0A-4BD8-9612-FA0C-AFA13EF4F753"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "IKArm_R" -p "IKExtraArm_R"; + rename -uid "A48DF99A-4449-5BEE-464B-B2A8FC6BAB81"; + addAttr -ci true -k true -sn "follow" -ln "follow" -min 0 -max 10 -at "double"; + addAttr -ci true -k true -sn "stretchy" -ln "stretchy" -min 0 -max 10 -at "double"; + addAttr -ci true -k true -sn "antiPop" -ln "antiPop" -min 0 -max 10 -at "double"; + addAttr -ci true -k true -sn "Lenght1" -ln "Lenght1" -dv 1 -at "double"; + addAttr -ci true -k true -sn "Lenght2" -ln "Lenght2" -dv 1 -at "double"; + addAttr -ci true -k true -sn "Fatness1" -ln "Fatness1" -at "double"; + addAttr -ci true -k true -sn "Fatness2" -ln "Fatness2" -at "double"; + addAttr -ci true -k true -sn "volume" -ln "volume" -dv 10 -smn 0 -smx 10 -at "double"; + setAttr ".sech" no; + setAttr ".t" -type "double3" 42.025602501326361 -54.283444416776483 4.2204301424002573 ; + setAttr ".r" -type "double3" 13.119036341808556 4.2161550315282659 89.778066 ; + setAttr -k on ".follow"; + setAttr -k on ".stretchy"; + setAttr -k on ".antiPop"; + setAttr -k on ".Lenght1"; + setAttr -k on ".Lenght2"; + setAttr -k on ".Fatness1"; + setAttr -k on ".Fatness2"; + setAttr -k on ".volume"; +createNode nurbsCurve -n "IKArm_RShape" -p "IKArm_R"; + rename -uid "7584E9CA-4E4C-FF20-8D4B-20BEE21C98D3"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 13; + setAttr ".cc" -type "nurbsCurve" + 1 15 0 no 3 + 16 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 + 16 + -5.8905000000000003 -5.8905000000000003 5.8905000000000003 + 5.8905000000000003 -5.8905000000000003 5.8905000000000003 + 5.8905000000000003 5.8905000000000003 5.8905000000000003 + 5.8905000000000003 5.8905000000000003 -5.8905000000000003 + 5.8905000000000003 -5.8905000000000003 -5.8905000000000003 + -5.8905000000000003 -5.8905000000000003 -5.8905000000000003 + -5.8905000000000003 5.8905000000000003 -5.8905000000000003 + -5.8905000000000003 5.8905000000000003 5.8905000000000003 + -5.8905000000000003 -5.8905000000000003 5.8905000000000003 + -5.8905000000000003 -5.8905000000000003 -5.8905000000000003 + -5.8905000000000003 5.8905000000000003 -5.8905000000000003 + 5.8905000000000003 5.8905000000000003 -5.8905000000000003 + 5.8661673639999998 -5.8905000000000003 -5.8661673639999998 + 5.8661673639999998 -5.8905000000000003 5.8661673639999998 + 5.8905000000000003 5.8905000000000003 5.8905000000000003 + -5.8905000000000003 5.8905000000000003 5.8905000000000003 + ; +createNode ikHandle -n "IKArmHandle_R" -p "IKArm_R"; + rename -uid "3659EBA8-4BE5-55B0-BE59-41956D805046"; + setAttr -l on ".v" no; + setAttr ".t" -type "double3" 0 2.8421709430404007e-14 -1.8540724511240114e-14 ; + setAttr ".roc" yes; +createNode poleVectorConstraint -n "IKArmHandle_R_poleVectorConstraint1" -p "IKArmHandle_R"; + rename -uid "9952CE56-4F38-1297-E318-22AF14112D02"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PoleArm_RW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -27.363731944824494 -7.1894018305439431 -53.542033632274311 ; + setAttr -k on ".w0"; +createNode transform -n "IKFKAlignedOffsetArm_R" -p "IKArm_R"; + rename -uid "4E801525-42D2-ECA5-59B4-A29E285D5159"; + setAttr ".t" -type "double3" 0 2.8421709430404007e-14 1.7523603960045361e-15 ; + setAttr ".r" -type "double3" 8.767060001674615 0.0065362035207290996 86.568356007956822 ; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999989 1 ; +createNode transform -n "IKFKAlignedArm_R" -p "IKFKAlignedOffsetArm_R"; + rename -uid "B5056EBA-4107-33CF-FDD1-609078038EE6"; +createNode transform -n "IKmessureConstrainToArm_R" -p "IKArm_R"; + rename -uid "98DB0691-43E8-D171-F081-898D13343472"; + setAttr ".t" -type "double3" 0 2.8421709430404007e-14 -1.8540724511240114e-14 ; +createNode parentConstraint -n "IKOffsetArm_R_parentConstraint1" -p "IKOffsetArm_R"; + rename -uid "E17354AE-49E4-E43F-CEE2-1EB9B7885B19"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKOffsetArm_RStaticW0" -dv 1 -min + 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKOffsetArm_RFollowW1" -dv 1 -min + 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -71.709869379797937 146.85928431678497 8.5755765333328577e-06 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode transform -n "IKOffsetLeg_L" -p "IKHandleFollowMain"; + rename -uid "CD40D16A-476A-8252-C93D-85B3CC32C17A"; + setAttr ".t" -type "double3" 8.9100259716055596 8.2366628674006179 0 ; +createNode transform -n "IKExtraLeg_L" -p "IKOffsetLeg_L"; + rename -uid "747D6C09-473C-3473-0B52-9183D0CA6864"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "IKLeg_L" -p "IKExtraLeg_L"; + rename -uid "B9475929-42DB-3765-5A31-E08F1B003FB9"; + addAttr -ci true -k true -sn "swivel" -ln "swivel" -at "double"; + addAttr -ci true -k true -sn "roll" -ln "roll" -at "double"; + addAttr -ci true -k true -sn "rollStartAngle" -ln "rollStartAngle" -dv 30 -at "double"; + addAttr -ci true -k true -sn "rollEndAngle" -ln "rollEndAngle" -dv 60 -at "double"; + addAttr -ci true -k true -sn "rock" -ln "rock" -at "double"; + addAttr -ci true -k true -sn "stretchy" -ln "stretchy" -min 0 -max 10 -at "double"; + addAttr -ci true -k true -sn "antiPop" -ln "antiPop" -min 0 -max 10 -at "double"; + addAttr -ci true -k true -sn "Lenght1" -ln "Lenght1" -dv 1 -at "double"; + addAttr -ci true -k true -sn "Lenght2" -ln "Lenght2" -dv 1 -at "double"; + addAttr -ci true -k true -sn "Fatness1" -ln "Fatness1" -at "double"; + addAttr -ci true -k true -sn "Fatness2" -ln "Fatness2" -at "double"; + addAttr -ci true -k true -sn "volume" -ln "volume" -dv 10 -smn 0 -smx 10 -at "double"; + setAttr ".sech" no; + setAttr ".t" -type "double3" 0.58023858029470077 1.2249336336367378e-06 0.53628903026135966 ; + setAttr ".r" -type "double3" 4.2616709527580859e-06 9.0664058088810027 1.0589836234194748e-08 ; + setAttr -k on ".swivel"; + setAttr -k on ".roll"; + setAttr -k on ".rollStartAngle"; + setAttr -k on ".rollEndAngle"; + setAttr -k on ".rock"; + setAttr -k on ".stretchy" 10; + setAttr -k on ".antiPop"; + setAttr -k on ".Lenght1" 1.0049999842789172; + setAttr -k on ".Lenght2" 1.0050000070272189; + setAttr -k on ".Fatness1"; + setAttr -k on ".Fatness2"; + setAttr -k on ".volume"; +createNode nurbsCurve -n "IKLeg_LShape" -p "IKLeg_L"; + rename -uid "E8E0E62A-48DA-99DF-3742-019690F355E0"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 13; + setAttr ".cc" -type "nurbsCurve" + 1 15 0 no 3 + 16 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 + 16 + 5.5499887053360872 -8.2366628670445543 19.166762664926456 + -5.5500112946639115 -8.2366628670445543 19.166762664926456 + -5.5500112946639115 5.4637144079554467 5.5500004149264548 + -5.5500112946639115 5.4637144079554467 -5.5499995850735448 + -5.5500112946639115 -8.2366628670445543 -5.5499995850735448 + 5.5499887053360872 -8.2366628670445543 -5.5499995850735448 + 5.5499887053360872 5.4637144079554467 -5.5499995850735448 + 5.5499887053360872 5.4637144079554467 5.5500004149264548 + 5.5499887053360872 -8.2366628670445543 19.166762664926456 + 5.5499887053360872 -8.2366628670445543 -5.5499995850735448 + 5.5499887053360872 5.4637144079554467 -5.5499995850735448 + -5.5500112946639115 5.4637144079554467 -5.5499995850735448 + -5.5270852056639113 -8.2366628670445543 -5.5270734960735446 + -5.5270852056639113 -8.2366628670445543 19.166762664926456 + -5.5500112946639115 5.4637144079554467 5.5500004149264548 + 5.5499887053360872 5.4637144079554467 5.5500004149264548 + ; +createNode transform -n "IKFKAlignedOffsetLeg_L" -p "IKLeg_L"; + rename -uid "C1A85093-4A2D-29E5-FA35-6AA2494DDEB5"; + setAttr ".r" -type "double3" 177.4269013705933 -3.9318384593958716e-05 -179.99999031216703 ; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999989 0.99999999999999978 ; +createNode transform -n "IKLegFootRockInnerPivot_L" -p "IKLeg_L"; + rename -uid "1FB84192-4607-5A19-CA62-C3809017EAF6"; + setAttr ".t" -type "double3" -4.6032306554923306 -8.2366628674006179 16.796723119560387 ; + setAttr ".ro" 5; +createNode transform -n "IKLegFootRockOuterPivot_L" -p "IKLegFootRockInnerPivot_L"; + rename -uid "76F3E07F-4CEF-455D-9BD5-AAAC8B99BD24"; + setAttr ".t" -type "double3" 10.008056550307419 0 -8.7396756498492323e-13 ; + setAttr ".ro" 5; +createNode transform -n "IKFKAlignedLeg_L" -p "IKLegFootRockOuterPivot_L"; + rename -uid "91BE1173-4A5D-71BF-13F5-A099F9DD4A66"; + setAttr ".t" -type "double3" -5.4048258948150885 8.2366628674006179 -16.796723119559513 ; + setAttr ".r" -type "double3" 177.4269013705933 -3.9318384593958729e-05 -179.99999031216703 ; + setAttr ".s" -type "double3" 0.99999999999999967 0.99999999999999989 0.99999999999999944 ; +createNode transform -n "IKLegFootRoll_L" -p "IKLegFootRockOuterPivot_L"; + rename -uid "10F2AF7D-4918-E22E-2ECB-A9A7F9B2881B"; + setAttr ".t" -type "double3" -5.4048258948150885 8.2366628674006179 -16.796723119559513 ; +createNode transform -n "RollOffsetHeel_L" -p "IKLegFootRockOuterPivot_L"; + rename -uid "E76850ED-4842-D45F-6B66-08AB0006A747"; + setAttr ".t" -type "double3" -5.3219719437442787 0.597839246423856 -23.989050721881743 ; +createNode transform -n "RollRollerHeel_L" -p "RollOffsetHeel_L"; + rename -uid "DAB83935-4962-4717-CC59-F7B584C7B2DC"; +createNode transform -n "RollExtraHeel_L" -p "RollRollerHeel_L"; + rename -uid "0CF1D0D7-4CC9-3C98-A399-E888E82D8A8E"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "RollHeel_L" -p "RollExtraHeel_L"; + rename -uid "5218FA2D-4794-D9B2-7C7E-238D5E761DFF"; + setAttr ".sech" no; +createNode nurbsCurve -n "RollHeel_LShape" -p "RollHeel_L"; + rename -uid "7EC7908F-4C3A-69F9-FBAC-66826A666506"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 13; + setAttr ".cc" -type "nurbsCurve" + 3 13 0 no 3 + 18 0 0 0 1 2 3 4 5 6 7 8 9 10 11 12 13 13 13 + 16 + -1.2638832162181757e-05 -5.9425854400291671 0.35086711462143949 + -1.2638832162181757e-05 -5.8930692870291672 -3.349879008470861 + -1.2638832163958114e-05 -0.76811377132916681 -6.2016767204708607 + -1.263883216573447e-05 3.9475687189708335 -3.9988555594708615 + -1.263883216573447e-05 5.7490019419708336 0.35018895852913801 + -1.263883216573447e-05 3.9475687189708335 4.6992334765291401 + -1.2638832163958114e-05 -0.98725521932916682 6.7187328025291402 + -1.2638832162181757e-05 -5.5373526190291669 3.87247244052914 + -1.2638832162181757e-05 -5.9425854400291671 0.35086711462143949 + -1.2638832162181757e-05 -5.9425854400291671 0.35086711462143949 + -1.2638832162181757e-05 -5.9425854400291671 0.35086711462143949 + -1.2638832162181757e-05 -6.372562653029167 0.97512040852913984 + -1.2638832162181757e-05 -6.372562653029167 0.97512040852913984 + -1.2638832162181757e-05 -5.9425854400291671 0.35086711462143949 + -1.2638832162181757e-05 -5.9425854400291671 0.35086711462143949 + -1.2638832162181757e-05 -5.5091675220291672 1.0121397712291396 + ; +createNode transform -n "RollOffsetToesEnd_L" -p "RollHeel_L"; + rename -uid "663B8F91-4142-DDB1-ABF2-6AA70A702E70"; + setAttr ".t" -type "double3" -0.082839684666220492 -0.31999023450894115 26.020770900834815 ; +createNode transform -n "RollRollerToesEnd_L" -p "RollOffsetToesEnd_L"; + rename -uid "B92B1D8F-408E-EF1B-E8EC-468F9F0C93FE"; +createNode transform -n "RollExtraToesEnd_L" -p "RollRollerToesEnd_L"; + rename -uid "37C4B79A-4E05-BFFF-59B0-508DB54FF02C"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "RollToesEnd_L" -p "RollExtraToesEnd_L"; + rename -uid "856265BF-4EFF-B26F-D209-8EB92820F49D"; + setAttr ".sech" no; +createNode nurbsCurve -n "RollToesEnd_LShape" -p "RollToesEnd_L"; + rename -uid "22DB563C-4CC9-6828-D412-45B662331F8F"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 13; + setAttr ".cc" -type "nurbsCurve" + 3 13 0 no 3 + 18 0 0 0 1 2 3 4 5 6 7 8 9 10 11 12 13 13 13 + 16 + -7.8790490256608336e-06 -3.7257696472912647 0.33886922144039389 + -7.8790490256608336e-06 -3.6856214162912639 -2.6617357428507091 + -7.8790490274371905e-06 0.46974792110873587 -4.9740041588507076 + -7.8790490292135473e-06 4.2932742647087352 -3.187932946850708 + -7.8790490292135473e-06 5.7538957967087354 0.33831936514929239 + -7.8790490292135473e-06 4.2932742647087352 3.8645716771492928 + -7.8790490274371905e-06 0.29206566600873585 5.502003563149291 + -7.8790490256608336e-06 -3.3972024952912641 3.1942248911492932 + -7.8790490256608336e-06 -3.7257696472912647 0.33886922144039389 + -7.8790490256608336e-06 -3.7257696472912647 0.33886922144039389 + -7.8790490256608336e-06 -3.7257696472912647 0.33886922144039389 + -7.8790490256608336e-06 -4.074399821291264 0.84502054074929234 + -7.8790490256608336e-06 -4.074399821291264 0.84502054074929234 + -7.8790490256608336e-06 -3.7257696472912647 0.33886922144039389 + -7.8790490256608336e-06 -3.7257696472912647 0.33886922144039389 + -7.8790490256608336e-06 -3.374349715291264 0.87503624034929217 + ; +createNode transform -n "RollOffsetToes_L" -p "RollToesEnd_L"; + rename -uid "AB434614-49D0-DBAA-489F-C4AB8DD87982"; + setAttr ".t" -type "double3" -4.4222289243833757e-06 1.1212231875803849 -6.1679286783341851 ; +createNode transform -n "RollRollerToes_L" -p "RollOffsetToes_L"; + rename -uid "6670B809-42FE-C19C-4EF0-018F69E005AF"; +createNode transform -n "RollExtraToes_L" -p "RollRollerToes_L"; + rename -uid "31F57005-452F-0615-0A65-26BAFE098D30"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "RollToes_L" -p "RollExtraToes_L"; + rename -uid "DB4EC234-4C12-516E-4F63-53AF5148C2C0"; + setAttr ".sech" no; +createNode nurbsCurve -n "RollToes_LShape" -p "RollToes_L"; + rename -uid "D5EB4E31-46A7-834D-7EAE-FA85D1F6C287"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 13; + setAttr ".cc" -type "nurbsCurve" + 3 13 0 no 3 + 18 0 0 0 1 2 3 4 5 6 7 8 9 10 11 12 13 13 13 + 16 + -1.1563726761920634e-05 -4.0038027751132361 0.29475184871671445 + -1.1563726761920634e-05 -3.9636545441132354 -2.705853115574385 + -1.1563726763696991e-05 0.19171479328676422 -5.0181215315743852 + -1.1563726765473348e-05 4.0152411368867638 -3.2320503195743857 + -1.1563726765473348e-05 5.475862668886764 0.29420199242561296 + -1.1563726765473348e-05 4.0152411368867638 3.8204543044256134 + -1.1563726763696991e-05 0.01403253818676431 5.4578861904256151 + -1.1563726761920634e-05 -3.6752356231132355 3.1501075184256138 + -1.1563726761920634e-05 -4.0038027751132361 0.29475184871671445 + -1.1563726761920634e-05 -4.0038027751132361 0.29475184871671445 + -1.1563726761920634e-05 -4.0038027751132361 0.29475184871671445 + -1.1563726761920634e-05 -4.3524329491132354 0.80090316802561468 + -1.1563726761920634e-05 -4.3524329491132354 0.80090316802561468 + -1.1563726761920634e-05 -4.0038027751132361 0.29475184871671445 + -1.1563726761920634e-05 -4.0038027751132361 0.29475184871671445 + -1.1563726761920634e-05 -3.6523828431132355 0.83091886762561451 + ; +createNode ikHandle -n "IKAnkleHandle_L" -p "RollToes_L"; + rename -uid "1A309B74-4ED6-4BD1-44C7-7CB1D6219264"; + setAttr -l on ".v" no; + setAttr ".t" -type "double3" 8.8817841970012523e-15 5.3290705182007514e-15 1.4210854715202004e-14 ; + setAttr ".r" -type "double3" 177.4269013705933 -3.9318384622338148e-05 -179.99999031216703 ; + setAttr ".s" -type "double3" 0.99999999999999978 1 0.99999999999999967 ; + setAttr ".hs" 1; + setAttr ".roc" yes; +createNode ikHandle -n "IKLegHandle_L" -p "RollToes_L"; + rename -uid "55B8F9EA-4F48-34FA-2F17-FFB171C734C6"; + setAttr -l on ".v" no; + setAttr ".t" -type "double3" -9.8441756577472006e-06 6.8375906679053253 -12.66051462017839 ; + setAttr ".roc" yes; +createNode poleVectorConstraint -n "IKLegHandle_L_poleVectorConstraint1" -p "IKLegHandle_L"; + rename -uid "54A64CF6-4B37-74CE-B00F-AC897AD05891"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PoleLeg_LW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 2.1313286540092236e-05 -44.97612019203369 85.603348274793191 ; + setAttr -k on ".w0"; +createNode transform -n "IKmessureConstrainToLeg_L" -p "RollToes_L"; + rename -uid "62B02E0B-4542-208A-6D38-7DA41FD1AC52"; + setAttr ".t" -type "double3" -9.8441756577472006e-06 6.8375906679053253 -12.66051462017839 ; +createNode transform -n "IKOffsetToes_L" -p "RollToesEnd_L"; + rename -uid "A0994F03-40A5-BF19-1401-1B86F3D8CFCC"; + setAttr ".t" -type "double3" -4.4222289243833757e-06 1.1212231875803849 -6.1679286783341851 ; + setAttr ".r" -type "double3" 100.30288268038764 5.8836504441350755e-05 179.9999595828979 ; + setAttr ".ro" 5; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999989 1 ; +createNode transform -n "IKExtraToes_L" -p "IKOffsetToes_L"; + rename -uid "3154A67D-4948-118A-A2BD-078DBCC527DD"; + addAttr -ci true -sn "ikLocal" -ln "ikLocal" -dv 1 -min 0 -max 1 -at "bool"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".ro" 5; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "IKToes_L" -p "IKExtraToes_L"; + rename -uid "8F4D0A92-4A70-C208-43A3-B09BDB9C9DCD"; + addAttr -ci true -sn "ikLocal" -ln "ikLocal" -dv 1 -min 0 -max 1 -at "bool"; + setAttr ".sech" no; + setAttr ".ro" 5; + setAttr ".smd" 2; +createNode nurbsCurve -n "IKToes_LShape" -p "IKToes_L"; + rename -uid "6A584CDF-4AEE-49E5-69F2-FDB45E17527A"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 13; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:7]"; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + 3.5262659893566735 -0.36031115026957394 2.988971382567378 + 4.9868847851439515 -0.20200458715394554 -0.53372655256632218 + 3.5262608659323433 -0.043696384290640822 -4.0564225285318232 + 7.6546448219971808e-06 0.021878640144382899 -5.5155685742662817 + -3.5262436730645934 -0.043692451450960235 -4.0564172231977382 + -4.9868624688518715 -0.20199901456660285 -0.53371928806405311 + -3.5262385496402615 -0.36030721742989513 2.9889766879014625 + 1.4661647259828214e-05 -0.42588224186492063 4.4481227336359206 + 3.5262659893566735 -0.36031115026957394 2.988971382567378 + 4.9868847851439515 -0.20200458715394554 -0.53372655256632218 + 3.5262608659323433 -0.043696384290640822 -4.0564225285318232 + + + "gtag" 1 + "tempCluster" 1 "cv[0:7]"; +createNode ikHandle -n "IKToesHandle_L" -p "IKToes_L"; + rename -uid "6ED384E0-4E48-ACF6-4C65-EBBFA42F0DE1"; + setAttr -l on ".v" no; + setAttr ".t" -type "double3" 2.801314735734195e-12 -6.2690099391694343 -2.5313084961453569e-14 ; + setAttr ".s" -type "double3" 1.0000000000000011 1.0000000000000002 1.0000000000000002 ; + setAttr ".hs" 1; + setAttr ".pv" -type "double3" 5.1037631108435385e-07 -0.98387604074390544 -0.17885171637375194 ; + setAttr ".roc" yes; +createNode transform -n "IKOffsetArm_L" -p "IKHandleFollowMain"; + rename -uid "AC1E87AA-4C63-EA42-B943-74B7B5B4F259"; +createNode transform -n "IKExtraArm_L" -p "IKOffsetArm_L"; + rename -uid "A0E24813-4AE5-40DA-8B99-93AC9438871C"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "IKArm_L" -p "IKExtraArm_L"; + rename -uid "68125435-4922-619F-CA14-1B9BBAF71F3D"; + addAttr -ci true -k true -sn "follow" -ln "follow" -min 0 -max 10 -at "double"; + addAttr -ci true -k true -sn "stretchy" -ln "stretchy" -min 0 -max 10 -at "double"; + addAttr -ci true -k true -sn "antiPop" -ln "antiPop" -min 0 -max 10 -at "double"; + addAttr -ci true -k true -sn "Lenght1" -ln "Lenght1" -dv 1 -at "double"; + addAttr -ci true -k true -sn "Lenght2" -ln "Lenght2" -dv 1 -at "double"; + addAttr -ci true -k true -sn "Fatness1" -ln "Fatness1" -at "double"; + addAttr -ci true -k true -sn "Fatness2" -ln "Fatness2" -at "double"; + addAttr -ci true -k true -sn "volume" -ln "volume" -dv 10 -smn 0 -smx 10 -at "double"; + setAttr ".sech" no; + setAttr ".t" -type "double3" -42.030596706645916 -54.489940031152102 -4.2358027180678661 ; + setAttr ".r" -type "double3" -2.5531551134214552 -4.1198049138783466 -89.883043011636758 ; + setAttr -k on ".follow"; + setAttr -k on ".stretchy"; + setAttr -k on ".antiPop"; + setAttr -k on ".Lenght1"; + setAttr -k on ".Lenght2"; + setAttr -k on ".Fatness1"; + setAttr -k on ".Fatness2"; + setAttr -k on ".volume"; +createNode nurbsCurve -n "IKArm_LShape" -p "IKArm_L"; + rename -uid "BBD239AD-4CBC-161C-F1BF-8CA48A5DB5CA"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 13; + setAttr ".cc" -type "nurbsCurve" + 1 15 0 no 3 + 16 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 + 16 + 5.8905000000002872 -5.8905000000670782 5.8904999996533522 + -5.8904999999997187 -5.8905000000670782 5.8904999996533522 + -5.8904999999997187 5.8904999999329277 5.8904999996533522 + -5.8904999999997187 5.8904999999329277 -5.8905000003466483 + -5.8904999999997187 -5.8905000000670782 -5.8905000003466483 + 5.8905000000002872 -5.8905000000670782 -5.8905000003466483 + 5.8905000000002872 5.8904999999329277 -5.8905000003466483 + 5.8905000000002872 5.8904999999329277 5.8904999996533522 + 5.8905000000002872 -5.8905000000670782 5.8904999996533522 + 5.8905000000002872 -5.8905000000670782 -5.8905000003466483 + 5.8905000000002872 5.8904999999329277 -5.8905000003466483 + -5.8904999999997187 5.8904999999329277 -5.8905000003466483 + -5.8661673639997218 -5.8905000000670782 -5.8661673643466479 + -5.8661673639997218 -5.8905000000670782 5.8661673636533518 + -5.8904999999997187 5.8904999999329277 5.8904999996533522 + 5.8905000000002872 5.8904999999329277 5.8904999996533522 + ; +createNode ikHandle -n "IKArmHandle_L" -p "IKArm_L"; + rename -uid "8B569803-45C0-3F74-AFDC-96BA832DEE20"; + setAttr -l on ".v" no; + setAttr ".t" -type "double3" 0 -2.8421709430404007e-14 1.609823385706477e-14 ; + setAttr ".roc" yes; +createNode poleVectorConstraint -n "IKArmHandle_L_poleVectorConstraint1" -p "IKArmHandle_L"; + rename -uid "3F28B682-4A6C-F686-0431-60AFE307427C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PoleArm_LW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 27.363731944824487 -7.1894018305549707 -53.542033632331602 ; + setAttr -k on ".w0"; +createNode transform -n "IKFKAlignedOffsetArm_L" -p "IKArm_L"; + rename -uid "F9652B74-4DD8-C989-C73C-62AC878F8C1F"; + setAttr ".t" -type "double3" 1.4210854715202004e-14 0 5.6771892010610073e-15 ; + setAttr ".r" -type "double3" -171.23293999801331 -0.0065362034372172771 -86.568356007897478 ; + setAttr ".s" -type "double3" 1 0.99999999999999967 0.99999999999999978 ; +createNode transform -n "IKFKAlignedArm_L" -p "IKFKAlignedOffsetArm_L"; + rename -uid "AE371D0C-4A83-6ACF-4490-0C99F2762432"; +createNode transform -n "IKmessureConstrainToArm_L" -p "IKArm_L"; + rename -uid "1E823A7F-47C9-726F-CFE8-7182742BB2D5"; + setAttr ".t" -type "double3" 0 -2.8421709430404007e-14 1.609823385706477e-14 ; +createNode parentConstraint -n "IKOffsetArm_L_parentConstraint1" -p "IKOffsetArm_L"; + rename -uid "AB080576-44AF-ED5D-F53F-739215C49FFF"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKOffsetArm_LStaticW0" -dv 1 -min + 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKOffsetArm_LFollowW1" -dv 1 -min + 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 71.709869379797652 146.85928431685201 8.5759231811543502e-06 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode transform -n "PoleOffsetLeg_R" -p "IKHandle"; + rename -uid "564A41E3-4E95-0C0D-9E53-85A001B7F1CD"; +createNode transform -n "PoleExtraLeg_R" -p "PoleOffsetLeg_R"; + rename -uid "54D5CF8A-4B8E-8249-C06F-D987AC61839C"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "PoleLeg_R" -p "PoleExtraLeg_R"; + rename -uid "C37606D6-4724-D219-C5A6-89B9894F1E2E"; + addAttr -ci true -k true -sn "follow" -ln "follow" -min 0 -max 10 -at "double"; + addAttr -ci true -k true -sn "lock" -ln "lock" -min 0 -max 10 -at "double"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".t" -type "double3" 9.913995281293051 -17.456695504749604 -29.629481959692228 ; + setAttr -l on -k off ".rx"; + setAttr -l on -k off ".ry"; + setAttr -l on -k off ".rz"; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; + setAttr ".smd" 1; + setAttr -k on ".follow" 10; + setAttr -k on ".lock"; +createNode nurbsCurve -n "PoleLeg_RShape" -p "PoleLeg_R"; + rename -uid "05D6EC8D-487B-B1DD-6830-F6B433A0320B"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 13; + setAttr ".cc" -type "nurbsCurve" + 1 7 0 no 3 + 8 0 1 2 3 4 5 6 7 + 8 + -5.5499999999999998 0 0 + 5.5499999999999998 0 0 + 0 0 0 + 0 5.5499999999999998 0 + 0 -5.5499999999999998 0 + 0 0 0 + 0 0 -5.5499999999999998 + 0 0 5.5499999999999998 + ; +createNode parentConstraint -n "PoleOffsetLeg_R_parentConstraint1" -p "PoleOffsetLeg_R"; + rename -uid "7F00FFB1-425F-D035-E4F2-FF8A92E9BA64"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PoleOffsetLeg_RStaticW0" -dv 1 -min + 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "PoleOffsetLeg_RFollowW1" -dv 1 -min + 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 5.0379015068836317 -9.7902241780363646 -1.8789122790799544 ; + setAttr ".rst" -type "double3" -8.9100230680472787 48.753875535505443 85.603363556317788 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode transform -n "PoleAimLeg_R" -p "IKHandle"; + rename -uid "3210E787-49B6-FE16-3447-EFA4F19CF6D8"; + setAttr ".s" -type "double3" 1.0000000000000002 1.0000000000000002 1.0000000000000002 ; +createNode aimConstraint -n "PoleAimLeg_R_aimConstraint1" -p "PoleAimLeg_R"; + rename -uid "31A541A6-4494-CC07-456F-E9A90ABB943E"; + addAttr -dcb 0 -ci true -sn "w0" -ln "IKLeg_RW0" -dv 1 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".a" -type "double3" 0 1 0 ; + setAttr ".u" -type "double3" 1 0 0 ; + setAttr ".wu" -type "double3" 1 0 0 ; + setAttr ".wut" 2; + setAttr ".rsrr" -type "double3" 0 0 179.9999868286217 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "PoleAimLeg_R_pointConstraint1" -p "PoleAimLeg_R"; + rename -uid "973C44C0-4D06-1578-1CD3-5C9B9BD8A384"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Root_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 1.9709482123356974e-15 100 1.6292067812340161e-05 ; + setAttr -k on ".w0"; +createNode transform -n "PoleOffsetArm_R" -p "IKHandle"; + rename -uid "F4C857CE-412B-F786-CC5F-7C9DA268786F"; +createNode transform -n "PoleExtraArm_R" -p "PoleOffsetArm_R"; + rename -uid "663E8648-4FAD-D522-4535-518F828891BA"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "PoleArm_R" -p "PoleExtraArm_R"; + rename -uid "1DE5003F-47F6-B575-2442-F1B7B88F3AEC"; + addAttr -ci true -k true -sn "follow" -ln "follow" -min 0 -max 10 -at "double"; + addAttr -ci true -k true -sn "lock" -ln "lock" -min 0 -max 10 -at "double"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".t" -type "double3" 5.6779793387595561 0.28294524191034043 -7.8431841626106262 ; + setAttr -l on -k off ".rx"; + setAttr -l on -k off ".ry"; + setAttr -l on -k off ".rz"; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; + setAttr ".smd" 1; + setAttr -k on ".follow"; + setAttr -k on ".lock"; +createNode nurbsCurve -n "PoleArm_RShape" -p "PoleArm_R"; + rename -uid "4A1F1D51-4EDA-F031-9BF2-41BA9DA13743"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 13; + setAttr ".cc" -type "nurbsCurve" + 1 7 0 no 3 + 8 0 1 2 3 4 5 6 7 + 8 + -5.8905000000000003 0 0 + 5.8905000000000003 0 0 + 0 0 0 + 0 5.8905000000000003 0 + 0 -5.8905000000000003 0 + 0 0 0 + 0 0 -5.8905000000000003 + 0 0 5.8905000000000003 + ; +createNode parentConstraint -n "PoleOffsetArm_R_parentConstraint1" -p "PoleOffsetArm_R"; + rename -uid "9FBFC358-4864-A981-B2B1-BB9730C42211"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PoleOffsetArm_RStaticW0" -dv 1 -min + 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "PoleOffsetArm_RFollowW1" -dv 1 -min + 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -45.070967281127764 139.39917558578486 -53.542011834894197 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode ikHandle -n "IKSpineHandle_M" -p "IKHandle"; + rename -uid "B324DFFC-4A04-C87C-3577-B4B97CD9C8C1"; + setAttr -l on ".v" no; + setAttr ".t" -type "double3" -0.065782987855439526 133.68091764931853 -0.83931130152591948 ; + setAttr ".r" -type "double3" 0.074220956755588666 6.6858386592763166 -0.036453953037094776 ; + setAttr ".roc" yes; + setAttr ".dwut" 4; + setAttr ".dpa" 2; + setAttr ".dtvt" 2; + setAttr ".dtrm" 3.333; + setAttr ".dtce" yes; +createNode transform -n "IKOffsetcvSpine1_M" -p "IKHandle"; + rename -uid "2BE1BB29-4219-B730-9C6F-A499074A730A"; +createNode transform -n "IKExtracvSpine1_M" -p "IKOffsetcvSpine1_M"; + rename -uid "32A94AFC-4EE2-FB74-8AB8-03BF34439E19"; + setAttr -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "IKcvSpine1_M" -p "IKExtracvSpine1_M"; + rename -uid "E06454AB-4321-3D48-9123-7ABE774E993A"; + setAttr ".sech" no; + setAttr -l on -k off ".rx"; + setAttr -l on -k off ".ry"; + setAttr -l on -k off ".rz"; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; + setAttr ".smd" 1; +createNode nurbsCurve -n "IKcvSpine1_MShape" -p "IKcvSpine1_M"; + rename -uid "7FB4F5F9-4EEA-4BFF-6A4D-93A334544D82"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 17; + setAttr ".cc" -type "nurbsCurve" + 1 7 0 no 3 + 8 0 1 2 3 4 5 6 7 + 8 + -0.16575000000000001 0 0 + 0.16575000000000001 0 0 + 0 0 0 + 0 16.574999999999999 2.7004101710000002e-06 + 0 -16.574999999999999 -2.7004101710000002e-06 + 0 0 0 + 0 2.7004101710000002e-06 -16.574999999999999 + 0 -2.7004101710000002e-06 16.574999999999999 + ; +createNode transform -n "IKSpineLocator1_M" -p "IKcvSpine1_M"; + rename -uid "4AA396F7-489C-1637-4C3F-D490940D900D"; + setAttr -l on ".v" no; +createNode locator -n "IKSpineLocator1_MShape" -p "IKSpineLocator1_M"; + rename -uid "BDABDAF0-4225-2324-4525-02B2609DD999"; + setAttr -k off ".v"; +createNode parentConstraint -n "IKOffsetcvSpine1_M_parentConstraint1" -p "IKOffsetcvSpine1_M"; + rename -uid "7E78655F-459C-1D20-3116-79AEAF02D6AF"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpine1_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKSpine2_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".tg[0].tot" -type "double3" -1.5103277927615289e-15 7.0261840820311647 + 1.144710646124508e-06 ; + setAttr ".tg[1].tot" -type "double3" 3.8018565985676562e-15 -10.55275407763466 -1.7192618031368731e-06 ; + setAttr ".lr" -type "double3" 0.28250065198819635 0.80143479724850897 -0.019690478238097997 ; + setAttr ".rst" -type "double3" 4.6062041957416864e-16 107.02618408203116 1.7436778458464669e-05 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode transform -n "IKOffsetcvSpine2_M" -p "IKHandle"; + rename -uid "01FF8A9F-4AEF-F73A-5E59-949C61AA3EF1"; +createNode transform -n "IKExtracvSpine2_M" -p "IKOffsetcvSpine2_M"; + rename -uid "D635069F-4F70-AAE1-4428-FFBD27762E51"; + setAttr -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "IKcvSpine2_M" -p "IKExtracvSpine2_M"; + rename -uid "AAC45086-4993-503E-6AC5-989F0AFD54BB"; + setAttr ".sech" no; + setAttr -l on -k off ".rx"; + setAttr -l on -k off ".ry"; + setAttr -l on -k off ".rz"; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; + setAttr ".smd" 1; +createNode nurbsCurve -n "IKcvSpine2_MShape" -p "IKcvSpine2_M"; + rename -uid "AAD573AD-4978-6AA3-3693-EC8AEAD54B45"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 17; + setAttr ".cc" -type "nurbsCurve" + 1 7 0 no 3 + 8 0 1 2 3 4 5 6 7 + 8 + -0.16575000000000001 0 0 + 0.16575000000000001 0 0 + 0 0 0 + 0 16.574999999999999 2.7004101710000002e-06 + 0 -16.574999999999999 -2.7004101710000002e-06 + 0 0 0 + 0 2.7004101710000002e-06 -16.574999999999999 + 0 -2.7004101710000002e-06 16.574999999999999 + ; +createNode transform -n "IKSpineLocator2_M" -p "IKcvSpine2_M"; + rename -uid "09EEB162-42F9-EC3F-D92D-D48096ED8071"; + setAttr -l on ".v" no; +createNode locator -n "IKSpineLocator2_MShape" -p "IKSpineLocator2_M"; + rename -uid "86641CB5-4D5D-754C-C68A-4FB3CF88A3CE"; + setAttr -k off ".v"; +createNode parentConstraint -n "IKOffsetcvSpine2_M_parentConstraint1" -p "IKOffsetcvSpine2_M"; + rename -uid "87BEDEC6-41F7-163F-C646-94B3EED1B3EF"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpine2_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKSpine1_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".tg[0].tot" -type "double3" 2.2915288058061265e-15 -3.5265699956035235 + -5.745511570123719e-07 ; + setAttr ".tg[1].tot" -type "double3" -3.0206555855230582e-15 14.052368164062301 + 2.2894212922490093e-06 ; + setAttr ".lr" -type "double3" 1.1294444400742165 3.2066275614105706 -0.055086282159781397 ; + setAttr ".rst" -type "double3" -1.0497073731873609e-15 114.0523681640623 1.858148910458917e-05 ; + setAttr -k on ".w0" 0.79938663168546154; + setAttr -k on ".w1" 0.20061336831453844; +createNode transform -n "IKOffsetcvSpine3_M" -p "IKHandle"; + rename -uid "BD1F6A38-4F07-65BE-FD88-F3B4A5ECD8B6"; +createNode transform -n "IKExtracvSpine3_M" -p "IKOffsetcvSpine3_M"; + rename -uid "26129DAB-4EB6-1F01-7688-2A9C58CAD98F"; + setAttr -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "IKcvSpine3_M" -p "IKExtracvSpine3_M"; + rename -uid "90BC2415-4F67-DB69-9A6A-DB898DDDAF6E"; + setAttr ".sech" no; + setAttr -l on -k off ".rx"; + setAttr -l on -k off ".ry"; + setAttr -l on -k off ".rz"; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; + setAttr ".smd" 1; +createNode nurbsCurve -n "IKcvSpine3_MShape" -p "IKcvSpine3_M"; + rename -uid "D1423CC1-4714-E047-33BB-899F2DB1E0C6"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 17; + setAttr ".cc" -type "nurbsCurve" + 1 7 0 no 3 + 8 0 1 2 3 4 5 6 7 + 8 + -0.16575000000000001 0 0 + 0.16575000000000001 0 0 + 0 0 0 + 0 16.574999999999999 2.7004101239999999e-06 + 0 -16.574999999999999 -2.7004101239999999e-06 + 0 0 0 + 0 2.7004101239999999e-06 -16.574999999999999 + 0 -2.7004101239999999e-06 16.574999999999999 + ; +createNode transform -n "IKSpineLocator3_M" -p "IKcvSpine3_M"; + rename -uid "F7FAADB8-4DE4-E983-4D64-9DB84A6D1968"; + setAttr -l on ".v" no; +createNode locator -n "IKSpineLocator3_MShape" -p "IKSpineLocator3_M"; + rename -uid "1C86F539-4083-4A56-D360-1EAFF6AA610A"; + setAttr -k off ".v"; +createNode parentConstraint -n "IKOffsetcvSpine3_M_parentConstraint1" -p "IKOffsetcvSpine3_M"; + rename -uid "6D6094FC-4373-579F-47F5-AC8A63AF624D"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpine2_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKSpine3_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".tg[0].tot" -type "double3" -2.239454572478461e-15 3.4996140864276413 5.7015948911213273e-07 ; + setAttr ".tg[1].tot" -type "double3" 8.0598448137457565e-16 -14.078567504882926 + -2.293689256305317e-06 ; + setAttr ".lr" -type "double3" 1.6944929552412804 4.8100058357826914 -0.058920356997708874 ; + setAttr ".rst" -type "double3" -5.5806907514719484e-15 121.07855224609347 1.9726199750713675e-05 ; + setAttr -k on ".w0" 0.80091148403213686; + setAttr -k on ".w1" 0.19908851596786301; +createNode transform -n "IKOffsetcvSpine4_M" -p "IKHandle"; + rename -uid "EA4A6D1C-4C68-8E1D-4C1E-DDBB02912DD8"; +createNode transform -n "IKExtracvSpine4_M" -p "IKOffsetcvSpine4_M"; + rename -uid "C2862BBB-4D5A-AE91-C4FE-DABD5311F55F"; + setAttr -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "IKcvSpine4_M" -p "IKExtracvSpine4_M"; + rename -uid "FA519970-4EEE-5C9A-BA6E-FAA2C217F692"; + setAttr ".sech" no; + setAttr -l on -k off ".rx"; + setAttr -l on -k off ".ry"; + setAttr -l on -k off ".rz"; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; + setAttr ".smd" 1; +createNode nurbsCurve -n "IKcvSpine4_MShape" -p "IKcvSpine4_M"; + rename -uid "C0A48C01-441E-2EA9-9262-7BA849C077B4"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 17; + setAttr ".cc" -type "nurbsCurve" + 1 7 0 no 3 + 8 0 1 2 3 4 5 6 7 + 8 + -0.16575000000000001 0 0 + 0.16575000000000001 0 0 + 0 0 0 + 0 16.574999999999999 2.7004097279999997e-06 + 0 -16.574999999999999 -2.7004097279999997e-06 + 0 0 0 + 0 2.7004097279999997e-06 -16.574999999999999 + 0 -2.7004097279999997e-06 16.574999999999999 + ; +createNode transform -n "IKSpineLocator4_M" -p "IKcvSpine4_M"; + rename -uid "490658D2-4DCE-7D85-AE11-CCA49D63B246"; + setAttr -l on ".v" no; +createNode locator -n "IKSpineLocator4_MShape" -p "IKSpineLocator4_M"; + rename -uid "EA3F3D43-4F11-90E3-4B88-A4B8A92B3139"; + setAttr -k off ".v"; +createNode parentConstraint -n "IKOffsetcvSpine4_M_parentConstraint1" -p "IKOffsetcvSpine4_M"; + rename -uid "79581214-43A6-D53B-B923-CFBAFA587604"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpine2_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKSpine3_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".tg[0].tot" -type "double3" -2.4006514687533763e-15 8.1924699213886356 + 1.3347225745472418e-06 ; + setAttr ".tg[1].tot" -type "double3" 6.4478758509966036e-16 -9.3857116699219318 + -1.5291261708702079e-06 ; + setAttr ".lr" -type "double3" 2.0727211157049186 5.8811188988151821 -0.052631115525912757 ; + setAttr ".rst" -type "double3" -5.7418876477468637e-15 125.77140808105446 2.0490762836148784e-05 ; + setAttr -k on ".w0" 0.53394098935475687; + setAttr -k on ".w1" 0.46605901064524302; +createNode transform -n "IKOffsetcvSpine5_M" -p "IKHandle"; + rename -uid "1E9F402A-4225-9233-8444-7A8307FD6AFD"; +createNode transform -n "IKExtracvSpine5_M" -p "IKOffsetcvSpine5_M"; + rename -uid "B287B3FD-49E6-0C5A-3015-E68215807938"; + setAttr -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "IKcvSpine5_M" -p "IKExtracvSpine5_M"; + rename -uid "AF222B65-4C0C-6775-5CE3-20A56FE57E30"; + setAttr ".sech" no; + setAttr -l on -k off ".rx"; + setAttr -l on -k off ".ry"; + setAttr -l on -k off ".rz"; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; + setAttr ".smd" 1; +createNode nurbsCurve -n "IKcvSpine5_MShape" -p "IKcvSpine5_M"; + rename -uid "F988C10A-4552-D34D-61E7-318C1925A987"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 17; + setAttr ".cc" -type "nurbsCurve" + 1 7 0 no 3 + 8 0 1 2 3 4 5 6 7 + 8 + -0.16575000000000001 0 0 + 0.16575000000000001 0 0 + 0 0 0 + 0 16.574999999999999 2.7004096409999997e-06 + 0 -16.574999999999999 -2.7004096409999997e-06 + 0 0 0 + 0 2.7004096409999997e-06 -16.574999999999999 + 0 -2.7004096409999997e-06 16.574999999999999 + ; +createNode transform -n "IKSpineLocator5_M" -p "IKcvSpine5_M"; + rename -uid "8E33EFC5-44AC-3782-7250-D9AA64DAE5FD"; + setAttr -l on ".v" no; +createNode locator -n "IKSpineLocator5_MShape" -p "IKSpineLocator5_M"; + rename -uid "BD3C1235-4B5D-CCC0-22AB-FCAE9EA51CCC"; + setAttr -k off ".v"; +createNode parentConstraint -n "IKOffsetcvSpine5_M_parentConstraint1" -p "IKOffsetcvSpine5_M"; + rename -uid "BF2307A4-4CCF-8708-CFCE-238C47B4A70B"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpine3_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKSpine2_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".tg[0].tot" -type "double3" 4.8359068882474507e-16 -4.6928558349609375 + -7.6456308543510566e-07 ; + setAttr ".tg[1].tot" -type "double3" -2.5618483650282916e-15 12.88532575634963 2.0992856599823441e-06 ; + setAttr ".lr" -type "double3" 2.6418571797525221 7.4876367334408522 -0.029801606551059633 ; + setAttr ".rst" -type "double3" -5.9030845440217798e-15 130.46426391601545 2.1255325921583886e-05 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode transform -n "IKOffsetSpine2_M" -p "IKHandle"; + rename -uid "AB77348F-4C79-A52C-C0A3-328543DB5133"; + setAttr ".s" -type "double3" 1 0.99999999999999978 0.99999999999999978 ; +createNode transform -n "IKExtraSpine2_M" -p "IKOffsetSpine2_M"; + rename -uid "8A1BFA96-4D23-F239-CBBF-09A262D5E255"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "IKSpine2_M" -p "IKExtraSpine2_M"; + rename -uid "81931523-40F5-CCAD-5325-A08632049D63"; + addAttr -ci true -k true -sn "followEnd" -ln "followEnd" -dv 5 -min 0 -max 10 -at "double"; + setAttr ".sech" no; + setAttr ".t" -type "double3" 0.036594469911530467 0.030081776595253018 0.86242920914872334 ; + setAttr -k on ".followEnd"; +createNode nurbsCurve -n "IKSpine2_MShape" -p "IKSpine2_M"; + rename -uid "CD22E0A7-4D7A-E592-CB0B-5B86737D4862"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 13; + setAttr ".cc" -type "nurbsCurve" + 3 8 2 no 3 + 13 -2 -1 0 1 2 3 4 5 6 7 8 9 10 + 11 + -15.586035219999999 -2.5392873190000002e-06 15.586035219999999 + -1.3496821590000002e-15 -3.5910945660000002e-06 22.041982390000001 + 15.586035219999999 -2.5392873190000002e-06 15.586035219999999 + 22.041982390000001 -1.8616352839999999e-22 1.1426602589999999e-15 + 15.586035219999999 2.5392873190000002e-06 -15.586035219999999 + 2.2079604509999999e-15 3.5910945660000002e-06 -22.041982390000001 + -15.586035219999999 2.5392873190000002e-06 -15.586035219999999 + -22.041982390000001 4.8971574599999996e-22 -3.0058573559999999e-15 + -15.586035219999999 -2.5392873190000002e-06 15.586035219999999 + -1.3496821590000002e-15 -3.5910945660000002e-06 22.041982390000001 + 15.586035219999999 -2.5392873190000002e-06 15.586035219999999 + ; +createNode transform -n "IKSpine2LocalOrient0_M" -p "IKSpine2_M"; + rename -uid "07742F78-4EE3-799D-9C61-4C94EFD09406"; + setAttr ".r" -type "double3" 9.3346668516214307e-06 0 0 ; + setAttr ".s" -type "double3" 1 1.0000000000000004 1.0000000000000004 ; +createNode transform -n "IKSpine2LocalOrient1_M" -p "IKSpine2_M"; + rename -uid "C6CDDB6C-41D5-19C8-AEB3-9E87A0E059F8"; + setAttr ".t" -type "double3" 3.9443045261050599e-31 0 -3.3881317890172014e-21 ; +createNode transform -n "IKSpine2LocalOrient2_M" -p "IKSpine2LocalOrient1_M"; + rename -uid "96C7479E-4095-1DFD-83D6-AEA4C68E5692"; +createNode transform -n "IKSpine2LocalOrient3_M" -p "IKOffsetSpine2_M"; + rename -uid "88FB8AD3-4B5A-927E-C28D-1FBFFDB48666"; + setAttr ".t" -type "double3" 3.9443045261050599e-31 0 -6.7762635780344027e-21 ; +createNode parentConstraint -n "IKOffsetSpine2_M_parentConstraint1" -p "IKOffsetSpine2_M"; + rename -uid "CAB90B9B-4526-A3B6-06A9-CAB2B69D4A46"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKFollowEndSpine1_MW0" -dv 1 -min + 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKFollowEndSpine3_MW1" -dv 1 -min + 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".tg[0].tot" -type "double3" -5.3121843913291843e-15 17.578938159665839 + 2.8639724492613812e-06 ; + setAttr ".tg[1].tot" -type "double3" 3.0454390538530367e-15 -17.578181591310553 + -2.8638487454174497e-06 ; + setAttr ".lr" -type "double3" 1.4129215000578068 4.0113707262822897 -0.058991111060876567 ; + setAttr ".rst" -type "double3" -3.3412361789934874e-15 117.57893815966584 1.9156040261601542e-05 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode transform -n "IKOffsetConstrainedSpine1_M" -p "IKHandle"; + rename -uid "B6BBA41F-49B3-207D-34C2-0DAF52A2AABC"; +createNode pointConstraint -n "IKOffsetConstrainedSpine1_M_pointConstraint1" -p "IKOffsetConstrainedSpine1_M"; + rename -uid "B3DF8443-4797-6103-657B-5BAC23B9A219"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "RootX_MW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 1.9709482123356974e-15 100 1.6292067812340161e-05 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "IKOffsetConstrainedSpine1_M_orientConstraint1" -p + "IKOffsetConstrainedSpine1_M"; + rename -uid "9C2DD347-4BD7-ABDA-C892-00B2F006C1D0"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "RootX_MW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "IKhybridOffsetSpine1_M" -p "IKOffsetConstrainedSpine1_M"; + rename -uid "47852509-45BF-1520-83CC-9ABFBFE5F722"; +createNode transform -n "IKOffsetSpine1_M" -p "IKhybridOffsetSpine1_M"; + rename -uid "ABEE1969-48BF-9B0A-F9CB-378DA317E3B1"; +createNode transform -n "IKExtraSpine1_M" -p "IKOffsetSpine1_M"; + rename -uid "3B068FEA-43B8-7D69-A450-5085970AA621"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "IKSpine1_M" -p "IKExtraSpine1_M"; + rename -uid "BD00FC44-47E0-C0BB-8DDD-738B91543D03"; + addAttr -ci true -k true -sn "stiff" -ln "stiff" -dv 5 -min 0 -max 10 -at "double"; + addAttr -ci true -k true -sn "FixedOrient" -ln "FixedOrient" -min 0 -max 10 -at "double"; + setAttr ".sech" no; + setAttr -k on ".stiff"; + setAttr -k on ".FixedOrient"; +createNode nurbsCurve -n "IKSpine1_MShape" -p "IKSpine1_M"; + rename -uid "C1176F7A-40EE-43F0-680C-3FB59A7CF4F4"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 13; + setAttr ".cc" -type "nurbsCurve" + 1 15 0 no 3 + 16 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 + 16 + -16.574999999999999 -1.6575 16.574999999999999 + 16.574999999999999 -1.6575 16.574999999999999 + 16.574999999999999 1.6575 16.574999999999999 + 16.574999999999999 1.6575 -16.574999999999999 + 16.574999999999999 -1.6575 -16.574999999999999 + -16.574999999999999 -1.6575 -16.574999999999999 + -16.574999999999999 1.6575 -16.574999999999999 + -16.574999999999999 1.6575 16.574999999999999 + -16.574999999999999 -1.6575 16.574999999999999 + -16.574999999999999 -1.6575 -16.574999999999999 + -16.574999999999999 1.6575 -16.574999999999999 + 16.574999999999999 1.6575 -16.574999999999999 + 16.506531540000001 -1.6575 -16.506531540000001 + 16.506531540000001 -1.6575 16.506531540000001 + 16.574999999999999 1.6575 16.574999999999999 + -16.574999999999999 1.6575 16.574999999999999 + ; +createNode transform -n "IKSpine1LocalOrient0_M" -p "IKSpine1_M"; + rename -uid "A5140896-49CB-9362-136E-C8B68CE67BD7"; +createNode transform -n "IKSpineLocator0_M" -p "IKSpine1_M"; + rename -uid "57474C88-4CAE-67F7-6375-8FAEC8659249"; + setAttr -l on ".v" no; +createNode locator -n "IKSpineLocator0_MShape" -p "IKSpineLocator0_M"; + rename -uid "67075807-4DDD-7A06-5327-EC85D83F96E8"; + setAttr -k off ".v"; +createNode transform -n "IKSpine1LocalOrient1_M" -p "IKSpine1_M"; + rename -uid "7A5FCDFC-4A18-1AB4-54B4-B78307F923F3"; +createNode transform -n "IKSpine1LocalOrient2_M" -p "IKSpine1LocalOrient1_M"; + rename -uid "296C8DE2-4C9E-2252-B5F4-D98EEDE902FA"; +createNode transform -n "IKSpine1LocalOrient3_M" -p "IKSpine1LocalOrient2_M"; + rename -uid "ED548DC1-4A29-2591-1A6F-CC8996AEE5A5"; +createNode transform -n "IKhybridFollowSpine1_M" -p "IKhybridOffsetSpine1_M"; + rename -uid "D5779B1A-4EEA-B7C9-0E7D-908B3181F99D"; +createNode transform -n "IKhybridExtraSpine1_M" -p "IKhybridFollowSpine1_M"; + rename -uid "F5901B94-4A81-8BC0-03CD-4C82E1751870"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "IKhybridSpine1_M" -p "IKhybridExtraSpine1_M"; + rename -uid "CA913DDA-4D53-155E-C31E-658BB450758D"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "IKhybridSpine1_MShape" -p "IKhybridSpine1_M"; + rename -uid "FBD7CD12-4CD7-E8E2-4810-29B60D2D0C20"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 14; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:15]"; + setAttr ".cc" -type "nurbsCurve" + 3 16 2 no 3 + 21 -2 -1 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 + 19 + -7.97700882 -3.4868614309999999e-07 19.258205409999999 + 4.9611651319999991e-07 2.2681502670000003e-14 11.349823000000001 + 7.9770107269999997 3.4868622829999997e-07 19.258205409999999 + 8.0255365370000007 3.5080736890000002e-07 8.0255365370000007 + 19.258205409999999 8.4180294379999998e-07 7.97700882 + 11.349823000000001 4.9611651319999991e-07 -4.9611651319999991e-07 + 19.258205409999999 8.4180288700000002e-07 -7.9770107269999997 + 8.0255365370000007 3.5080734050000004e-07 -8.0255365370000007 + 7.97700882 3.4868614309999999e-07 -19.258205409999999 + -4.9611651319999991e-07 -2.2681502670000003e-14 -11.349823000000001 + -7.9770107269999997 -3.4868622829999997e-07 -19.258205409999999 + -8.0255365370000007 -3.5080736890000002e-07 -8.0255365370000007 + -19.258205409999999 -8.4180294379999998e-07 -7.97700882 + -11.349823000000001 -4.9611651319999991e-07 4.9611656999999997e-07 + -19.258205409999999 -8.4180288700000002e-07 7.9770107269999997 + -8.0255365370000007 -3.5080734050000004e-07 8.0255365370000007 + -7.97700882 -3.4868614309999999e-07 19.258205409999999 + 4.9611651319999991e-07 2.2681502670000003e-14 11.349823000000001 + 7.9770107269999997 3.4868622829999997e-07 19.258205409999999 + + + "gtag" 1 + "tempCluster" 1 "cv[0:15]"; +createNode transform -n "IKhybridOffsetSpine2_M" -p "IKhybridSpine1_M"; + rename -uid "06BF9D5E-40E3-68BA-951C-7AA21946ABE8"; + setAttr ".t" -type "double3" -5.3121843913291843e-15 17.578938159665839 2.8639724492613812e-06 ; + setAttr ".r" -type "double3" 9.3346668516214307e-06 0 0 ; + setAttr ".s" -type "double3" 1 0.99999999999999967 0.99999999999999967 ; +createNode transform -n "IKhybridExtraSpine2_M" -p "IKhybridOffsetSpine2_M"; + rename -uid "C14BE2AA-4D0A-5B2A-C3BB-BF9AABD795EC"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "IKhybridSpine2_M" -p "IKhybridExtraSpine2_M"; + rename -uid "DCA0FDB7-4729-5512-190B-E583CAF5D25E"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "IKhybridSpine2_MShape" -p "IKhybridSpine2_M"; + rename -uid "B9071E30-408B-AE3B-9D4D-D0A41CA9D9EE"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 14; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:15]"; + setAttr ".cc" -type "nurbsCurve" + 3 16 2 no 3 + 21 -2 -1 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 + 19 + -7.97700882 -3.4868614309999999e-07 19.258205409999999 + 4.9611651319999991e-07 2.2681502670000003e-14 11.349823000000001 + 7.9770107269999997 3.4868622829999997e-07 19.258205409999999 + 8.0255365370000007 3.5080736890000002e-07 8.0255365370000007 + 19.258205409999999 8.4180294379999998e-07 7.97700882 + 11.349823000000001 4.9611651319999991e-07 -4.9611651319999991e-07 + 19.258205409999999 8.4180288700000002e-07 -7.9770107269999997 + 8.0255365370000007 3.5080734050000004e-07 -8.0255365370000007 + 7.97700882 3.4868614309999999e-07 -19.258205409999999 + -4.9611651319999991e-07 -2.2681502670000003e-14 -11.349823000000001 + -7.9770107269999997 -3.4868622829999997e-07 -19.258205409999999 + -8.0255365370000007 -3.5080736890000002e-07 -8.0255365370000007 + -19.258205409999999 -8.4180294379999998e-07 -7.97700882 + -11.349823000000001 -4.9611651319999991e-07 4.9611656999999997e-07 + -19.258205409999999 -8.4180288700000002e-07 7.9770107269999997 + -8.0255365370000007 -3.5080734050000004e-07 8.0255365370000007 + -7.97700882 -3.4868614309999999e-07 19.258205409999999 + 4.9611651319999991e-07 2.2681502670000003e-14 11.349823000000001 + 7.9770107269999997 3.4868622829999997e-07 19.258205409999999 + + + "gtag" 1 + "tempCluster" 1 "cv[0:15]"; +createNode transform -n "IKhybridOffsetSpine3_M" -p "IKhybridSpine2_M"; + rename -uid "FC085A26-46CE-4C9A-7CE7-9FBB2F02700E"; + setAttr ".t" -type "double3" -3.0454390538530371e-15 17.578181591310809 -3.9681691770378622e-13 ; + setAttr ".r" -type "double3" -9.3346668516214307e-06 0 0 ; + setAttr ".s" -type "double3" 1 1.0000000000000004 1.0000000000000004 ; +createNode transform -n "IKhybridExtraSpine3_M" -p "IKhybridOffsetSpine3_M"; + rename -uid "9798FADA-40BE-35FB-D7EA-B2A03B866F41"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "IKhybridSpine3_M" -p "IKhybridExtraSpine3_M"; + rename -uid "B4BD9C02-4FDC-A691-69CF-1C88EB507030"; + setAttr ".sech" no; + setAttr ".smd" 2; +createNode nurbsCurve -n "IKhybridSpine3_MShape" -p "IKhybridSpine3_M"; + rename -uid "DE23B7DA-4B61-7B52-0FF2-9EB72D3F746A"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 14; + setAttr ".gtag[0].gtagnm" -type "string" "tempCluster"; + setAttr ".gtag[0].gtagcmp" -type "componentList" 1 "cv[0:15]"; + setAttr ".cc" -type "nurbsCurve" + 3 16 2 no 3 + 21 -2 -1 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 + 19 + -7.97700882 -3.4868614309999999e-07 19.258205409999999 + 4.9611651319999991e-07 2.2681502670000003e-14 11.349823000000001 + 7.9770107269999997 3.4868622829999997e-07 19.258205409999999 + 8.0255365370000007 3.5080736890000002e-07 8.0255365370000007 + 19.258205409999999 8.4180294379999998e-07 7.97700882 + 11.349823000000001 4.9611651319999991e-07 -4.9611651319999991e-07 + 19.258205409999999 8.4180288700000002e-07 -7.9770107269999997 + 8.0255365370000007 3.5080734050000004e-07 -8.0255365370000007 + 7.97700882 3.4868614309999999e-07 -19.258205409999999 + -4.9611651319999991e-07 -2.2681502670000003e-14 -11.349823000000001 + -7.9770107269999997 -3.4868622829999997e-07 -19.258205409999999 + -8.0255365370000007 -3.5080736890000002e-07 -8.0255365370000007 + -19.258205409999999 -8.4180294379999998e-07 -7.97700882 + -11.349823000000001 -4.9611651319999991e-07 4.9611656999999997e-07 + -19.258205409999999 -8.4180288700000002e-07 7.9770107269999997 + -8.0255365370000007 -3.5080734050000004e-07 8.0255365370000007 + -7.97700882 -3.4868614309999999e-07 19.258205409999999 + 4.9611651319999991e-07 2.2681502670000003e-14 11.349823000000001 + 7.9770107269999997 3.4868622829999997e-07 19.258205409999999 + + + "gtag" 1 + "tempCluster" 1 "cv[0:15]"; +createNode transform -n "IKOffsetSpine3_M" -p "IKhybridSpine3_M"; + rename -uid "C7A7CE89-44A6-86D2-B2EC-F0992A64AED3"; +createNode transform -n "IKExtraSpine3_M" -p "IKOffsetSpine3_M"; + rename -uid "307D844D-4D79-E935-1767-A9AEFF7D4623"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "IKSpine3_M" -p "IKExtraSpine3_M"; + rename -uid "F41C9D0A-49AC-934F-F57E-02849323111D"; + addAttr -ci true -sn "ikCvVis" -ln "ikCvVis" -min 0 -max 1 -at "bool"; + addAttr -ci true -sn "ikHybridVis" -ln "ikHybridVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -k true -sn "stiff" -ln "stiff" -dv 5 -min 0 -max 10 -at "double"; + addAttr -ci true -k true -sn "stretchy" -ln "stretchy" -dv 10 -min 0 -max 10 -at "double"; + addAttr -ci true -sn "flipAxis" -ln "flipAxis" -min 0 -max 1 -en "bend:side" -at "enum"; + addAttr -ci true -k true -sn "follow" -ln "follow" -min 0 -max 10 -at "double"; + addAttr -ci true -k true -sn "volume" -ln "volume" -dv 10 -smn 0 -smx 10 -at "double"; + setAttr ".sech" no; + setAttr ".t" -type "double3" -0.091564560079127444 -0.046050195979688624 -0.30114546345267046 ; + setAttr ".r" -type "double3" 2.832146131894802 8.0229734081209951 -0.018594279868741632 ; + setAttr -cb on ".ikCvVis"; + setAttr -cb on ".ikHybridVis"; + setAttr -k on ".stiff"; + setAttr -k on ".stretchy"; + setAttr ".flipAxis" 1; + setAttr -k on ".follow" 10; + setAttr -k on ".volume"; +createNode nurbsCurve -n "IKSpine3_MShape" -p "IKSpine3_M"; + rename -uid "C858CB82-4725-BFA8-51FE-B2B26C1CBC6A"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 13; + setAttr ".cc" -type "nurbsCurve" + 1 15 0 no 3 + 16 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 + 16 + -16.574999999999999 -1.6575 16.574999999999999 + 16.574999999999999 -1.6575 16.574999999999999 + 16.574999999999999 1.6575 16.574999999999999 + 16.574999999999999 1.6575 -16.574999999999999 + 16.574999999999999 -1.6575 -16.574999999999999 + -16.574999999999999 -1.6575 -16.574999999999999 + -16.574999999999999 1.6575 -16.574999999999999 + -16.574999999999999 1.6575 16.574999999999999 + -16.574999999999999 -1.6575 16.574999999999999 + -16.574999999999999 -1.6575 -16.574999999999999 + -16.574999999999999 1.6575 -16.574999999999999 + 16.574999999999999 1.6575 -16.574999999999999 + 16.506531540000001 -1.6575 -16.506531540000001 + 16.506531540000001 -1.6575 16.506531540000001 + 16.574999999999999 1.6575 16.574999999999999 + -16.574999999999999 1.6575 16.574999999999999 + ; +createNode transform -n "IKSpine3LocalOrient0_M" -p "IKSpine3_M"; + rename -uid "673D3F3B-4D41-C459-8D05-608CF98EB4ED"; +createNode transform -n "IKSpineLocator6_M" -p "IKSpine3_M"; + rename -uid "465C6C39-425C-8E83-F3F4-44B383DB3348"; + setAttr -l on ".v" no; +createNode locator -n "IKSpineLocator6_MShape" -p "IKSpineLocator6_M"; + rename -uid "C6EE7E1A-450D-9B35-C2B5-6492C93E43E2"; + setAttr -k off ".v"; +createNode transform -n "IKSpine3LocalOrient1_M" -p "IKSpine3_M"; + rename -uid "FB55F746-445D-CAC5-3B32-E48238D0F7F9"; +createNode transform -n "IKSpine3LocalOrient2_M" -p "IKSpine3LocalOrient1_M"; + rename -uid "9E3379BA-40DC-D2A5-DFC4-49B4FACAB8FD"; +createNode transform -n "IKSpine3LocalStartOrient_M" -p "IKSpine3_M"; + rename -uid "375CC487-40EF-0736-57FE-8694B4C41245"; +createNode parentConstraint -n "IKhybridFollowSpine1_M_parentConstraint1" -p "IKhybridFollowSpine1_M"; + rename -uid "AE74B440-4832-6FD5-9E16-BAB4411442A9"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKhybridFollowSpine1_MStaticW0" -dv + 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKhybridFollowSpine1_MFollowW1" -dv + 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode transform -n "IKFollowEndSpine_M" -p "IKHandle"; + rename -uid "8346C0EB-4991-0DA3-82B5-9D9E02C5BAE4"; +createNode transform -n "IKFollowEndSpine1_M" -p "IKFollowEndSpine_M"; + rename -uid "78977078-41C6-81B0-48FF-A89794BB17EF"; +createNode parentConstraint -n "IKFollowEndSpine1_M_parentConstraint1" -p "IKFollowEndSpine1_M"; + rename -uid "DCE21BE9-4B54-4D41-5102-7DB4744A318F"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpine1_MW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 1.9709482123356974e-15 100 1.6292067812340161e-05 ; + setAttr -k on ".w0"; +createNode transform -n "IKFollowEndSpine3_M" -p "IKFollowEndSpine_M"; + rename -uid "EF3B78EA-4A42-09BE-88A6-4FA7B9EE8646"; +createNode parentConstraint -n "IKFollowEndSpine3_M_parentConstraint1" -p "IKFollowEndSpine3_M"; + rename -uid "D9A14B17-4E9E-D339-467D-52AB9659F75F"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpine3_MW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 2.832146131894802 8.0229734081209951 -0.018594279868741657 ; + setAttr ".rst" -type "double3" -6.3866752328465241e-15 135.15711975097639 2.2019889007018992e-05 ; + setAttr -k on ".w0"; +createNode transform -n "PoleOffsetLeg_L" -p "IKHandle"; + rename -uid "563CB16B-4154-F5E1-404F-87B11007C3E1"; +createNode transform -n "PoleExtraLeg_L" -p "PoleOffsetLeg_L"; + rename -uid "03F07006-4344-DC24-BDD2-C294B322D998"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "PoleLeg_L" -p "PoleExtraLeg_L"; + rename -uid "67C5E2EC-41D1-27D4-F287-DFA8B507028A"; + addAttr -ci true -k true -sn "follow" -ln "follow" -min 0 -max 10 -at "double"; + addAttr -ci true -k true -sn "lock" -ln "lock" -min 0 -max 10 -at "double"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".t" -type "double3" -7.3472760972476419 -13.779804930277884 -30.596229933698197 ; + setAttr -l on -k off ".rx"; + setAttr -l on -k off ".ry"; + setAttr -l on -k off ".rz"; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; + setAttr ".smd" 1; + setAttr -k on ".follow" 10; + setAttr -k on ".lock"; +createNode nurbsCurve -n "PoleLeg_LShape" -p "PoleLeg_L"; + rename -uid "F0DB9C73-417E-7181-30FE-4482281C6B63"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 13; + setAttr ".cc" -type "nurbsCurve" + 1 7 0 no 3 + 8 0 1 2 3 4 5 6 7 + 8 + 5.5456855078814087 -3.537317106431658 -2.2187106208407386 + -5.5543144527698542 -3.5363832898837657 -2.2186715232095793 + -0.004314472444221451 -3.5368501981577154 -2.218691072025166 + -0.003847155108282152 2.0082916399963295 -1.9865235110523827 + -0.0047817897801625264 -9.0819920363117603 -2.4508586329979494 + -0.004314472444221451 -3.5368501981577154 -2.218691072025166 + -0.004314472444221451 -3.3046826363619104 -7.7638329298363544 + -0.004314472444221451 -3.7690177599535204 3.3264507857860224 + ; +createNode parentConstraint -n "PoleOffsetLeg_L_parentConstraint1" -p "PoleOffsetLeg_L"; + rename -uid "6A12C32D-4BCC-2D92-D73B-AA98853915D0"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PoleOffsetLeg_LStaticW0" -dv 1 -min + 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "PoleOffsetLeg_LFollowW1" -dv 1 -min + 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" -3.9756524305688332 9.0736539936504919 0.2629825806784713 ; + setAttr ".rst" -type "double3" 8.9100230680472805 48.753875535505436 85.603363556317802 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode transform -n "PoleAimLeg_L" -p "IKHandle"; + rename -uid "8D192506-4E72-2725-5968-DA8487B57681"; + setAttr ".s" -type "double3" 1 1 1.0000000000000002 ; +createNode aimConstraint -n "PoleAimLeg_L_aimConstraint1" -p "PoleAimLeg_L"; + rename -uid "3EA8E3B8-4B9C-49E2-CEB0-15BC9DA14AD9"; + addAttr -dcb 0 -ci true -sn "w0" -ln "IKLeg_LW0" -dv 1 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".a" -type "double3" 0 -1 0 ; + setAttr ".u" -type "double3" 1 0 0 ; + setAttr ".wu" -type "double3" 1 0 0 ; + setAttr ".wut" 2; + setAttr ".rsrr" -type "double3" 177.42689152357931 -3.8934708941132548e-05 -179.99998202069159 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "PoleAimLeg_L_pointConstraint1" -p "PoleAimLeg_L"; + rename -uid "FDF28B31-4525-2CB3-7EA1-C3A82994A623"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Root_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 1.9709482123356974e-15 100 1.6292067812340161e-05 ; + setAttr -k on ".w0"; +createNode transform -n "PoleOffsetArm_L" -p "IKHandle"; + rename -uid "03220509-4253-F47F-326C-0ABE88978DCA"; +createNode transform -n "PoleExtraArm_L" -p "PoleOffsetArm_L"; + rename -uid "947BB093-4E42-D812-37F0-56B7A634C8CB"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "PoleArm_L" -p "PoleExtraArm_L"; + rename -uid "56955C1C-42A3-22D5-FE6D-79BB695BFF05"; + addAttr -ci true -k true -sn "follow" -ln "follow" -min 0 -max 10 -at "double"; + addAttr -ci true -k true -sn "lock" -ln "lock" -min 0 -max 10 -at "double"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".t" -type "double3" -20.394073773916844 -6.9331543001050306 3.6427357594988052 ; + setAttr -l on -k off ".rx"; + setAttr -l on -k off ".ry"; + setAttr -l on -k off ".rz"; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; + setAttr ".smd" 1; + setAttr -k on ".follow"; + setAttr -k on ".lock"; +createNode nurbsCurve -n "PoleArm_LShape" -p "PoleArm_L"; + rename -uid "1249BD89-42CD-D72E-6175-9EB4B9922359"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 13; + setAttr ".cc" -type "nurbsCurve" + 1 7 0 no 3 + 8 0 1 2 3 4 5 6 7 + 8 + 5.890500000000003 0 0 + -5.890500000000003 0 0 + 0 0 0 + 0 5.890500000000003 0 + 0 -5.890500000000003 0 + 0 0 0 + 0 0 -5.890500000000003 + 0 0 5.890500000000003 + ; +createNode parentConstraint -n "PoleOffsetArm_L_parentConstraint1" -p "PoleOffsetArm_L"; + rename -uid "552851D8-4B55-1363-C617-149750D026D5"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PoleOffsetArm_LStaticW0" -dv 1 -min + 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "PoleOffsetArm_LFollowW1" -dv 1 -min + 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 45.070967281127764 139.39917558578486 -53.542011834894197 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode transform -n "IKScalerRoot_M" -p "IKHandle"; + rename -uid "9BFA831C-498B-C13B-6703-4E97E870D98B"; + addAttr -ci true -k true -sn "scalerWeight" -ln "scalerWeight" -dv 0.25 -at "double"; +createNode scaleConstraint -n "IKScalerRoot_M_scaleConstraint1" -p "IKScalerRoot_M"; + rename -uid "415ADB2B-4C37-83E3-856B-2E8D1985D23C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpine1LocalOrient2_MW0" -dv 1 -min + 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKSpine2LocalOrient2_MW1" -dv 1 -min + 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w2" -ln "IKSpine3LocalOrient2_MW2" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 3 ".tg"; + setAttr -k on ".w0"; + setAttr -k on ".w1" 0; + setAttr -k on ".w2" 0; +createNode transform -n "IKScalerRootPart1_M" -p "IKHandle"; + rename -uid "57F96B92-49AD-5C97-35C6-AEAB235CA1D3"; + addAttr -ci true -k true -sn "scalerWeight" -ln "scalerWeight" -dv 0.5 -at "double"; + setAttr -k on ".scalerWeight"; +createNode scaleConstraint -n "IKScalerRootPart1_M_scaleConstraint1" -p "IKScalerRootPart1_M"; + rename -uid "D866CD4B-4FEF-3781-1DDF-FC8FD7683945"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpine1LocalOrient2_MW0" -dv 1 -min + 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKSpine2LocalOrient2_MW1" -dv 1 -min + 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w2" -ln "IKSpine3LocalOrient2_MW2" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 3 ".tg"; + setAttr -k on ".w0" 0.7407407407407407; + setAttr -k on ".w1" 0.25925925925925919; + setAttr -k on ".w2" 0; +createNode transform -n "IKScalerRootPart2_M" -p "IKHandle"; + rename -uid "C9F24841-4D8D-37AE-0AD2-55BF5DBA2838"; + addAttr -ci true -k true -sn "scalerWeight" -ln "scalerWeight" -dv 0.75 -at "double"; + setAttr -k on ".scalerWeight"; +createNode scaleConstraint -n "IKScalerRootPart2_M_scaleConstraint1" -p "IKScalerRootPart2_M"; + rename -uid "11F257C9-4C9A-8498-B110-18A4A10B40C9"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpine1LocalOrient2_MW0" -dv 1 -min + 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKSpine2LocalOrient2_MW1" -dv 1 -min + 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w2" -ln "IKSpine3LocalOrient2_MW2" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 3 ".tg"; + setAttr -k on ".w0" 0.25925925925925947; + setAttr -k on ".w1" 0.74074074074074059; + setAttr -k on ".w2" 0; +createNode transform -n "IKScalerSpine1_M" -p "IKHandle"; + rename -uid "3B52643B-4D70-0282-02D8-B88980A83A42"; + addAttr -ci true -k true -sn "scalerWeight" -ln "scalerWeight" -dv 1 -at "double"; + setAttr -k on ".scalerWeight"; +createNode scaleConstraint -n "IKScalerSpine1_M_scaleConstraint1" -p "IKScalerSpine1_M"; + rename -uid "6829041C-4F0D-4D8B-E1AA-169C6A99FA45"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpine1LocalOrient2_MW0" -dv 1 -min + 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKSpine2LocalOrient2_MW1" -dv 1 -min + 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w2" -ln "IKSpine3LocalOrient2_MW2" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 3 ".tg"; + setAttr -k on ".w0" 0; + setAttr -k on ".w1"; + setAttr -k on ".w2" 0; +createNode transform -n "IKScalerSpine1Part1_M" -p "IKHandle"; + rename -uid "F2E5B6CD-4D48-C97E-D412-348D2DC060A6"; + addAttr -ci true -k true -sn "scalerWeight" -ln "scalerWeight" -dv 0.75 -at "double"; + setAttr -k on ".scalerWeight"; +createNode scaleConstraint -n "IKScalerSpine1Part1_M_scaleConstraint1" -p "IKScalerSpine1Part1_M"; + rename -uid "8138021C-41C4-BD18-7DA5-C7BCCA866BD9"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpine1LocalOrient2_MW0" -dv 1 -min + 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKSpine2LocalOrient2_MW1" -dv 1 -min + 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w2" -ln "IKSpine3LocalOrient2_MW2" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 3 ".tg"; + setAttr -k on ".w0" 0; + setAttr -k on ".w1" 0.7407407407407407; + setAttr -k on ".w2" 0.25925925925925919; +createNode transform -n "IKScalerSpine1Part2_M" -p "IKHandle"; + rename -uid "1F24CEA9-4262-CBC0-3ACD-33834BE7DB8E"; + addAttr -ci true -k true -sn "scalerWeight" -ln "scalerWeight" -dv 0.5 -at "double"; + setAttr -k on ".scalerWeight"; +createNode scaleConstraint -n "IKScalerSpine1Part2_M_scaleConstraint1" -p "IKScalerSpine1Part2_M"; + rename -uid "902B8846-4CF2-AACA-9A68-6EACC41865B2"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpine1LocalOrient2_MW0" -dv 1 -min + 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKSpine2LocalOrient2_MW1" -dv 1 -min + 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w2" -ln "IKSpine3LocalOrient2_MW2" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 3 ".tg"; + setAttr -k on ".w0" 0; + setAttr -k on ".w1" 0.25925925925925947; + setAttr -k on ".w2" 0.74074074074074059; +createNode transform -n "IKScalerChest_M" -p "IKHandle"; + rename -uid "E8DC4223-42F5-2D49-F2EA-F29A5CF85A01"; + addAttr -ci true -k true -sn "scalerWeight" -ln "scalerWeight" -dv 0.25 -at "double"; +createNode scaleConstraint -n "IKScalerChest_M_scaleConstraint1" -p "IKScalerChest_M"; + rename -uid "DF9CA202-41E1-DB18-5DA8-7AA8C4AA6238"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpine1LocalOrient2_MW0" -dv 1 -min + 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKSpine2LocalOrient2_MW1" -dv 1 -min + 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w2" -ln "IKSpine3LocalOrient2_MW2" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 3 ".tg"; + setAttr -k on ".w0" 0; + setAttr -k on ".w1" 0; + setAttr -k on ".w2"; +createNode transform -n "IKFollow" -p "IKSystem"; + rename -uid "C6BFEDFD-4641-9291-4973-8F9353651279"; +createNode transform -n "PoleOffsetLeg_RFollowNoScaleOffset" -p "IKFollow"; + rename -uid "74ECFBC0-45F2-871D-1243-1485A277C637"; +createNode transform -n "PoleOffsetLeg_RFollowNoScale" -p "PoleOffsetLeg_RFollowNoScaleOffset"; + rename -uid "9A100A5B-418C-1B43-0967-319C156B4A62"; +createNode pointConstraint -n "PoleOffsetLeg_RFollowNoScaleOffset_pointConstraint1" + -p "PoleOffsetLeg_RFollowNoScaleOffset"; + rename -uid "392385F4-425E-28DA-2FFA-6981FA9F90D1"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PoleAimLeg_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 1.9709482123356974e-15 100 1.6292067812340161e-05 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "PoleOffsetLeg_RFollowNoScaleOffset_orientConstraint1" + -p "PoleOffsetLeg_RFollowNoScaleOffset"; + rename -uid "0A43A3D1-46B0-CFB6-9752-91B395A88DED"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PoleAimLeg_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -5.9639950098159087 9.2588529418287351 172.52872424483888 ; + setAttr ".rsrr" -type "double3" -9.8578840937690211e-06 0.00020371864595107871 174.45927083301729 ; + setAttr -k on ".w0"; +createNode transform -n "PoleOffsetLeg_RFollowOffset" -p "IKFollow"; + rename -uid "E129D5C0-45CB-B536-8035-E4B2220C009E"; + setAttr ".t" -type "double3" -8.9100230680472787 48.753875535505436 85.603363556317788 ; +createNode transform -n "PoleOffsetLeg_RFollow" -p "PoleOffsetLeg_RFollowOffset"; + rename -uid "4EF15FED-497C-A00B-999A-29AB0A5E2400"; +createNode parentConstraint -n "PoleOffsetLeg_RFollow_parentConstraint1" -p "PoleOffsetLeg_RFollow"; + rename -uid "6EF9ED26-4FC1-49A1-B7A3-A1912D68B69C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PoleOffsetLeg_RFollowNoScaleW0" -dv + 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" 3.9201062871001184 51.866970570652867 85.603370126813601 ; + setAttr ".tg[0].tor" -type "double3" 9.8578840937690262e-06 0.00020371864595107868 + -174.45927083301729 ; + setAttr ".lr" -type "double3" 5.0379015068836344 -9.7902241780363628 -1.8789122790799548 ; + setAttr ".rst" -type "double3" 0 1.4210854715202004e-14 0 ; + setAttr ".rsrr" -type "double3" -9.0890049179339905e-21 -1.2846178157623925e-48 + -1.6196091826349257e-26 ; + setAttr -k on ".w0"; +createNode transform -n "IKOffsetArm_RFollowNoScaleOffset" -p "IKFollow"; + rename -uid "FEF18A7D-4D4E-5504-36B2-618586C011FA"; +createNode transform -n "IKOffsetArm_RFollowNoScale" -p "IKOffsetArm_RFollowNoScaleOffset"; + rename -uid "4C2DD43B-4A25-BC53-D357-89BBFD4CD1FB"; +createNode pointConstraint -n "IKOffsetArm_RFollowNoScaleOffset_pointConstraint1" + -p "IKOffsetArm_RFollowNoScaleOffset"; + rename -uid "5E8F6BC1-4205-31FF-7C61-688E808A1AC1"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Scapula_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -6.9999876022338681 146.58856201171878 2.3882306769695959e-05 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "IKOffsetArm_RFollowNoScaleOffset_orientConstraint1" + -p "IKOffsetArm_RFollowNoScaleOffset"; + rename -uid "9E859890-4F7F-2412-3300-8BB77417972C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Scapula_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 7.8859780643020168 -3.189606531477617 92.393697552532686 ; + setAttr ".rsrr" -type "double3" -1.1156695110592632e-05 0.0068624904113437852 89.999917566768318 ; + setAttr -k on ".w0"; +createNode transform -n "IKOffsetArm_RFollowOffset" -p "IKFollow"; + rename -uid "F2661E73-4B72-BA07-C033-199944F4AD78"; + setAttr ".t" -type "double3" -71.709869379797937 146.85928431678488 8.5755765333317413e-06 ; +createNode transform -n "IKOffsetArm_RFollow" -p "IKOffsetArm_RFollowOffset"; + rename -uid "421866DD-4821-8C1A-E084-4DBFD4FF905F"; +createNode parentConstraint -n "IKOffsetArm_RFollow_parentConstraint1" -p "IKOffsetArm_RFollow"; + rename -uid "C619A146-47AD-4D60-DFB0-F887B8D80384"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKOffsetArm_RFollowNoScaleW0" -dv + 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" 0.27062920482546815 64.709882166989203 2.9707732846825236e-05 ; + setAttr ".tg[0].tor" -type "double3" 0.0068624904273881697 1.1146821830812956e-05 + -89.9999175667689 ; + setAttr ".lr" -type "double3" 3.2268685799005676 7.8736906401692766 2.835343260048008 ; + setAttr ".rst" -type "double3" -1.4210854715202004e-14 1.9895196601282805e-13 2.2293907171733185e-18 ; + setAttr -k on ".w0"; +createNode transform -n "PoleOffsetArm_RFollowNoScaleOffset" -p "IKFollow"; + rename -uid "5EDC9594-4E9D-E290-71E9-B095A56B63F5"; +createNode transform -n "PoleOffsetArm_RFollowNoScale" -p "PoleOffsetArm_RFollowNoScaleOffset"; + rename -uid "6473A7A6-4288-0A70-1901-2FB4122C15BF"; +createNode pointConstraint -n "PoleOffsetArm_RFollowNoScaleOffset_pointConstraint1" + -p "PoleOffsetArm_RFollowNoScaleOffset"; + rename -uid "3FB457F3-4556-05D7-BA98-F29BD644E72F"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKArm_RW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -71.709869379797937 146.85928431678488 8.5755765333317413e-06 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "PoleOffsetArm_RFollowNoScaleOffset_orientConstraint1" + -p "PoleOffsetArm_RFollowNoScaleOffset"; + rename -uid "8B462E98-4392-0B03-A8D6-6BB3CABD7049"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKArm_RW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 13.119036341808552 4.2161550315282623 89.778066 ; + setAttr -k on ".w0"; +createNode transform -n "PoleOffsetArm_RFollowOffset" -p "IKFollow"; + rename -uid "F9AB21B0-4030-CA58-0ADB-C29C49B4A519"; + setAttr ".t" -type "double3" -45.070967281127764 139.39917558578489 -53.542011834894197 ; +createNode transform -n "PoleOffsetArm_RFollow" -p "PoleOffsetArm_RFollowOffset"; + rename -uid "34F0B85F-4E7C-88B7-3C30-738F59ADFBF4"; +createNode parentConstraint -n "PoleOffsetArm_RFollow_parentConstraint1" -p "PoleOffsetArm_RFollow"; + rename -uid "D0B827F9-4036-8DA3-FFB6-C0B1847BB1F1"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PoleOffsetArm_RFollowNoScaleW0" -dv + 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" 26.638902098670172 -7.4601087310000196 -53.542020410470734 ; + setAttr ".lr" -type "double3" 13.119036341808547 4.2161550315282588 89.778066 ; + setAttr ".rst" -type "double3" 0 -2.8421709430404007e-14 0 ; + setAttr -k on ".w0"; +createNode transform -n "IKhybridFollowSpine1_MFollowNoScaleOffset" -p "IKFollow"; + rename -uid "BFEDDEB1-4392-E460-A5F5-A6B9232C1119"; +createNode transform -n "IKhybridFollowSpine1_MFollowNoScale" -p "IKhybridFollowSpine1_MFollowNoScaleOffset"; + rename -uid "6075B5B7-496A-0EAC-2BB4-70B4A804C249"; +createNode pointConstraint -n "IKhybridFollowSpine1_MFollowNoScaleOffset_pointConstraint1" + -p "IKhybridFollowSpine1_MFollowNoScaleOffset"; + rename -uid "526C40EA-4198-2826-44E5-D981F83CEBF4"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "RootX_MW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 1.9709482123356974e-15 100 1.6292067812340161e-05 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "IKhybridFollowSpine1_MFollowNoScaleOffset_orientConstraint1" + -p "IKhybridFollowSpine1_MFollowNoScaleOffset"; + rename -uid "F6431408-4B10-ADE2-8936-F381643B2FAE"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "RootX_MW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "IKhybridFollowSpine1_MFollowOffset" -p "IKFollow"; + rename -uid "0EEFCB83-4B36-09E5-4CAD-529832F2CB64"; + setAttr ".t" -type "double3" 1.9709482123356974e-15 100 1.6292067812340161e-05 ; +createNode transform -n "IKhybridFollowSpine1_MFollow" -p "IKhybridFollowSpine1_MFollowOffset"; + rename -uid "EC9CAA30-40DA-F1D7-14A1-BF864509B729"; +createNode parentConstraint -n "IKhybridFollowSpine1_MFollow_parentConstraint1" + -p "IKhybridFollowSpine1_MFollow"; + rename -uid "A36E158A-4394-9F9D-DE71-FFA878717EE1"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKhybridFollowSpine1_MFollowNoScaleW0" + -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "PoleOffsetLeg_LFollowNoScaleOffset" -p "IKFollow"; + rename -uid "7AD6DAA8-42CD-7666-4DB7-CCBE65087244"; +createNode transform -n "PoleOffsetLeg_LFollowNoScale" -p "PoleOffsetLeg_LFollowNoScaleOffset"; + rename -uid "6356B67F-4BCD-C5CD-A90B-1DA9A9E8207C"; +createNode pointConstraint -n "PoleOffsetLeg_LFollowNoScaleOffset_pointConstraint1" + -p "PoleOffsetLeg_LFollowNoScaleOffset"; + rename -uid "2EC80B85-4FC6-06C2-9734-CFBE8AF65068"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PoleAimLeg_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 1.9709482123356974e-15 100 1.6292067812340161e-05 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "PoleOffsetLeg_LFollowNoScaleOffset_orientConstraint1" + -p "PoleOffsetLeg_LFollowNoScaleOffset"; + rename -uid "462035C9-48B1-92C0-CAC1-39AF9A3C5109"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PoleAimLeg_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 0.68725402649477341 189.18331916352653 5.8741078563586706 ; + setAttr ".rsrr" -type "double3" 177.61368363141179 0.23139542638118515 -174.46372928941426 ; + setAttr -k on ".w0"; +createNode transform -n "PoleOffsetLeg_LFollowOffset" -p "IKFollow"; + rename -uid "45580179-43DE-0501-9503-4CB6FE5DED2B"; + setAttr ".t" -type "double3" 8.9100230680472787 48.753875535505436 85.603363556317788 ; +createNode transform -n "PoleOffsetLeg_LFollow" -p "PoleOffsetLeg_LFollowOffset"; + rename -uid "034C63A9-4DC5-2834-A31F-82B5B676D1C4"; +createNode parentConstraint -n "PoleOffsetLeg_LFollow_parentConstraint1" -p "PoleOffsetLeg_LFollow"; + rename -uid "64D86396-41A9-4FAB-2F50-DCB1C0A1884F"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PoleOffsetLeg_LFollowNoScaleW0" -dv + 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -4.2701324259871161 -48.258120617567172 -87.672154131584165 ; + setAttr ".tg[0].tor" -type "double3" 177.60249740578075 3.9689227700314704e-05 -174.45891071365148 ; + setAttr ".lr" -type "double3" -3.9756524305688337 9.0736539936504936 0.2629825806784713 ; + setAttr ".rst" -type "double3" 3.5527136788005009e-15 0 2.8421709430404007e-14 ; + setAttr ".rsrr" -type "double3" 1.1529510720305252e-14 9.9392333795735318e-17 -3.9756933518293967e-15 ; + setAttr -k on ".w0"; +createNode transform -n "IKOffsetArm_LFollowNoScaleOffset" -p "IKFollow"; + rename -uid "29BDF914-412D-9A44-02F3-2D8D426FA7F5"; +createNode transform -n "IKOffsetArm_LFollowNoScale" -p "IKOffsetArm_LFollowNoScaleOffset"; + rename -uid "D925FDAA-4271-8A3E-3E9A-3D9B882C5017"; +createNode pointConstraint -n "IKOffsetArm_LFollowNoScaleOffset_pointConstraint1" + -p "IKOffsetArm_LFollowNoScaleOffset"; + rename -uid "17802122-4F69-800C-1929-65B3B9A5BD2E"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Scapula_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 6.9999876022338681 146.58856201171878 2.3882306769695959e-05 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "IKOffsetArm_LFollowNoScaleOffset_orientConstraint1" + -p "IKOffsetArm_LFollowNoScaleOffset"; + rename -uid "8B6F1571-42DF-2E8F-529F-C59AC1FF15AF"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Scapula_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 171.8252699650462 2.3472301994502991 -93.578676360479562 ; + setAttr ".rsrr" -type "double3" 179.99998884361142 -0.0068624903093035929 -89.999917566708973 ; + setAttr -k on ".w0"; +createNode transform -n "IKOffsetArm_LFollowOffset" -p "IKFollow"; + rename -uid "A2D411F9-474B-7B80-F90B-9F9CAE887939"; + setAttr ".t" -type "double3" 71.709869379797652 146.85928431685196 8.5759231811532999e-06 ; +createNode transform -n "IKOffsetArm_LFollow" -p "IKOffsetArm_LFollowOffset"; + rename -uid "DB2A0464-4A0C-AB6C-D9DF-D6BC623D7EB3"; +createNode parentConstraint -n "IKOffsetArm_LFollow_parentConstraint1" -p "IKOffsetArm_LFollow"; + rename -uid "60EF4AC0-40CD-94B7-815B-C899D24501D5"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKOffsetArm_LFollowNoScaleW0" -dv + 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -0.27062920482541131 -64.709882166989203 -2.9707732823361366e-05 ; + setAttr ".tg[0].tor" -type "double3" -179.99313750967465 1.1146515299015078e-05 + -89.999917566709584 ; + setAttr ".lr" -type "double3" 2.3781483757568984 8.1678166357988058 -3.2416738529546203 ; + setAttr ".rst" -type "double3" 1.4210854715202004e-14 1.1368683772161603e-13 2.1006417091906648e-18 ; + setAttr ".rsrr" -type "double3" -4.7925740952130924e-15 3.8825130389012154e-19 1.2722218725854067e-14 ; + setAttr -k on ".w0"; +createNode transform -n "PoleOffsetArm_LFollowNoScaleOffset" -p "IKFollow"; + rename -uid "5188C4BA-47EA-BCCC-12B3-8A8CA64FCEDA"; +createNode transform -n "PoleOffsetArm_LFollowNoScale" -p "PoleOffsetArm_LFollowNoScaleOffset"; + rename -uid "0C22D6E8-4931-F7B6-308B-E9822050242C"; +createNode pointConstraint -n "PoleOffsetArm_LFollowNoScaleOffset_pointConstraint1" + -p "PoleOffsetArm_LFollowNoScaleOffset"; + rename -uid "DE4B9CDC-419F-9786-B37B-F09A2889D301"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKArm_LW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 71.709869379797652 146.85928431685196 8.5759231811532999e-06 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "PoleOffsetArm_LFollowNoScaleOffset_orientConstraint1" + -p "PoleOffsetArm_LFollowNoScaleOffset"; + rename -uid "DE50278C-4F54-3531-0526-95A41C3175E9"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKArm_LW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -2.5531551134214556 -4.1198049138783466 -89.883043011636758 ; + setAttr -k on ".w0"; +createNode transform -n "PoleOffsetArm_LFollowOffset" -p "IKFollow"; + rename -uid "A55CB880-41F9-7120-AF27-E39759CD111C"; + setAttr ".t" -type "double3" 45.070967281127764 139.39917558578489 -53.542011834894197 ; +createNode transform -n "PoleOffsetArm_LFollow" -p "PoleOffsetArm_LFollowOffset"; + rename -uid "748B262C-4A79-5023-3E6D-E29AB82580C4"; +createNode parentConstraint -n "PoleOffsetArm_LFollow_parentConstraint1" -p "PoleOffsetArm_LFollow"; + rename -uid "72F04A32-4C8A-80DA-F01F-87898351AC03"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "PoleOffsetArm_LFollowNoScaleW0" -dv + 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -26.638902098669888 -7.4601087310670948 -53.542020410817379 ; + setAttr ".lr" -type "double3" -2.5531551134214556 -4.1198049138783466 -89.883043011636758 ; + setAttr ".rst" -type "double3" 0 -2.8421709430404007e-14 0 ; + setAttr -k on ".w0"; +createNode transform -n "IKStatic" -p "IKSystem"; + rename -uid "1DEA4499-4D5B-FB22-D4EE-F586C76B10BA"; +createNode parentConstraint -n "IKStatic_parentConstraint1" -p "IKStatic"; + rename -uid "A3DC9915-4362-7456-56E4-F7A8D8453636"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "MainW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode scaleConstraint -n "IKStatic_scaleConstraint1" -p "IKStatic"; + rename -uid "F46A7FE4-43F4-E39C-8153-B79A6EF88BF0"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "MainW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "PoleOffsetLeg_RStaticOffset" -p "IKStatic"; + rename -uid "85B84C2B-4AF9-F12B-057C-06BDD029BB35"; + setAttr ".t" -type "double3" -8.9100230680472787 48.753875535505436 85.603363556317788 ; +createNode transform -n "PoleOffsetLeg_RStatic" -p "PoleOffsetLeg_RStaticOffset"; + rename -uid "1C2E839D-493A-8B86-E8D9-53B6AACBD865"; +createNode transform -n "IKOffsetArm_RStaticOffset" -p "IKStatic"; + rename -uid "690A5A53-4664-BE35-3925-F099B335D3D7"; + setAttr ".t" -type "double3" -71.709869379797937 146.85928431678488 8.5755765333317413e-06 ; +createNode transform -n "IKOffsetArm_RStatic" -p "IKOffsetArm_RStaticOffset"; + rename -uid "304CFAF4-4DCC-DA86-55D5-E682B556D4D4"; +createNode transform -n "PoleOffsetArm_RStaticOffset" -p "IKStatic"; + rename -uid "F259EC2A-49D6-D65E-5815-848CBA4A8994"; + setAttr ".t" -type "double3" -45.070967281127764 139.39917558578489 -53.542011834894197 ; +createNode transform -n "PoleOffsetArm_RStatic" -p "PoleOffsetArm_RStaticOffset"; + rename -uid "9E9834E7-4D48-E4D3-03AC-61BBA85AB0BF"; +createNode transform -n "IKhybridFollowSpine1_MStaticOffset" -p "IKStatic"; + rename -uid "D8257C99-4758-F7CD-8DCF-B4939A7EDAB9"; + setAttr ".t" -type "double3" 1.9709482123356974e-15 100 1.6292067812340161e-05 ; +createNode transform -n "IKhybridFollowSpine1_MStatic" -p "IKhybridFollowSpine1_MStaticOffset"; + rename -uid "2E70DD29-4129-F445-B9C2-20BE0FCF5FA0"; +createNode transform -n "PoleOffsetLeg_LStaticOffset" -p "IKStatic"; + rename -uid "404A0BB6-4740-11A9-CB1E-FD98C0D4DDF4"; + setAttr ".t" -type "double3" 8.9100230680472787 48.753875535505436 85.603363556317788 ; +createNode transform -n "PoleOffsetLeg_LStatic" -p "PoleOffsetLeg_LStaticOffset"; + rename -uid "C65DE158-4500-46F2-852F-BDA6A2EE074A"; +createNode transform -n "IKOffsetArm_LStaticOffset" -p "IKStatic"; + rename -uid "96C32193-4ED3-282B-D3CA-D9A8AE17E2DE"; + setAttr ".t" -type "double3" 71.709869379797652 146.85928431685196 8.5759231811532999e-06 ; +createNode transform -n "IKOffsetArm_LStatic" -p "IKOffsetArm_LStaticOffset"; + rename -uid "3F58C166-4706-E7C5-74D5-2297049FFF34"; +createNode transform -n "PoleOffsetArm_LStaticOffset" -p "IKStatic"; + rename -uid "D03BB427-4D3F-76AA-7F24-0E8E534E093D"; + setAttr ".t" -type "double3" 45.070967281127764 139.39917558578489 -53.542011834894197 ; +createNode transform -n "PoleOffsetArm_LStatic" -p "PoleOffsetArm_LStaticOffset"; + rename -uid "D6194FEF-4320-85D7-C9A8-D8B39E7C9721"; +createNode transform -n "IKCurve" -p "IKSystem"; + rename -uid "C37FF450-4508-501E-8260-44866F67BBDB"; + setAttr ".it" no; +createNode transform -n "IKSpineCurve_M" -p "IKCurve"; + rename -uid "FF532E21-4AA3-69BB-50B3-AFB94CB1F6D7"; + setAttr ".ovdt" 1; + setAttr ".ove" yes; +createNode nurbsCurve -n "IKSpineCurve_MShape" -p "IKSpineCurve_M"; + rename -uid "B36E56DA-4ADD-11F3-6EAB-4998D7D15035"; + setAttr -k off ".v"; + setAttr ".ovdt" 1; + setAttr ".ove" yes; + setAttr -s 7 ".cp"; + setAttr ".cc" -type "nurbsCurve" + 3 4 0 no 3 + 9 0 0 0 1 2 3 4 4 4 + 7 + 0.025667855516076088 98.531951992082128 -0.53881404859788162 + 0.017388463660394107 105.55807025712116 -0.53520089297214901 + 0.0080196154420475868 112.58233620035455 -0.386210010430656 + -0.014982416551574149 119.6010544211519 -0.44459038442185694 + -0.043144693238802413 124.28400879246018 -0.63734031584555306 + -0.079948419192610726 128.96028649135195 -0.91934390872136607 + -0.06589670456305971 133.64302154707886 -0.8399537842293574 + ; +createNode transform -n "IKMessure" -p "IKSystem"; + rename -uid "BB9CA17E-4028-3A22-5F44-ADBD3E5D402E"; +createNode transform -n "IKmessureLoc1Leg_R" -p "IKMessure"; + rename -uid "AD50598C-4D8A-F89B-E5BE-AD8571878148"; + setAttr -l on ".v" no; +createNode locator -n "IKmessureLoc1Leg_RShape" -p "IKmessureLoc1Leg_R"; + rename -uid "AE5B28CF-423A-B1B1-F281-FF908B3B98ED"; + setAttr -k off ".v"; +createNode pointConstraint -n "IKmessureLoc1Leg_R_pointConstraint1" -p "IKmessureLoc1Leg_R"; + rename -uid "3709BBF8-442E-FDDB-5F5C-74BE6F3543FA"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKXHip_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -8.9100017547607386 93.729995727539134 1.5281524601370606e-05 ; + setAttr -k on ".w0"; +createNode transform -n "IKmessureLoc2Leg_R" -p "IKmessureLoc1Leg_R"; + rename -uid "BF1E513E-4F1D-02A4-3097-5F9C86EDFBDF"; + setAttr -l on ".v" no; +createNode locator -n "IKmessureLoc2Leg_RShape" -p "IKmessureLoc2Leg_R"; + rename -uid "19B50CD0-4A6A-1642-9154-AC970F73FAA6"; + setAttr -k off ".v"; +createNode pointConstraint -n "IKmessureLoc2Leg_R_pointConstraint1" -p "IKmessureLoc2Leg_R"; + rename -uid "204C5866-47D1-E45F-3C9C-508A6CD8DC1E"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKmessureConstrainToLeg_RW0" -dv + 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -1.292218088799757e-05 -85.57961845218307 -1.4866598145509996e-05 ; + setAttr -k on ".w0"; +createNode transform -n "IKdistanceLeg_R" -p "IKMessure"; + rename -uid "CB331C6A-4119-795C-40DB-50BBE890F270"; + setAttr -l on ".v" no; +createNode distanceDimShape -n "IKdistanceLeg_RShape" -p "IKdistanceLeg_R"; + rename -uid "E5EEA1B3-4A23-C12B-8F0A-9095212BAD97"; + addAttr -ci true -sn "antiPop" -ln "antiPop" -at "double"; + setAttr -k off ".v"; +createNode transform -n "IKmessureLoc1Arm_R" -p "IKMessure"; + rename -uid "BF593C47-47D5-3DB7-6016-F89595386B01"; + setAttr -l on ".v" no; +createNode locator -n "IKmessureLoc1Arm_RShape" -p "IKmessureLoc1Arm_R"; + rename -uid "0ED3B195-45CB-5045-60E4-C0A7EDAC2767"; + setAttr -k off ".v"; +createNode pointConstraint -n "IKmessureLoc1Arm_R_pointConstraint1" -p "IKmessureLoc1Arm_R"; + rename -uid "66070C5A-43CA-DC41-97AD-43897B2F4D7F"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKXShoulder_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -17.707235336303267 146.58857741632883 2.1797380119761014e-05 ; + setAttr -k on ".w0"; +createNode transform -n "IKmessureLoc2Arm_R" -p "IKmessureLoc1Arm_R"; + rename -uid "A03F87F4-437B-97CE-DA1D-CEAA163C7A7C"; + setAttr -l on ".v" no; +createNode locator -n "IKmessureLoc2Arm_RShape" -p "IKmessureLoc2Arm_R"; + rename -uid "9640DFBC-4B0B-025C-964E-899C66ED0751"; + setAttr -k off ".v"; +createNode pointConstraint -n "IKmessureLoc2Arm_R_pointConstraint1" -p "IKmessureLoc2Arm_R"; + rename -uid "AA90876A-466F-1B89-974E-20B14D0CCE55"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKmessureConstrainToArm_RW0" -dv + 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -54.002634043494666 0.27070690045607648 -1.3221803604969997e-05 ; + setAttr -k on ".w0"; +createNode transform -n "IKdistanceArm_R" -p "IKMessure"; + rename -uid "1020ECC1-4439-9A44-8ADC-05BB71EA5640"; + setAttr -l on ".v" no; +createNode distanceDimShape -n "IKdistanceArm_RShape" -p "IKdistanceArm_R"; + rename -uid "C90D458D-4351-4885-DD81-D983FC3B7F69"; + addAttr -ci true -sn "antiPop" -ln "antiPop" -at "double"; + setAttr -k off ".v"; +createNode transform -n "IKmessureLoc1Leg_L" -p "IKMessure"; + rename -uid "92A1F163-4DFB-7755-4152-0E8B094B2D4B"; + setAttr -l on ".v" no; +createNode locator -n "IKmessureLoc1Leg_LShape" -p "IKmessureLoc1Leg_L"; + rename -uid "F0887CDC-4263-B963-B213-AD8A041AE676"; + setAttr -k off ".v"; +createNode pointConstraint -n "IKmessureLoc1Leg_L_pointConstraint1" -p "IKmessureLoc1Leg_L"; + rename -uid "E585CDAD-4703-935F-343A-849DAF8747A5"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKXHip_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 8.9100017547607386 93.729995727539134 1.5281524601370606e-05 ; + setAttr -k on ".w0"; +createNode transform -n "IKmessureLoc2Leg_L" -p "IKmessureLoc1Leg_L"; + rename -uid "E60F2019-4040-61B9-B6C3-A8A4F18A9F10"; + setAttr -l on ".v" no; +createNode locator -n "IKmessureLoc2Leg_LShape" -p "IKmessureLoc2Leg_L"; + rename -uid "22BFFBE9-4832-A7EF-0BB3-83A56651E30E"; + setAttr -k off ".v"; +createNode pointConstraint -n "IKmessureLoc2Leg_L_pointConstraint1" -p "IKmessureLoc2Leg_L"; + rename -uid "ECF92F97-44E1-7586-CE2B-55BCA3BCE737"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKmessureConstrainToLeg_LW0" -dv + 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 2.4216844828117701e-05 -85.493332860138509 -3.842021718650817 ; + setAttr -k on ".w0"; +createNode transform -n "IKdistanceLeg_L" -p "IKMessure"; + rename -uid "B69B3CEA-4CFD-DFAB-BA1A-9185A7A71AB4"; + setAttr -l on ".v" no; +createNode distanceDimShape -n "IKdistanceLeg_LShape" -p "IKdistanceLeg_L"; + rename -uid "8E3AA5CD-40BA-02DC-48D4-B3884719D6BF"; + addAttr -ci true -sn "antiPop" -ln "antiPop" -at "double"; + setAttr -k off ".v"; +createNode transform -n "IKmessureLoc1Arm_L" -p "IKMessure"; + rename -uid "B23136B8-429F-25EA-5382-03B58815EC99"; + setAttr -l on ".v" no; +createNode locator -n "IKmessureLoc1Arm_LShape" -p "IKmessureLoc1Arm_L"; + rename -uid "A1A54D46-464A-5A7D-9C98-049FD7D7098D"; + setAttr -k off ".v"; +createNode pointConstraint -n "IKmessureLoc1Arm_L_pointConstraint1" -p "IKmessureLoc1Arm_L"; + rename -uid "39FAA340-486B-CF84-CBDD-F9982E05F90A"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKXShoulder_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 17.707235336303278 146.58857741633986 2.179743740143319e-05 ; + setAttr -k on ".w0"; +createNode transform -n "IKmessureLoc2Arm_L" -p "IKmessureLoc1Arm_L"; + rename -uid "DB9821C7-4D87-0E53-95D1-27A2740ED6A9"; + setAttr -l on ".v" no; +createNode locator -n "IKmessureLoc2Arm_LShape" -p "IKmessureLoc2Arm_L"; + rename -uid "4A482020-4148-5D85-E50B-95B106284AC9"; + setAttr -k off ".v"; +createNode pointConstraint -n "IKmessureLoc2Arm_L_pointConstraint1" -p "IKmessureLoc2Arm_L"; + rename -uid "B4065CA3-4514-FC99-1B99-F1BF957B7C5A"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKmessureConstrainToArm_LW0" -dv + 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 54.002634043494375 0.27070690051206725 -1.3221514204181656e-05 ; + setAttr -k on ".w0"; +createNode transform -n "IKdistanceArm_L" -p "IKMessure"; + rename -uid "C7640073-4A88-100C-EB97-4D9940689FD6"; + setAttr -l on ".v" no; +createNode distanceDimShape -n "IKdistanceArm_LShape" -p "IKdistanceArm_L"; + rename -uid "8EB1A6E2-4D83-164C-D3F8-2AB53EFF5273"; + addAttr -ci true -sn "antiPop" -ln "antiPop" -at "double"; + setAttr -k off ".v"; +createNode transform -n "FKIKSystem" -p "MotionSystem"; + rename -uid "CC03E388-4BEF-A8AE-378E-48A97604E875"; +createNode transform -n "FKIKParentConstraintLeg_R" -p "FKIKSystem"; + rename -uid "AC65B979-4222-859B-4B17-2FBE58B5B37D"; +createNode parentConstraint -n "FKIKParentConstraintLeg_R_parentConstraint1" -p "FKIKParentConstraintLeg_R"; + rename -uid "FF26240B-4D45-A9F3-A653-32BC42EEAC8C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "LegLockConstrainedW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 1.9709482123356974e-15 100 1.6292067812340161e-05 ; + setAttr -k on ".w0"; +createNode transform -n "FKIKLeg_R" -p "FKIKParentConstraintLeg_R"; + rename -uid "201B8ED5-48AE-CE15-1A6A-3091611CBF3B"; + addAttr -ci true -k true -sn "FKIKBlend" -ln "FKIKBlend" -min 0 -max 10 -at "double"; + addAttr -ci true -sn "autoVis" -ln "autoVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -k true -sn "FKVis" -ln "FKVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -k true -sn "IKVis" -ln "IKVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -sn "startJoint" -ln "startJoint" -dt "string"; + addAttr -ci true -sn "middleJoint" -ln "middleJoint" -dt "string"; + addAttr -ci true -sn "endJoint" -ln "endJoint" -dt "string"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".t" -type "double3" -20.07942868885041 -18.614015083878073 0.27722253702282673 ; + setAttr -l on -k off ".tx"; + setAttr -l on -k off ".ty"; + setAttr -l on -k off ".tz"; + setAttr -l on -k off ".rx"; + setAttr -l on -k off ".ry"; + setAttr -l on -k off ".rz"; + setAttr ".s" -type "double3" 1.0000000000000002 1.0000000000000002 1 ; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; + setAttr -k on ".FKIKBlend" 10; + setAttr -cb on ".autoVis"; + setAttr -k on ".FKVis"; + setAttr -k on ".IKVis"; + setAttr -l on ".startJoint" -type "string" "Hip"; + setAttr -l on ".middleJoint" -type "string" "Knee"; + setAttr -l on ".endJoint" -type "string" "Ankle"; +createNode nurbsCurve -n "FKIKLeg_RShape" -p "FKIKLeg_R"; + rename -uid "BD80610F-42DE-2BB4-A643-288CB2AB204D"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 6; + setAttr ".cc" -type "nurbsCurve" + 1 12 2 no 3 + 13 0 1 2 3 4 5 6 7 8 9 10 11 12 + 13 + -2.4694250220000016 0.35274675649999998 -47.367406979540782 + -0.35274675650000153 0.35274675649999998 -47.367406979540782 + -0.35274675650000153 2.4694250219999998 -47.367406979540782 + 0.35274675649999843 2.4694250219999998 -47.367406979540782 + 0.35274675649999843 0.35274675649999998 -47.367406979540782 + 2.469425021999998 0.35274675649999998 -47.367406979540782 + 2.469425021999998 -0.35274675649999998 -47.367406979540782 + 0.35274675649999843 -0.35274675649999998 -47.367406979540782 + 0.35274675649999843 -2.4694250219999998 -47.367406979540782 + -0.35274675650000153 -2.4694250219999998 -47.367406979540782 + -0.35274675650000153 -0.35274675649999998 -47.367406979540782 + -2.4694250220000016 -0.35274675649999998 -47.367406979540782 + -2.4694250220000016 0.35274675649999998 -47.367406979540782 + ; +createNode transform -n "FKIKParentConstraintArm_R" -p "FKIKSystem"; + rename -uid "802828CA-4B06-160D-4928-4988C1394E88"; +createNode parentConstraint -n "FKIKParentConstraintArm_R_parentConstraint1" -p "FKIKParentConstraintArm_R"; + rename -uid "D0762F7C-4DC6-22FE-83E8-17A81CE1CCB5"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Scapula_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 7.8859780643020168 -3.189606531477617 92.393697552532686 ; + setAttr ".rst" -type "double3" -6.9999876022338681 146.58856201171878 2.3882306769695959e-05 ; + setAttr ".rsrr" -type "double3" -1.1156695110592632e-05 0.0068624904113437852 89.999917566768318 ; + setAttr -k on ".w0"; +createNode transform -n "FKIKArm_R" -p "FKIKParentConstraintArm_R"; + rename -uid "49C2307C-4AD6-3983-D500-319019B31747"; + addAttr -ci true -k true -sn "FKIKBlend" -ln "FKIKBlend" -min 0 -max 10 -at "double"; + addAttr -ci true -sn "autoVis" -ln "autoVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -k true -sn "FKVis" -ln "FKVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -k true -sn "IKVis" -ln "IKVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -sn "startJoint" -ln "startJoint" -dt "string"; + addAttr -ci true -sn "middleJoint" -ln "middleJoint" -dt "string"; + addAttr -ci true -sn "endJoint" -ln "endJoint" -dt "string"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".t" -type "double3" 8.8867533521236908 23.001580673929556 -1.6664561705836616 ; + setAttr -l on -k off ".tx"; + setAttr -l on -k off ".ty"; + setAttr -l on -k off ".tz"; + setAttr ".r" -type "double3" 0.0068624904273865816 1.1146821828030724e-05 -89.999917566768914 ; + setAttr -l on -k off ".rx"; + setAttr -l on -k off ".ry"; + setAttr -l on -k off ".rz"; + setAttr ".s" -type "double3" 1 1 1.0000000000000002 ; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; + setAttr -k on ".FKIKBlend"; + setAttr -cb on ".autoVis"; + setAttr -k on ".FKVis"; + setAttr -k on ".IKVis"; + setAttr -l on ".startJoint" -type "string" "Shoulder"; + setAttr -l on ".middleJoint" -type "string" "Elbow"; + setAttr -l on ".endJoint" -type "string" "Wrist"; +createNode nurbsCurve -n "FKIKArm_RShape" -p "FKIKArm_R"; + rename -uid "420B5733-405A-222E-36F6-589CBCF0570D"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 6; + setAttr ".cc" -type "nurbsCurve" + 1 12 2 no 3 + 13 0 1 2 3 4 5 6 7 8 9 10 11 12 + 13 + -2.4694250220000016 0.35274675649999998 -47.367406979540782 + -0.35274675650000153 0.35274675649999998 -47.367406979540782 + -0.35274675650000153 2.4694250219999998 -47.367406979540782 + 0.35274675649999843 2.4694250219999998 -47.367406979540782 + 0.35274675649999843 0.35274675649999998 -47.367406979540782 + 2.469425021999998 0.35274675649999998 -47.367406979540782 + 2.469425021999998 -0.35274675649999998 -47.367406979540782 + 0.35274675649999843 -0.35274675649999998 -47.367406979540782 + 0.35274675649999843 -2.4694250219999998 -47.367406979540782 + -0.35274675650000153 -2.4694250219999998 -47.367406979540782 + -0.35274675650000153 -0.35274675649999998 -47.367406979540782 + -2.4694250220000016 -0.35274675649999998 -47.367406979540782 + -2.4694250220000016 0.35274675649999998 -47.367406979540782 + ; +createNode transform -n "FKIKParentConstraintSpine_M" -p "FKIKSystem"; + rename -uid "36522566-4BE5-CB8D-09BE-629AB74FDD8E"; +createNode parentConstraint -n "FKIKParentConstraintSpine_M_parentConstraint1" -p + "FKIKParentConstraintSpine_M"; + rename -uid "46BEA659-44C7-5489-CACF-2AA77C061B65"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Root_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 0.2581283417395534 -0.00031816269970778399 0.070621095587621738 ; + setAttr ".rst" -type "double3" 1.9709482123356974e-15 100 1.6292067812340161e-05 ; + setAttr -k on ".w0"; +createNode transform -n "FKIKSpine_M" -p "FKIKParentConstraintSpine_M"; + rename -uid "492B8E57-410F-8B9A-444C-309A4E9BF58A"; + addAttr -ci true -k true -sn "FKIKBlend" -ln "FKIKBlend" -min 0 -max 10 -at "double"; + addAttr -ci true -sn "autoVis" -ln "autoVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -k true -sn "FKVis" -ln "FKVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -k true -sn "IKVis" -ln "IKVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -sn "startJoint" -ln "startJoint" -dt "string"; + addAttr -ci true -sn "middleJoint" -ln "middleJoint" -dt "string"; + addAttr -ci true -sn "endJoint" -ln "endJoint" -dt "string"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".t" -type "double3" 19.469425022271622 12.34712511135811 0 ; + setAttr -l on -k off ".tx"; + setAttr -l on -k off ".ty"; + setAttr -l on -k off ".tz"; + setAttr -l on -k off ".rx"; + setAttr -l on -k off ".ry"; + setAttr -l on -k off ".rz"; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; + setAttr -k on ".FKIKBlend" 10; + setAttr -cb on ".autoVis"; + setAttr -k on ".FKVis"; + setAttr -k on ".IKVis"; + setAttr -l on ".startJoint" -type "string" "Root"; + setAttr -l on ".middleJoint" -type "string" "Spine1"; + setAttr -l on ".endJoint" -type "string" "Chest"; +createNode nurbsCurve -n "FKIKSpine_MShape" -p "FKIKSpine_M"; + rename -uid "3BBDD345-40DB-EEF6-0F65-DCA75D7240C8"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 6; + setAttr ".cc" -type "nurbsCurve" + 1 12 2 no 3 + 13 0 1 2 3 4 5 6 7 8 9 10 11 12 + 13 + -2.4694250220000016 0.35274675649999998 -47.367406979540782 + -0.35274675650000153 0.35274675649999998 -47.367406979540782 + -0.35274675650000153 2.4694250219999998 -47.367406979540782 + 0.35274675649999843 2.4694250219999998 -47.367406979540782 + 0.35274675649999843 0.35274675649999998 -47.367406979540782 + 2.469425021999998 0.35274675649999998 -47.367406979540782 + 2.469425021999998 -0.35274675649999998 -47.367406979540782 + 0.35274675649999843 -0.35274675649999998 -47.367406979540782 + 0.35274675649999843 -2.4694250219999998 -47.367406979540782 + -0.35274675650000153 -2.4694250219999998 -47.367406979540782 + -0.35274675650000153 -0.35274675649999998 -47.367406979540782 + -2.4694250220000016 -0.35274675649999998 -47.367406979540782 + -2.4694250220000016 0.35274675649999998 -47.367406979540782 + ; +createNode transform -n "FKIKParentConstraintLeg_L" -p "FKIKSystem"; + rename -uid "772C377C-4B9E-48DE-AF36-7D9369D3C0B6"; +createNode parentConstraint -n "FKIKParentConstraintLeg_L_parentConstraint1" -p "FKIKParentConstraintLeg_L"; + rename -uid "0796968F-4F04-51B9-B28B-E49E75FFBD33"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "LegLockConstrainedW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 1.9709482123356974e-15 100 1.6292067812340161e-05 ; + setAttr -k on ".w0"; +createNode transform -n "FKIKLeg_L" -p "FKIKParentConstraintLeg_L"; + rename -uid "836CDF9D-4C08-3037-F535-BA9A0EB1B957"; + addAttr -ci true -k true -sn "FKIKBlend" -ln "FKIKBlend" -min 0 -max 10 -at "double"; + addAttr -ci true -sn "autoVis" -ln "autoVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -k true -sn "FKVis" -ln "FKVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -k true -sn "IKVis" -ln "IKVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -sn "startJoint" -ln "startJoint" -dt "string"; + addAttr -ci true -sn "middleJoint" -ln "middleJoint" -dt "string"; + addAttr -ci true -sn "endJoint" -ln "endJoint" -dt "string"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".t" -type "double3" 20.079430306064761 -18.614013547879537 -0.27722779382666646 ; + setAttr -l on -k off ".tx"; + setAttr -l on -k off ".ty"; + setAttr -l on -k off ".tz"; + setAttr -l on -k off ".rx"; + setAttr -l on -k off ".ry"; + setAttr -l on -k off ".rz"; + setAttr ".s" -type "double3" 1 1 1.0000000000000002 ; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; + setAttr -k on ".FKIKBlend" 10; + setAttr -cb on ".autoVis"; + setAttr -k on ".FKVis"; + setAttr -k on ".IKVis"; + setAttr -l on ".startJoint" -type "string" "Hip"; + setAttr -l on ".middleJoint" -type "string" "Knee"; + setAttr -l on ".endJoint" -type "string" "Ankle"; +createNode nurbsCurve -n "FKIKLeg_LShape" -p "FKIKLeg_L"; + rename -uid "791B28C1-4275-0013-BB46-D2B959D87874"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 6; + setAttr ".cc" -type "nurbsCurve" + 1 12 2 no 3 + 13 0 1 2 3 4 5 6 7 8 9 10 11 12 + 13 + 2.469423404785644 0.35274522050146118 -46.812956648691276 + 0.35274513928564133 0.35274522050146118 -46.812956648691276 + 0.35274513928564133 2.4694234860014603 -46.812956648691276 + -0.35274837371435908 2.4694234860014603 -46.812956648691276 + -0.35274837371435908 0.35274522050146118 -46.812956648691276 + -2.4694266392143582 0.35274522050146118 -46.812956648691276 + -2.4694266392143582 -0.35274829249853212 -46.812956648691276 + -0.35274837371435908 -0.35274829249853212 -46.812956648691276 + -0.35274837371435908 -2.4694265579985313 -46.812956648691276 + 0.35274513928564133 -2.4694265579985313 -46.812956648691276 + 0.35274513928564133 -0.35274829249853212 -46.812956648691276 + 2.469423404785644 -0.35274829249853212 -46.812956648691276 + 2.469423404785644 0.35274522050146118 -46.812956648691276 + ; +createNode transform -n "FKIKParentConstraintArm_L" -p "FKIKSystem"; + rename -uid "962FBA2C-41CD-F354-47FC-299D22673CD8"; +createNode parentConstraint -n "FKIKParentConstraintArm_L_parentConstraint1" -p "FKIKParentConstraintArm_L"; + rename -uid "A60714AD-42E4-D29A-10F3-6EBBA5F27272"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Scapula_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 171.8252699650462 2.3472301994502991 -93.578676360479562 ; + setAttr ".rst" -type "double3" 6.9999876022338681 146.58856201171878 2.3882306769695959e-05 ; + setAttr ".rsrr" -type "double3" 179.99998884361142 -0.0068624903093035929 -89.999917566708973 ; + setAttr -k on ".w0"; +createNode transform -n "FKIKArm_L" -p "FKIKParentConstraintArm_L"; + rename -uid "F4A75EB9-4876-F6F4-BA34-1AA4B20E6CA4"; + addAttr -ci true -k true -sn "FKIKBlend" -ln "FKIKBlend" -min 0 -max 10 -at "double"; + addAttr -ci true -sn "autoVis" -ln "autoVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -k true -sn "FKVis" -ln "FKVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -k true -sn "IKVis" -ln "IKVis" -dv 1 -min 0 -max 1 -at "bool"; + addAttr -ci true -sn "startJoint" -ln "startJoint" -dt "string"; + addAttr -ci true -sn "middleJoint" -ln "middleJoint" -dt "string"; + addAttr -ci true -sn "endJoint" -ln "endJoint" -dt "string"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr ".t" -type "double3" -8.8867533521236624 -23.001580673929563 1.6664561705836658 ; + setAttr -l on -k off ".tx"; + setAttr -l on -k off ".ty"; + setAttr -l on -k off ".tz"; + setAttr ".r" -type "double3" -179.99313750967465 1.1146515295837201e-05 -89.999917566709627 ; + setAttr -l on -k off ".rx"; + setAttr -l on -k off ".ry"; + setAttr -l on -k off ".rz"; + setAttr ".s" -type "double3" 1.0000000000000004 1.0000000000000002 1.0000000000000004 ; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; + setAttr -k on ".FKIKBlend"; + setAttr -cb on ".autoVis"; + setAttr -k on ".FKVis"; + setAttr -k on ".IKVis"; + setAttr -l on ".startJoint" -type "string" "Shoulder"; + setAttr -l on ".middleJoint" -type "string" "Elbow"; + setAttr -l on ".endJoint" -type "string" "Wrist"; +createNode nurbsCurve -n "FKIKArm_LShape" -p "FKIKArm_L"; + rename -uid "ECAB2A9C-4C7C-55BC-D039-44A3BC982110"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 6; + setAttr ".cc" -type "nurbsCurve" + 1 12 2 no 3 + 13 0 1 2 3 4 5 6 7 8 9 10 11 12 + 13 + 2.4694250220002836 0.35274675647323761 -47.367406979679672 + 0.35274675650029153 0.35274675647323761 -47.367406979679672 + 0.35274675650029153 2.4694250219732226 -47.367406979679672 + -0.35274675649970888 2.4694250219732226 -47.367406979679672 + -0.35274675649970888 0.35274675647323761 -47.367406979679672 + -2.469425021999708 0.35274675647323761 -47.367406979679672 + -2.469425021999708 -0.35274675652678411 -47.367406979679672 + -0.35274675649970888 -0.35274675652678411 -47.367406979679672 + -0.35274675649971243 -2.4694250220267691 -47.367406979679672 + 0.35274675650028797 -2.4694250220267691 -47.367406979679672 + 0.35274675650029153 -0.35274675652678411 -47.367406979679672 + 2.4694250220002836 -0.35274675652678411 -47.367406979679672 + 2.4694250220002836 0.35274675647323761 -47.367406979679672 + ; +createNode transform -n "BendSystem" -p "MotionSystem"; + rename -uid "459D085D-40EC-9C85-6AEC-2CBA06998246"; + setAttr ".it" no; +createNode transform -n "AimSystem" -p "MotionSystem"; + rename -uid "AB255058-4DB7-31D8-1143-0CABE4A32FED"; +createNode transform -n "AimEye" -p "AimSystem"; + rename -uid "918DDF6E-4E58-6B1F-F2F4-D880E32792AD"; +createNode transform -n "AimOffsetEye" -p "AimEye"; + rename -uid "79A777FA-4648-7136-5680-2EAB6C2995D9"; + setAttr ".t" -type "double3" 0 172.31285150520463 37.700174986023129 ; +createNode transform -n "AimFollowEye" -p "AimOffsetEye"; + rename -uid "DC7A342B-4560-BD33-1061-BA9CE4AD1130"; +createNode transform -n "AimEye_M" -p "AimFollowEye"; + rename -uid "0C277EF2-4342-8605-BCA1-16BD83AB7BDC"; + addAttr -ci true -k true -sn "follow" -ln "follow" -dv 10 -min 0 -max 10 -at "double"; + setAttr ".v" no; + setAttr ".sech" no; + setAttr -k on ".follow"; +createNode nurbsCurve -n "AimEye_MShape" -p "AimEye_M"; + rename -uid "B3AAADA5-4164-6C3A-FF30-F28F4358BF40"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 17; + setAttr ".cc" -type "nurbsCurve" + 1 4 0 no 3 + 5 0 1 2 3 4 + 5 + 0 3.8368484029999999 0 + 0 -3.8368484029999999 0 + 0 0 0 + 3.8368484029999999 0 0 + -3.8368484029999999 0 0 + ; +createNode transform -n "AimOffsetEye_R" -p "AimEye_M"; + rename -uid "62E55B17-49C6-0BF6-BAB4-169EFF26BE04"; + setAttr ".t" -type "double3" -4.8167494526222585 0 0 ; + setAttr ".s" -type "double3" 0.2 0.2 0.2 ; +createNode transform -n "AimEye_R" -p "AimOffsetEye_R"; + rename -uid "3D6A2C6D-4BC2-56BB-9FA5-4F82ED88A5E2"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".rx"; + setAttr -l on -k off ".ry"; + setAttr -l on -k off ".rz"; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode nurbsCurve -n "AimEye_RShape" -p "AimEye_R"; + rename -uid "38E785F4-4AB4-E16D-7FBA-B0A28FA2549E"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 17; + setAttr ".cc" -type "nurbsCurve" + 1 4 0 no 3 + 5 0 1 2 3 4 + 5 + 0 3.8368484029999999 0 + 0 -3.8368484029999999 0 + 0 0 0 + 3.8368484029999999 0 0 + -3.8368484029999999 0 0 + ; +createNode transform -n "AimOffsetEye_L" -p "AimEye_M"; + rename -uid "61C760A6-4306-1B04-3272-00B93341F9AB"; + setAttr ".t" -type "double3" 4.8167494526222585 0 0 ; + setAttr ".s" -type "double3" 0.2 0.2 0.2 ; +createNode transform -n "AimEye_L" -p "AimOffsetEye_L"; + rename -uid "453DCD45-4C1B-22FB-B765-0CA236D6082F"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".rx"; + setAttr -l on -k off ".ry"; + setAttr -l on -k off ".rz"; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode nurbsCurve -n "AimEye_LShape" -p "AimEye_L"; + rename -uid "850CC34C-42A3-00F2-DBB3-D19F1A67F6A7"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 17; + setAttr ".cc" -type "nurbsCurve" + 1 4 0 no 3 + 5 0 1 2 3 4 + 5 + 0 3.8368484030003174 0 + 0 -3.8368484029998626 0 + 0 2.2737367544323206e-13 0 + -3.8368484029999976 2.2737367544323206e-13 0 + 3.8368484030000012 2.2737367544323206e-13 0 + ; +createNode parentConstraint -n "AimFollowEye_parentConstraint1" -p "AimFollowEye"; + rename -uid "FD729CD0-42D7-B316-81E1-5FAFC092A68C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "AimFollowOnEyeW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "AimFollowOffEyeW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 8.7018522066827654e-06 0 -1.5947355836630569e-06 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode transform -n "AimFollowOnEye" -p "AimOffsetEye"; + rename -uid "94FCEBED-4206-A422-EFDA-559E713F22CB"; +createNode parentConstraint -n "AimFollowOnEye_parentConstraint1" -p "AimFollowOnEye"; + rename -uid "D1B5E983-4249-729F-0283-E9B1EBAD4BD7"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Head_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" -4.9645084555899845e-14 -1.1584924889359343 + 37.700146723955491 ; + setAttr ".lr" -type "double3" 8.7018522066827671e-06 -1.9491090729950827e-16 -1.5947355836630567e-06 ; + setAttr -k on ".w0"; +createNode transform -n "AimFollowOffEye" -p "AimOffsetEye"; + rename -uid "E6EAB245-4C73-892C-101D-0DAEC204BAB9"; +createNode transform -n "RootSystem" -p "MotionSystem"; + rename -uid "67BA53DA-4798-FDEB-0A2A-9C8F64A573B4"; +createNode transform -n "RootFollowMain" -p "RootSystem"; + rename -uid "53AF270F-4816-0BA0-2240-82BC8A90FB18"; +createNode parentConstraint -n "RootFollowMain_parentConstraint1" -p "RootFollowMain"; + rename -uid "0FCA17F2-428B-B86B-DEE2-B4AC2A568D95"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "MainW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode scaleConstraint -n "RootFollowMain_scaleConstraint1" -p "RootFollowMain"; + rename -uid "2056302E-4901-3A7A-AE5B-D8AD3758910D"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "MainW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "RootCenter_M" -p "RootFollowMain"; + rename -uid "B2B17F7E-4D38-1447-DABB-27A9053A69ED"; + setAttr ".t" -type "double3" 1.970948212335697e-15 100 1.6292067812340161e-05 ; +createNode transform -n "RootCenterBtwLegs_M" -p "RootFollowMain"; + rename -uid "563FB487-4A83-A11F-6D8A-CBA0665A72FB"; + setAttr ".t" -type "double3" -0.39751481252444343 100 3.0148288503948533 ; +createNode pointConstraint -n "RootCenterBtwLegs_M_pointConstraint1" -p "RootCenterBtwLegs_M"; + rename -uid "21588D4A-4DB6-4BE0-6559-679ACE838054"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKLeg_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKLeg_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 5.6473319558492108e-06 8.1935200713783409 -1.9210030110998861 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode orientConstraint -n "RootCenterBtwLegs_M_orientConstraint1" -p "RootCenterBtwLegs_M"; + rename -uid "4736E1D6-4A4E-80CE-E4FE-559B60D98398"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKLeg_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKLeg_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 1.4667306074080882e-05 -0.44096866030037324 8.658957044289572e-07 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode transform -n "RootCenterBtwLegsOffset_M" -p "RootCenterBtwLegs_M"; + rename -uid "7C37B136-43CB-0239-338E-1E8BE0EEC7ED"; + setAttr ".t" -type "double3" -5.6473319538782625e-06 0 1.9210193031676985 ; +createNode transform -n "LegLockConstrained" -p "RootSystem"; + rename -uid "E1C4F282-497B-6946-BC3A-538BA8C67B59"; +createNode pointConstraint -n "LegLockConstrained_pointConstraint1" -p "LegLockConstrained"; + rename -uid "13F37F36-4AE5-7EB6-E75A-8DB476DD0743"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Root_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 1.9709482123356974e-15 100 1.6292067812340161e-05 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "LegLockConstrained_orientConstraint1" -p "LegLockConstrained"; + rename -uid "587C8F84-427A-BEA4-1C37-8CA2AD0FBE90"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXRoot_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKSpine1LocalOrient3_MW1" -dv 1 -min + 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode transform -n "RootCenterBtwLegsBlended_M" -p "RootSystem"; + rename -uid "99DEC43E-4D12-A5E8-B8DD-C69A80A36CE8"; +createNode transform -n "RootOffsetX_M" -p "RootCenterBtwLegsBlended_M"; + rename -uid "679A0D13-432B-5539-1E66-0B8DBBD43AF2"; + setAttr ".t" -type "double3" 3.9443045261050599e-31 0 0 ; +createNode transform -n "RootExtraX_M" -p "RootOffsetX_M"; + rename -uid "5FB4B83A-475C-ABEB-4BB2-37A48E860CC9"; + setAttr -l on -k off ".v"; + setAttr ".sech" no; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; +createNode transform -n "RootX_M" -p "RootExtraX_M"; + rename -uid "62274CFA-4061-798C-0334-EC8EE1921655"; + addAttr -ci true -k true -sn "CenterBtwFeet" -ln "CenterBtwFeet" -min 0 -max 10 + -at "double"; + setAttr ".sech" no; + setAttr ".t" -type "double3" 0.025667855516074117 -1.4680480079178722 -0.53883034066569402 ; + setAttr ".ro" 3; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; + setAttr -k on ".CenterBtwFeet"; +createNode nurbsCurve -n "RootX_MShape" -p "RootX_M"; + rename -uid "04BFA4C7-4F3C-3A1F-58E3-49A94FF76C2C"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 15; + setAttr ".cc" -type "nurbsCurve" + 1 7 2 no 3 + 8 0 1 2 3 4 5 6 7 + 8 + -24.912095274052916 0 -2.4198944993266127 + -28.421078435286464 0 -2.4198944993266127 + -28.421078435286464 0 -6.7531937798091759 + -35.174272215095606 0 5.473436825908731e-17 + -28.421078435286464 0 6.7531937798091759 + -28.421078435286464 0 2.4198944993266127 + -24.912095274052916 0 2.4198944993266127 + -24.912095274052916 0 -2.4198944993266127 + ; +createNode nurbsCurve -n "RootX_MShape1" -p "RootX_M"; + rename -uid "D8F20DE4-46FD-B934-B940-C7917DEE1F1E"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 15; + setAttr ".cc" -type "nurbsCurve" + 1 7 2 no 3 + 8 0 1 2 3 4 5 6 7 + 8 + -2.4198944993266127 0 24.912095274052916 + -2.4198944993266127 0 28.421078435286464 + -6.7531937798091759 0 28.421078435286464 + -8.330134503114633e-15 0 35.174272215095606 + 6.7531937798091759 0 28.421078435286464 + 2.4198944993266127 0 28.421078435286464 + 2.4198944993266127 0 24.912095274052916 + -2.4198944993266127 0 24.912095274052916 + ; +createNode nurbsCurve -n "RootX_MShape2" -p "RootX_M"; + rename -uid "0C1B841A-464D-923F-0244-97BD67DAEC50"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 15; + setAttr ".cc" -type "nurbsCurve" + 1 7 2 no 3 + 8 0 1 2 3 4 5 6 7 + 8 + 24.912095274052916 0 2.4198944993266127 + 28.421078435286464 0 2.4198944993266127 + 28.421078435286464 0 6.7531937798091759 + 35.174272215095606 0 1.5675249124778755e-14 + 28.421078435286464 0 -6.7531937798091759 + 28.421078435286464 0 -2.4198944993266127 + 24.912095274052916 0 -2.4198944993266127 + 24.912095274052916 0 2.4198944993266127 + ; +createNode nurbsCurve -n "RootX_MShape3" -p "RootX_M"; + rename -uid "2A1931B3-4AFF-9801-474F-E49FE5BB2527"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 15; + setAttr ".cc" -type "nurbsCurve" + 1 7 2 no 3 + 8 0 1 2 3 4 5 6 7 + 8 + 2.4198944993266127 0 -24.912095274052916 + 2.4198944993266127 0 -28.421078435286464 + 6.7531937798091759 0 -28.421078435286464 + 2.2910895000624087e-14 0 -35.174272215095606 + -6.7531937798091759 0 -28.421078435286464 + -2.4198944993266127 0 -28.421078435286464 + -2.4198944993266127 0 -24.912095274052916 + 2.4198944993266127 0 -24.912095274052916 + ; +createNode parentConstraint -n "RootCenterBtwLegsBlended_M_parentConstraint1" -p "RootCenterBtwLegsBlended_M"; + rename -uid "2624FB35-4691-B27A-8B45-1EB5D40A0E3C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "RootCenter_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "RootCenterBtwLegsOffset_MW1" -dv 1 + -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 1.9709482359037598e-15 100 1.6292067812367916e-05 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode transform -n "TwistSystem" -p "MotionSystem"; + rename -uid "D2E0967A-4617-352B-E67B-E1A0397E7A8A"; +createNode transform -n "TwistFollowOffsetHead_M" -p "TwistSystem"; + rename -uid "A97FCCE1-41F5-85E0-A6B8-C9838CFB6473"; + setAttr ".t" -type "double3" 4.9645084555899845e-14 173.47134399414057 2.8262067635910203e-05 ; +createNode transform -n "TwistFollowHead_M" -p "TwistFollowOffsetHead_M"; + rename -uid "9A3ADDB6-4CB3-741B-460E-EBAD7597DD4B"; + setAttr -l on ".v" no; + setAttr ".ro" 5; +createNode parentConstraint -n "TwistFollowHead_M_parentConstraint1" -p "TwistFollowHead_M"; + rename -uid "A9DA6118-4014-7C13-1AE1-438093C2212F"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXHead_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 8.7018522054512541e-06 -2.4220201685303835e-13 -1.5947355835970313e-06 ; + setAttr ".rst" -type "double3" 4.9645084555899845e-14 173.47134399414057 2.8262067635910203e-05 ; + setAttr -k on ".w0"; +createNode ikHandle -n "UnTwistIKHead_M" -p "TwistFollowHead_M"; + rename -uid "88572A92-49C2-37E1-E71C-76987B256B52"; + setAttr ".t" -type "double3" 0 11.51054520921943 0 ; + setAttr ".roc" yes; +createNode poleVectorConstraint -n "UnTwistIKHead_M_poleVectorConstraint1" -p "UnTwistIKHead_M"; + rename -uid "AC666E80-4A02-BE53-3217-38BCFC5A9BEF"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "UnTwistHead_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "TwistFollowParentOffsetHead_M" -p "TwistSystem"; + rename -uid "2E029744-4120-D199-F960-4B8F6192ED98"; + setAttr ".t" -type "double3" 4.5538031938048401e-14 149.23567199707017 2.4313576432177817e-05 ; +createNode transform -n "TwistFollowParentHead_M" -p "TwistFollowParentOffsetHead_M"; + rename -uid "84144C37-430E-2CE9-0BAC-009160B882E2"; + setAttr -l on ".v" no; +createNode joint -n "UnTwistHead_M" -p "TwistFollowParentHead_M"; + rename -uid "E6C82F4A-4969-7CBB-6921-1D85493659A4"; + setAttr ".r" -type "double3" -2.7997389284580492 0.010851792568205057 0.44406646292325908 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode joint -n "UnTwistEndHead_M" -p "UnTwistHead_M"; + rename -uid "F7039587-4D7F-A5EC-8440-3D9B436CC894"; + setAttr ".t" -type "double3" 0 11.510545209219428 0 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode pointConstraint -n "UnTwistHead_M_pointConstraint1" -p "UnTwistHead_M"; + rename -uid "9E7B5E13-4CFF-B386-0BA8-EC81E192F644"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXHead_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 4.1070526178514441e-15 24.235671997070398 3.9484912037323827e-06 ; + setAttr -k on ".w0"; +createNode ikEffector -n "effector1" -p "UnTwistHead_M"; + rename -uid "E3B059C3-43BF-DAC3-CBF2-9F88C83F3DBD"; + setAttr ".v" no; + setAttr ".hd" yes; +createNode joint -n "TwistBalancerHead_M" -p "UnTwistHead_M"; + rename -uid "DAA1065F-4E7C-8035-E5FA-B5ADCC7C4204"; + addAttr -ci true -sn "twist" -ln "twist" -at "double"; + setAttr ".ro" 3; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode parentConstraint -n "TwistBalancerHead_M_parentConstraint1" -p "TwistBalancerHead_M"; + rename -uid "6A3D3845-42D2-2F6F-E0AC-2BA6D619B35F"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXHead_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "UnTwistHead_MW1" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 0 0.62123662815457936 0 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode parentConstraint -n "TwistFollowParentHead_M_parentConstraint1" -p "TwistFollowParentHead_M"; + rename -uid "03F335EB-4258-E87F-8A87-0A9CFBED1FF1"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKNeck_MW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 2.8045626071675307 -0.61036610899702981 -0.4440933413685339 ; + setAttr -k on ".w0"; +createNode transform -n "TwistFollowOffsetSpine2_M" -p "TwistSystem"; + rename -uid "CA7E9160-4329-1CBF-5F07-3CBB85C11267"; + setAttr ".t" -type "double3" -3.341236178993487e-15 117.57893815966584 1.9156040261601539e-05 ; +createNode transform -n "TwistFollowSpine2_M" -p "TwistFollowOffsetSpine2_M"; + rename -uid "95764037-416B-0537-B301-969D22B9F63A"; + setAttr -l on ".v" no; +createNode parentConstraint -n "TwistFollowSpine2_M_parentConstraint1" -p "TwistFollowSpine2_M"; + rename -uid "1DB06F86-45D2-2851-342C-5B9E3A76CC7B"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpine2LocalOrient2_MW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 1.4129215000578075 4.0113707262822924 -0.058991111060876573 ; + setAttr ".rst" -type "double3" -3.341236178993487e-15 117.57893815966584 1.9156040261601539e-05 ; + setAttr -k on ".w0"; +createNode ikHandle -n "UnTwistIKSpine2_M" -p "TwistFollowSpine2_M"; + rename -uid "599CDB94-473E-FF4B-A8F6-6BA3BC339B7A"; + setAttr ".t" -type "double3" 0 16.462833481810819 0 ; + setAttr ".roc" yes; +createNode poleVectorConstraint -n "UnTwistIKSpine2_M_poleVectorConstraint1" -p "UnTwistIKSpine2_M"; + rename -uid "61BFA765-45C9-AF97-DEE6-14B6D3E28581"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "UnTwistSpine2_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "TwistFollowParentOffsetSpine2_M" -p "TwistSystem"; + rename -uid "0B428BB0-4C8C-C897-BEC2-23BA979EA495"; + setAttr ".t" -type "double3" -3.341236178993487e-15 117.57893815966584 1.9156040261601535e-05 ; +createNode transform -n "TwistFollowParentSpine2_M" -p "TwistFollowParentOffsetSpine2_M"; + rename -uid "842DBB31-45EA-97E0-AB1C-D693B08489A5"; + setAttr -l on ".v" no; +createNode parentConstraint -n "TwistFollowParentSpine2_M_parentConstraint1" -p "TwistFollowParentSpine2_M"; + rename -uid "8D80BAE2-4E25-51A5-A9BD-3DA3699FADC7"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpine2LocalOrient3_MW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 1.4129215000578075 4.0113707262822924 -0.058991111060876573 ; + setAttr ".rst" -type "double3" -3.341236178993487e-15 117.57893815966584 1.9156040261601535e-05 ; + setAttr -k on ".w0"; +createNode joint -n "UnTwistSpine2_M" -p "TwistFollowParentSpine2_M"; + rename -uid "572DBFE8-46E5-C536-2A74-3EA04CE37635"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode joint -n "UnTwistEndSpine2_M" -p "UnTwistSpine2_M"; + rename -uid "CD4ECAB9-4C8A-ECA4-8CC2-BC86DB4C59FE"; + setAttr ".t" -type "double3" 0 16.462833481810812 0 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode joint -n "TwistBalancerSpine2_M" -p "UnTwistSpine2_M"; + rename -uid "1A629AD5-47D5-1333-F98A-9EAF00C0E1BC"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode parentConstraint -n "TwistBalancerSpine2_M_parentConstraint1" -p "TwistBalancerSpine2_M"; + rename -uid "6256EFD5-45E6-B9FF-07AE-84A4BBE419FE"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpine2LocalOrient2_MW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode pointConstraint -n "UnTwistSpine2_M_pointConstraint1" -p "UnTwistSpine2_M"; + rename -uid "6C545527-42F3-949D-3C90-ABB0EC047D86"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "IKSpine2LocalOrient2_MW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 0 0 3.3881317890172014e-21 ; + setAttr -k on ".w0"; +createNode ikEffector -n "effector2" -p "UnTwistSpine2_M"; + rename -uid "C7A0C252-46CE-00FA-0293-5D88A649E646"; + setAttr ".v" no; + setAttr ".hd" yes; +createNode transform -n "TwistFollowOffsetKnee_R" -p "TwistSystem"; + rename -uid "32F00E87-4108-B383-A7AD-50A6A6CB7A93"; + setAttr ".t" -type "double3" -8.9100087054855663 48.851341247726999 1.007913358577841 ; + setAttr ".r" -type "double3" -1.4185746882561905 -0.0013108054488357834 -179.9999759457076 ; +createNode transform -n "TwistFollowKnee_R" -p "TwistFollowOffsetKnee_R"; + rename -uid "99DEBD02-46B6-B4FB-4CEB-F2AE0B7DE982"; + setAttr -l on ".v" no; + setAttr ".ro" 2; +createNode parentConstraint -n "TwistFollowKnee_R_parentConstraint1" -p "TwistFollowKnee_R"; + rename -uid "B925CF22-4473-4C10-4AC8-429597DC2D7C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXKnee_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Knee_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" -13.960257852357039 0.099437847030704393 -0.9685678704608911 ; + setAttr ".rst" -type "double3" -8.9100087054861756 48.851340411653226 1.0079161562583501 ; + setAttr ".rsrr" -type "double3" 1.4185785877565291 0.0013114011275851434 -179.99997593841479 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode ikHandle -n "UnTwistIKKnee_R" -p "TwistFollowKnee_R"; + rename -uid "0CF0CD54-4F23-F1D7-7D1C-BDA9D6568362"; + setAttr ".t" -type "double3" -3.5527136788005009e-15 11.51054520921943 -4.7184478546569153e-16 ; + setAttr ".r" -type "double3" -1.4185746880771781 -0.0013109992032622223 -179.99999159626714 ; + setAttr ".roc" yes; +createNode poleVectorConstraint -n "UnTwistIKKnee_R_poleVectorConstraint1" -p "UnTwistIKKnee_R"; + rename -uid "55E76D9E-41B6-A741-EDDF-CBB7C26B795B"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "UnTwistKnee_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "TwistFollowParentOffsetKnee_R" -p "TwistSystem"; + rename -uid "11CF8857-44CF-51B6-1C8E-2AA69F93F6C7"; + setAttr ".t" -type "double3" -8.9100017547607404 93.729995727539134 1.5281524601814583e-05 ; + setAttr ".r" -type "double3" 1.2865492663807059 9.904790771203471e-06 179.99999134857799 ; + setAttr ".s" -type "double3" 1 1.0000000000000002 1 ; +createNode transform -n "TwistFollowParentKnee_R" -p "TwistFollowParentOffsetKnee_R"; + rename -uid "84B07CA1-4479-D8D7-DDEB-6C94DF239418"; + setAttr -l on ".v" no; + setAttr ".s" -type "double3" 1 0.99999999999999989 1.0000000000000002 ; +createNode parentConstraint -n "TwistFollowParentKnee_R_parentConstraint1" -p "TwistFollowParentKnee_R"; + rename -uid "8279A0F2-46EE-246F-861E-018A4C7EA77E"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXHip_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Hip_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 0.52462954808493223 -0.17853658241608938 -0.93288591867167825 ; + setAttr ".rst" -type "double3" -8.9100017547607386 93.729995727539134 1.5281524601592593e-05 ; + setAttr ".rsrr" -type "double3" 1.2865528123689776 9.9047907712034761e-06 179.99999134857799 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode joint -n "UnTwistKnee_R" -p "TwistFollowParentKnee_R"; + rename -uid "5FA7AF90-4A97-BED1-E20C-74B4CCD4CDEB"; + setAttr ".r" -type "double3" -14.484228197910346 4.2440201696050853e-05 0.00033397441072089269 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -2.7051239549836419 -0.0013196429694835709 6.2350892930268813e-05 ; +createNode joint -n "UnTwistEndKnee_R" -p "UnTwistKnee_R"; + rename -uid "F45F3C1D-43DA-ACB6-5470-EA9E8B6EF2F3"; + setAttr ".t" -type "double3" 0 11.510545209219428 0 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode pointConstraint -n "UnTwistKnee_R_pointConstraint1" -p "UnTwistKnee_R"; + rename -uid "3882CE0E-4E7D-B284-29A2-D8BA5F000E29"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXKnee_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Knee_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -3.1974423109204508e-14 44.889971788088978 2.7782020413091857e-06 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode ikEffector -n "effector3" -p "UnTwistKnee_R"; + rename -uid "79D3AA38-461C-2793-06E5-4CB556EB2F4B"; + setAttr ".v" no; + setAttr ".hd" yes; +createNode joint -n "TwistBalancerKnee_R" -p "UnTwistKnee_R"; + rename -uid "E96F2E3A-4997-285A-82D2-998CD27822C5"; + addAttr -ci true -sn "twist" -ln "twist" -at "double"; + setAttr ".ro" 3; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode parentConstraint -n "TwistBalancerKnee_R_parentConstraint1" -p "TwistBalancerKnee_R"; + rename -uid "2C4103F5-4C86-1EC2-B80E-0A848DE418F7"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXKnee_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Knee_RW1" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w2" -ln "UnTwistKnee_RW2" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 3 ".tg"; + setAttr ".lr" -type "double3" 0 4.2440201689452059e-05 0 ; + setAttr ".rst" -type "double3" 0 -7.1054273576010019e-15 3.8857805861880479e-16 ; + setAttr ".rsrr" -type "double3" -1.7341960946023892e-16 1.3189738497109303e-19 -8.4011302524453774e-11 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; + setAttr -k on ".w2"; +createNode transform -n "TwisterKnee0_R" -p "UnTwistKnee_R"; + rename -uid "13366E8B-4B65-203B-DD01-38A23DD4F765"; + setAttr ".ro" 2; +createNode transform -n "TwisterKnee1_R" -p "UnTwistKnee_R"; + rename -uid "7776AF60-4046-5092-39D7-4A8A52749978"; + setAttr ".ro" 2; +createNode transform -n "TwisterKnee2_R" -p "UnTwistKnee_R"; + rename -uid "7E1E589C-437D-5BAF-D827-F5A39F6192BD"; + setAttr ".ro" 2; +createNode transform -n "TwistFollowOffsetHip_R" -p "TwistSystem"; + rename -uid "237F1200-4323-9147-FDB8-B9A9052292CA"; + setAttr ".t" -type "double3" -8.9100017547607404 93.729995727539134 1.5281524601814583e-05 ; + setAttr ".r" -type "double3" 1.2865492663807057 9.9047907711745363e-06 179.99999134857799 ; + setAttr ".s" -type "double3" 1 1.0000000000000002 1 ; +createNode transform -n "TwistFollowHip_R" -p "TwistFollowOffsetHip_R"; + rename -uid "0D474152-4A38-265D-D968-1E9C268C2E58"; + setAttr -l on ".v" no; + setAttr ".ro" 2; + setAttr ".s" -type "double3" 1 0.99999999999999989 1.0000000000000002 ; +createNode parentConstraint -n "TwistFollowHip_R_parentConstraint1" -p "TwistFollowHip_R"; + rename -uid "C31A6A4F-494A-0985-F5A1-9A97C00CA5F0"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXHip_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Hip_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 0.52165322125964353 -0.1870547157996445 -0.93292005869936712 ; + setAttr ".rst" -type "double3" -8.9100017547607386 93.729995727539134 1.5281524601592593e-05 ; + setAttr ".rsrr" -type "double3" -1.2865528123704584 -9.7104940447810902e-06 179.99999134639646 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode ikHandle -n "UnTwistIKHip_R" -p "TwistFollowHip_R"; + rename -uid "DB441FE2-44F5-C559-824C-72A45BE28662"; + setAttr ".t" -type "double3" 1.7763568394002505e-15 11.510545209219444 0 ; + setAttr ".r" -type "double3" 1.2865492663822051 9.7080466409252927e-06 -179.99999112837031 ; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999967 0.99999999999999978 ; + setAttr ".roc" yes; +createNode poleVectorConstraint -n "UnTwistIKHip_R_poleVectorConstraint1" -p "UnTwistIKHip_R"; + rename -uid "C2BB2D09-46CA-A0B1-B9EC-9FAF23D5BE2B"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "UnTwistHip_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "TwistFollowParentOffsetHip_R" -p "TwistSystem"; + rename -uid "2D2977D1-4E72-54B1-F4B3-31BC084BFA9B"; + setAttr ".t" -type "double3" 1.970948212335697e-15 100 1.6292067812340161e-05 ; +createNode transform -n "TwistFollowParentHip_R" -p "TwistFollowParentOffsetHip_R"; + rename -uid "C58ACB53-4327-6D35-EF3E-1CBB081DEEE9"; + setAttr -l on ".v" no; +createNode parentConstraint -n "TwistFollowParentHip_R_parentConstraint1" -p "TwistFollowParentHip_R"; + rename -uid "7A79B327-4CAB-D9F2-4C3C-EA92B17E070C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "LegLockConstrainedW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 1.970948212335697e-15 100 1.6292067812340161e-05 ; + setAttr -k on ".w0"; +createNode joint -n "UnTwistHip_R" -p "TwistFollowParentHip_R"; + rename -uid "42997EA0-44D1-BB1A-362B-B3A97C576E6C"; + setAttr ".r" -type "double3" 0.52462700245094362 0.0042634306174898972 -0.93121206403772538 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 1.2865492663807054 9.9047907712613589e-06 179.99999134857799 ; +createNode joint -n "UnTwistEndHip_R" -p "UnTwistHip_R"; + rename -uid "F8911A7D-4433-A109-5CEE-3A8516D64E2F"; + setAttr ".t" -type "double3" 0 11.510545209219428 0 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode pointConstraint -n "UnTwistHip_R_pointConstraint1" -p "UnTwistHip_R"; + rename -uid "72FCD35B-47EC-C391-ABFA-E1A9CCF58599"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXHip_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Hip_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -8.9100017547607404 -6.2700042724608664 -1.0105432107475681e-06 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode ikEffector -n "effector4" -p "UnTwistHip_R"; + rename -uid "C0229AA8-47DC-25EC-3AD2-5CB71469FDEF"; + setAttr ".v" no; + setAttr ".hd" yes; +createNode joint -n "TwistBalancerHip_R" -p "UnTwistHip_R"; + rename -uid "29796E3A-4FE0-701B-9878-41A17044D79F"; + addAttr -ci true -sn "twist" -ln "twist" -at "double"; + setAttr ".ro" 3; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode parentConstraint -n "TwistBalancerHip_R_parentConstraint1" -p "TwistBalancerHip_R"; + rename -uid "88464E7D-49C4-CF15-D756-ACBE197E566E"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXHip_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Hip_RW1" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w2" -ln "UnTwistHip_RW2" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 3 ".tg"; + setAttr ".lr" -type "double3" 0 -0.18280767638574563 0 ; + setAttr ".rst" -type "double3" -1.7763568394002505e-15 0 -4.4408920985006262e-16 ; + setAttr ".rsrr" -type "double3" 1.2436598402651153e-38 -7.5830332790935439e-22 1.8793656146428791e-15 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; + setAttr -k on ".w2"; +createNode transform -n "TwisterHip0_R" -p "UnTwistHip_R"; + rename -uid "BB8BCD97-43AF-7169-727E-25BDF948BC2C"; + setAttr ".ro" 2; +createNode transform -n "TwisterHip1_R" -p "UnTwistHip_R"; + rename -uid "0EF2AE1B-415A-B9D3-D274-AC931D9EB868"; + setAttr ".ro" 2; +createNode transform -n "TwisterHip2_R" -p "UnTwistHip_R"; + rename -uid "9D401E88-40F6-6CA0-039C-5BA7CCAD431B"; + setAttr ".ro" 2; +createNode transform -n "TwistFollowOffsetWrist_R" -p "TwistSystem"; + rename -uid "A3D801E0-4C3B-D0CE-9708-93B7F6B1C442"; + setAttr ".t" -type "double3" -71.709869379797922 146.85928431678494 8.5755765208972434e-06 ; + setAttr ".r" -type "double3" 8.7670600016746203 0.0065362035207298958 86.568356007956851 ; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999978 1 ; +createNode transform -n "TwistFollowWrist_R" -p "TwistFollowOffsetWrist_R"; + rename -uid "1B51F0F4-4E4C-5833-DD45-219151C9BACD"; + setAttr -l on ".v" no; + setAttr ".ro" 5; + setAttr ".s" -type "double3" 1 1.0000000000000002 1.0000000000000002 ; +createNode parentConstraint -n "TwistFollowWrist_R_parentConstraint1" -p "TwistFollowWrist_R"; + rename -uid "89877F1A-4280-5CF9-64EA-DE84E199CE0F"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXWrist_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Wrist_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 4.3315083438815796 13.588532059010431 88.716844693408476 ; + setAttr ".rst" -type "double3" -71.709869609461748 146.85928431629202 8.563560610691486e-06 ; + setAttr ".rsrr" -type "double3" 0.5223716999707918 8.7516076634384614 86.527882241809564 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode ikHandle -n "UnTwistIKWrist_R" -p "TwistFollowWrist_R"; + rename -uid "E5249689-42C4-72F1-5378-CCB7686443F5"; + setAttr ".t" -type "double3" 0 11.510545209219416 3.5527136788005009e-15 ; + setAttr ".r" -type "double3" -0.52237125765257275 -8.7516076899632615 -86.527882309108762 ; + setAttr ".s" -type "double3" 1 1.0000000000000002 0.99999999999999989 ; + setAttr ".roc" yes; +createNode poleVectorConstraint -n "UnTwistIKWrist_R_poleVectorConstraint1" -p "UnTwistIKWrist_R"; + rename -uid "9CA8CBF1-4DEB-FA4B-7788-C0BE9C0558F2"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "UnTwistWrist_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "TwistFollowParentOffsetWrist_R" -p "TwistSystem"; + rename -uid "4B6C3A56-4AA4-B664-F5A7-D190B3F3A612"; + setAttr ".t" -type "double3" -45.012706559202428 146.5887303717744 -0.99916200684889134 ; + setAttr ".r" -type "double3" 2.1632286186270169 7.7917377944875748 89.712785553000529 ; + setAttr ".s" -type "double3" 1 0.99999999999999978 1 ; +createNode transform -n "TwistFollowParentWrist_R" -p "TwistFollowParentOffsetWrist_R"; + rename -uid "0ED8283C-4788-C9D2-F696-1CA53C4AD5E3"; + setAttr -l on ".v" no; + setAttr ".s" -type "double3" 1 1.0000000000000002 1 ; +createNode parentConstraint -n "TwistFollowParentWrist_R_parentConstraint1" -p "TwistFollowParentWrist_R"; + rename -uid "290353E8-480C-48C6-21E2-DA998D3BF48E"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXElbow_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Elbow_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 2.7277682339287552 -17.079002465704555 79.068276094431937 ; + setAttr ".rst" -type "double3" -45.012706357259979 146.58873120490537 -0.9991559109934196 ; + setAttr ".rsrr" -type "double3" 2.163215372901083 7.7917377944875774 89.712785553000529 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode joint -n "UnTwistWrist_R" -p "TwistFollowParentWrist_R"; + rename -uid "1C71670F-497F-FAC1-7660-479068E18F4E"; + setAttr ".r" -type "double3" -0.07861038915814951 0.0063960063360866751 9.3030615628844071 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 7.0165517352901947 -7.8875716091960708 -2.8765030062128254 ; +createNode joint -n "UnTwistEndWrist_R" -p "UnTwistWrist_R"; + rename -uid "C16773D2-4466-E3AB-62CD-05B27C070898"; + setAttr ".t" -type "double3" 0 11.510545209219428 0 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode pointConstraint -n "UnTwistWrist_R_pointConstraint1" -p "UnTwistWrist_R"; + rename -uid "5BB2A4E9-4A66-DA20-DC4A-73A9E0875AFA"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXWrist_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Wrist_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -4.1717385101947002e-10 26.717223961291303 -2.0788032628615838e-08 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode ikEffector -n "effector5" -p "UnTwistWrist_R"; + rename -uid "EA99D92F-4486-61F4-2A97-6EB76CDDEF40"; + setAttr ".v" no; + setAttr ".hd" yes; +createNode joint -n "TwistBalancerWrist_R" -p "UnTwistWrist_R"; + rename -uid "932BEB8A-4ABF-655A-EBAC-B0AE47566A98"; + addAttr -ci true -sn "twist" -ln "twist" -at "double"; + setAttr ".ro" 3; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode parentConstraint -n "TwistBalancerWrist_R_parentConstraint1" -p "TwistBalancerWrist_R"; + rename -uid "3173BC04-472F-A684-0A82-F48580E8E629"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXWrist_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Wrist_RW1" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w2" -ln "UnTwistWrist_RW2" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 3 ".tg"; + setAttr ".lr" -type "double3" 0 15.154415653598292 0 ; + setAttr ".rst" -type "double3" 2.8421709430404007e-14 0 -1.7763568394002505e-15 ; + setAttr ".rsrr" -type "double3" -1.1554358803754182e-15 1.242404172446687e-17 6.9574633657014429e-16 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; + setAttr -k on ".w2"; +createNode transform -n "TwisterWrist0_R" -p "UnTwistWrist_R"; + rename -uid "492572D2-4850-63C1-9F03-ACADDE221233"; + setAttr ".ro" 5; +createNode transform -n "TwisterWrist1_R" -p "UnTwistWrist_R"; + rename -uid "8F8F6D79-4C8A-EA25-A591-6592AEF2978F"; + setAttr ".ro" 5; +createNode transform -n "TwisterWrist2_R" -p "UnTwistWrist_R"; + rename -uid "BD959BD6-45AC-B20F-F7B6-8F82591AB450"; + setAttr ".ro" 5; +createNode transform -n "TwistFollowOffsetElbow_R" -p "TwistSystem"; + rename -uid "B674B81A-47B0-640C-5E75-0E84D9945CEB"; + setAttr ".t" -type "double3" -45.012706559202428 146.5887303717744 -0.99916200684889134 ; + setAttr ".r" -type "double3" 2.1632286186270151 7.7917377944875774 89.712785553000529 ; + setAttr ".s" -type "double3" 1.0000000000000002 0.99999999999999967 1 ; +createNode transform -n "TwistFollowElbow_R" -p "TwistFollowOffsetElbow_R"; + rename -uid "FCA76D03-4704-5721-D837-73A56B7A4D03"; + setAttr -l on ".v" no; + setAttr ".ro" 5; + setAttr ".s" -type "double3" 1 1.0000000000000002 1 ; +createNode parentConstraint -n "TwistFollowElbow_R_parentConstraint1" -p "TwistFollowElbow_R"; + rename -uid "9272F5CC-460A-C155-B878-43A336B76A5C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXElbow_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Elbow_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 17.281751222043493 -0.51022796539782778 79.555479818127154 ; + setAttr ".rst" -type "double3" -45.012706357259979 146.58873120490537 -0.9991559109934196 ; + setAttr ".rsrr" -type "double3" -7.7808920253152474 2.202126958609425 89.715227001556585 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode ikHandle -n "UnTwistIKElbow_R" -p "TwistFollowElbow_R"; + rename -uid "9C2735AB-4ED5-D801-9A0E-FAB5DC466C8D"; + setAttr ".t" -type "double3" 0 11.510545209219423 -3.5527136788005009e-15 ; + setAttr ".r" -type "double3" 7.7808919594326067 -2.2021402041717506 -89.715226999025063 ; + setAttr ".s" -type "double3" 1.0000000000000002 0.99999999999999978 1 ; + setAttr ".roc" yes; +createNode poleVectorConstraint -n "UnTwistIKElbow_R_poleVectorConstraint1" -p "UnTwistIKElbow_R"; + rename -uid "13534A90-4F62-DD59-9389-D08E7E37A093"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "UnTwistElbow_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "TwistFollowParentOffsetElbow_R" -p "TwistSystem"; + rename -uid "0A4023B1-4EC0-515F-9511-DAB01612D5AA"; + setAttr ".t" -type "double3" -17.70723533630327 146.58857741632883 2.1797380119761159e-05 ; + setAttr ".r" -type "double3" -2.1152159647341366 7.7917377944875774 89.712785553000529 ; +createNode transform -n "TwistFollowParentElbow_R" -p "TwistFollowParentOffsetElbow_R"; + rename -uid "99200364-42CC-EC46-233D-63BCF24716B2"; + setAttr -l on ".v" no; +createNode parentConstraint -n "TwistFollowParentElbow_R_parentConstraint1" -p "TwistFollowParentElbow_R"; + rename -uid "7056FA1A-492E-6F33-13AA-3794D9E460EC"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXShoulder_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Shoulder_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" -13.939591145963249 -21.277856880150573 78.782294218497015 ; + setAttr ".rst" -type "double3" -17.70723533630327 146.58857741632883 2.1797380119761088e-05 ; + setAttr ".rsrr" -type "double3" -2.1152030871781831 7.7917377944875756 89.712785553000529 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode joint -n "UnTwistElbow_R" -p "TwistFollowParentElbow_R"; + rename -uid "B96D80D3-473F-2D3B-45CC-E79931DA647A"; + setAttr ".r" -type "double3" 13.25885503370934 -4.1106877065836037e-15 3.5368524411967183e-14 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 4.2784445833611562 0 -5.6305757095283822e-14 ; +createNode joint -n "UnTwistEndElbow_R" -p "UnTwistElbow_R"; + rename -uid "518CDDFA-461A-7E22-324E-2E9798A0E94B"; + setAttr ".t" -type "double3" 0 11.510545209219428 0 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode pointConstraint -n "UnTwistElbow_R_pointConstraint1" -p "UnTwistElbow_R"; + rename -uid "7EB81865-412F-2222-DDA8-9982165458DA"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXElbow_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Elbow_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -4.2774672692758031e-10 27.32374615225428 6.1411690239765448e-06 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode ikEffector -n "effector6" -p "UnTwistElbow_R"; + rename -uid "03223556-4651-6D8D-5C18-5797CCC00A6D"; + setAttr ".v" no; + setAttr ".hd" yes; +createNode joint -n "TwistBalancerElbow_R" -p "UnTwistElbow_R"; + rename -uid "98156D91-44AA-1415-EC07-2282F8F9ED4C"; + addAttr -ci true -sn "twist" -ln "twist" -at "double"; + setAttr ".ro" 3; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode parentConstraint -n "TwistBalancerElbow_R_parentConstraint1" -p "TwistBalancerElbow_R"; + rename -uid "853547E8-4B04-55FC-9FC3-25AC2BD0E9EA"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXElbow_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Elbow_RW1" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w2" -ln "UnTwistElbow_RW2" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 3 ".tg"; + setAttr ".rst" -type "double3" 2.8421709430404007e-14 7.1054273576010019e-15 -3.5527136788005009e-15 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; + setAttr -k on ".w2"; +createNode transform -n "TwisterElbow0_R" -p "UnTwistElbow_R"; + rename -uid "FFB2ADB4-42C3-EA87-CC7E-6283BB757A84"; + setAttr ".ro" 5; +createNode transform -n "TwisterElbow1_R" -p "UnTwistElbow_R"; + rename -uid "95D4BC01-4090-3709-A870-639C57D09AE8"; + setAttr ".ro" 5; +createNode transform -n "TwisterElbow2_R" -p "UnTwistElbow_R"; + rename -uid "983D706F-46B6-0A75-3E20-1B998AD28F58"; + setAttr ".ro" 5; +createNode transform -n "TwistFollowOffsetShoulder_R" -p "TwistSystem"; + rename -uid "7F8FBA6F-4DC4-54C1-438C-7789F3FD8183"; + setAttr ".t" -type "double3" -17.70723533630327 146.58857741632883 2.1797380119761159e-05 ; + setAttr ".r" -type "double3" -2.1152159647341362 7.7917377944875774 89.712785553000529 ; +createNode transform -n "TwistFollowShoulder_R" -p "TwistFollowOffsetShoulder_R"; + rename -uid "F682B6FC-44A1-CFA2-FDE2-1A86A6A3335E"; + setAttr -l on ".v" no; + setAttr ".ro" 5; +createNode parentConstraint -n "TwistFollowShoulder_R_parentConstraint1" -p "TwistFollowShoulder_R"; + rename -uid "5F945163-4751-7D2E-0CC2-2AB8746AD6D9"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXShoulder_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Shoulder_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 18.272198078936245 -17.746931383506187 79.027738536060582 ; + setAttr ".rst" -type "double3" -17.70723533630327 146.58857741632883 2.1797380119761088e-05 ; + setAttr ".rsrr" -type "double3" -7.8021508467971215 -2.0762387097990254 89.715250372402508 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode ikHandle -n "UnTwistIKShoulder_R" -p "TwistFollowShoulder_R"; + rename -uid "E6CF7B74-45E2-7843-F4F1-2599B2EA183F"; + setAttr ".t" -type "double3" 0 11.510545209219433 3.5527136788005009e-15 ; + setAttr ".r" -type "double3" 7.802150910838014 2.0762515871959519 -89.715250370082387 ; + setAttr ".s" -type "double3" 0.99999999999999989 1 1 ; + setAttr ".roc" yes; +createNode poleVectorConstraint -n "UnTwistIKShoulder_R_poleVectorConstraint1" -p + "UnTwistIKShoulder_R"; + rename -uid "3AB5B650-48E7-8B76-F5D0-8FB9A89D8193"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "UnTwistShoulder_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "TwistFollowParentOffsetShoulder_R" -p "TwistSystem"; + rename -uid "2C0B5B70-4E4D-C522-4DF6-23BB5E50C363"; + setAttr ".t" -type "double3" -6.9999876022338681 146.58856201171878 2.3882306769695959e-05 ; + setAttr ".r" -type "double3" -1.1156695110591079e-05 0.0068624904113437843 89.999917566768318 ; +createNode transform -n "TwistFollowParentShoulder_R" -p "TwistFollowParentOffsetShoulder_R"; + rename -uid "C797C9B2-428D-22AA-D276-6AA8A66BB795"; + setAttr -l on ".v" no; + setAttr ".s" -type "double3" 1 1.0000000000000002 1.0000000000000002 ; +createNode parentConstraint -n "TwistFollowParentShoulder_R_parentConstraint1" -p + "TwistFollowParentShoulder_R"; + rename -uid "FBF55D8D-4C45-1035-D15F-E4BCC57EBDAF"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXScapula_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 7.8857021550708311 -3.1964634994223315 2.3937953532769027 ; + setAttr ".rst" -type "double3" -6.9999876022338681 146.58856201171878 2.3882306769695959e-05 ; + setAttr ".rsrr" -type "double3" -1.1156695110591079e-05 0.0068624904113437843 89.999917566768318 ; + setAttr -k on ".w0"; +createNode joint -n "UnTwistShoulder_R" -p "TwistFollowParentShoulder_R"; + rename -uid "828814BE-457C-90F5-C271-C78AE014C5C6"; + setAttr ".r" -type "double3" -12.368308068212736 8.677776707955692 70.001441041548873 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -2.115169993961787 7.7848754461566969 -0.28712578478170353 ; +createNode joint -n "UnTwistEndShoulder_R" -p "UnTwistShoulder_R"; + rename -uid "5C318897-477D-30F2-5133-728CDF01C2DC"; + setAttr ".t" -type "double3" 0 11.510545209219428 0 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode pointConstraint -n "UnTwistShoulder_R_pointConstraint1" -p "UnTwistShoulder_R"; + rename -uid "6F9C9FF8-4100-AA11-7E44-E9A6B0191180"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXShoulder_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Shoulder_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 7.2475359047530219e-12 10.707247734080685 6.9388939039072284e-18 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode ikEffector -n "effector7" -p "UnTwistShoulder_R"; + rename -uid "5741D1D2-4E01-1560-C17E-22910E21E710"; + setAttr ".v" no; + setAttr ".hd" yes; +createNode joint -n "TwistBalancerShoulder_R" -p "UnTwistShoulder_R"; + rename -uid "9854E10E-4FDB-8F89-235F-498E71A075F3"; + addAttr -ci true -sn "twist" -ln "twist" -at "double"; + setAttr ".ro" 3; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode parentConstraint -n "TwistBalancerShoulder_R_parentConstraint1" -p "TwistBalancerShoulder_R"; + rename -uid "37C14442-4E8A-CA19-6404-188131311508"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXShoulder_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Shoulder_RW1" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w2" -ln "UnTwistShoulder_RW2" -dv 1 -min 0 + -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 3 ".tg"; + setAttr ".lr" -type "double3" 0 -22.421390039644354 0 ; + setAttr ".rst" -type "double3" 0 0 3.5527136788005009e-15 ; + setAttr ".rsrr" -type "double3" 7.765026077791788e-19 -7.9513867036587919e-16 -1.2424041724466862e-17 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; + setAttr -k on ".w2"; +createNode transform -n "TwisterShoulder0_R" -p "UnTwistShoulder_R"; + rename -uid "3974567C-4BC1-0FDF-0A71-AEA1591BF72C"; + setAttr ".ro" 5; +createNode transform -n "TwisterShoulder1_R" -p "UnTwistShoulder_R"; + rename -uid "139611BB-4E98-0FEC-7C6D-14978DDDB6E3"; + setAttr ".ro" 5; +createNode transform -n "TwisterShoulder2_R" -p "UnTwistShoulder_R"; + rename -uid "FE778318-448B-C3BA-FAA7-BBB4E3D51200"; + setAttr ".ro" 5; +createNode transform -n "TwistFollowOffsetKnee_L" -p "TwistSystem"; + rename -uid "7BD20773-4C4A-AD7F-D2D9-8C8E026696E8"; + setAttr ".t" -type "double3" 8.9100145851309183 48.851341247560065 -1.007882788036538 ; + setAttr ".r" -type "double3" 176.00832678787469 0.0013112063189109726 179.9999245662317 ; +createNode transform -n "TwistFollowKnee_L" -p "TwistFollowOffsetKnee_L"; + rename -uid "77B1DC60-4919-AA24-7FB4-7B88B08F35A7"; + setAttr -l on ".v" no; + setAttr ".ro" 2; + setAttr ".s" -type "double3" 1 1.0000000000000002 0.99999999999999989 ; +createNode parentConstraint -n "TwistFollowKnee_L_parentConstraint1" -p "TwistFollowKnee_L"; + rename -uid "E35DDFA6-446B-F71E-92AB-70B33A208404"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXKnee_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Knee_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" -8.2646646727501754 1.9550860477104934 -0.22266760619406192 ; + setAttr ".rst" -type "double3" 8.9100145851315133 48.851340287184001 -1.007880050911707 ; + setAttr ".rsrr" -type "double3" -3.9916771362356376 179.99868352984925 7.5617121404428534e-05 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode ikHandle -n "UnTwistIKKnee_L" -p "TwistFollowKnee_L"; + rename -uid "C172460B-4D83-A211-1B2B-76933D098E2A"; + setAttr ".t" -type "double3" -1.7763568394002505e-15 -11.51054520921943 -8.8817841970012523e-16 ; + setAttr ".r" -type "double3" 176.0083267885542 -0.0013132766225696377 -179.99998397574444 ; + setAttr ".roc" yes; +createNode poleVectorConstraint -n "UnTwistIKKnee_L_poleVectorConstraint1" -p "UnTwistIKKnee_L"; + rename -uid "E8078213-4EA5-D0AB-D2DE-5AA72BBE561E"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "UnTwistKnee_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "TwistFollowParentOffsetKnee_L" -p "TwistSystem"; + rename -uid "FCAD13D1-4D84-4059-C376-0BBDC9371C0F"; + setAttr ".t" -type "double3" 8.9100017547607404 93.729995727539134 1.5281524601814583e-05 ; + setAttr ".r" -type "double3" 178.71345074318728 -6.7040371563653442e-06 -179.99998346913344 ; + setAttr ".s" -type "double3" 1 1 1.0000000000000002 ; +createNode transform -n "TwistFollowParentKnee_L" -p "TwistFollowParentOffsetKnee_L"; + rename -uid "1BF15CC8-444E-5CAD-3486-2D9E1F4E0332"; + setAttr -l on ".v" no; + setAttr ".s" -type "double3" 1 1 0.99999999999999978 ; +createNode parentConstraint -n "TwistFollowParentKnee_L_parentConstraint1" -p "TwistFollowParentKnee_L"; + rename -uid "A18D8CCB-476E-4D8D-C95E-3A9E9ED66E6C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXHip_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Hip_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 13.792411090912488 1.9105119415538538 -0.31071883441415016 ; + setAttr ".rst" -type "double3" 8.9100017547607386 93.729995727539134 1.5281524601592593e-05 ; + setAttr ".rsrr" -type "double3" 178.71345426338618 -6.704037169087563e-06 -179.99998346913344 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode joint -n "UnTwistKnee_L" -p "TwistFollowParentKnee_L"; + rename -uid "4992C211-45EF-5717-CBC5-938AC74017C0"; + setAttr ".r" -type "double3" -22.066006375613938 9.097352915660671e-07 4.6658318950002512e-06 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -2.7051239549836414 -0.001319642969465342 6.2350892930680796e-05 ; +createNode joint -n "UnTwistEndKnee_L" -p "UnTwistKnee_L"; + rename -uid "2FF0C703-4D5A-69C1-DD20-6E948D1190BD"; + setAttr ".t" -type "double3" 0 -11.510545209219428 0 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode pointConstraint -n "UnTwistKnee_L_pointConstraint1" -p "UnTwistKnee_L"; + rename -uid "8594C6FA-4E3F-602E-924F-BD9155340C00"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXKnee_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Knee_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 2.6645352591003757e-14 -44.88997178808895 -2.7579966563884284e-06 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode ikEffector -n "effector8" -p "UnTwistKnee_L"; + rename -uid "4E544C5F-44B7-DE27-3245-C9BEBA59A14D"; + setAttr ".v" no; + setAttr ".hd" yes; +createNode joint -n "TwistBalancerKnee_L" -p "UnTwistKnee_L"; + rename -uid "44CB4675-4DEC-0C7A-3F5B-60A43BD256F4"; + addAttr -ci true -sn "twist" -ln "twist" -at "double"; + setAttr ".ro" 3; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode parentConstraint -n "TwistBalancerKnee_L_parentConstraint1" -p "TwistBalancerKnee_L"; + rename -uid "EFB5A094-4D25-E0E3-81FC-C1ADCF52C561"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXKnee_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Knee_LW1" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w2" -ln "UnTwistKnee_LW2" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 3 ".tg"; + setAttr ".lr" -type "double3" 0 -1.9913014127774468e-05 0 ; + setAttr ".rst" -type "double3" 1.7763568394002505e-15 0 0 ; + setAttr ".rsrr" -type "double3" -1.7341227781395483e-16 7.2749725394169708e-20 -8.4010666587017303e-11 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; + setAttr -k on ".w2"; +createNode transform -n "TwisterKnee0_L" -p "UnTwistKnee_L"; + rename -uid "824AD0C8-465B-0C3D-66BD-8BA4ED9829AE"; + setAttr ".ro" 2; +createNode transform -n "TwisterKnee1_L" -p "UnTwistKnee_L"; + rename -uid "BBC25F74-4E61-DFB2-3694-1F95904AFE4F"; + setAttr ".ro" 2; +createNode transform -n "TwisterKnee2_L" -p "UnTwistKnee_L"; + rename -uid "9C123F2B-4A8E-83F0-0610-2897B25A8DC5"; + setAttr ".ro" 2; +createNode transform -n "TwistFollowOffsetHip_L" -p "TwistSystem"; + rename -uid "B866A99F-4555-8A36-3CE9-EE8970B3502E"; + setAttr ".t" -type "double3" 8.9100017547607404 93.729995727539134 1.5281524601814583e-05 ; + setAttr ".r" -type "double3" 178.71345074318728 -6.7040371563653442e-06 -179.99998346913344 ; + setAttr ".s" -type "double3" 0.99999999999999989 1 1 ; +createNode transform -n "TwistFollowHip_L" -p "TwistFollowOffsetHip_L"; + rename -uid "53CE3F29-4447-56B0-2D4E-19936E080E3D"; + setAttr -l on ".v" no; + setAttr ".ro" 2; + setAttr ".s" -type "double3" 0.99999999999999989 1 0.99999999999999978 ; +createNode parentConstraint -n "TwistFollowHip_L_parentConstraint1" -p "TwistFollowHip_L"; + rename -uid "824CC7CD-4A9C-4977-DFC3-D4983E3BBCD7"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXHip_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Hip_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 13.802563349784188 1.8342470729350133 -0.31978030254815987 ; + setAttr ".rst" -type "double3" 8.9100017547607386 93.729995727539134 1.5281524601592593e-05 ; + setAttr ".rsrr" -type "double3" -1.2865457366118482 -179.99999292470875 -1.6535034883683087e-05 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode ikHandle -n "UnTwistIKHip_L" -p "TwistFollowHip_L"; + rename -uid "F338A4CD-4D41-A8D0-1D9A-55809B2067D2"; + setAttr ".t" -type "double3" -1.7763568394002505e-15 -11.510545209219416 -4.4408920985006262e-16 ; + setAttr ".r" -type "double3" 178.71345074318921 7.0735086113463519e-06 -179.99998362382405 ; + setAttr ".s" -type "double3" 1.0000000000000002 1 1 ; + setAttr ".roc" yes; +createNode poleVectorConstraint -n "UnTwistIKHip_L_poleVectorConstraint1" -p "UnTwistIKHip_L"; + rename -uid "69AEAD2D-4158-E036-9AFC-96B8DBFE81CE"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "UnTwistHip_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "TwistFollowParentOffsetHip_L" -p "TwistSystem"; + rename -uid "DA3AB1AC-43C9-4277-831A-A3B3D9E48020"; + setAttr ".t" -type "double3" 1.970948212335697e-15 100 1.6292067812340161e-05 ; +createNode transform -n "TwistFollowParentHip_L" -p "TwistFollowParentOffsetHip_L"; + rename -uid "DEBBAD30-4A93-EB35-98FF-EF9ECFC9149C"; + setAttr -l on ".v" no; +createNode parentConstraint -n "TwistFollowParentHip_L_parentConstraint1" -p "TwistFollowParentHip_L"; + rename -uid "9337C58E-443C-E795-33D0-4092B2105E82"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "LegLockConstrainedW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 1.970948212335697e-15 100 1.6292067812340161e-05 ; + setAttr -k on ".w0"; +createNode joint -n "UnTwistHip_L" -p "TwistFollowParentHip_L"; + rename -uid "743E8844-44E8-BF36-7233-F7981A75E645"; + setAttr ".r" -type "double3" 13.784610569439005 0.091525199113410866 -0.7571652235339893 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 178.71345074318728 -6.7040371746566649e-06 -179.99998346913344 ; +createNode joint -n "UnTwistEndHip_L" -p "UnTwistHip_L"; + rename -uid "93761EE7-4508-5F15-9173-F0982F426397"; + setAttr ".t" -type "double3" 0 -11.510545209219428 0 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode pointConstraint -n "UnTwistHip_L_pointConstraint1" -p "UnTwistHip_L"; + rename -uid "908F6314-405E-BAB5-A4F5-0BB51CEBD742"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXHip_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Hip_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 8.9100017547607369 -6.2700042724608664 -1.0105432107475681e-06 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode ikEffector -n "effector9" -p "UnTwistHip_L"; + rename -uid "7A5E121D-4DEB-9F32-7EE5-9494B134F457"; + setAttr ".v" no; + setAttr ".hd" yes; +createNode joint -n "TwistBalancerHip_L" -p "UnTwistHip_L"; + rename -uid "2C95FF11-4ABD-C687-65DC-F1BFE5DC1519"; + addAttr -ci true -sn "twist" -ln "twist" -at "double"; + setAttr ".ro" 3; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode parentConstraint -n "TwistBalancerHip_L_parentConstraint1" -p "TwistBalancerHip_L"; + rename -uid "0580E2A6-456B-1AEF-B35F-8FB26D285A8E"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXHip_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Hip_LW1" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w2" -ln "UnTwistHip_LW2" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 3 ".tg"; + setAttr ".lr" -type "double3" 0 1.8729520986696018 0 ; + setAttr ".rst" -type "double3" 1.7763568394002505e-15 0 4.4408920985006262e-16 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; + setAttr -k on ".w2"; +createNode transform -n "TwisterHip0_L" -p "UnTwistHip_L"; + rename -uid "6F4E11B3-4585-DC83-C6F9-0082908B38A7"; + setAttr ".ro" 2; +createNode transform -n "TwisterHip1_L" -p "UnTwistHip_L"; + rename -uid "00782891-4C53-AE75-D6B1-5B89D63B57D2"; + setAttr ".ro" 2; +createNode transform -n "TwisterHip2_L" -p "UnTwistHip_L"; + rename -uid "26E67249-444E-8EE8-98D0-5FA543DACD04"; + setAttr ".ro" 2; +createNode transform -n "TwistFollowOffsetWrist_L" -p "TwistSystem"; + rename -uid "835B30E0-45C3-7D34-EE59-65A6735C916F"; + setAttr ".t" -type "double3" 71.709869379797667 146.85928431685196 8.5759231854831697e-06 ; + setAttr ".r" -type "double3" -171.23293999801331 -0.0065362034372331785 -86.568356007897563 ; + setAttr ".s" -type "double3" 1.0000000000000002 0.99999999999999978 0.99999999999999989 ; +createNode transform -n "TwistFollowWrist_L" -p "TwistFollowOffsetWrist_L"; + rename -uid "484F5F17-4532-B439-C759-208410B3B8C8"; + setAttr -l on ".v" no; + setAttr ".ro" 5; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999978 0.99999999999999989 ; +createNode parentConstraint -n "TwistFollowWrist_L_parentConstraint1" -p "TwistFollowWrist_L"; + rename -uid "68F6D83F-4470-8D4D-4695-B08F1AF337D3"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXWrist_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Wrist_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" -11.578366024083008 12.721386231637339 90.073267561095918 ; + setAttr ".rst" -type "double3" 71.709869609452412 146.85928431816637 8.5771157424395357e-06 ; + setAttr ".rsrr" -type "double3" -179.47762830038997 8.7516076637727469 86.527882241818503 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode ikHandle -n "UnTwistIKWrist_L" -p "TwistFollowWrist_L"; + rename -uid "3B311431-45E6-207F-8874-F7A16BC59BE2"; + setAttr ".t" -type "double3" -5.6843418860808015e-14 -11.51054520921943 -3.5527136788005009e-15 ; + setAttr ".r" -type "double3" 179.47762874223582 -8.7516076902692284 -86.527882309045907 ; + setAttr ".s" -type "double3" 1.0000000000000002 0.99999999999999978 1.0000000000000002 ; + setAttr ".roc" yes; +createNode poleVectorConstraint -n "UnTwistIKWrist_L_poleVectorConstraint1" -p "UnTwistIKWrist_L"; + rename -uid "F33A28FE-4764-2840-B292-B78454A4DC6E"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "UnTwistWrist_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "TwistFollowParentOffsetWrist_L" -p "TwistSystem"; + rename -uid "2D5E33CF-4599-C472-1E2C-E0979AABFEAA"; + setAttr ".t" -type "double3" 45.012706559207814 146.5887303718155 -0.99916200664553645 ; + setAttr ".r" -type "double3" -177.8367713810631 -7.7917377943870738 -89.712785552983121 ; +createNode transform -n "TwistFollowParentWrist_L" -p "TwistFollowParentOffsetWrist_L"; + rename -uid "39B4A437-40F9-AF90-7381-ADAE9C341623"; + setAttr -l on ".v" no; + setAttr ".s" -type "double3" 1 1 1.0000000000000002 ; +createNode parentConstraint -n "TwistFollowParentWrist_L_parentConstraint1" -p "TwistFollowParentWrist_L"; + rename -uid "925905CD-441B-D517-6F97-079EA37573BA"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXElbow_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Elbow_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" -1.520214691624566 -4.7220145486825764 78.147054523025744 ; + setAttr ".rst" -type "double3" 45.012706357509714 146.58873120586151 -0.99915590411205457 ; + setAttr ".rsrr" -type "double3" -177.83678461264373 -7.791737794387072 -89.712785552983121 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode joint -n "UnTwistWrist_L" -p "TwistFollowParentWrist_L"; + rename -uid "FBB77B8D-49B5-E174-A561-3EAAAC82B197"; + setAttr ".r" -type "double3" 1.4003587757661169 -0.11486227996292815 9.3777410571803479 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 7.0165517352902027 -7.8875716091960744 -2.8765030062128165 ; +createNode joint -n "UnTwistEndWrist_L" -p "UnTwistWrist_L"; + rename -uid "62207582-4D5F-897F-D9BA-52B7507E0885"; + setAttr ".t" -type "double3" 0 -11.510545209219428 0 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode pointConstraint -n "UnTwistWrist_L_pointConstraint1" -p "UnTwistWrist_L"; + rename -uid "F5722816-4AC4-0510-254A-DB9674170A82"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXWrist_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Wrist_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 4.1723069443833083e-10 -26.717223961794488 7.4659780580077495e-09 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode ikEffector -n "effector10" -p "UnTwistWrist_L"; + rename -uid "6B67AA2E-4CDA-7412-918B-99A9A384CB5C"; + setAttr ".v" no; + setAttr ".hd" yes; +createNode joint -n "TwistBalancerWrist_L" -p "UnTwistWrist_L"; + rename -uid "7EA5E1DD-4489-EBC3-733D-5784BD809FC1"; + addAttr -ci true -sn "twist" -ln "twist" -at "double"; + setAttr ".ro" 3; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode parentConstraint -n "TwistBalancerWrist_L_parentConstraint1" -p "TwistBalancerWrist_L"; + rename -uid "63DAC04B-449A-8FA6-AD9C-6FB1E562AC42"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXWrist_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Wrist_LW1" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w2" -ln "UnTwistWrist_LW2" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 3 ".tg"; + setAttr ".lr" -type "double3" 0 18.126956564213689 0 ; + setAttr ".rst" -type "double3" 5.6843418860808015e-14 0 0 ; + setAttr ".rsrr" -type "double3" -3.6029721000953902e-16 2.4848083448933725e-17 6.4605016967227689e-16 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; + setAttr -k on ".w2"; +createNode transform -n "TwisterWrist0_L" -p "UnTwistWrist_L"; + rename -uid "FA582681-45CA-A63D-56A1-F2BC5730CC35"; + setAttr ".ro" 5; +createNode transform -n "TwisterWrist1_L" -p "UnTwistWrist_L"; + rename -uid "E321EF44-41F9-1075-5E4E-8A91234532E7"; + setAttr ".ro" 5; +createNode transform -n "TwisterWrist2_L" -p "UnTwistWrist_L"; + rename -uid "5663EA06-4980-BB78-B319-38A07215B6CB"; + setAttr ".ro" 5; +createNode transform -n "TwistFollowOffsetElbow_L" -p "TwistSystem"; + rename -uid "1FF085E7-47DD-A838-8075-7C8F7C77E74F"; + setAttr ".t" -type "double3" 45.012706559207814 146.5887303718155 -0.99916200664553645 ; + setAttr ".r" -type "double3" -177.8367713810631 -7.7917377943870676 -89.712785552983121 ; + setAttr ".s" -type "double3" 1.0000000000000002 0.99999999999999978 1.0000000000000004 ; +createNode transform -n "TwistFollowElbow_L" -p "TwistFollowOffsetElbow_L"; + rename -uid "F0C1BF64-4220-C392-9D3E-A1879A436BA1"; + setAttr -l on ".v" no; + setAttr ".ro" 5; + setAttr ".s" -type "double3" 1 1 1.0000000000000002 ; +createNode parentConstraint -n "TwistFollowElbow_L_parentConstraint1" -p "TwistFollowElbow_L"; + rename -uid "E3D781C7-469E-09CD-12EB-3E920C1B2D92"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXElbow_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Elbow_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 4.3102837968707268 -2.4568445576066726 78.176841649449059 ; + setAttr ".rst" -type "double3" 45.012706357509714 146.58873120586151 -0.99915590411205457 ; + setAttr ".rsrr" -type "double3" 172.21910797485782 2.2021269730663038 89.715227001536519 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode ikHandle -n "UnTwistIKElbow_L" -p "TwistFollowElbow_L"; + rename -uid "AF3C1873-41F0-74B9-2D2A-7ABB6244D07E"; + setAttr ".t" -type "double3" -5.6843418860808015e-14 -11.51054520921943 0 ; + setAttr ".r" -type "double3" -172.21910804067011 -2.2021402044834835 -89.715226999007683 ; + setAttr ".s" -type "double3" 1.0000000000000002 0.99999999999999978 0.99999999999999944 ; + setAttr ".roc" yes; +createNode poleVectorConstraint -n "UnTwistIKElbow_L_poleVectorConstraint1" -p "UnTwistIKElbow_L"; + rename -uid "70CD898D-4337-A407-4A5C-80A65CD20243"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "UnTwistElbow_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "TwistFollowParentOffsetElbow_L" -p "TwistSystem"; + rename -uid "E3FD5C39-4D2E-CBBB-DA65-AA97F9C0F56F"; + setAttr ".t" -type "double3" 17.707235336303274 146.58857741633989 2.17974373980427e-05 ; + setAttr ".r" -type "double3" 177.88478403557576 -7.791737794387072 -89.712785552983107 ; + setAttr ".s" -type "double3" 1 1 1.0000000000000002 ; +createNode transform -n "TwistFollowParentElbow_L" -p "TwistFollowParentOffsetElbow_L"; + rename -uid "482AF093-4F25-0C74-A84E-9BA3DAB21A68"; + setAttr -l on ".v" no; + setAttr ".s" -type "double3" 1 1.0000000000000002 0.99999999999999978 ; +createNode parentConstraint -n "TwistFollowParentElbow_L_parentConstraint1" -p "TwistFollowParentElbow_L"; + rename -uid "CEFF83EA-46BD-B1AC-27C7-018332E41CDF"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXShoulder_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Shoulder_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" -16.746642555240875 -8.9085075567176357 78.041517291001313 ; + setAttr ".rst" -type "double3" 17.707235336303278 146.58857741633989 2.1797437399737945e-05 ; + setAttr ".rsrr" -type "double3" 177.88479692727512 -7.7917377943870756 -89.712785552983092 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode joint -n "UnTwistElbow_L" -p "TwistFollowParentElbow_L"; + rename -uid "F6323A7A-4F87-B811-4F48-3D8D913326B5"; + setAttr ".r" -type "double3" 11.836717618413843 3.2997921283818358e-14 -3.1831671970770675e-13 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 4.2784445833611402 -1.5902773407317592e-15 -1.5554900239032518e-14 ; +createNode joint -n "UnTwistEndElbow_L" -p "UnTwistElbow_L"; + rename -uid "D65954D6-430B-C749-6641-5BA8324A2FB3"; + setAttr ".t" -type "double3" 0 -11.510545209219428 0 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode pointConstraint -n "UnTwistElbow_L_pointConstraint1" -p "UnTwistElbow_L"; + rename -uid "A4E18F16-46ED-F449-A714-98AFF96A67EE"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXElbow_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Elbow_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 4.2780357034644112e-10 -27.323746152254309 -6.1479138508957476e-06 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode ikEffector -n "effector11" -p "UnTwistElbow_L"; + rename -uid "468E2DEF-4E0F-C472-73A4-BA9386A150F9"; + setAttr ".v" no; + setAttr ".hd" yes; +createNode joint -n "TwistBalancerElbow_L" -p "UnTwistElbow_L"; + rename -uid "7A2F46A4-4F73-98C7-EF97-E2BD8EB8E35A"; + addAttr -ci true -sn "twist" -ln "twist" -at "double"; + setAttr ".ro" 3; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode parentConstraint -n "TwistBalancerElbow_L_parentConstraint1" -p "TwistBalancerElbow_L"; + rename -uid "3EC12D1E-47C4-156F-6B23-D18C93EFFA69"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXElbow_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Elbow_LW1" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w2" -ln "UnTwistElbow_LW2" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 3 ".tg"; + setAttr ".rst" -type "double3" 0 0 3.5527136788005009e-15 ; + setAttr ".rsrr" -type "double3" -3.975693351829396e-16 0 0 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; + setAttr -k on ".w2"; +createNode transform -n "TwisterElbow0_L" -p "UnTwistElbow_L"; + rename -uid "6E4B5FF4-4114-66CE-A6BC-54B3772CC845"; + setAttr ".ro" 5; +createNode transform -n "TwisterElbow1_L" -p "UnTwistElbow_L"; + rename -uid "66A45090-417C-442A-ED5E-D0B84198EBDC"; + setAttr ".ro" 5; +createNode transform -n "TwisterElbow2_L" -p "UnTwistElbow_L"; + rename -uid "F4F4E015-490F-541A-93E9-2CBD42E957F2"; + setAttr ".ro" 5; +createNode transform -n "TwistFollowOffsetShoulder_L" -p "TwistSystem"; + rename -uid "0DE2F0D2-4359-6C16-C9EA-2F86FEEF08D7"; + setAttr ".t" -type "double3" 17.707235336303274 146.58857741633989 2.17974373980427e-05 ; + setAttr ".r" -type "double3" 177.88478403557576 -7.7917377943870738 -89.712785552983121 ; + setAttr ".s" -type "double3" 1.0000000000000002 0.99999999999999989 1.0000000000000002 ; +createNode transform -n "TwistFollowShoulder_L" -p "TwistFollowOffsetShoulder_L"; + rename -uid "548EDC96-4405-A21D-B59D-F493411D5272"; + setAttr -l on ".v" no; + setAttr ".ro" 5; + setAttr ".s" -type "double3" 0.99999999999999989 1 0.99999999999999967 ; +createNode parentConstraint -n "TwistFollowShoulder_L_parentConstraint1" -p "TwistFollowShoulder_L"; + rename -uid "C7EA79FC-442C-96A5-C90E-4AB8183F0C83"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXShoulder_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Shoulder_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 5.1562441736293687 -18.216767266089366 77.554885494994593 ; + setAttr ".rst" -type "double3" 17.707235336303278 146.58857741633989 2.1797437399737945e-05 ; + setAttr ".rsrr" -type "double3" 172.19784915337465 -2.0762386953440446 89.715250372387771 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode ikHandle -n "UnTwistIKShoulder_L" -p "TwistFollowShoulder_L"; + rename -uid "D940A7D4-4167-093A-C189-DC946C63EF38"; + setAttr ".t" -type "double3" 2.8421709430404007e-14 -11.510545209219426 -3.5527136788005009e-15 ; + setAttr ".r" -type "double3" -172.1978490892634 2.076251586884192 -89.715250370065093 ; + setAttr ".s" -type "double3" 1 0.99999999999999967 0.99999999999999967 ; + setAttr ".roc" yes; +createNode poleVectorConstraint -n "UnTwistIKShoulder_L_poleVectorConstraint1" -p + "UnTwistIKShoulder_L"; + rename -uid "0182095B-4EA5-DDB6-67AB-9A8A607B9E0A"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "UnTwistShoulder_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "TwistFollowParentOffsetShoulder_L" -p "TwistSystem"; + rename -uid "C4B62E19-42E5-4343-E5F7-C7A2E2CE34AC"; + setAttr ".t" -type "double3" 6.9999876022338681 146.58856201171878 2.3882306769695959e-05 ; + setAttr ".r" -type "double3" 179.99998884361142 -0.0068624903092989265 -89.999917566708973 ; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999978 0.99999999999999956 ; +createNode transform -n "TwistFollowParentShoulder_L" -p "TwistFollowParentOffsetShoulder_L"; + rename -uid "852A11A4-4937-F858-839F-E4A06CC873D5"; + setAttr -l on ".v" no; + setAttr ".s" -type "double3" 1.0000000000000004 1.0000000000000004 1.0000000000000007 ; +createNode parentConstraint -n "TwistFollowParentShoulder_L_parentConstraint1" -p + "TwistFollowParentShoulder_L"; + rename -uid "3727B7FF-4FDE-CA81-0937-4395904CA448"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXScapula_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -8.1751476129245475 -2.3540800038039991 3.5787759201309579 ; + setAttr ".rst" -type "double3" 6.9999876022338681 146.58856201171878 2.3882306769695959e-05 ; + setAttr ".rsrr" -type "double3" 179.99998884361142 -0.0068624903092989265 -89.999917566708973 ; + setAttr -k on ".w0"; +createNode joint -n "UnTwistShoulder_L" -p "TwistFollowParentShoulder_L"; + rename -uid "AACBC9C9-4098-06AE-D5F0-2EB2A4BF536C"; + setAttr ".r" -type "double3" -11.610557464085145 8.0985239794310804 69.697823238706363 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -2.1151699939617878 7.7848754461567031 -0.28712578478170359 ; +createNode joint -n "UnTwistEndShoulder_L" -p "UnTwistShoulder_L"; + rename -uid "B1AAD74C-49C6-16E2-C9C0-209E6419F934"; + setAttr ".t" -type "double3" 0 -11.510545209219428 0 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode pointConstraint -n "UnTwistShoulder_L_pointConstraint1" -p "UnTwistShoulder_L"; + rename -uid "E875F377-45AB-0117-1594-1EBFFBB8158B"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXShoulder_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Shoulder_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -7.2191141953226179e-12 -10.707247734080696 2.3835100559921329e-15 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode ikEffector -n "effector12" -p "UnTwistShoulder_L"; + rename -uid "F11E2DEA-4F87-E4A5-921C-9FB4F5D79DC7"; + setAttr ".v" no; + setAttr ".hd" yes; +createNode joint -n "TwistBalancerShoulder_L" -p "UnTwistShoulder_L"; + rename -uid "9AB964B9-43A0-0723-4FEE-89A80D8CA2FB"; + addAttr -ci true -sn "twist" -ln "twist" -at "double"; + setAttr ".ro" 3; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode parentConstraint -n "TwistBalancerShoulder_L_parentConstraint1" -p "TwistBalancerShoulder_L"; + rename -uid "EC48A6DD-4B77-9958-A112-C78BF53C5E12"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXShoulder_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKX2Shoulder_LW1" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w2" -ln "UnTwistShoulder_LW2" -dv 1 -min 0 + -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 3 ".tg"; + setAttr ".lr" -type "double3" 0 -25.120166583197495 0 ; + setAttr ".rst" -type "double3" 2.8421709430404007e-14 -3.5527136788005009e-15 3.5527136788005009e-15 ; + setAttr ".rsrr" -type "double3" 0 -7.9552692166976876e-16 0 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; + setAttr -k on ".w2"; +createNode transform -n "TwisterShoulder0_L" -p "UnTwistShoulder_L"; + rename -uid "E6CE3A4F-4935-A51E-5151-19A2CE2EC4AF"; + setAttr ".ro" 5; +createNode transform -n "TwisterShoulder1_L" -p "UnTwistShoulder_L"; + rename -uid "BFC279B5-49CA-BB58-8694-17B1B96281D1"; + setAttr ".ro" 5; +createNode transform -n "TwisterShoulder2_L" -p "UnTwistShoulder_L"; + rename -uid "D2D1CF38-4EB8-B258-A01A-388B33DA1371"; + setAttr ".ro" 5; +createNode transform -n "FKIKMixKnee_R" -p "TwistSystem"; + rename -uid "9A81C6D0-48BC-125E-EB38-4F83E6832DB5"; +createNode pointConstraint -n "FKIKMixKnee_R_pointConstraint1" -p "FKIKMixKnee_R"; + rename -uid "69F01BD5-48F5-99DA-71E2-51885FE574C5"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXKnee_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXKnee_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -8.9100087054861774 48.851340411653226 1.0079161562583496 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode transform -n "FKIKMixWrist_R" -p "TwistSystem"; + rename -uid "03160105-48B4-316B-DF30-6DA67A7F1B85"; +createNode pointConstraint -n "FKIKMixWrist_R_pointConstraint1" -p "FKIKMixWrist_R"; + rename -uid "7AD29C86-41F8-55B7-E4E4-208567BBCB6F"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXWrist_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXWrist_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -71.709869609461748 146.85928431629196 8.5635606115741503e-06 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode transform -n "FKIKMixElbow_R" -p "TwistSystem"; + rename -uid "F5D9453D-4472-22FF-C6C7-12BCB37C9E17"; +createNode pointConstraint -n "FKIKMixElbow_R_pointConstraint1" -p "FKIKMixElbow_R"; + rename -uid "4AF2842C-4B47-6F88-7EF4-EE94B1964346"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXElbow_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXElbow_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -45.012706357259987 146.58873120490534 -0.99915591099342094 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode transform -n "FKIKMixKnee_L" -p "TwistSystem"; + rename -uid "93CBF2D4-4D3A-9E01-9EF4-07BB5D0364B6"; +createNode pointConstraint -n "FKIKMixKnee_L_pointConstraint1" -p "FKIKMixKnee_L"; + rename -uid "E8816AC5-44B5-A2AC-04C8-A18E5F801CC2"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXKnee_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXKnee_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 8.9100145851315151 48.851340287184001 -1.0078800509117074 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode transform -n "FKIKMixWrist_L" -p "TwistSystem"; + rename -uid "10E27282-4460-F619-055C-87BF8BBE91E6"; +createNode pointConstraint -n "FKIKMixWrist_L_pointConstraint1" -p "FKIKMixWrist_L"; + rename -uid "7D621E6F-4B2E-9EE5-10B9-BC890D3ADEED"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXWrist_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXWrist_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 71.709869609452397 146.85928431816637 8.5771157448677471e-06 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode transform -n "FKIKMixElbow_L" -p "TwistSystem"; + rename -uid "09475987-4332-1C61-6E42-1C87D2BD29D9"; +createNode pointConstraint -n "FKIKMixElbow_L_pointConstraint1" -p "FKIKMixElbow_L"; + rename -uid "9241B368-4475-78B3-73B7-1F9E17B0D668"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXElbow_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXElbow_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 45.012706357509714 146.58873120586151 -0.99915590411205457 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode transform -n "GlobalSystem" -p "MotionSystem"; + rename -uid "35ADE3C9-4CAA-B014-BB1A-85A8EDE4F479"; +createNode transform -n "GlobalFollowMain" -p "GlobalSystem"; + rename -uid "97AC48C7-4679-2177-AF2F-2D8E3CCCA042"; +createNode parentConstraint -n "GlobalFollowMain_parentConstraint1" -p "GlobalFollowMain"; + rename -uid "3D73EF3A-4033-0B31-7B5F-0BAA2AFF2536"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "MainW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode scaleConstraint -n "GlobalFollowMain_scaleConstraint1" -p "GlobalFollowMain"; + rename -uid "DBB8088B-432C-BABD-2AE5-68A3D454138B"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "MainW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -k on ".w0"; +createNode transform -n "GlobalOffsetHead_M" -p "GlobalFollowMain"; + rename -uid "A59E10D7-4992-5CDD-27C6-619CB0FD7982"; + setAttr ".t" -type "double3" 4.9645084555899845e-14 173.47134399414057 2.8262067635910203e-05 ; + setAttr ".ro" 5; +createNode transform -n "GlobalHead_M" -p "GlobalOffsetHead_M"; + rename -uid "F05CA209-46CD-914E-C77C-91B016003722"; + setAttr ".ro" 5; +createNode transform -n "ConstraintSystem" -p "MotionSystem"; + rename -uid "0E66202D-40E4-639E-AA52-26BFB6CE499E"; +createNode pointConstraint -n "Toes_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "EA548DCB-41F0-277C-E118-849AC31DAA1B"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXToes_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXToes_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -8.9100242520544608 1.8880610243820639 12.954716612604017 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 82.270215842836279 7.0347575342225816e-05 179.99996739862075 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1.0000000000000002 0.99999999999999989 1.0000000000000002 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -4.7146286874522048e-11 6.2623162269592472 12.954716209289856 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode orientConstraint -n "Toes_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "2CC4C082-42DA-6A07-0105-A9A8FF1B2D52"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXToes_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXToes_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -8.9100242520544608 1.8880610243820639 12.954716612604017 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 82.270215842836279 7.0347575342225816e-05 179.99996739862075 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1.0000000000000002 0.99999999999999989 1.0000000000000002 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 1.8722562656597385e-05 2.9205773062091679e-20 -6.8938935877771531e-15 ; + setAttr ".rsrr" -type "double3" 6.3611093966321436e-15 -9.2659934857756955e-15 -1.0471568094195505e-14 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode pointConstraint -n "Ankle_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "1758E51C-4A60-290E-563F-D69F5FF1F10D"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXAnkle_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXAnkle_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -8.9100146769416479 8.1503772753560639 4.1492645475038614e-07 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 2.2599200246022939e-29 4.217904426339856e-05 179.99999964889892 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1.0000000000000002 1.0000000000000002 0.99999999999999989 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -9.8761887556975125e-11 40.71344196677866 7.843725668976731e-14 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode orientConstraint -n "Ankle_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "98387D92-4AFF-766E-A15E-5EA2901AD631"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXAnkle_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXAnkle_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -8.9100146769416479 8.1503772753560639 4.1492645475038614e-07 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 2.2599200246022939e-29 4.217904426339856e-05 179.99999964889892 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1.0000000000000002 1.0000000000000002 0.99999999999999989 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 13.600542959204525 9.5948622471895781 3.3224770221483522 ; + setAttr ".rsrr" -type "double3" 1.0621219703696593e-07 -6.7543595253954028e-15 3.5110107138522723e-07 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode pointConstraint -n "Knee_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "EB47B6DB-48B0-C6F8-2B22-BCAF88F62918"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXKnee_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXKnee_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -8.9100087054855663 48.851341247726992 1.0079133585778404 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -1.4185746882561914 -0.0013108054488346105 -179.99997594570758 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1.0000000000000002 1 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -2.8421709430404007e-14 14.963323629803575 -1.1359801987964602e-12 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode orientConstraint -n "Knee_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "8A536C8F-4CD9-E8DD-81C5-AEA1DCF8F884"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXKnee_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXKnee_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -8.9100087054855663 48.851341247726992 1.0079133585778404 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -1.4185746882561914 -0.0013108054488346105 -179.99997594570758 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1.0000000000000002 1 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" -14.484229774867512 -0.060152984018034365 -0.0026377282524745116 ; + setAttr ".rsrr" -type "double3" 3.9722382873969415e-16 -1.7442332009113799e-16 -2.9968717763080282e-14 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode pointConstraint -n "Eye_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "D6979176-4FA9-C2DF-FAF9-96BAD82EFEB8"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXEye_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -4.8167494526222585 172.31285150520463 14.679084567584271 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 89.999999999998167 0 0 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -4.8167494526223082 -1.1584924889359343 14.679056305516635 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "Eye_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "4223AF8A-42BC-1EA2-03B1-EDB6A24E376E"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXEye_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -4.8167494526222585 172.31285150520463 14.679084567584271 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 89.999999999998167 0 0 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -2.5044781863487444e-06 0 0 ; + setAttr ".rsrr" -type "double3" -2.5044799992649124e-06 0 0 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "Jaw_M_pointConstraint1" -p "ConstraintSystem"; + rename -uid "558398BA-4E6A-71E9-B256-53A2D527E326"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXJaw_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 3.9608198610101967e-14 166.4543228585527 4.055372941056568 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 118.3437018187882 0 0 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -1.0036885945797878e-14 -7.0170211355878678 4.0553446789889325 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "Jaw_M_orientConstraint1" -p "ConstraintSystem"; + rename -uid "75C1031A-4142-D8EE-F57C-36A83FB353BD"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXJaw_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 3.9608198610101967e-14 166.4543228585527 4.055372941056568 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 118.3437018187882 0 0 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 5.6928337252239574e-06 0 0 ; + setAttr ".rsrr" -type "double3" 5.6928337252239574e-06 0 0 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "Head_M_pointConstraint1" -p "ConstraintSystem"; + rename -uid "62EEEA67-45C6-1A5A-4712-57BD7A66FBE0"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXHead_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 4.9645084555899845e-14 173.47134399414057 2.8262067635910203e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 2.4642315707108677e-15 8.0785573323568087 1.3161637345774632e-06 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "Head_M_orientConstraint1" -p "ConstraintSystem"; + rename -uid "68BBCC27-41EF-F326-8B7E-1B9460A963D1"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXHead_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 4.9645084555899845e-14 173.47134399414057 2.8262067635910203e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -2.8044111832363212 0.1967044554603809 0.42382732173756638 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "NeckPart2_M_pointConstraint1" -p "ConstraintSystem"; + rename -uid "286F23F1-441A-E8E2-41B6-E6AF6CF394FA"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXNeckPart2_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 4.7180852985188977e-14 165.39278666178376 2.6945903901332737e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 8.2141052357028504e-16 8.0785573323567803 1.3161637345774564e-06 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "NeckPart2_M_orientConstraint1" -p "ConstraintSystem"; + rename -uid "E1936C36-4C44-BC53-7F44-14B9D7C31553"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXNeckPart2_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 4.7180852985188977e-14 165.39278666178376 2.6945903901332737e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 0 -3.0883305037267377 0 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "NeckPart1_M_pointConstraint1" -p "ConstraintSystem"; + rename -uid "2388089F-4204-1FC1-F07C-028FF3E6C7B7"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXNeckPart1_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 4.6359442461618692e-14 157.31422932942698 2.562974016675528e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 8.2141052357029135e-16 8.0785573323568087 1.3161637345774632e-06 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "NeckPart1_M_orientConstraint1" -p "ConstraintSystem"; + rename -uid "72843BDC-4026-5BB9-E3F2-1DAC98D6090A"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXNeckPart1_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 4.6359442461618692e-14 157.31422932942698 2.562974016675528e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 0 -2.8812516296155626 0 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "Neck_M_pointConstraint1" -p "ConstraintSystem"; + rename -uid "C916E3A4-4076-44E3-97DB-D2AD504C23A3"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXNeck_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 4.5538031938048401e-14 149.23567199707017 2.4313576432177817e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 5.1924707170894926e-14 14.07855224609375 2.2936874251588256e-06 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "Neck_M_orientConstraint1" -p "ConstraintSystem"; + rename -uid "49658B0C-4747-1ADA-C5B4-49BE495B3F8B"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXNeck_MW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 4.5538031938048401e-14 149.23567199707017 2.4313576432177817e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 0 -2.8812516296155621 0 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "MiddleFinger3_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "279EF49E-4740-D9F2-DF3E-6A8E104FD9F7"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXMiddleFinger3_RW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -89.361122385985368 147.38772690172073 1.361580093852548 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 0.0035138325984159953 0.027136042118611831 89.99956511028131 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999989 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 2.3305801732931286e-12 3.8652877846040781 4.2779113584856532e-12 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "MiddleFinger3_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "96D130B6-472A-EB4B-081B-83B8CE28BAE5"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXMiddleFinger3_RW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -89.361122385985368 147.38772690172073 1.361580093852548 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 0.0035138325984159953 0.027136042118611831 89.99956511028131 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999989 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -1.0334017000996607e-14 -4.1675100129099201e-16 19.260000944137627 ; + setAttr ".rsrr" -type "double3" 1.572234034377693e-15 -2.9148182874444353e-16 5.5408090506861298e-14 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "MiddleFinger2_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "E2AB3A09-4493-F529-4C61-F19B4A49F6C4"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXMiddleFinger2_RW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -85.495834605190552 147.38774211671739 1.3614091656229306 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 0.0025336967096852747 -0.026243346190369939 90.00022437384996 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999989 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 3.4106051316484809e-13 4.97607422794961 -9.5479180117763462e-15 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "MiddleFinger2_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "8020FF29-45E4-2607-7DCA-05AAAB9DFA38"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXMiddleFinger2_RW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -85.495834605190552 147.38774211671739 1.3614091656229306 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 0.0025336967096852747 -0.026243346190369939 90.00022437384996 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999989 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -1.0503452295564774e-14 -7.7653376328959302e-15 19.260000944137598 ; + setAttr ".rsrr" -type "double3" 1.5910230846607993e-15 -3.1066714361299251e-16 7.4180939165426947e-15 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "MiddleFinger1_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "F1CBBF37-4373-E75A-4D8C-2FAAF1611FD5"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXMiddleFinger1_RW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -80.51976038638341 147.38772680155282 1.3611079139063624 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 0.0034686906750374504 -0.062689314567388826 89.999819862102981 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999989 0.99999999999999989 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -2.5579538487363607e-13 8.9300628450434232 -1.7763568394002505e-15 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "MiddleFinger1_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "618BD2D5-4850-BF7B-F0E8-2D8A69E286D5"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXMiddleFinger1_RW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -80.51976038638341 147.38772680155282 1.3611079139063624 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 0.0034686906750374504 -0.062689314567388826 89.999819862102981 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999989 0.99999999999999989 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 1.939870262830826e-16 -7.694697700077346e-15 19.260000944137555 ; + setAttr ".rsrr" -type "double3" -2.174207301781696e-17 -3.975693351829396e-16 -1.5228769143765258e-14 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "ThumbFinger3_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "EF89E1ED-4602-C4ED-A644-3D8BBFE0C9AC"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXThumbFinger3_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -80.097726195533809 144.45121863418623 6.4024352074557793 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 19.038124646507526 -53.205009913064103 74.482201835885661 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 0.99999999999999978 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 2.2737367544323206e-13 2.8859174206112073 1.1368683772161603e-13 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "ThumbFinger3_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "716F8340-4586-93B8-00C8-B7B29FF599DC"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXThumbFinger3_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -80.097726195533809 144.45121863418623 6.4024352074557793 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 19.038124646507526 -53.205009913064103 74.482201835885661 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 0.99999999999999978 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -4.4939166328373235e-14 1.0659245422636715e-14 -4.2993990897326657e-14 ; + setAttr ".rsrr" -type "double3" -1.315152760512998e-14 5.8128985218349281e-15 -3.1088883439067966e-14 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "ThumbFinger2_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "1348911D-46C2-FB18-A0A1-57961C248037"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXThumbFinger2_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -77.273720949915401 144.44799896652569 5.8078737177450463 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 20.024870955619324 -53.011871012302123 73.70346640832679 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999967 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -1.2789769243681803e-13 2.6647433375106502 -2.8421709430404007e-14 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "ThumbFinger2_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "ABC27E16-4C61-DD70-EA21-D6B791DFF5C1"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXThumbFinger2_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -77.273720949915401 144.44799896652569 5.8078737177450463 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 20.024870955619324 -53.011871012302123 73.70346640832679 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999967 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -4.7161662386076215e-14 6.31141319602914e-15 -6.2741410708557659e-14 ; + setAttr ".rsrr" -type "double3" -1.4846729860737897e-14 -3.3296431821571264e-15 + -5.3075506246922438e-14 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "ThumbFinger1_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "F90DD042-4B93-8468-BFD3-B4A962B65504"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXThumbFinger1_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -74.761162819295151 144.98411648232153 5.1004228683439994 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 26.092957906319388 -52.871034811055786 80.716141986681336 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 0.99999999999999967 0.99999999999999989 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -2.055030703129745 3.6766611131517664 4.5934609922610274 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "ThumbFinger1_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "0F3F377A-46A7-6A6A-D488-4EB2205EB27D"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXThumbFinger1_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -74.761162819295151 144.98411648232153 5.1004228683439994 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 26.092957906319388 -52.871034811055786 80.716141986681336 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 0.99999999999999967 0.99999999999999989 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 17.549507722431692 -11.077632622309064 16.577707466700193 ; + setAttr ".rsrr" -type "double3" 6.5201370970002095e-14 -1.1131941385122326e-14 2.6239576122074008e-14 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "IndexFinger3_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "178BD6FD-4364-2573-AC67-238F080A1F7E"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXIndexFinger3_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -89.1274956233583 147.0865947011325 4.1908374563300637 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 1.8377796499458106 -0.72773361810302495 89.976238405387548 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 0.99999999999999978 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 1.3987033753437572e-08 3.4151463534284261 1.865174681370263e-14 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "IndexFinger3_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "3AA77CCB-4447-B10D-8107-B7913379F1BC"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXIndexFinger3_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -89.1274956233583 147.0865947011325 4.1908374563300637 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 1.8377796499458106 -0.72773361810302495 89.976238405387548 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 0.99999999999999978 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -9.1706847072741969e-15 -4.6216529278445088e-17 12.960000514984101 ; + setAttr ".rsrr" -type "double3" -1.8228148477518013e-15 -4.4696085371881979e-16 + -1.9737919787138947e-14 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "IndexFinger2_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "2D593D17-4A6B-CCE1-3780-039A8F3C6465"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXIndexFinger2_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -85.713600951973007 147.0866251732206 4.098383213085846 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 1.551485707503695 0.90803214642962837 90.025104810936597 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 1.9895196601282805e-13 5.1838377421373423 7.5495165674510645e-15 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "IndexFinger2_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "B5484A2F-40E2-7CDF-D846-DFB16DA3D201"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXIndexFinger2_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -85.713600951973007 147.0866251732206 4.098383213085846 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 1.551485707503695 0.90803214642962837 90.025104810936597 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -8.3221231816491743e-15 -2.9981818392356922e-15 12.960000514984138 ; + setAttr ".rsrr" -type "double3" -2.3729919693956801e-15 -8.9512020584738566e-18 + 6.7601316773820966e-15 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "IndexFinger1_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "2FF5756F-4A52-C10D-EC16-B98A82C2A528"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXIndexFinger1_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -80.531853486684014 147.08659458663115 3.9511862639221067 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 1.6273575237215043 0.9080221141764403 90.025457975095691 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -0.30161159582794994 9.3189472043555952 2.5606897729915286 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "IndexFinger1_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "C9940B3C-43BE-328D-3F67-D2B4AAC9FB61"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXIndexFinger1_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -80.531853486684014 147.08659458663115 3.9511862639221067 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 1.6273575237215043 0.9080221141764403 90.025457975095691 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -4.3417633682723323e-15 -3.1079842272524926e-15 12.960000514984122 ; + setAttr ".rsrr" -type "double3" -1.2424041724466865e-17 -3.9756933518293969e-16 + -2.4848083448933731e-17 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "PinkyFinger3_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "F009D96A-4BD4-412E-D387-A6A13253EB53"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXPinkyFinger3_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -86.596213464806283 146.70236313850756 -4.2362598425824922 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -1.4338144757140205 -0.76931350759713346 90.018763059931217 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999978 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 3.979039320256561e-13 2.425724646111874 2.0250467969162855e-13 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "PinkyFinger3_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "DC334BCF-4633-FE11-503E-F5AE479D2DBD"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXPinkyFinger3_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -86.596213464806283 146.70236313850756 -4.2362598425824922 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -1.4338144757140205 -0.76931350759713346 90.018763059931217 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999978 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -5.9711404178878282e-15 1.6506812192328342e-15 32.399999141693115 ; + setAttr ".rsrr" -type "double3" -3.6019529404226799e-15 3.1867121044861408e-15 -5.4747316361471002e-15 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "PinkyFinger2_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "F71E653A-4E21-EA3A-EE6A-3DBA3CF42C86"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXPinkyFinger2_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -84.171118871095189 146.70234784505018 -4.1809763000578775 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -1.3075812223554568 -2.8933443891150006 90.065652786291523 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999978 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 3.4106051316484809e-13 3.4953388314504963 1.7763568394002505e-15 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "PinkyFinger2_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "F352AA68-4616-2ECD-45EF-FAA56D4D4DBD"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXPinkyFinger2_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -84.171118871095189 146.70234784505018 -4.1809763000578775 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -1.3075812223554568 -2.8933443891150006 90.065652786291523 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999978 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -4.3077515953408277e-15 3.7937857932530609e-15 32.399999141693101 ; + setAttr ".rsrr" -type "double3" -2.2755727408366563e-15 5.1133644601418821e-15 -1.0198682313397708e-14 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "PinkyFinger1_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "DBE6C302-420D-B5C1-95E2-74B77D864B0F"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXPinkyFinger1_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -80.676772268682413 146.70236305387857 -4.0976974394702745 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -1.3673099445821337 -3.1522822045947128 90.075451915637274 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999978 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -0.14541856736781256 6.4263429131790843 -4.0349731133210254 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "PinkyFinger1_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "D5376E7C-44DB-0C15-024B-7CB115352C21"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXPinkyFinger1_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -80.676772268682413 146.70236305387857 -4.0976974394702745 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -1.3673099445821337 -3.1522822045947128 90.075451915637274 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999978 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -7.2093272425604086e-15 -2.459585632765758e-15 32.399999141693101 ; + setAttr ".rsrr" -type "double3" -7.5538173684758519e-15 -1.49088500693602e-16 5.4665783587654193e-15 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "RingFinger3_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "71FE0F34-4809-2B26-F5C5-C2A4E73AB720"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXRingFinger3_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -88.151092226735088 147.26678573101381 -1.4983002870690838 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -1.6949986320386286e-05 0.012733180077299055 89.999999404453845 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999967 0.99999999999999967 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 2.0686741208919557e-09 3.2635345458986222 2.144021258310147e-07 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "RingFinger3_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "9144E13C-488F-3B6F-6DB5-F381D8D90177"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXRingFinger3_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -88.151092226735088 147.26678573101381 -1.4983002870690838 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -1.6949986320386286e-05 0.012733180077299055 89.999999404453845 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999967 0.99999999999999967 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -7.2909795890309334e-15 1.1674568133115428e-14 25.109999656677232 ; + setAttr ".rsrr" -type "double3" -1.0151244486093305e-15 -4.0750856856251254e-15 + -2.8732587030455415e-22 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "RingFinger2_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "37758B2E-4FF8-D672-DB9B-019F3D25D42D"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXRingFinger2_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -84.887557680836494 147.26678569725524 -1.4982997677661589 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -1.2881963212593144e-05 -0.55288524381860915 89.99999953162127 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999978 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 5.9685589803848416e-13 4.0864715576169317 -2.3980817331903381e-14 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "RingFinger2_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "D0C2B2FB-4FBB-7531-1BE8-7090E2EC9F9C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXRingFinger2_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -84.887557680836494 147.26678569725524 -1.4982997677661589 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -1.2881963212593144e-05 -0.55288524381860915 89.99999953162127 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999978 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -1.1909508042623704e-14 8.1938060655554279e-16 25.109999656677253 ; + setAttr ".rsrr" -type "double3" 0 -3.975693351829396e-15 0 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "RingFinger1_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "CAB4AF92-4D31-CA19-D83B-9183A904881A"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXRingFinger1_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -80.801086123219648 147.26678565498307 -1.4982988490365932 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -1.2881507165761923e-05 -0.27064155018959091 89.999999468163224 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999978 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 0.10120305660760209 6.9369643493263027 -1.4331769332656483 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "RingFinger1_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "54AD449E-411D-520D-C285-C38DF2CB92AA"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXRingFinger1_RW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -80.801086123219648 147.26678565498307 -1.4982988490365932 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -1.2881507165761923e-05 -0.27064155018959091 89.999999468163224 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999978 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -1.4153974581762654e-14 -3.7721346536382888e-15 25.109999656677257 ; + setAttr ".rsrr" -type "double3" 9.6907525450841386e-16 -8.5477407064332035e-15 1.9779074425351249e-14 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "Cup_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "2FAD72DE-4608-3497-9311-C8AFA6A090F9"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXCup_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -73.746337280091836 146.84778264981509 -1.0077197967092453 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 7.7712566178775235 6.7719255491555481 86.95498803499315 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999978 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -0.13326433530414761 1.854786930081417 -1.3057014706721066 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "Cup_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "8FCF1861-46E2-F709-A460-00A12CB88FA9"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXCup_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -73.746337280091836 146.84778264981509 -1.0077197967092453 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 7.7712566178775235 6.7719255491555481 86.95498803499315 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999978 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -3.7893327259623923e-16 -2.3287313207297575e-15 -6.932615282252509e-15 ; + setAttr ".rsrr" -type "double3" 1.5343691529716578e-15 3.1549300954068043e-15 4.0999337690740647e-15 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "Wrist_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "67426586-420D-3043-600A-E18BFDA59C24"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXWrist_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXWrist_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -71.709869379797937 146.85928431678499 8.5755765112383031e-06 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 8.767060001674615 0.0065362035207283051 86.568356007956808 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999978 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -4.1723069443833083e-10 8.9057412440847799 -3.5527136788005009e-15 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode orientConstraint -n "Wrist_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "B51890BB-46A2-2582-4237-D8B44AFB3B26"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXWrist_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXWrist_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -71.709869379797937 146.85928431678499 8.5755765112383031e-06 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 8.767060001674615 0.0065362035207283051 86.568356007956808 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999978 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" -2.2121859995195066 4.8808381076801997 10.385040106701279 ; + setAttr ".rsrr" -type "double3" 8.0259309540055916e-15 4.4726550208080741e-15 4.6416219882608193e-14 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode pointConstraint -n "Scapula_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "32EC9D4E-4B7C-C91E-53F4-B8B491155C15"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXScapula_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -6.9999876022338681 146.58856201171878 2.3882306769695959e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -1.1156695110592632e-05 0.0068624904113437852 89.999917566768318 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -6.9999876022338618 11.431442260742358 1.8624177626769674e-06 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "Scapula_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "2AE91DE6-41B5-03BC-E634-48B4398437BF"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXScapula_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -6.9999876022338681 146.58856201171878 2.3882306769695959e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -1.1156695110592632e-05 0.0068624904113437852 89.999917566768318 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 1.3861255936095941e-15 -1.428518799264966e-16 2.8304502851616529 ; + setAttr ".rsrr" -type "double3" 1.5530052054771753e-18 -3.8825134421431798e-19 -2.975439792005102e-06 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "Chest_M_pointConstraint1" -p "ConstraintSystem"; + rename -uid "C9C64EA3-4C5B-49DD-0097-2F8125367567"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXChest_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXChest_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -6.3866752328465249e-15 135.15711975097642 2.2019889007018992e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -4.8359068882474586e-16 4.6928558349609659 7.6456308543510566e-07 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode orientConstraint -n "Chest_M_orientConstraint1" -p "ConstraintSystem"; + rename -uid "676D3BCD-4CDC-81A6-2917-70A50D92FD16"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXChest_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXChest_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -6.3866752328465249e-15 135.15711975097642 2.2019889007018992e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 2.7695649299707457 1.3312090895784516 0.015947839797267729 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode pointConstraint -n "Spine1Part2_M_pointConstraint1" -p "ConstraintSystem"; + rename -uid "2D8AF109-4125-4453-F4FA-B7B41EBEC9C7"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXSpine1Part2_MW0" -dv 1 -min 0 + -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXSpine1Part2_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -5.9030845440217798e-15 130.46426391601545 2.1255325921583886e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -1.6119689627491529e-16 4.6928558349609943 7.6456308543510228e-07 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode orientConstraint -n "Spine1Part2_M_orientConstraint1" -p "ConstraintSystem"; + rename -uid "F9A24706-46BE-90AC-FF85-96A48DC1AEDE"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXSpine1Part2_MW0" -dv 1 -min 0 + -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXSpine1Part2_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -5.9030845440217798e-15 130.46426391601545 2.1255325921583886e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 2.4007163003647385 1.340908618248962 -0.063832711414607279 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode pointConstraint -n "Spine1Part1_M_pointConstraint1" -p "ConstraintSystem"; + rename -uid "C4261F0F-4A3B-AA0D-E22D-E7985CED6C7A"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXSpine1Part1_MW0" -dv 1 -min 0 + -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXSpine1Part1_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -5.7418876477468637e-15 125.77140808105446 2.0490762836148784e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -1.6119689627491529e-16 4.6928558349609943 7.6456308543510905e-07 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode orientConstraint -n "Spine1Part1_M_orientConstraint1" -p "ConstraintSystem"; + rename -uid "ED7AC71C-41B2-F785-BFB0-0E8B16E00D5F"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXSpine1Part1_MW0" -dv 1 -min 0 + -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXSpine1Part1_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -5.7418876477468637e-15 125.77140808105446 2.0490762836148784e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" -0.11786614291065331 1.3363609919347146 -0.045062394292217957 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode pointConstraint -n "Spine1_M_pointConstraint1" -p "ConstraintSystem"; + rename -uid "EDA10B68-49CE-67F2-23DC-D582A751606F"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXSpine1_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXSpine1_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -5.5806907514719484e-15 121.07855224609347 1.9726199750713675e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -4.5309833782845875e-15 7.0261840820311647 1.1447106461245046e-06 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode orientConstraint -n "Spine1_M_orientConstraint1" -p "ConstraintSystem"; + rename -uid "050244BE-49AA-9333-B947-C0BCE9E57F75"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXSpine1_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXSpine1_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -5.5806907514719484e-15 121.07855224609347 1.9726199750713675e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" -1.8155429798509617 1.3444765254614763 0.020573809393965432 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode pointConstraint -n "RootPart2_M_pointConstraint1" -p "ConstraintSystem"; + rename -uid "32B76999-453A-DDDE-906A-E3B151BAA793"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXRootPart2_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXRootPart2_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -1.0497073731873609e-15 114.0523681640623 1.858148910458917e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -1.5103277927615293e-15 7.0261840820311363 1.1447106461245012e-06 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode orientConstraint -n "RootPart2_M_orientConstraint1" -p "ConstraintSystem"; + rename -uid "98B40802-4B40-5EA9-B3A5-CA91C73F5C8B"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXRootPart2_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXRootPart2_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -1.0497073731873609e-15 114.0523681640623 1.858148910458917e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" -1.0335200322663431 1.3411785481178851 0.042250248801161801 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode pointConstraint -n "RootPart1_M_pointConstraint1" -p "ConstraintSystem"; + rename -uid "200A30E4-4265-0A87-BB41-DC90D7EECEE7"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXRootPart1_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXRootPart1_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 4.6062041957416845e-16 107.02618408203116 1.7436778458464669e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -1.5103277927615289e-15 7.0261840820311647 1.144710646124508e-06 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode orientConstraint -n "RootPart1_M_orientConstraint1" -p "ConstraintSystem"; + rename -uid "616C225A-4D01-511B-5EAF-228D96A7FC10"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXRootPart1_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXRootPart1_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 4.6062041957416845e-16 107.02618408203116 1.7436778458464669e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 0.38572589405997204 1.3362335643219045 0.034238754319949341 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode pointConstraint -n "Root_M_pointConstraint1" -p "ConstraintSystem"; + rename -uid "681735BD-4EB3-E71B-872A-C4B9CE722AAC"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXRoot_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXRoot_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 1.9709482123356974e-15 100 1.6292067812340161e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 1.9709482123356974e-15 100 1.6292067812340161e-05 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode orientConstraint -n "Root_M_orientConstraint1" -p "ConstraintSystem"; + rename -uid "8EE1ED49-450B-E2E2-9666-03A18ADEF368"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXRoot_MW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXRoot_MW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 1.9709482123356974e-15 100 1.6292067812340161e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 0.2581283417395534 -0.00031816269970778399 0.070621095587621752 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode pointConstraint -n "Toes_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "5FD3B95B-4427-FCA7-817C-92A22DB07118"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXToes_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXToes_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 8.9100358157812245 1.3990721994952997 8.8185081830521721 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 79.697117319616481 180.0000292424086 6.5116495120328002e-05 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1.0000000000000002 1.0000000000000002 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 4.7139181447164447e-11 -6.2623162269592001 -12.954716209289845 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode orientConstraint -n "Toes_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "97139A15-46B1-52E6-1C96-CE8F440E9125"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXToes_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXToes_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 8.9100358157812245 1.3990721994952997 8.8185081830521721 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 79.697117319616481 180.0000292424086 6.5116495120328002e-05 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1.0000000000000002 1.0000000000000002 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 6.3611102688959229e-14 5.0237352816929893e-15 1.8427705097897294e-14 ; + setAttr ".rsrr" -type "double3" 8.2865373436016169e-21 -3.6010187107226957e-15 1.6855117457199006e-14 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode pointConstraint -n "Ankle_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "50621761-493B-52CA-06D1-268E2F41C3AB"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXAnkle_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXAnkle_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 8.9100259716055596 8.2366628674006179 -3.8420064371262277 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 177.4269013705933 -3.9318384593958723e-05 -179.99999031216703 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1.0000000000000002 0.99999999999999989 1.0000000000000002 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 9.8758334843296325e-11 -40.713441966778618 -8.2600593032111647e-14 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode orientConstraint -n "Ankle_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "E0BCE767-445B-356E-DEC9-1099FF0B8FB7"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXAnkle_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXAnkle_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 8.9100259716055596 8.2366628674006179 -3.8420064371262277 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 177.4269013705933 -3.9318384593958723e-05 -179.99999031216703 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1.0000000000000002 0.99999999999999989 1.0000000000000002 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" 8.1375432261656186 6.9715178796843489 1.6882267150782817 ; + setAttr ".rsrr" -type "double3" -5.56584187993724e-15 -1.8444848203413211e-14 -1.0577190936130315e-14 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode pointConstraint -n "Knee_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "7E7B6F64-4AB7-4544-5A3A-A1A56D609894"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXKnee_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXKnee_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 8.9100145851309183 48.851341247560057 -1.007882788036538 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 176.00832678787469 0.0013112063189161651 179.9999245662317 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1.0000000000000002 1 1.0000000000000002 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 2.6645352591003757e-14 -14.963323629803547 1.1386447340555605e-12 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode orientConstraint -n "Knee_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "93410320-40C7-8D2A-EEC0-EFBDDBCA7AAE"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXKnee_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXKnee_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 8.9100145851309183 48.851341247560057 -1.007882788036538 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 176.00832678787469 0.0013112063189161651 179.9999245662317 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1.0000000000000002 1 1.0000000000000002 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" -22.066162971134993 0.61166716673671917 0.031807532823972778 ; + setAttr ".rsrr" -type "double3" -1.2324554726053482e-14 4.6322605251443631e-15 8.2112117559336524e-15 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode pointConstraint -n "Eye_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "B8B6B0EC-4A76-3F40-53AC-F9B4C79FB321"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXEye_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 4.8167494526222585 172.31285150520463 14.679084567584271 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 89.999999999998153 0 0 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 4.8167494526222088 -1.1584924889359343 14.679056305516635 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "Eye_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "087C5964-47C9-A831-A525-72B57827DC1A"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXEye_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 4.8167494526222585 172.31285150520463 14.679084567584271 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 89.999999999998153 0 0 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 1.8256383871600588e-12 0 0 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "MiddleFinger3_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "298BA4E2-42D5-0C43-8ECD-FABDEF725E12"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXMiddleFinger3_LW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 89.361122385977239 147.38772690180349 1.3615800942946004 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -179.99648616709507 -0.027136042016571493 -89.999565110222036 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999967 0.99999999999999978 0.99999999999999989 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -2.2453150450019166e-12 -3.8652877846040354 -4.2879033657072796e-12 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "MiddleFinger3_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "EB4FDCB0-466F-4B1D-3944-80A30697C172"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXMiddleFinger3_LW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 89.361122385977239 147.38772690180349 1.3615800942946004 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -179.99648616709507 -0.027136042016571493 -89.999565110222036 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999967 0.99999999999999978 0.99999999999999989 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -3.1704525612494452e-14 1.509804986193916e-14 19.260000944137541 ; + setAttr ".rsrr" -type "double3" 5.5296473944268008e-16 -3.7295152564634953e-16 -2.7286629129610087e-14 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "MiddleFinger2_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "7386F8A5-401E-F7D9-C8C7-3EAE02A066E6"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXMiddleFinger2_LW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 85.49583460518248 147.38774211679626 1.3614091660443015 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 0.0025336970162079366 179.9737566537076 89.999775626209555 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999967 0.99999999999999978 0.99999999999999989 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -4.2632564145606011e-13 -4.9760742279495958 6.4392935428259079e-15 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "MiddleFinger2_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "7629A240-44E2-A982-9C07-34A73EF20C7E"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXMiddleFinger2_LW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 85.49583460518248 147.38774211679626 1.3614091660443015 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 0.0025336970162079366 179.9737566537076 89.999775626209555 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999967 0.99999999999999978 0.99999999999999989 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -3.274460158505821e-14 3.2472615111488105e-16 19.260000944137584 ; + setAttr ".rsrr" -type "double3" 2.7123881358464815e-15 -3.23026341035211e-15 3.7258698465100794e-16 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "MiddleFinger1_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "9750A0C3-4579-AC7F-9FAE-5AA25631CF33"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXMiddleFinger1_LW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 80.519760386375367 147.3877268016264 1.3611079143011184 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 0.0034686909815582561 179.93731068533054 90.000180137956704 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999967 0.99999999999999967 0.99999999999999978 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 3.4106051316484809e-13 -8.9300628450434942 -1.7763568394002505e-15 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "MiddleFinger1_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "4B451E98-4B26-57AA-7B6C-8785904B53E5"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXMiddleFinger1_LW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 80.519760386375367 147.3877268016264 1.3611079143011184 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 0.0034686909815582561 179.93731068533054 90.000180137956704 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999967 0.99999999999999967 0.99999999999999978 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -3.7347245080838721e-14 -2.5116704329407035e-14 19.260000944137595 ; + setAttr ".rsrr" -type "double3" 2.6020602386680288e-15 -1.9431201257066176e-14 9.2559110847278098e-16 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "ThumbFinger3_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "937882FB-42C5-8BCB-E101-72BDBB71DD61"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXThumbFinger3_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 80.097726195501792 144.45121863425052 6.4024352078430713 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 19.038124647046189 126.79499008691955 105.51779816460507 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999967 0.99999999999999967 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -2.4158453015843406e-13 -2.8859174206112073 -8.5265128291212022e-14 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "ThumbFinger3_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "3C814544-4954-7E18-3F68-BDAACA2FC57C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXThumbFinger3_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 80.097726195501792 144.45121863425052 6.4024352078430713 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 19.038124647046189 126.79499008691955 105.51779816460507 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999967 0.99999999999999967 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -2.2957736381708295e-14 3.4189798071821124e-14 3.1946409240827532e-15 ; + setAttr ".rsrr" -type "double3" -2.2726071681818676e-14 -4.018012743953357e-15 1.3509519573022672e-14 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "ThumbFinger2_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "9E2108D8-4248-0672-2827-07BA8E5D232F"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXThumbFinger2_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 77.273720949886567 144.4479989665881 5.8078737181172704 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 20.024870956155876 126.98812898768595 106.29653359216111 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999967 0.99999999999999967 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 7.1054273576010019e-14 -2.6647433375106786 -2.8421709430404007e-14 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "ThumbFinger2_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "2D84D7D5-42E6-D53E-39CB-888CCDDEF7B9"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXThumbFinger2_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 77.273720949886567 144.4479989665881 5.8078737181172704 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 20.024870956155876 126.98812898768595 106.29653359216111 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999967 0.99999999999999967 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -3.0587990725637397e-14 6.3760182129963928e-14 2.3928704361323155e-14 ; + setAttr ".rsrr" -type "double3" -2.8873472967660976e-14 1.6051861908011189e-14 2.8724384466967376e-14 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "ThumbFinger1_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "E5D5B497-46EF-74AF-F291-6DABB3A824B5"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXThumbFinger1_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 74.761162819269515 144.98411648238257 5.1004228687036504 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 26.092957906847811 127.12896518889292 99.28385801379936 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999967 0.99999999999999956 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 2.0550307031297734 -3.6766611131517521 -4.5934609922610292 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "ThumbFinger1_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "F6DAFD9A-4A76-DADC-5480-B4A1C44FC839"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXThumbFinger1_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 74.761162819269515 144.98411648238257 5.1004228687036504 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 26.092957906847811 127.12896518889292 99.28385801379936 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999967 0.99999999999999956 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 17.549507722431652 -11.077632622309068 16.57770746670024 ; + setAttr ".rsrr" -type "double3" -4.3614911607608164e-30 -3.6973948172013394e-14 + 1.3517357396219949e-14 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "IndexFinger3_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "85445E8A-4B81-1C62-4C09-22A3699DB368"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXIndexFinger3_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 89.127238833731582 147.08671702919415 4.1998771491281239 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -178.01048835899789 0.72760851652601255 -89.972259917257489 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999956 0.99999999999999978 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -1.4060816511118901e-08 -3.4151463534284403 -2.4868995751603507e-14 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "IndexFinger3_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "7DC9F0D1-450F-E015-3D31-0CBE44951870"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXIndexFinger3_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 89.127238833731582 147.08671702919415 4.1998771491281239 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -178.01048835899789 0.72760851652601255 -89.972259917257489 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999989 0.99999999999999956 0.99999999999999978 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -2.686731788104437e-14 9.05978066590655e-15 12.96000051498414 ; + setAttr ".rsrr" -type "double3" 6.8602420543335112e-15 2.4206081102425819e-15 1.3970058416555205e-14 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "IndexFinger2_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "2E18FA79-4FB1-509D-875D-1E92896CA08F"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXIndexFinger2_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 85.713600951950582 147.08662517329489 4.0983832135078408 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -178.29677543189524 -0.90802211407426103 -90.025457975041164 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999956 0.99999999999999989 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -3.1263880373444408e-13 -5.1838377421373281 -9.3258734068513149e-15 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "IndexFinger2_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "3E866BF8-4B2D-6C80-21EC-399F49A1914B"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXIndexFinger2_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 85.713600951950582 147.08662517329489 4.0983832135078408 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -178.29677543189524 -0.90802211407426103 -90.025457975041164 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999956 0.99999999999999989 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -5.5922051447566085e-14 5.108439438414284e-16 12.960000514984133 ; + setAttr ".rsrr" -type "double3" -2.2226610645071216e-14 0 0 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "IndexFinger1_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "1540F79E-4BAC-ECF4-AC44-C29741102A39"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXIndexFinger1_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 80.531853486662399 147.08659458670019 3.9511862643163878 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -178.37264247597199 -0.90802211407426126 -90.025457975041178 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999956 0.99999999999999989 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 0.30161159582800678 -9.3189472043556236 -2.5606897729915357 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "IndexFinger1_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "E537A5B4-4A7F-C0EB-B63C-5C9960FA8794"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXIndexFinger1_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 80.531853486662399 147.08659458670019 3.9511862643163878 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -178.37264247597199 -0.90802211407426126 -90.025457975041178 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999956 0.99999999999999989 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -3.0222245634491027e-14 -1.2772383352525094e-14 12.960000514984156 ; + setAttr ".rsrr" -type "double3" 3.9508452683804638e-15 -1.1181637552020179e-15 -1.2424041724466904e-17 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "PinkyFinger3_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "6251E996-48F5-BE29-D45E-BD82A6351EE1"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXPinkyFinger3_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 86.596213464828793 146.70236313859746 -4.2362598421564703 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 178.5661855245925 0.76931350769927787 -90.018763059867766 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999956 0.99999999999999967 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -3.4106051316484809e-13 -2.4257246461118598 -2.0605739337042905e-13 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "PinkyFinger3_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "6EA30558-4703-9A3D-13C0-FDAC22318EEE"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXPinkyFinger3_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 86.596213464828793 146.70236313859746 -4.2362598421564703 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 178.5661855245925 0.76931350769927787 -90.018763059867766 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999956 0.99999999999999967 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -2.725447180314759e-14 1.5318550033842297e-14 32.399999141693087 ; + setAttr ".rsrr" -type "double3" 7.2384481140382873e-15 -4.1230468545087499e-16 1.312561183059535e-14 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "PinkyFinger2_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "4A15F4BE-4AD2-D2CB-086A-6A9D77B1DF49"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXPinkyFinger2_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 84.171118871117514 146.70234784513741 -4.180976299644839 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 178.69241877795136 2.8933443892173956 -90.065652786216674 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999956 0.99999999999999956 0.99999999999999989 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -1.9895196601282805e-13 -3.4953388314505816 -3.5527136788005009e-15 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "PinkyFinger2_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "AB89AF92-4D1D-1359-29B7-A6946D9460B8"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXPinkyFinger2_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 84.171118871117514 146.70234784513741 -4.180976299644839 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 178.69241877795136 2.8933443892173956 -90.065652786216674 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999956 0.99999999999999956 0.99999999999999989 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -2.9687721212093204e-14 -6.0277163553157464e-16 32.399999141693065 ; + setAttr ".rsrr" -type "double3" 1.1013118286852226e-14 2.53360705980266e-15 -2.4084441665595888e-15 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "PinkyFinger1_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "BD0FEB57-46EC-ABD2-248C-1A9A0687BB16"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXPinkyFinger1_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 80.676772268704227 146.70236305396216 -4.0976974390759207 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 178.63269005572477 3.1522822046971588 -90.075451915561061 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999956 0.99999999999999944 0.99999999999999978 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 0.14541856736778414 -6.4263429131790843 4.034973113321028 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "PinkyFinger1_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "27042BCD-4810-22A8-91ED-50833B68CC5B"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXPinkyFinger1_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 80.676772268704227 146.70236305396216 -4.0976974390759207 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 178.63269005572477 3.1522822046971588 -90.075451915561061 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999956 0.99999999999999944 0.99999999999999978 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -4.6798193155312668e-15 -1.8512774146088511e-14 32.399999141693165 ; + setAttr ".rsrr" -type "double3" 2.9022561468354588e-14 3.8266048511357887e-15 1.8884543421189631e-14 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "RingFinger3_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "24F9AA50-4B4E-DE04-5FAF-619879611F48"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXRingFinger3_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 88.151092226742435 147.26678573110036 -1.4983002866337403 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 179.99999112349613 -0.012733179975256918 -89.999999404394543 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999956 0.99999999999999956 0.99999999999999978 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -2.0685320123448037e-09 -3.2635345458986649 -2.1440212849554996e-07 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "RingFinger3_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "86D97507-403C-2AF7-4184-F5B933189AA5"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXRingFinger3_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 88.151092226742435 147.26678573110036 -1.4983002866337403 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 179.99999112349613 -0.012733179975256918 -89.999999404394543 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999956 0.99999999999999956 0.99999999999999978 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 8.2339448897123913e-17 4.0072220722740928e-15 25.109999656677228 ; + setAttr ".rsrr" -type "double3" 3.6646590455344861e-14 -2.4848083448933698e-15 1.7476521930946276e-22 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "RingFinger2_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "A4DCA34E-4875-5721-8832-88AE31E2A32D"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXRingFinger2_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 84.887557680843827 147.26678569733849 -1.498299767348273 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 179.99998711834331 0.5528852439206513 -89.999999531558956 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999956 0.99999999999999956 0.99999999999999989 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -4.5474735088646412e-13 -4.0864715576169743 1.865174681370263e-14 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "RingFinger2_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "9904D273-4070-B61D-F69D-88BB1249789E"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXRingFinger2_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 84.887557680843827 147.26678569733849 -1.498299767348273 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 179.99998711834331 0.5528852439206513 -89.999999531558956 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999956 0.99999999999999956 0.99999999999999989 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -3.5102381314084752e-14 4.3552435374873324e-15 25.109999656677257 ; + setAttr ".rsrr" -type "double3" 0 -2.0872390097104338e-15 0 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "RingFinger1_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "09B2FDBF-488F-B846-03C8-FDB6022811CD"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXRingFinger1_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 80.801086123226938 147.26678565506222 -1.4982988486405779 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 179.99998711879937 0.27064155029163306 -89.999999468102402 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999956 0.99999999999999956 0.99999999999999989 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" -0.10120305660768736 -6.9369643493262743 1.4331769332656497 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "RingFinger1_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "04DEE86E-4145-B4B5-8338-01BEFFE2DEA2"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXRingFinger1_LW0" -dv 1 -min 0 + -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 80.801086123226938 147.26678565506222 -1.4982988486405779 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 179.99998711879937 0.27064155029163306 -89.999999468102402 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999956 0.99999999999999956 0.99999999999999989 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -3.4467050892747214e-14 -9.023788080684266e-15 25.109999656677292 ; + setAttr ".rsrr" -type "double3" 6.708982531212106e-15 -4.7211358552974084e-15 7.3550327008843819e-15 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "Cup_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "532B56D8-4F86-B4F4-E9D5-CF8C60EDBD0E"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXCup_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 73.746337280096981 146.84778264988589 -1.0077197963516942 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -172.22874338180878 -6.7719255490699313 -86.954988034970768 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999967 0.99999999999999944 0.99999999999999989 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 0.13326433530423287 -1.8547869300814313 1.3057014706721013 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "Cup_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "699DA703-4349-2C1C-D412-04AC385B01BC"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXCup_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 73.746337280096981 146.84778264988589 -1.0077197963516942 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -172.22874338180878 -6.7719255490699313 -86.954988034970768 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999967 0.99999999999999944 0.99999999999999989 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -3.3756121365376469e-14 -1.3956081369615175e-14 2.8898321051109927e-14 ; + setAttr ".rsrr" -type "double3" -1.758001904012061e-15 7.3379496435132424e-16 6.0877804449887631e-15 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "Wrist_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "3DB2AE57-443B-2B0C-AE94-0B91838EAE47"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXWrist_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXWrist_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 71.709869379797652 146.85928431685196 8.5759231832627236e-06 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -171.23293999801331 -0.0065362034372172771 -86.568356007897478 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999967 0.99999999999999944 0.99999999999999978 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 4.1723069443833083e-10 -8.9057412440847656 0 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode orientConstraint -n "Wrist_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "E9524BA8-4D81-00C7-AB16-DE9E30A04E80"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXWrist_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXWrist_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 71.709869379797652 146.85928431685196 8.5759231832627236e-06 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -171.23293999801331 -0.0065362034372172771 -86.568356007897478 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999967 0.99999999999999944 0.99999999999999978 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".lr" -type "double3" -1.2829670426840305 5.9699022237419381 10.97056380480775 ; + setAttr ".rsrr" -type "double3" -9.9392333795740791e-17 2.5494133618605995e-14 2.6537753123461213e-14 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode pointConstraint -n "Scapula_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "E07182A2-42B8-42C4-D7F5-27A0511CB157"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXScapula_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 6.9999876022338681 146.58856201171878 2.3882306769695959e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 179.99998884361142 -0.0068624903093035929 -89.999917566708973 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999978 0.99999999999999956 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".rst" -type "double3" 6.9999876022338743 11.431442260742358 1.8624177626769674e-06 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "Scapula_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "24E084F5-4C72-C7B5-C387-AE8537365C23"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXScapula_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 6.9999876022338681 146.58856201171878 2.3882306769695959e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 179.99998884361142 -0.0068624903093035929 -89.999917566708973 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999978 0.99999999999999956 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 9.2967455460442454e-15 -8.9692222848295167e-15 3.1942379296781174 ; + setAttr ".rsrr" -type "double3" -3.8825130388958945e-19 -4.6648394162334175e-15 + 1.5805090716800886e-35 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "Hip_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "5D87BF8B-4C7F-32A1-5ED6-40973758E2B5"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXHip_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXHip_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -8.9100017547607404 93.729995727539134 1.5281524601814583e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 1.2865492663807057 9.9047907712613589e-06 179.99999134857799 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 1.0000000000000002 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -8.9100017547607404 -6.2700042724608664 -1.0105432107475681e-06 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode orientConstraint -n "Hip_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "FCE8E0BA-4525-AAB0-F854-91934AFD9A4B"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "TwisterHip0_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -8.9100017547607404 93.729995727539134 1.5281524601814583e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 1.2865492663807057 9.9047907712613589e-06 179.99999134857799 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 1.0000000000000002 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 0.78274872485179614 -0.0068140569023765196 -1.0018808673988522 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "HipPart1_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "5A107DD8-4035-36E3-B647-69854065EC5B"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "TwisterHip1_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -8.9100040716690252 78.770444234268439 0.33598130720939307 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 1.2865492663807057 9.9047907712613589e-06 179.99999134857799 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 1.0000000000000002 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 0 -0.060921747237443924 0 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "HipPart2_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "0F306210-467C-8C98-CCBE-2A81E9DD1142"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "TwisterHip2_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -8.91000638857731 63.810892740997744 0.67194733289418429 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 1.2865492663807057 9.9047907712613589e-06 179.99999134857799 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 1.0000000000000002 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 0 -0.060921747237443501 0 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "Elbow_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "E113A912-4629-FEB3-E76E-4CBF37B9C855"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXElbow_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXElbow_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -45.012706559202428 146.5887303717744 -0.99916200684889889 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 2.1632286186270115 7.7917377944875748 89.712785553000472 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 0.99999999999999978 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -4.2780357034644112e-10 9.1079151009394579 6.1411690062129765e-06 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode orientConstraint -n "Elbow_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "D042956D-45E6-643B-AE87-05811081259E"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "TwisterElbow0_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -45.012706559202428 146.5887303717744 -0.99916200684889889 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 2.1632286186270115 7.7917377944875748 89.712785553000472 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 0.99999999999999978 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 13.39979963739642 -7.1245754217154253 2.2637356416485259 ; + setAttr ".rsrr" -type "double3" -3.1805546814635168e-15 0 0 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "ElbowPart1_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "7655AD95-4456-7508-FDA2-049657543CA1"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "TwisterElbow1_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -53.91176083273357 146.67891502024906 -0.66610514605928517 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 2.1632286186270115 7.7917377944875748 89.712785553000472 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 0.99999999999999978 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 0 5.0514721870422363 0 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "ElbowPart2_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "FACF53D1-4FA9-B876-0F42-5784D29F527A"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "TwisterElbow2_RW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -62.810815106264712 146.76909966872373 -0.33304828526967145 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 2.1632286186270115 7.7917377944875748 89.712785553000472 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 0.99999999999999978 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 0 5.0514721870422399 0 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "Shoulder_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "E1DE094D-462A-8D11-00DA-48A852D9B975"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXShoulder_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXShoulder_RW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -17.707235336303267 146.58857741632883 2.1797380119764629e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -2.1152159647341406 7.7917377944875756 89.712785553000487 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 7.2475359047530219e-12 10.707247734080685 3.4694469519536142e-18 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode orientConstraint -n "Shoulder_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "3A0F2BE0-43E3-654E-064A-758562D3E4CC"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "TwisterShoulder0_RW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -17.707235336303267 146.58857741632883 2.1797380119764629e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -2.1152159647341406 7.7917377944875756 89.712785553000487 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -12.368308068212743 -8.6777767079557009 70.001441041548873 ; + setAttr ".rsrr" -type "double3" 6.2120208622334281e-18 -1.5891125868200893e-15 -9.9392333795734874e-17 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "ShoulderPart1_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "99219A15-4602-B6FD-69AE-7494B27F6BFB"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "TwisterShoulder1_RW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -26.809059077268945 146.58862840161862 -0.33303947071555828 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -2.1152159647341406 7.7917377944875756 89.712785553000487 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 0 -7.4737968444824228 0 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "ShoulderPart2_R_orientConstraint1" -p "ConstraintSystem"; + rename -uid "E62B2455-4514-BFB6-82FB-BD99BDFF574C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "TwisterShoulder2_RW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -35.910882818234626 146.58867938690841 -0.66610073881123633 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -2.1152159647341406 7.7917377944875756 89.712785553000487 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 0 -7.473796844482429 0 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "Hip_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "AB7DC5D2-46C9-C231-D408-BA871764C441"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXHip_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXHip_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 8.9100017547607404 93.729995727539134 1.5281524601814583e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 178.71345074318728 -6.7040371746566649e-06 -179.99998346913344 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 1 1.0000000000000002 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 8.9100017547607369 -6.2700042724608664 -1.0105432107475681e-06 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode orientConstraint -n "Hip_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "4919927A-45B0-935A-88B5-ABB6FDC8DC9C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "TwisterHip0_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 8.9100017547607404 93.729995727539134 1.5281524601814583e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 178.71345074318728 -6.7040371746566649e-06 -179.99998346913344 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 1 1.0000000000000002 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 14.042827169291115 -0.078270715453573225 -0.70727856565350344 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "HipPart1_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "56F65A7B-4874-07B3-5DFD-8A913388A83D"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "TwisterHip1_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 8.9100060315508092 78.770444234212775 -0.33595074166206523 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 178.71345074318728 -6.7040371746566649e-06 -179.99998346913344 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 1 1.0000000000000002 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 0 0.62431079149246216 0 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "HipPart2_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "788D1EA0-48CF-5BCD-3AE4-F8BD932BF57D"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "TwisterHip2_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 8.9100103083408779 63.810892740886395 -0.67191676484873231 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 178.71345074318728 -6.7040371746566649e-06 -179.99998346913344 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 1 1.0000000000000002 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 0 0.62431079149247803 0 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "Elbow_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "7CE12058-4B70-9E1D-F49E-FF9CC9D7C69A"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXElbow_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXElbow_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 45.012706559207835 146.58873037181547 -0.99916200664553412 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -177.8367713810631 -7.791737794387072 -89.712785552983107 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999956 0.99999999999999967 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 4.2780357034644112e-10 -9.1079151009394863 -6.1479138473430339e-06 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode orientConstraint -n "Elbow_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "94099EDD-4B68-5B1E-3E38-3C9D92FF7D7F"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "TwisterElbow0_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 45.012706559207835 146.58873037181547 -0.99916200664553412 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -177.8367713810631 -7.791737794387072 -89.712785552983107 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999956 0.99999999999999967 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 12.00120429257225 -8.042138444294153 2.3395800620259264 ; + setAttr ".rsrr" -type "double3" -7.9513867036587919e-16 0 0 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "ElbowPart1_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "A8225639-469A-9DC6-96F0-3A8A2A694D1E"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "TwisterElbow1_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 53.91176083273708 146.67891502029877 -0.66610514580814528 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -177.8367713810631 -7.791737794387072 -89.712785552983107 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999956 0.99999999999999967 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 0 6.0423192977905273 0 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "ElbowPart2_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "A235F500-479B-02AC-DEAA-73A6E9387814"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "TwisterElbow2_LW0" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 62.810815106266347 146.76909966878202 -0.333048284970762 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -177.8367713810631 -7.791737794387072 -89.712785552983107 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999956 0.99999999999999967 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 0 6.0423192977904598 0 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "Shoulder_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "0A840E1E-4262-ADB4-97A9-04A4709C9C37"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKXShoulder_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "IKXShoulder_LW1" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 17.707235336303274 146.58857741633989 2.1797437398046169e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 177.88478403557576 -7.7917377943870703 -89.712785552983092 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999967 0.99999999999999956 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -7.2191141953226179e-12 -10.707247734080696 2.3835100559921329e-15 ; + setAttr -k on ".w0"; + setAttr -k on ".w1"; +createNode orientConstraint -n "Shoulder_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "9CA0F182-4E62-A766-F199-EE9AE9F30412"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "TwisterShoulder0_LW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 17.707235336303274 146.58857741633989 2.1797437398046169e-05 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 177.88478403557576 -7.7917377943870703 -89.712785552983092 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999967 0.99999999999999956 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" -11.610557464085145 -8.0985239794310786 69.697823238706363 ; + setAttr ".rsrr" -type "double3" -2.3900750267443124e-15 -4.2707643427854812e-18 + -7.4544250346801162e-17 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "ShoulderPart1_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "0A988FEB-4B76-CC3D-EE00-7287B0210DFB"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "TwisterShoulder1_LW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 26.809059077270739 146.58862840163968 -0.33303947060958272 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 177.88478403557576 -7.7917377943870703 -89.712785552983092 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999967 0.99999999999999956 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 0 -8.3733892440795898 0 ; + setAttr -k on ".w0"; +createNode orientConstraint -n "ShoulderPart2_L_orientConstraint1" -p "ConstraintSystem"; + rename -uid "D16E15DD-4B6F-CC10-C668-79971036354B"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "TwisterShoulder2_LW0" -dv 1 -min + 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 35.910882818238193 146.58867938693953 -0.66610073865657471 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 177.88478403557576 -7.7917377943870703 -89.712785552983092 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999967 0.99999999999999956 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".lr" -type "double3" 0 -8.3733892440795881 0 ; + setAttr -k on ".w0"; +createNode pointConstraint -n "HipPart1_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "4AA6373F-4517-2BC0-B55F-8786CE01A820"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKIKMixKnee_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "Hip_RW1" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -8.9100052301231525 71.29066848763307 0.50396432005122083 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 1.2865492663807057 9.9047907712613589e-06 179.99999134857799 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 1.0000000000000002 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -1.5987211554602254e-14 22.444985444705324 -5.6799009939823009e-13 ; + setAttr -k on ".w0" 0.33333333333333331; + setAttr -k on ".w1" 0.66666666666666674; +createNode pointConstraint -n "HipPart2_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "0C449533-4668-661F-C593-16BD33ACA50A"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKIKMixKnee_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "Hip_RW1" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -8.9100052301231525 71.290668487633056 0.50396432005122171 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 1.2865492663807057 9.9047907712613589e-06 179.99999134857799 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 1.0000000000000002 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -5.3290705182007514e-15 7.4816618149017984 -1.8873791418627661e-13 ; + setAttr -k on ".w0" 0.66666666666666663; + setAttr -k on ".w1" 0.33333333333333337; +createNode pointConstraint -n "ElbowPart1_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "5FCBB8D3-4DD2-E3F0-0280-FBBA0A1B8987"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKIKMixWrist_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "Elbow_RW1" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -58.361287969500175 146.7240073442797 -0.49957671563618899 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 2.1632286186270115 7.7917377944875748 89.712785553000472 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 0.99999999999999978 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -2.0861534721916541e-10 13.358611866127141 7.1054273576010019e-15 ; + setAttr -k on ".w0" 0.33333333333333331; + setAttr -k on ".w1" 0.66666666666666674; +createNode pointConstraint -n "ElbowPart2_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "07F2024F-4711-A4CC-5124-819931341C5E"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKIKMixWrist_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "Elbow_RW1" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -58.361287969500168 146.72400734427967 -0.49957671563618888 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 2.1632286186270115 7.7917377944875748 89.712785553000472 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 0.99999999999999978 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -6.957634468562901e-11 4.4528706220423757 -3.5527136788005009e-15 ; + setAttr -k on ".w0" 0.66666666666666663; + setAttr -k on ".w1" 0.33333333333333337; +createNode pointConstraint -n "ShoulderPart1_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "95A5225A-466E-F482-50E2-59A81CB0D332"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKIKMixElbow_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "Shoulder_RW1" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -31.359970947752849 146.58865389405159 -0.49957010473438412 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -2.1152159647341406 7.7917377944875756 89.712785553000487 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -2.1390178517322056e-10 13.661873288486131 1.4210854715202004e-14 ; + setAttr -k on ".w0" 0.33333333333333331; + setAttr -k on ".w1" 0.66666666666666674; +createNode pointConstraint -n "ShoulderPart2_R_pointConstraint1" -p "ConstraintSystem"; + rename -uid "AEE26763-4C4E-F118-B396-62AA98EC632F"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKIKMixElbow_RW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "Shoulder_RW1" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" -31.359970947752853 146.58865389405159 -0.49957010473438407 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -2.1152159647341406 7.7917377944875756 89.712785553000487 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 0.99999999999999989 1 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" -7.1310068960883655e-11 4.5539577628287162 3.5527136788005009e-15 ; + setAttr -k on ".w0" 0.66666666666666663; + setAttr -k on ".w1" 0.33333333333333337; +createNode pointConstraint -n "HipPart1_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "D5951F47-49EC-C4D2-6FF4-AB8F327F9778"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKIKMixKnee_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "Hip_LW1" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 8.9100081699458293 71.290668487549581 -0.50393375325596867 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 178.71345074318728 -6.7040371746566649e-06 -179.99998346913344 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 1 1.0000000000000002 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 1.2434497875801753e-14 -22.444985444705338 5.6932236702778027e-13 ; + setAttr -k on ".w0" 0.33333333333333331; + setAttr -k on ".w1" 0.66666666666666674; +createNode pointConstraint -n "HipPart2_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "195D2BBE-477B-3654-70C5-7A8D1E776978"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKIKMixKnee_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "Hip_LW1" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 8.9100081699458311 71.290668487549567 -0.5039337532559689 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 178.71345074318728 -6.7040371746566649e-06 -179.99998346913344 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 1 1 1.0000000000000002 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 3.5527136788005009e-15 -7.4816618149018126 1.8918200339612667e-13 ; + setAttr -k on ".w0" 0.66666666666666663; + setAttr -k on ".w1" 0.33333333333333337; +createNode pointConstraint -n "ElbowPart1_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "5416CE2F-4621-9BC6-D81C-10A7CFE68BAD"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKIKMixWrist_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "Elbow_LW1" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 58.361287969502754 146.7240073443337 -0.49957671536117421 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -177.8367713810631 -7.791737794387072 -89.712785552983107 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999956 0.99999999999999967 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 2.0861534721916541e-10 -13.358611866127134 -3.5527136788005009e-15 ; + setAttr -k on ".w0" 0.33333333333333331; + setAttr -k on ".w1" 0.66666666666666674; +createNode pointConstraint -n "ElbowPart2_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "B44CCFB6-44F0-AB6C-7BBF-599E2FFB7492"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKIKMixWrist_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "Elbow_LW1" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 58.361287969502762 146.7240073443337 -0.49957671536117393 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" -177.8367713810631 -7.791737794387072 -89.712785552983107 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999956 0.99999999999999967 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 6.9547922976198606e-11 -4.4528706220423899 3.5527136788005009e-15 ; + setAttr -k on ".w0" 0.66666666666666663; + setAttr -k on ".w1" 0.33333333333333337; +createNode pointConstraint -n "ShoulderPart1_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "5F932854-4009-38F8-06AD-48B35660F4BA"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKIKMixElbow_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "Shoulder_LW1" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 31.359970947755549 146.58865389407768 -0.4995701046040697 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 177.88478403557576 -7.7917377943870703 -89.712785552983092 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999967 0.99999999999999956 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 2.1390178517322056e-10 -13.661873288486156 -1.0658141036401503e-14 ; + setAttr -k on ".w0" 0.33333333333333331; + setAttr -k on ".w1" 0.66666666666666674; +createNode pointConstraint -n "ShoulderPart2_L_pointConstraint1" -p "ConstraintSystem"; + rename -uid "C3BBC1F3-4070-20E3-77FB-5EAC294B57B4"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "FKIKMixElbow_LW0" -dv 1 -min 0 -at "double"; + addAttr -dcb 0 -ci true -k true -sn "w1" -ln "Shoulder_LW1" -dv 1 -min 0 -at "double"; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr ".t" -type "double3" 31.359970947755546 146.58865389407765 -0.49957010460406215 ; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr ".r" -type "double3" 177.88478403557576 -7.7917377943870703 -89.712785552983092 ; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 0.99999999999999978 0.99999999999999967 0.99999999999999956 ; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr -s 2 ".tg"; + setAttr ".rst" -type "double3" 7.1310068960883655e-11 -4.5539577628287091 -1.0658141036401503e-14 ; + setAttr -k on ".w0" 0.66666666666666663; + setAttr -k on ".w1" 0.33333333333333337; +createNode transform -n "DynamicSystem" -p "MotionSystem"; + rename -uid "36EC71DF-4146-48AF-60BA-A4993C318D73"; +createNode transform -n "DrivingSystem" -p "MotionSystem"; + rename -uid "03798C67-46C6-D747-91EC-9DAEDA15AC95"; +createNode transform -n "Fingers_R" -p "DrivingSystem"; + rename -uid "3C273B96-47F9-7798-E620-06AE8A9A0904"; + addAttr -ci true -k true -sn "spread" -ln "spread" -smn -5 -smx 10 -at "float"; + addAttr -ci true -k true -sn "cup" -ln "cup" -smn 0 -smx 10 -at "float"; + addAttr -ci true -k true -sn "indexCurl" -ln "indexCurl" -smn -2 -smx 10 -at "float"; + addAttr -ci true -k true -sn "middleCurl" -ln "middleCurl" -smn -2 -smx 10 -at "float"; + addAttr -ci true -k true -sn "ringCurl" -ln "ringCurl" -smn -2 -smx 10 -at "float"; + addAttr -ci true -k true -sn "pinkyCurl" -ln "pinkyCurl" -smn -2 -smx 10 -at "float"; + addAttr -ci true -k true -sn "thumbCurl" -ln "thumbCurl" -smn -2 -smx 10 -at "float"; + setAttr -l on -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 24.004637697828418 10.001932374095174 1 ; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; + setAttr -k on ".spread"; + setAttr -k on ".cup"; + setAttr -k on ".indexCurl" 1.440000057220459; + setAttr -k on ".middleCurl" 2.1400001049041748; + setAttr -k on ".ringCurl" 2.7899999618530273; + setAttr -k on ".pinkyCurl" 3.5999999046325684; + setAttr -k on ".thumbCurl"; +createNode nurbsCurve -n "Fingers_RShape" -p "Fingers_R"; + rename -uid "668A24C9-438D-0329-7272-AFAF7047A127"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 17; + setAttr ".cc" -type "nurbsCurve" + 3 8 0 no 3 + 13 0 0 0 1 2 3 4 5 6 7 8 8 8 + 11 + -6.1232339960000003e-17 1 0 + 0.13006021470000001 1 0 + 0.39302781730000003 0.94793187160000003 0 + 0.72541291149999998 0.72551564449999995 0 + 0.94796122390000004 0.39264623739999999 0 + 1.0260193879999999 -4.8196734489999997e-17 0 + 0.94796122390000004 -0.39264623739999999 0 + 0.72541291149999998 -0.72551564449999995 0 + 0.39302781730000003 -0.94793187160000003 0 + 0.13006021470000001 -1 0 + -1.0530111369999999e-16 -1 0 + ; +createNode parentConstraint -n "Fingers_R_parentConstraint1" -p "Fingers_R"; + rename -uid "122E386B-4371-8CA3-A324-E2AE97BBFD5C"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Wrist_RW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tot" -type "double3" 0 0 -1.7763568394002505e-15 ; + setAttr ".tg[0].tor" -type "double3" 90.57385900464368 5.2368261278072259 94.046654192780494 ; + setAttr ".lr" -type "double3" 76.719933717137806 -7.494836885125097 -88.825558600185076 ; + setAttr ".rst" -type "double3" -71.709869379797937 146.85928431678491 8.5755765273017798e-06 ; + setAttr ".rsrr" -type "double3" 89.962953108423889 -3.5089721515723786 -179.39472893912674 ; + setAttr -k on ".w0"; +createNode transform -n "Fingers_L" -p "DrivingSystem"; + rename -uid "E8CB8211-4C1A-11D3-F486-B99C76515242"; + addAttr -ci true -k true -sn "spread" -ln "spread" -smn -5 -smx 10 -at "float"; + addAttr -ci true -k true -sn "cup" -ln "cup" -smn 0 -smx 10 -at "float"; + addAttr -ci true -k true -sn "indexCurl" -ln "indexCurl" -smn -2 -smx 10 -at "float"; + addAttr -ci true -k true -sn "middleCurl" -ln "middleCurl" -smn -2 -smx 10 -at "float"; + addAttr -ci true -k true -sn "ringCurl" -ln "ringCurl" -smn -2 -smx 10 -at "float"; + addAttr -ci true -k true -sn "pinkyCurl" -ln "pinkyCurl" -smn -2 -smx 10 -at "float"; + addAttr -ci true -k true -sn "thumbCurl" -ln "thumbCurl" -smn -2 -smx 10 -at "float"; + setAttr -l on -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr ".s" -type "double3" 24.007873096955414 10.003280457064756 1 ; + setAttr -l on -k off ".sx"; + setAttr -l on -k off ".sy"; + setAttr -l on -k off ".sz"; + setAttr -k on ".spread"; + setAttr -k on ".cup"; + setAttr -k on ".indexCurl" 1.440000057220459; + setAttr -k on ".middleCurl" 2.1400001049041748; + setAttr -k on ".ringCurl" 2.7899999618530273; + setAttr -k on ".pinkyCurl" 3.5999999046325684; + setAttr -k on ".thumbCurl"; +createNode nurbsCurve -n "Fingers_LShape" -p "Fingers_L"; + rename -uid "3BDAFCA6-42DC-690F-47CF-FC8A8249D2AE"; + setAttr ".ihi" 0; + setAttr -k off ".v"; + setAttr ".ove" yes; + setAttr ".ovc" 17; + setAttr ".cc" -type "nurbsCurve" + 3 8 0 no 3 + 13 0 0 0 1 2 3 4 5 6 7 8 8 8 + 11 + 2.1913533982509392e-05 -0.99986523449390674 5.5470126767431793e-06 + 0.13006460060781055 -0.99984881803873804 3.2675881413979369e-06 + 0.39299562325808113 -0.94775451433849378 -1.6299863432323036e-06 + 0.72533104949836558 -0.72532630696826839 -8.6891005537381716e-06 + 0.94784207572474299 -0.39247366868676248 -1.4435917023547518e-05 + 1.0258811160124472 0.00012950621235807702 -1.7981998013283373e-05 + 0.94782486719074788 0.39271297580260378 -1.879199714949209e-05 + 0.72529925227368075 0.72550943311590443 -1.6738087140311109e-05 + 0.39295407818191919 0.94785373189024913 -1.2146494100306882e-05 + 0.13002077353815888 0.99988165101825688 -7.8265717604608653e-06 + -2.1913535669160211e-05 0.99986523456308807 -5.5471472535373323e-06 + ; +createNode parentConstraint -n "Fingers_L_parentConstraint1" -p "Fingers_L"; + rename -uid "2CD9EA35-46C2-F974-3954-9AB10DDB513B"; + addAttr -dcb 0 -ci true -k true -sn "w0" -ln "Wrist_LW0" -dv 1 -min 0 -at "double"; + setAttr ".ihi" 0; + setAttr -k on ".nds"; + setAttr -k off ".v"; + setAttr -k off ".tx"; + setAttr -k off ".ty"; + setAttr -k off ".tz"; + setAttr -k off ".rx"; + setAttr -k off ".ry"; + setAttr -k off ".rz"; + setAttr -k off ".sx"; + setAttr -k off ".sy"; + setAttr -k off ".sz"; + setAttr ".erp" yes; + setAttr ".tg[0].tor" -type "double3" 89.426179371019174 -5.2338129647337679 -85.953418121084297 ; + setAttr ".lr" -type "double3" -92.488333773121127 -7.6551340260120453 -90.334204315732364 ; + setAttr ".rst" -type "double3" 71.709869379797652 146.85928431685198 8.5759231815973891e-06 ; + setAttr ".rsrr" -type "double3" -89.962923777627552 -3.5119859114764016 -0.60523110420402182 ; + setAttr -k on ".w0"; +createNode transform -n "DeformationSystem" -p "Armature_Rig"; + rename -uid "5914242B-49B9-4669-49AD-D8B1E7FA2F27"; + setAttr ".v" no; +createNode joint -n "Root_M" -p "DeformationSystem"; + rename -uid "B821C9EF-4586-F908-2BB8-86B442A8BE38"; + addAttr -ci true -sn "fat" -ln "fat" -dv 17 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 0.64999999999999991 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode joint -n "Hip_R" -p "Root_M"; + rename -uid "A9F1B71E-4D81-E3AB-E3BE-5DAFBCFA34C1"; + addAttr -ci true -sn "fat" -ln "fat" -dv 8.7 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + addAttr -ci true -k true -sn "twistAmount" -ln "twistAmount" -min 0 -max 1 -at "double"; + addAttr -ci true -k true -sn "twistAddition" -ln "twistAddition" -at "double"; + setAttr ".ro" 2; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 1.2865492663807054 9.9047907712613589e-06 179.99999134857799 ; + setAttr -k on ".twistAmount"; + setAttr -k on ".twistAddition"; +createNode joint -n "HipPart1_R" -p "Hip_R"; + rename -uid "2FD03388-47F4-A9FC-A908-3E99D2ACCDE2"; + addAttr -ci true -k true -sn "twistAmount" -ln "twistAmount" -min 0 -max 1 -at "double"; + addAttr -ci true -k true -sn "twistAddition" -ln "twistAddition" -at "double"; + setAttr ".ro" 2; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr -k on ".twistAmount" 0.33333333333333331; + setAttr -k on ".twistAddition"; +createNode joint -n "HipPart2_R" -p "HipPart1_R"; + rename -uid "B303EF2A-457A-1E80-AC66-A39C55CF41EE"; + addAttr -ci true -k true -sn "twistAmount" -ln "twistAmount" -min 0 -max 1 -at "double"; + addAttr -ci true -k true -sn "twistAddition" -ln "twistAddition" -at "double"; + setAttr ".ro" 2; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr -k on ".twistAmount" 0.66666666666666663; + setAttr -k on ".twistAddition"; +createNode joint -n "Knee_R" -p "HipPart2_R"; + rename -uid "1C8237E9-4D94-9428-A918-BA95B853EBCD"; + addAttr -ci true -sn "fat" -ln "fat" -dv 6 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".ro" 2; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -2.7051239549836414 -0.0013196429694836286 6.2350892930270114e-05 ; +createNode joint -n "Ankle_R" -p "Knee_R"; + rename -uid "F0A61F59-4053-314D-B12E-628C23EC6C28"; + addAttr -ci true -sn "fat" -ln "fat" -dv 3.6999999999999988 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".ro" 3; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 1.4185745818812308 0.0013531740123005009 9.0969351746126166e-06 ; +createNode joint -n "Toes_R" -p "Ankle_R"; + rename -uid "1F429131-4998-D5DB-1E2B-A597387C0D46"; + addAttr -ci true -sn "fat" -ln "fat" -dv 2.9999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 82.27021594907221 2.8168531138617983e-05 -3.2250278127079098e-05 ; + setAttr ".ssc" no; +createNode joint -n "ToesEnd_R" -p "Toes_R"; + rename -uid "1F61D1A6-4F67-3B6F-AF54-E8B5D456C5A0"; + addAttr -ci true -sn "fat" -ln "fat" -dv 2.9999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".t" -type "double3" 0 6.2690099391694005 2.0872192862952943e-14 ; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; +createNode joint -n "RootPart1_M" -p "Root_M"; + rename -uid "C0A79972-44EF-4B6F-5A64-8ABE66B3BA8A"; + addAttr -ci true -sn "fat" -ln "fat" -dv 17 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 0.65 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode joint -n "RootPart2_M" -p "RootPart1_M"; + rename -uid "EE7498C4-482C-2C82-415C-EEB4046EC74D"; + addAttr -ci true -sn "fat" -ln "fat" -dv 17 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 0.65 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode joint -n "Spine1_M" -p "RootPart2_M"; + rename -uid "B607A4B6-4DB4-392F-9350-25BD0AB11055"; + addAttr -ci true -sn "fat" -ln "fat" -dv 17 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 0.65 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode joint -n "Spine1Part1_M" -p "Spine1_M"; + rename -uid "821971E2-4F9C-3E1C-7798-3E8E52DDA1E0"; + addAttr -ci true -sn "fat" -ln "fat" -dv 17 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 0.65 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode joint -n "Spine1Part2_M" -p "Spine1Part1_M"; + rename -uid "AAFBA69F-4014-608B-EECD-94A610226B2C"; + addAttr -ci true -sn "fat" -ln "fat" -dv 17 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 0.64999999999999991 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode joint -n "Chest_M" -p "Spine1Part2_M"; + rename -uid "37ADDA7D-49A6-ED14-9F49-D98C28942A83"; + addAttr -ci true -sn "fat" -ln "fat" -dv 17 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 0.64999999999999991 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode joint -n "Neck_M" -p "Chest_M"; + rename -uid "CF4385B9-4AD0-24C4-AC6A-CBA877D612C5"; + addAttr -ci true -sn "fat" -ln "fat" -dv 3.2 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode joint -n "NeckPart1_M" -p "Neck_M"; + rename -uid "597EEF98-4E9B-F37B-5F03-1599BBD0A008"; + addAttr -ci true -sn "fat" -ln "fat" -dv 3.2 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode joint -n "NeckPart2_M" -p "NeckPart1_M"; + rename -uid "E9B68DF2-486D-DAF6-9A2F-06A79A22A917"; + addAttr -ci true -sn "fat" -ln "fat" -dv 3.2 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode joint -n "Head_M" -p "NeckPart2_M"; + rename -uid "B631A59C-4A8C-A88E-9143-7FAA28C28328"; + addAttr -ci true -sn "fat" -ln "fat" -dv 3.2 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode joint -n "HeadEnd_M" -p "Head_M"; + rename -uid "9214E606-416B-48A7-01D9-D4897D8B4A01"; + addAttr -ci true -sn "fat" -ln "fat" -dv 3.5 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".t" -type "double3" 1.0669498302358752e-14 24.235656738281421 3.9484912104128503e-06 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; +createNode joint -n "Eye_R" -p "Head_M"; + rename -uid "004B50A2-4D36-AF0B-2065-36AA43492D0C"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.9999999999999996 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".ro" 2; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 90.000002504478161 0 0 ; + setAttr ".ssc" no; +createNode joint -n "EyeEnd_R" -p "Eye_R"; + rename -uid "5712F0D9-431D-6CC2-B3F4-27A5C491801B"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.9999999999999996 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".t" -type "double3" 5.4178883601707639e-14 1.7087016112135522 -2.8421709430404007e-14 ; + setAttr ".ro" 1; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode joint -n "Jaw_M" -p "Head_M"; + rename -uid "E5A1632B-482F-8ED7-20EB-5D8FE94D7B7D"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.9999999999999996 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 118.34369612595447 0 0 ; + setAttr ".ssc" no; +createNode joint -n "JawEnd_M" -p "Jaw_M"; + rename -uid "7B089E04-489D-BB5F-4481-BAB2B3041F73"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.9999999999999996 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".t" -type "double3" -3.7732778331681325e-15 12.359984898135835 0 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode joint -n "Eye_L" -p "Head_M"; + rename -uid "93209160-4004-08B2-D26E-BBB11F8ACE15"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.9999999999999996 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".ro" 2; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 89.999999999998153 0 0 ; + setAttr ".ssc" no; +createNode joint -n "EyeEnd_L" -p "Eye_L"; + rename -uid "3B2C9166-47F0-FAEC-00EE-49B4FB76F53E"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.9999999999999996 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".t" -type "double3" -5.4178883601707639e-14 1.7087016112135593 -2.8421709430404007e-14 ; + setAttr ".ro" 1; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; +createNode joint -n "Scapula_R" -p "Chest_M"; + rename -uid "B924BA85-4412-70FA-3B63-15BEE1E7AABB"; + addAttr -ci true -sn "fat" -ln "fat" -dv 6.5 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".ro" 2; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -1.1156338733084005e-05 0.0068624904119231585 89.99992054220813 ; +createNode joint -n "Shoulder_R" -p "Scapula_R"; + rename -uid "D82DF028-4674-02A5-E5E7-F391D45F37EF"; + addAttr -ci true -sn "fat" -ln "fat" -dv 6.5 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + addAttr -ci true -k true -sn "twistAmount" -ln "twistAmount" -min 0 -max 1 -at "double"; + addAttr -ci true -k true -sn "twistAddition" -ln "twistAddition" -at "double"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -2.115169993961787 7.7848754461566978 -0.28712578478170353 ; + setAttr -k on ".twistAmount"; + setAttr -k on ".twistAddition"; +createNode joint -n "ShoulderPart1_R" -p "Shoulder_R"; + rename -uid "970FD928-44E9-96B5-F1CF-CB9971309CB7"; + addAttr -ci true -k true -sn "twistAmount" -ln "twistAmount" -min 0 -max 1 -at "double"; + addAttr -ci true -k true -sn "twistAddition" -ln "twistAddition" -at "double"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr -k on ".twistAmount" 0.33333333333333331; + setAttr -k on ".twistAddition"; +createNode joint -n "ShoulderPart2_R" -p "ShoulderPart1_R"; + rename -uid "AF458317-4B05-48E8-B495-D883A12DA5A1"; + addAttr -ci true -k true -sn "twistAmount" -ln "twistAmount" -min 0 -max 1 -at "double"; + addAttr -ci true -k true -sn "twistAddition" -ln "twistAddition" -at "double"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr -k on ".twistAmount" 0.66666666666666663; + setAttr -k on ".twistAddition"; +createNode joint -n "Elbow_R" -p "ShoulderPart2_R"; + rename -uid "7F853714-402B-276F-7414-A282C8DA298B"; + addAttr -ci true -sn "fat" -ln "fat" -dv 4.4999999999999982 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + addAttr -ci true -k true -sn "twistAmount" -ln "twistAmount" -min 0 -max 1 -at "double"; + addAttr -ci true -k true -sn "twistAddition" -ln "twistAddition" -at "double"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 4.27844458336115 -3.1805546814635168e-15 1.5654292572828246e-14 ; + setAttr -k on ".twistAmount"; + setAttr -k on ".twistAddition"; +createNode joint -n "ElbowPart1_R" -p "Elbow_R"; + rename -uid "57CE83C3-4A48-D01B-A8FC-F5A3515B48E1"; + addAttr -ci true -k true -sn "twistAmount" -ln "twistAmount" -min 0 -max 1 -at "double"; + addAttr -ci true -k true -sn "twistAddition" -ln "twistAddition" -at "double"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr -k on ".twistAmount" 0.33333333333333331; + setAttr -k on ".twistAddition"; +createNode joint -n "ElbowPart2_R" -p "ElbowPart1_R"; + rename -uid "B045FA04-4FF0-B661-F149-2B9597A4D23A"; + addAttr -ci true -k true -sn "twistAmount" -ln "twistAmount" -min 0 -max 1 -at "double"; + addAttr -ci true -k true -sn "twistAddition" -ln "twistAddition" -at "double"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr -k on ".twistAmount" 0.66666666666666663; + setAttr -k on ".twistAddition"; +createNode joint -n "Wrist_R" -p "ElbowPart2_R"; + rename -uid "F002BE61-4F8D-C567-08AA-2295C0EB7AB5"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.6999999999999988 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 2.3100000000000005 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 7.0165517352901947 -7.8875716091960708 -2.8765030062127819 ; +createNode joint -n "MiddleFinger1_R" -p "Wrist_R"; + rename -uid "80D096C8-4CF5-9503-0FD2-F78ED6649096"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -8.7484179163332136 0.45430245540228764 3.4019970569426414 ; + setAttr ".ssc" no; +createNode joint -n "MiddleFinger2_R" -p "MiddleFinger1_R"; + rename -uid "DBAEE321-4913-D6F9-BE26-B38868B939FC"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -0.00093455207658864976 0.036445992797840512 0.00040230534374448296 ; + setAttr ".ssc" no; +createNode joint -n "MiddleFinger3_R" -p "MiddleFinger2_R"; + rename -uid "B57D3D12-401D-6682-AD81-ADBF91F2C0FB"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 0.00097983282486264578 0.053379359101517782 -0.00066162428949436065 ; + setAttr ".ssc" no; +createNode joint -n "MiddleFinger4_R" -p "MiddleFinger3_R"; + rename -uid "48160294-4347-6C64-A805-989A4C3E8051"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".t" -type "double3" 5.7696070143720135e-12 2.005630497016881 8.0382367428910584e-12 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; +createNode joint -n "ThumbFinger1_R" -p "Wrist_R"; + rename -uid "CF044899-4B92-E012-DBB3-0A85758F5104"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 11.541593041558663 -52.883671969645441 5.7734735280471536 ; + setAttr ".ssc" no; +createNode joint -n "ThumbFinger2_R" -p "ThumbFinger1_R"; + rename -uid "CBA099E8-46E3-5318-CE48-4D85181196BE"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -11.598298979595402 -2.162726893605293 -3.6323535109943723 ; + setAttr ".ssc" no; +createNode joint -n "ThumbFinger3_R" -p "ThumbFinger2_R"; + rename -uid "64C658BB-4D43-E013-CF4D-5EB6F228653F"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -0.36403670304380897 -0.024128368617164025 0.50522423706823016 ; + setAttr ".ssc" no; +createNode joint -n "ThumbFinger4_R" -p "ThumbFinger3_R"; + rename -uid "37301719-48BE-51A4-9153-AD8B3598A2F7"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".t" -type "double3" 1.2221335055073723e-12 2.7438835949049718 -9.9475983006414026e-14 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; +createNode joint -n "IndexFinger1_R" -p "Wrist_R"; + rename -uid "3D3BC415-4109-C52F-C110-AEA0EBFF454C"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -7.1267175639606233 1.4176103512694951 3.2796034821105979 ; + setAttr ".ssc" no; +createNode joint -n "IndexFinger2_R" -p "IndexFinger1_R"; + rename -uid "B861DA1A-4A94-3F09-2B9D-57AE6E53954B"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -0.075866219484210851 -1.987846675914698e-16 -0.00035326229057023543 ; + setAttr ".ssc" no; +createNode joint -n "IndexFinger3_R" -p "IndexFinger2_R"; + rename -uid "3F424B0B-47AC-0D0D-D66A-189BBAF61312"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 0.28643601571681154 -1.6364890993078427 -0.0045637057031540675 ; + setAttr ".ssc" no; +createNode joint -n "IndexFinger4_R" -p "IndexFinger3_R"; + rename -uid "44306F7D-4DF4-5E8E-2206-4ABECDBB8218"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".t" -type "double3" -1.4210854715202004e-13 2.1273529302817025 3.4972025275692431e-14 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; +createNode joint -n "Cup_R" -p "Wrist_R"; + rename -uid "32DEF394-49F3-AF8A-66CB-0E922FD15DA2"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.2 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -1.0572321750215798 6.7449031591677402 -0.65386398772481125 ; + setAttr ".ssc" no; +createNode joint -n "PinkyFinger1_R" -p "Cup_R"; + rename -uid "BD264B15-4915-1FD6-49C9-999C822D1EF9"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -9.606166732681757 -9.3950037505279944 4.4841485368207783 ; + setAttr ".ssc" no; +createNode joint -n "PinkyFinger2_R" -p "PinkyFinger1_R"; + rename -uid "9D848634-4B55-D9A8-DF5D-EEBCD203AC75"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 0.059203826261619297 0.25909756991402727 -0.0036051888714946131 ; + setAttr ".ssc" no; +createNode joint -n "PinkyFinger3_R" -p "PinkyFinger2_R"; + rename -uid "D177AC19-451C-4574-A874-D6BAB761F090"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -0.12770256614806069 2.1245472033619794 0.0015862522375392858 ; + setAttr ".ssc" no; +createNode joint -n "PinkyFinger4_R" -p "PinkyFinger3_R"; + rename -uid "CFF9EF2B-4EA1-478C-8D15-A9B795D7C18E"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".t" -type "double3" -1.1368683772161603e-13 1.7794495599975733 -6.3060667798708891e-14 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; +createNode joint -n "RingFinger1_R" -p "Cup_R"; + rename -uid "FC6A0AFA-4AF9-BE65-9AA0-6EB92905FE07"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -8.1730350966885226 -6.5536156006118942 3.9934984826983273 ; + setAttr ".ssc" no; +createNode joint -n "RingFinger2_R" -p "RingFinger1_R"; + rename -uid "98BF9259-4DE3-ED00-A4AC-BA8AD485BA9E"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -6.5677451003270334e-17 -0.28224369362902535 -1.0594565181979377e-14 ; + setAttr ".ssc" no; +createNode joint -n "RingFinger3_R" -p "RingFinger2_R"; + rename -uid "EEE3031B-4104-91E4-F638-EF8A936B0CB1"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -4.0686225440680226e-06 0.56561842389592254 -9.5956059516213826e-15 ; + setAttr ".ssc" no; +createNode joint -n "RingFinger4_R" -p "RingFinger3_R"; + rename -uid "C2D03363-4A02-95F6-E0F6-0FA0EB8AF79B"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".t" -type "double3" -1.5258828540254399e-05 2.1207733154294885 3.2828270035700768e-07 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; +createNode joint -n "Scapula_L" -p "Chest_M"; + rename -uid "230E10D0-40B8-CE78-8E63-8283C587B49A"; + addAttr -ci true -sn "fat" -ln "fat" -dv 6.5 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".ro" 2; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 179.99998884361142 -0.0068624903093035929 -89.999917566708973 ; +createNode joint -n "Shoulder_L" -p "Scapula_L"; + rename -uid "80EFDCA4-4934-4D51-27A1-7582B5AFE9D6"; + addAttr -ci true -sn "fat" -ln "fat" -dv 6.5 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + addAttr -ci true -k true -sn "twistAmount" -ln "twistAmount" -min 0 -max 1 -at "double"; + addAttr -ci true -k true -sn "twistAddition" -ln "twistAddition" -at "double"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -2.115169993961787 7.7848754461566978 -0.28712578478170353 ; + setAttr -k on ".twistAmount"; + setAttr -k on ".twistAddition"; +createNode joint -n "ShoulderPart1_L" -p "Shoulder_L"; + rename -uid "27577BF1-4967-88EB-DB47-B58719381064"; + addAttr -ci true -k true -sn "twistAmount" -ln "twistAmount" -min 0 -max 1 -at "double"; + addAttr -ci true -k true -sn "twistAddition" -ln "twistAddition" -at "double"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr -k on ".twistAmount" 0.33333333333333331; + setAttr -k on ".twistAddition"; +createNode joint -n "ShoulderPart2_L" -p "ShoulderPart1_L"; + rename -uid "521749C0-4F09-6599-FAF6-9DA09A13752B"; + addAttr -ci true -k true -sn "twistAmount" -ln "twistAmount" -min 0 -max 1 -at "double"; + addAttr -ci true -k true -sn "twistAddition" -ln "twistAddition" -at "double"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr -k on ".twistAmount" 0.66666666666666663; + setAttr -k on ".twistAddition"; +createNode joint -n "Elbow_L" -p "ShoulderPart2_L"; + rename -uid "0AB0DFBD-44C4-BBC1-7471-7AB461C992C4"; + addAttr -ci true -sn "fat" -ln "fat" -dv 4.4999999999999982 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + addAttr -ci true -k true -sn "twistAmount" -ln "twistAmount" -min 0 -max 1 -at "double"; + addAttr -ci true -k true -sn "twistAddition" -ln "twistAddition" -at "double"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 4.27844458336115 -3.1805546814635168e-15 1.5654292572828246e-14 ; + setAttr -k on ".twistAmount"; + setAttr -k on ".twistAddition"; +createNode joint -n "ElbowPart1_L" -p "Elbow_L"; + rename -uid "9AEA1B3D-4C00-67CE-5408-2C8A55446D26"; + addAttr -ci true -k true -sn "twistAmount" -ln "twistAmount" -min 0 -max 1 -at "double"; + addAttr -ci true -k true -sn "twistAddition" -ln "twistAddition" -at "double"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr -k on ".twistAmount" 0.33333333333333331; + setAttr -k on ".twistAddition"; +createNode joint -n "ElbowPart2_L" -p "ElbowPart1_L"; + rename -uid "38B6C07D-48F6-C6C8-DF68-11BBB0EEF4D9"; + addAttr -ci true -k true -sn "twistAmount" -ln "twistAmount" -min 0 -max 1 -at "double"; + addAttr -ci true -k true -sn "twistAddition" -ln "twistAddition" -at "double"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr -k on ".twistAmount" 0.66666666666666663; + setAttr -k on ".twistAddition"; +createNode joint -n "Wrist_L" -p "ElbowPart2_L"; + rename -uid "3C066062-416C-D53F-3AB7-DAB37E424616"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.6999999999999988 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 2.3100000000000005 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 7.0165517352901947 -7.8875716091960708 -2.8765030062127819 ; +createNode joint -n "MiddleFinger1_L" -p "Wrist_L"; + rename -uid "50BA9172-4F0E-0AAA-C5ED-959D0449AE6B"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -8.7484179163332136 0.45430245540228764 3.4019970569426414 ; + setAttr ".ssc" no; +createNode joint -n "MiddleFinger2_L" -p "MiddleFinger1_L"; + rename -uid "2A4573CB-482E-90DC-E04C-E0B0BFB1931F"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -0.00093455207658864976 0.036445992797840512 0.00040230534374448296 ; + setAttr ".ssc" no; +createNode joint -n "MiddleFinger3_L" -p "MiddleFinger2_L"; + rename -uid "39E38E46-4E91-37A9-09F8-A888E22561FE"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 0.00097983282486264578 0.053379359101517782 -0.00066162428949436065 ; + setAttr ".ssc" no; +createNode joint -n "MiddleFinger4_L" -p "MiddleFinger3_L"; + rename -uid "E5EFD57C-40E6-FDB3-9B6F-9897D50D7CC7"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".t" -type "double3" -5.7980287238024175e-12 -2.0056304970169236 -8.0391249213107585e-12 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; +createNode joint -n "ThumbFinger1_L" -p "Wrist_L"; + rename -uid "09118D2D-4B78-C545-7982-DEA81ABE6263"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 11.541593041558663 -52.883671969645441 5.7734735280471536 ; + setAttr ".ssc" no; +createNode joint -n "ThumbFinger2_L" -p "ThumbFinger1_L"; + rename -uid "49FC9B0E-48A8-53BC-C5E9-669C07BD7BC2"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -11.598298979595402 -2.162726893605293 -3.6323535109943723 ; + setAttr ".ssc" no; +createNode joint -n "ThumbFinger3_L" -p "ThumbFinger2_L"; + rename -uid "EE8ED319-4E8A-D43E-1690-A2912CCFEA03"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -0.36403670304380897 -0.024128368617164025 0.50522423706823016 ; + setAttr ".ssc" no; +createNode joint -n "ThumbFinger4_L" -p "ThumbFinger3_L"; + rename -uid "25AA2E41-4F56-4177-D254-19843A004815"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".t" -type "double3" -1.2647660696529783e-12 -2.7438835949049718 8.5265128291212022e-14 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; +createNode joint -n "IndexFinger1_L" -p "Wrist_L"; + rename -uid "491F6679-4BE0-1AA9-6750-1891A9294ABF"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -7.1267175639606233 1.4176103512694951 3.2796034821105979 ; + setAttr ".ssc" no; +createNode joint -n "IndexFinger2_L" -p "IndexFinger1_L"; + rename -uid "A30E744F-4F46-7BF0-B8FE-B1BAC35708D1"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 0.075867044076753001 0 0 ; + setAttr ".ssc" no; +createNode joint -n "IndexFinger3_L" -p "IndexFinger2_L"; + rename -uid "FC55A02E-4600-DF8A-BD45-629AB353AF9C"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 0.28643601571681154 -1.6364890993078427 -0.0045637057031540675 ; + setAttr ".ssc" no; +createNode joint -n "IndexFinger4_L" -p "IndexFinger3_L"; + rename -uid "3D4AA657-46EE-C54A-8A64-06BACB95AB57"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".t" -type "double3" -1.326156962022651e-10 -2.1273529302817025 2.6617597015388128e-12 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; +createNode joint -n "Cup_L" -p "Wrist_L"; + rename -uid "7A067BB9-45FB-E7F8-37AF-43809A6DF1CF"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.2 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -1.0572321750215798 6.7449031591677402 -0.65386398772481125 ; + setAttr ".ssc" no; +createNode joint -n "PinkyFinger1_L" -p "Cup_L"; + rename -uid "6296F6A0-4039-97D4-BB5D-2A83DEC30964"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -9.606166732681757 -9.3950037505279944 4.4841485368207783 ; + setAttr ".ssc" no; +createNode joint -n "PinkyFinger2_L" -p "PinkyFinger1_L"; + rename -uid "2E8908BB-45A3-8E8B-2EE8-21BD6EB13E22"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 0.059203826261619297 0.25909756991402727 -0.0036051888714946131 ; + setAttr ".ssc" no; +createNode joint -n "PinkyFinger3_L" -p "PinkyFinger2_L"; + rename -uid "1D208D7B-4C29-5505-2C4E-48A9E936D2E0"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -0.12770256614806069 2.1245472033619794 0.0015862522375392858 ; + setAttr ".ssc" no; +createNode joint -n "PinkyFinger4_L" -p "PinkyFinger3_L"; + rename -uid "9F01A771-41D9-EF80-A46A-4A95F03B0E3E"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".t" -type "double3" 5.6843418860808015e-14 -1.779449559997559 6.4837024638109142e-14 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".ssc" no; +createNode joint -n "RingFinger1_L" -p "Cup_L"; + rename -uid "118D04FB-4362-4413-C711-53992EEFED33"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -8.1730350966885226 -6.5536156006118942 3.9934984826983273 ; + setAttr ".ssc" no; +createNode joint -n "RingFinger2_L" -p "RingFinger1_L"; + rename -uid "0589EDAE-458C-49F2-0A8F-8BB51D5704EA"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -6.5677451003270334e-17 -0.28224369362902535 -1.0594565181979377e-14 ; + setAttr ".ssc" no; +createNode joint -n "RingFinger3_L" -p "RingFinger2_L"; + rename -uid "067001E4-4A9C-878F-6309-32AC42B0D648"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 4.0045533656837545e-06 0.56561842389592243 2.9622667165619901e-24 ; + setAttr ".ssc" no; +createNode joint -n "RingFinger4_L" -p "RingFinger3_L"; + rename -uid "BF2E21E5-47E8-81C1-3FDB-4086D059441C"; + addAttr -ci true -sn "fat" -ln "fat" -dv 1.1999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".t" -type "double3" 1.525882848341098e-05 -2.1207733154294601 -3.2828270013496308e-07 ; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 1.6262284761023143e-05 0 0 ; + setAttr ".ssc" no; +createNode joint -n "Hip_L" -p "Root_M"; + rename -uid "9C4A2213-43D7-8063-6C58-998B88FA8534"; + addAttr -ci true -sn "fat" -ln "fat" -dv 8.7 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + addAttr -ci true -k true -sn "twistAmount" -ln "twistAmount" -min 0 -max 1 -at "double"; + addAttr -ci true -k true -sn "twistAddition" -ln "twistAddition" -at "double"; + setAttr ".ro" 2; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 178.71345074318728 -6.7040371746566649e-06 -179.99998346913344 ; + setAttr -k on ".twistAmount"; + setAttr -k on ".twistAddition"; +createNode joint -n "HipPart1_L" -p "Hip_L"; + rename -uid "08DFE35C-43B6-B84E-66F1-9D9635810E9D"; + addAttr -ci true -k true -sn "twistAmount" -ln "twistAmount" -min 0 -max 1 -at "double"; + addAttr -ci true -k true -sn "twistAddition" -ln "twistAddition" -at "double"; + setAttr ".ro" 2; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr -k on ".twistAmount" 0.33333333333333331; + setAttr -k on ".twistAddition"; +createNode joint -n "HipPart2_L" -p "HipPart1_L"; + rename -uid "12675399-4192-0F4E-322D-0DA3D2E01BA1"; + addAttr -ci true -k true -sn "twistAmount" -ln "twistAmount" -min 0 -max 1 -at "double"; + addAttr -ci true -k true -sn "twistAddition" -ln "twistAddition" -at "double"; + setAttr ".ro" 2; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr -k on ".twistAmount" 0.66666666666666663; + setAttr -k on ".twistAddition"; +createNode joint -n "Knee_L" -p "HipPart2_L"; + rename -uid "D7FD64F7-4845-6AEC-FB6C-82886997D406"; + addAttr -ci true -sn "fat" -ln "fat" -dv 6 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".ro" 2; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" -2.7051239549836414 -0.0013196429694836286 6.2350892930270114e-05 ; +createNode joint -n "Ankle_L" -p "Knee_L"; + rename -uid "5997962C-46BB-3188-9891-5C81C7BB5B9B"; + addAttr -ci true -sn "fat" -ln "fat" -dv 3.6999999999999988 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".ro" 3; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 1.4185745818812308 0.0013531740123005009 9.0969351746126166e-06 ; +createNode joint -n "Toes_L" -p "Ankle_L"; + rename -uid "6E532EC6-4918-B290-3BC8-57BB98136C15"; + addAttr -ci true -sn "fat" -ln "fat" -dv 2.9999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 82.270215949060045 -7.5774054381492202e-06 -5.5825127015076809e-05 ; + setAttr ".ssc" no; +createNode joint -n "ToesEnd_L" -p "Toes_L"; + rename -uid "FBD1406A-44CB-00C7-2C70-428FB8C141E2"; + addAttr -ci true -sn "fat" -ln "fat" -dv 2.9999999999999991 -at "double"; + addAttr -ci true -sn "fatFront" -ln "fatFront" -dv 1 -at "double"; + addAttr -ci true -sn "fatWidth" -ln "fatWidth" -dv 1 -at "double"; + setAttr ".t" -type "double3" 2.8190783041281975e-12 -6.2690099391694023 -1.5099033134902129e-14 ; + setAttr ".ro" 5; + setAttr ".mnrl" -type "double3" -360 -360 -360 ; + setAttr ".mxrl" -type "double3" 360 360 360 ; + setAttr ".jo" -type "double3" 3.2274450706071886e-05 -2.8168504353383935e-05 3.2250279503244901e-05 ; + setAttr ".ssc" no; +createNode transform -n "Geometry" -p "Armature_Rig"; + rename -uid "4494BCDE-4085-3164-517D-4E989332B1DF"; + setAttr -l on ".it" no; +createNode transform -s -n "persp"; + rename -uid "3992E5E2-475E-65FB-D7E5-8FB0E228DF13"; + setAttr ".v" no; + setAttr ".t" -type "double3" 70.326982882625316 205.35667912248599 476.13922236262027 ; + setAttr ".r" -type "double3" -11.738352729602511 7.7999999999999741 -2.0064103041282319e-16 ; +createNode camera -s -n "perspShape" -p "persp"; + rename -uid "C5167117-40BF-F9F1-DCA0-4E963B0DC602"; + setAttr -k off ".v" no; + setAttr ".fl" 34.999999999999993; + setAttr ".coi" 534.71724789324583; + setAttr ".imn" -type "string" "persp"; + setAttr ".den" -type "string" "persp_depth"; + setAttr ".man" -type "string" "persp_mask"; + setAttr ".hc" -type "string" "viewSet -p %camera"; +createNode transform -s -n "top"; + rename -uid "D0974BD5-4F8B-98A3-A709-65ABCA321264"; + setAttr ".v" no; + setAttr ".t" -type "double3" 0 1000.1 0 ; + setAttr ".r" -type "double3" -90 0 0 ; +createNode camera -s -n "topShape" -p "top"; + rename -uid "E058E86A-4E3E-8641-1D6D-1D8B60B4EBEE"; + setAttr -k off ".v" no; + setAttr ".rnd" no; + setAttr ".coi" 1000.1; + setAttr ".ow" 30; + setAttr ".imn" -type "string" "top"; + setAttr ".den" -type "string" "top_depth"; + setAttr ".man" -type "string" "top_mask"; + setAttr ".hc" -type "string" "viewSet -t %camera"; + setAttr ".o" yes; + setAttr ".ai_translator" -type "string" "orthographic"; +createNode transform -s -n "front"; + rename -uid "A042A093-43E2-D72B-5104-0D98761A1631"; + setAttr ".v" no; + setAttr ".t" -type "double3" 0 0 1000.1 ; +createNode camera -s -n "frontShape" -p "front"; + rename -uid "9E07BAE7-4D06-A6CC-26FC-7BB9858F3584"; + setAttr -k off ".v" no; + setAttr ".rnd" no; + setAttr ".coi" 1000.1; + setAttr ".ow" 30; + setAttr ".imn" -type "string" "front"; + setAttr ".den" -type "string" "front_depth"; + setAttr ".man" -type "string" "front_mask"; + setAttr ".hc" -type "string" "viewSet -f %camera"; + setAttr ".o" yes; + setAttr ".ai_translator" -type "string" "orthographic"; +createNode transform -s -n "side"; + rename -uid "469A4A95-4210-83E4-C1B3-CC8BD2A6EDE4"; + setAttr ".v" no; + setAttr ".t" -type "double3" 1000.1 0 0 ; + setAttr ".r" -type "double3" 0 90 0 ; +createNode camera -s -n "sideShape" -p "side"; + rename -uid "4566CC6A-4054-C3E5-7019-19B7068929CC"; + setAttr -k off ".v" no; + setAttr ".rnd" no; + setAttr ".coi" 1000.1; + setAttr ".ow" 30; + setAttr ".imn" -type "string" "side"; + setAttr ".den" -type "string" "side_depth"; + setAttr ".man" -type "string" "side_mask"; + setAttr ".hc" -type "string" "viewSet -s %camera"; + setAttr ".o" yes; + setAttr ".ai_translator" -type "string" "orthographic"; +createNode objectSet -n "rigging_maya"; + rename -uid "F52AFACD-4AA3-A5E1-2817-449A5A537CC8"; + setAttr ".ihi" 0; + setAttr -s 9 ".dsm"; +createNode multiplyDivide -n "MainScaleMultiplyDivide"; + rename -uid "A8ADD9FB-4636-51DA-7D72-B38435B15080"; + setAttr ".ihi" 0; +createNode condition -n "FKIKBlendSpineCondition_M"; + rename -uid "4B013C7A-4C1E-88B7-763D-CF9B5E1781E2"; + setAttr ".ihi" 0; +createNode setRange -n "FKIKBlendSpinesetRange_M"; + rename -uid "D5E46654-4132-BDEF-4690-AFB997308432"; + setAttr ".ihi" 0; + setAttr ".n" -type "float3" 10 0 0 ; + setAttr ".om" -type "float3" 10 0 0 ; +createNode condition -n "FKIKBlendLegCondition_R"; + rename -uid "FB9F7E0A-496A-0D54-DC3F-3DBDA74DF07B"; + setAttr ".ihi" 0; +createNode setRange -n "FKIKBlendLegsetRange_R"; + rename -uid "69121A65-44C8-9B39-0456-AD90975E344A"; + setAttr ".ihi" 0; + setAttr ".n" -type "float3" 10 0 0 ; + setAttr ".om" -type "float3" 10 0 0 ; +createNode animCurveTL -n "FKExtraToes_R_translateX"; + rename -uid "BD85931D-4549-395D-7098-30B301388F5A"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTL -n "FKExtraToes_R_translateY"; + rename -uid "E2959070-493A-A9C1-DECE-D4B996E5A4EA"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTL -n "FKExtraToes_R_translateZ"; + rename -uid "06486C1E-4674-A96E-8AD1-0AAEEC551015"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "FKExtraToes_R_rotateX"; + rename -uid "7A4FB7F6-4A2C-1691-EE2F-5CB6AC9CCDE6"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "FKExtraToes_R_rotateY"; + rename -uid "E0DB3E81-457E-6A54-307E-75BA8BEF7FA6"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "FKExtraToes_R_rotateZ"; + rename -uid "55C0F0D9-46B2-29CF-327D-1DAC2B901403"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode condition -n "FKIKBlendLegCondition_L"; + rename -uid "00EAB1B3-42DE-A648-CA2D-0EA52EAF9EB1"; + setAttr ".ihi" 0; +createNode setRange -n "FKIKBlendLegsetRange_L"; + rename -uid "4AE1A985-4C2D-A477-B037-38A62EE0ED92"; + setAttr ".ihi" 0; + setAttr ".n" -type "float3" 10 0 0 ; + setAttr ".om" -type "float3" 10 0 0 ; +createNode animCurveTL -n "FKExtraToes_L_translateX"; + rename -uid "C6F266B3-4588-3AA8-FFB5-E790A3A46020"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTL -n "FKExtraToes_L_translateY"; + rename -uid "F6C46FCF-49C0-0342-EE6C-718AA65DD32B"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTL -n "FKExtraToes_L_translateZ"; + rename -uid "2D36D362-4BE0-1056-75C6-05B5C3A5483D"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "FKExtraToes_L_rotateX"; + rename -uid "D795F46A-4C73-1440-A84F-838ED4A18A66"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "FKExtraToes_L_rotateY"; + rename -uid "6A013E64-409B-C59D-EA40-7DA53A2C675B"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "FKExtraToes_L_rotateZ"; + rename -uid "6D2094F0-4DE9-C008-CFBB-FF8BF5432181"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode unitConversion -n "globalUnitConversionHead_M"; + rename -uid "7E645648-48BE-8374-DBDE-02A1E25D3D56"; + setAttr ".cf" 0.1; +createNode reverse -n "globalReverseHead_M"; + rename -uid "58C5C5A1-4A63-25B8-B9C3-92AFA676CDA9"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion73"; + rename -uid "2ACEE815-4CE1-068A-6974-D9BCF933559D"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKMiddleFinger1_R_rotateZ"; + rename -uid "E57677A6-4A89-6AC8-EDBE-44818609935D"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion74"; + rename -uid "4C1D6637-44BE-B872-049A-3591E2D1F11A"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKMiddleFinger1_R_rotateZ"; + rename -uid "27F4D369-4CAC-32F9-5D46-38BD30AEC1A5"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "middleCurl" -ln "middleCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 1; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr -s 3 ".kit[0:2]" 2 1 1; + setAttr -s 3 ".kot[0:2]" 2 1 1; + setAttr -s 3 ".kix[1:2]" 1 0.98788672685623169; + setAttr -s 3 ".kiy[1:2]" 0 0.15517690777778625; + setAttr -s 3 ".kox[1:2]" 0.98788672685623169 1; + setAttr -s 3 ".koy[1:2]" 0.15517690777778625 0; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".middleCurl" 1; +createNode blendWeighted -n "bwFingers_R_middleCurl"; + rename -uid "C5E3595D-4216-19BD-6AAD-76B590538A70"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion75"; + rename -uid "DAD20524-4BD7-B1B8-276E-209A8CD68CB1"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKMiddleFinger2_R_rotateZ"; + rename -uid "0254C9FC-40FE-02E2-4FC2-76BBA080A685"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion76"; + rename -uid "65485643-418B-5870-048D-59A3F76F7489"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKMiddleFinger2_R_rotateZ"; + rename -uid "7510D3FF-4AC3-DA76-46DF-ED90BB8C6AEE"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "middleCurl" -ln "middleCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 1; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr -s 3 ".kit[0:2]" 2 1 1; + setAttr -s 3 ".kot[0:2]" 2 1 1; + setAttr -s 3 ".kix[1:2]" 1 0.98788672685623169; + setAttr -s 3 ".kiy[1:2]" 0 0.15517690777778625; + setAttr -s 3 ".kox[1:2]" 0.98788672685623169 1; + setAttr -s 3 ".koy[1:2]" 0.15517690777778625 0; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".middleCurl" 1; +createNode unitConversion -n "unitConversion71"; + rename -uid "9811980F-4D76-5EF1-1A26-FA9D45570425"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKMiddleFinger3_R_rotateZ"; + rename -uid "79294F90-4BAE-7188-17C6-7E802A34379D"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion72"; + rename -uid "5990920B-40C1-D3DE-77C1-E4A841C8F159"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKMiddleFinger3_R_rotateZ"; + rename -uid "8177019E-4307-79B4-28F1-08B3ADDAEF9A"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "middleCurl" -ln "middleCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 1; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr -s 3 ".kit[0:2]" 2 1 1; + setAttr -s 3 ".kot[0:2]" 2 1 1; + setAttr -s 3 ".kix[1:2]" 1 0.98788672685623169; + setAttr -s 3 ".kiy[1:2]" 0 0.15517690777778625; + setAttr -s 3 ".kox[1:2]" 0.98788672685623169 1; + setAttr -s 3 ".koy[1:2]" 0.15517690777778625 0; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".middleCurl" 1; +createNode unitConversion -n "unitConversion89"; + rename -uid "DC2DBA60-43F9-F2DC-C433-FA85282CC2D7"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKThumbFinger2_R_rotateZ"; + rename -uid "7D5DECBF-42A9-6758-C2F5-CF8CC4728B00"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion90"; + rename -uid "911B27D6-4FE1-B016-3B0C-5EAD95F7AD46"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKThumbFinger2_R_rotateZ"; + rename -uid "0788AAF3-44E5-4DDF-0A7E-5CA3D34AAC62"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "thumbCurl" -ln "thumbCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 1; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr -s 3 ".kit[0:2]" 2 1 1; + setAttr -s 3 ".kot[0:2]" 2 1 1; + setAttr -s 3 ".kix[1:2]" 1 0.98788672685623169; + setAttr -s 3 ".kiy[1:2]" 0 0.15517690777778625; + setAttr -s 3 ".kox[1:2]" 0.98788672685623169 1; + setAttr -s 3 ".koy[1:2]" 0.15517690777778625 0; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".thumbCurl" 1; +createNode blendWeighted -n "bwFingers_R_thumbCurl"; + rename -uid "2073BED7-4CA4-0049-22FC-3B80AA1DAE23"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion91"; + rename -uid "0415F7FC-4E36-5430-BCC3-9ABEF94E2D0B"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKThumbFinger3_R_rotateZ"; + rename -uid "9C81BCDD-4322-FF10-35A5-6D9626C2E601"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion92"; + rename -uid "52C78F55-4501-3B83-8AE8-CFA608C97D5D"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKThumbFinger3_R_rotateZ"; + rename -uid "A956BEFA-43E3-9DD9-956B-E9B8F99F0471"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "thumbCurl" -ln "thumbCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 1; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr -s 3 ".kit[0:2]" 2 1 1; + setAttr -s 3 ".kot[0:2]" 2 1 1; + setAttr -s 3 ".kix[1:2]" 1 0.98788672685623169; + setAttr -s 3 ".kiy[1:2]" 0 0.15517690777778625; + setAttr -s 3 ".kox[1:2]" 0.98788672685623169 1; + setAttr -s 3 ".koy[1:2]" 0.15517690777778625 0; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".thumbCurl" 1; +createNode unitConversion -n "unitConversion59"; + rename -uid "8CC2FF87-4015-2EB3-E238-4C972EAA6B71"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKIndexFinger1_R_rotateX"; + rename -uid "54010D21-47E3-C1DD-A5A9-8FAA378365D9"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion60"; + rename -uid "7FAE8C52-4F9B-5679-6883-BA98F944F3FF"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKIndexFinger1_R_rotateX"; + rename -uid "37B494B8-485C-7B09-01C4-AF91D4B4C0DB"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "spread" -ln "spread" -smn -5 -smx 10 -at "float"; + setAttr ".tan" 2; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -5 -20 0 0 10 40; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".spread" 1; +createNode blendWeighted -n "bwFingers_R_spread"; + rename -uid "8EB47A40-4B97-1F45-FAEC-F7B64E786A9F"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion65"; + rename -uid "1E588AC7-4FD4-68CF-03DC-A3ABD81507ED"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKIndexFinger1_R_rotateZ"; + rename -uid "0E5F9BB1-40BE-7B06-8982-E382BB8304D3"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion66"; + rename -uid "EA2EDA77-4A1F-74B5-A93E-72823DA99E46"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKIndexFinger1_R_rotateZ"; + rename -uid "D6E6D837-48E4-FF40-B091-E7B595DBC645"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "indexCurl" -ln "indexCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 1; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr -s 3 ".kit[0:2]" 2 1 1; + setAttr -s 3 ".kot[0:2]" 2 1 1; + setAttr -s 3 ".kix[1:2]" 0.98788672685623169 0.98788672685623169; + setAttr -s 3 ".kiy[1:2]" 0.15517689287662506 0.15517690777778625; + setAttr -s 3 ".kox[1:2]" 0.98788672685623169 0.98788672685623169; + setAttr -s 3 ".koy[1:2]" 0.15517690777778625 0.15517689287662506; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".indexCurl" 1; +createNode blendWeighted -n "bwFingers_R_indexCurl"; + rename -uid "44C7F196-4A17-9686-E31C-D1BA68AA3C1A"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion69"; + rename -uid "569E663F-41A8-99D7-8D6D-61B9851FB1F9"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKIndexFinger2_R_rotateZ"; + rename -uid "365167D5-4291-C09A-C6E1-A2AE301429CF"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion70"; + rename -uid "0698F6F9-48CD-45A2-F243-FCAEB95C11EA"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKIndexFinger2_R_rotateZ"; + rename -uid "F51B2A29-445A-31F7-3CE8-5A89BD8C3454"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "indexCurl" -ln "indexCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 1; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr -s 3 ".kit[0:2]" 2 1 1; + setAttr -s 3 ".kot[0:2]" 2 1 1; + setAttr -s 3 ".kix[1:2]" 1 0.98788672685623169; + setAttr -s 3 ".kiy[1:2]" 0 0.15517690777778625; + setAttr -s 3 ".kox[1:2]" 0.98788672685623169 1; + setAttr -s 3 ".koy[1:2]" 0.15517690777778625 0; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".indexCurl" 1; +createNode unitConversion -n "unitConversion67"; + rename -uid "9AF3D68B-4447-1E21-6EA8-EEB85B7E0DB5"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKIndexFinger3_R_rotateZ"; + rename -uid "0385F17F-45C0-2E79-9F2F-39A46D11C55A"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion68"; + rename -uid "6D9F6D87-4397-D9B9-8E0B-1F9175954A3E"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKIndexFinger3_R_rotateZ"; + rename -uid "902986B7-43D3-919D-7BC0-17AD1D79D132"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "indexCurl" -ln "indexCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 1; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr -s 3 ".kit[0:2]" 2 1 1; + setAttr -s 3 ".kot[0:2]" 2 1 1; + setAttr -s 3 ".kix[1:2]" 1 0.98788672685623169; + setAttr -s 3 ".kiy[1:2]" 0 0.15517690777778625; + setAttr -s 3 ".kox[1:2]" 0.98788672685623169 1; + setAttr -s 3 ".koy[1:2]" 0.15517690777778625 0; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".indexCurl" 1; +createNode unitConversion -n "unitConversion63"; + rename -uid "15532394-43A2-F55C-61EA-459B10BF73DE"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKCup_R_rotateY"; + rename -uid "6A5F438D-4434-55F7-10E0-CBB0CB89F78E"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion64"; + rename -uid "EBE0E698-431B-E836-E54F-D995D9BD1EA4"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKCup_R_rotateY"; + rename -uid "C02D1C57-4D32-A060-6D03-099AA4DC1A96"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "cup" -ln "cup" -smn 0 -smx 10 -at "float"; + setAttr ".tan" 2; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 0 0 10 65; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".cup" 1; +createNode blendWeighted -n "bwFingers_R_cup"; + rename -uid "2D14C618-4FBF-6406-D3CF-09B0762F3855"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion57"; + rename -uid "F55DA064-4A49-467A-3A8E-83A766BF2FF3"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKPinkyFinger1_R_rotateX"; + rename -uid "E1037400-49FB-D911-CC25-0B9ADCB31CC7"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion58"; + rename -uid "EAD857A2-4313-DFDA-2B53-DAA97EFA72A6"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKPinkyFinger1_R_rotateX"; + rename -uid "BFDC65C0-407F-0CFC-7421-9FB968C40E6A"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "spread" -ln "spread" -smn -5 -smx 10 -at "float"; + setAttr ".tan" 2; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -5 29.999999999999996 0 0 10 -59.999999999999993; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".spread" 1; +createNode unitConversion -n "unitConversion83"; + rename -uid "498BB469-46D6-2448-3F30-EC88FEE7B17C"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKPinkyFinger1_R_rotateZ"; + rename -uid "9D8F8AFF-48C7-8EE2-1832-A297F52365BD"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion84"; + rename -uid "30BFE74C-4A92-66A2-FCFC-E295CFCB3AB6"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKPinkyFinger1_R_rotateZ"; + rename -uid "50C1F807-4535-9204-5D76-AD943627F07B"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "pinkyCurl" -ln "pinkyCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 1; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr -s 3 ".kit[0:2]" 2 1 1; + setAttr -s 3 ".kot[0:2]" 2 1 1; + setAttr -s 3 ".kix[1:2]" 1 0.98788672685623169; + setAttr -s 3 ".kiy[1:2]" 0 0.15517690777778625; + setAttr -s 3 ".kox[1:2]" 0.98788672685623169 1; + setAttr -s 3 ".koy[1:2]" 0.15517690777778625 0; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".pinkyCurl" 1; +createNode blendWeighted -n "bwFingers_R_pinkyCurl"; + rename -uid "803935CB-4162-68FF-2940-2CB06C7FCBD8"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion87"; + rename -uid "66A483B7-4F59-4B28-0C36-4DA7CB4F38E3"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKPinkyFinger2_R_rotateZ"; + rename -uid "1BCC6C7F-40E4-F9D5-6C9A-53902D673FFB"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion88"; + rename -uid "BE690BD1-465E-CAE0-D22F-92BD25B717C9"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKPinkyFinger2_R_rotateZ"; + rename -uid "42656F35-467F-26BF-EA0F-0BAAB83D5FDE"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "pinkyCurl" -ln "pinkyCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 1; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr -s 3 ".kit[0:2]" 2 1 1; + setAttr -s 3 ".kot[0:2]" 2 1 1; + setAttr -s 3 ".kix[1:2]" 1 0.98788672685623169; + setAttr -s 3 ".kiy[1:2]" 0 0.15517690777778625; + setAttr -s 3 ".kox[1:2]" 0.98788672685623169 1; + setAttr -s 3 ".koy[1:2]" 0.15517690777778625 0; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".pinkyCurl" 1; +createNode unitConversion -n "unitConversion85"; + rename -uid "65FD6736-4AB7-B135-370C-9BA7289B426E"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKPinkyFinger3_R_rotateZ"; + rename -uid "5FB9274B-4643-382B-F6B8-8FB085304D92"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion86"; + rename -uid "BAFBD005-496C-09E1-8949-31BA2B5BBA2B"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKPinkyFinger3_R_rotateZ"; + rename -uid "38A2301D-4DC8-C25D-DB30-988BEF67A719"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "pinkyCurl" -ln "pinkyCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 1; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr -s 3 ".kit[0:2]" 2 1 1; + setAttr -s 3 ".kot[0:2]" 2 1 1; + setAttr -s 3 ".kix[1:2]" 1 0.98788672685623169; + setAttr -s 3 ".kiy[1:2]" 0 0.15517690777778625; + setAttr -s 3 ".kox[1:2]" 0.98788672685623169 1; + setAttr -s 3 ".koy[1:2]" 0.15517690777778625 0; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".pinkyCurl" 1; +createNode unitConversion -n "unitConversion61"; + rename -uid "AAB5939D-4E3D-3278-FE57-34845440F3B6"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKRingFinger1_R_rotateX"; + rename -uid "84331F9A-4386-B13A-B9B5-13B2CA002F34"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion62"; + rename -uid "581598DF-4210-CA93-5306-5296ADE13EE7"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKRingFinger1_R_rotateX"; + rename -uid "665FB52B-4B72-A98C-782C-36B33BB5F972"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "spread" -ln "spread" -smn -5 -smx 10 -at "float"; + setAttr ".tan" 2; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -5 14.999999999999998 0 0 10 -29.999999999999996; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".spread" 1; +createNode unitConversion -n "unitConversion77"; + rename -uid "AEC71FCB-4CEF-F6ED-FF1F-AC9D8810F575"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKRingFinger1_R_rotateZ"; + rename -uid "66845C5C-4B79-2682-50A1-5ABD61C8A9CB"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion78"; + rename -uid "4F58244E-4441-92DA-4F4C-3397E951006E"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKRingFinger1_R_rotateZ"; + rename -uid "D7ED8E2E-4A7F-DE0E-6162-F780725F07C6"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "ringCurl" -ln "ringCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 1; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr -s 3 ".kit[0:2]" 2 1 1; + setAttr -s 3 ".kot[0:2]" 2 1 1; + setAttr -s 3 ".kix[1:2]" 1 0.98788672685623169; + setAttr -s 3 ".kiy[1:2]" 0 0.15517690777778625; + setAttr -s 3 ".kox[1:2]" 0.98788672685623169 1; + setAttr -s 3 ".koy[1:2]" 0.15517690777778625 0; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".ringCurl" 1; +createNode blendWeighted -n "bwFingers_R_ringCurl"; + rename -uid "D4F0AA92-472F-AECA-964E-BE992E46CC1C"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion81"; + rename -uid "C7E025C1-4F64-95E1-1DAE-90BD058AFB89"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKRingFinger2_R_rotateZ"; + rename -uid "5589DE6E-4C24-F3AB-5655-768F2CD1D7C1"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion82"; + rename -uid "1F902ED9-47EB-0213-80B0-779E2A07161A"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKRingFinger2_R_rotateZ"; + rename -uid "C8E2DB05-4B37-5CA2-9BB3-F8B7E204FC0D"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "ringCurl" -ln "ringCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 1; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr -s 3 ".kit[0:2]" 2 1 1; + setAttr -s 3 ".kot[0:2]" 2 1 1; + setAttr -s 3 ".kix[1:2]" 1 0.98788672685623169; + setAttr -s 3 ".kiy[1:2]" 0 0.15517690777778625; + setAttr -s 3 ".kox[1:2]" 0.98788672685623169 1; + setAttr -s 3 ".koy[1:2]" 0.15517690777778625 0; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".ringCurl" 1; +createNode unitConversion -n "unitConversion79"; + rename -uid "F15397AE-4977-D00C-60FF-CBAB7AA461CF"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKRingFinger3_R_rotateZ"; + rename -uid "9D949B47-49D6-790C-9CB6-DDBA3FD6E3EC"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion80"; + rename -uid "8F8020B9-45DB-C359-65C5-87999208AF01"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKRingFinger3_R_rotateZ"; + rename -uid "81FA3915-429F-F695-2931-F698DBB96B1E"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "ringCurl" -ln "ringCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 1; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr -s 3 ".kit[0:2]" 2 1 1; + setAttr -s 3 ".kot[0:2]" 2 1 1; + setAttr -s 3 ".kix[1:2]" 1 0.98788672685623169; + setAttr -s 3 ".kiy[1:2]" 0 0.15517690777778625; + setAttr -s 3 ".kox[1:2]" 0.98788672685623169 1; + setAttr -s 3 ".koy[1:2]" 0.15517690777778625 0; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".ringCurl" 1; +createNode condition -n "FKIKBlendArmCondition_R"; + rename -uid "C1B90BD9-4AF9-1F15-850C-CDA27CF0B6F4"; + setAttr ".ihi" 0; +createNode setRange -n "FKIKBlendArmsetRange_R"; + rename -uid "AC7D0443-459E-EE1E-69CD-78B120F87D5E"; + setAttr ".ihi" 0; + setAttr ".n" -type "float3" 10 0 0 ; + setAttr ".om" -type "float3" 10 0 0 ; +createNode unitConversion -n "unitConversion111"; + rename -uid "5E8BE1B1-4676-510E-FA65-6897BB1AC9B5"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKMiddleFinger1_L_rotateZ"; + rename -uid "AD1C699F-4ECE-2B10-0D24-DD9FD755468F"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion112"; + rename -uid "48D9472C-45AB-B0DB-274E-CD8E2CFA27C9"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKMiddleFinger1_L_rotateZ"; + rename -uid "25BB6BAB-4BEE-DFD2-8A91-37A3FBF43AB3"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "middleCurl" -ln "middleCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 2; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".middleCurl" 1; +createNode blendWeighted -n "bwFingers_L_middleCurl"; + rename -uid "4441C4F8-4860-DFDE-1919-0BA971ACEE89"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion107"; + rename -uid "D516153C-4DA1-F981-A531-DC86DF5AB889"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKMiddleFinger2_L_rotateZ"; + rename -uid "98FE9C16-46D5-322D-6432-169BFE15B244"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion108"; + rename -uid "D9E83916-4E78-61B4-28B8-74A746810C8F"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKMiddleFinger2_L_rotateZ"; + rename -uid "88E88365-478D-5A57-10B4-8096583F37EC"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "middleCurl" -ln "middleCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 2; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".middleCurl" 1; +createNode unitConversion -n "unitConversion109"; + rename -uid "3114D488-4BAF-8EBA-76A2-139E216A0942"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKMiddleFinger3_L_rotateZ"; + rename -uid "F3DEA0BD-484A-24BC-DBFC-6B9021A8D124"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion110"; + rename -uid "F75833F8-4C76-466E-1DE7-D09D7582EA7D"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKMiddleFinger3_L_rotateZ"; + rename -uid "9A2AFC02-43C9-D90E-D2BE-BB8352291EFE"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "middleCurl" -ln "middleCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 2; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".middleCurl" 1; +createNode unitConversion -n "unitConversion127"; + rename -uid "201AF699-4600-3165-FA6B-62BEFB4BF4F7"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKThumbFinger2_L_rotateZ"; + rename -uid "D0902F89-4CB6-5AC1-C492-0E8A0F0EA5C4"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion128"; + rename -uid "321BECC9-4DC3-6261-2135-32A6AF557ED1"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKThumbFinger2_L_rotateZ"; + rename -uid "C121FCFC-4765-029E-2787-E39FD5622228"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "thumbCurl" -ln "thumbCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 2; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".thumbCurl" 1; +createNode blendWeighted -n "bwFingers_L_thumbCurl"; + rename -uid "74BB6540-4687-E965-74A6-C295C78B8D00"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion125"; + rename -uid "7BD705D5-4736-5C1B-D657-2AB96BB03D2C"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKThumbFinger3_L_rotateZ"; + rename -uid "82DACF0A-46F7-3F88-3B55-A79816D3FBC9"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion126"; + rename -uid "23392250-4298-86F0-D046-DD9BEF224C8B"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKThumbFinger3_L_rotateZ"; + rename -uid "5190A688-4DB2-B543-D21B-F28C59072C5F"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "thumbCurl" -ln "thumbCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 2; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".thumbCurl" 1; +createNode unitConversion -n "unitConversion93"; + rename -uid "A99F1AD6-4ED4-1627-8FDD-2E947BC2DE31"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKIndexFinger1_L_rotateX"; + rename -uid "62EFB011-46D8-2046-D1F6-E39C21141DC6"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion94"; + rename -uid "8B53E2EA-4E90-6174-D8C7-8AB5CA5F0149"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKIndexFinger1_L_rotateX"; + rename -uid "20457214-4C11-A727-A10D-5999463A16CB"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "spread" -ln "spread" -smn -5 -smx 10 -at "float"; + setAttr ".tan" 2; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -5 -20 0 0 10 40; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".spread" 1; +createNode blendWeighted -n "bwFingers_L_spread"; + rename -uid "104FA4A2-4A5D-8592-139F-75A081A3B5FB"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion101"; + rename -uid "8FA4ED54-4DD5-3593-42BA-9DBD3D2746B8"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKIndexFinger1_L_rotateZ"; + rename -uid "83423B27-4090-111B-CCC5-5AAD386A43A8"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion102"; + rename -uid "8C1B0110-432A-6467-7D65-5594B1C7C3F7"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKIndexFinger1_L_rotateZ"; + rename -uid "F06CD835-4204-187F-49C7-47B97A83E259"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "indexCurl" -ln "indexCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 2; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".indexCurl" 1; +createNode blendWeighted -n "bwFingers_L_indexCurl"; + rename -uid "2699F660-46FD-A8A6-6906-D79485C6D9B4"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion105"; + rename -uid "ADAD7FE7-4B36-23A4-F577-01B2882C6295"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKIndexFinger2_L_rotateZ"; + rename -uid "05E063B2-4111-DD24-26EA-4A94406537FD"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion106"; + rename -uid "53CFD6CD-4139-3445-FDE4-4E92BB96C4C0"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKIndexFinger2_L_rotateZ"; + rename -uid "C8DBE6F7-4ECB-F965-0EC4-948246208168"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "indexCurl" -ln "indexCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 2; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".indexCurl" 1; +createNode unitConversion -n "unitConversion103"; + rename -uid "B93E42B3-4933-2D0B-7593-E895F8AD74E5"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKIndexFinger3_L_rotateZ"; + rename -uid "78751079-4584-BE78-B9DC-599E4D6E5473"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion104"; + rename -uid "59E17CF8-483E-7ED1-3BB2-6592CA2512FB"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKIndexFinger3_L_rotateZ"; + rename -uid "653B5CBE-4003-733D-CE8E-00AD01223299"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "indexCurl" -ln "indexCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 2; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".indexCurl" 1; +createNode unitConversion -n "unitConversion99"; + rename -uid "88633B35-4222-1745-EB30-28A071006AEE"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKCup_L_rotateY"; + rename -uid "CEDC76A0-4EDA-C606-25CD-7CA5A3175E99"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion100"; + rename -uid "DE51BD04-4EA3-F16F-BA8B-6F877E61415D"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKCup_L_rotateY"; + rename -uid "33B78E55-46C1-1D5D-C78E-1497627B3557"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "cup" -ln "cup" -smn 0 -smx 10 -at "float"; + setAttr ".tan" 2; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 0 0 10 65; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".cup" 1; +createNode blendWeighted -n "bwFingers_L_cup"; + rename -uid "F2B33759-40E5-D496-2D2F-88A98C70BE95"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion95"; + rename -uid "C9E337B6-47C2-71D6-4CD8-EEB7B99C5DE6"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKPinkyFinger1_L_rotateX"; + rename -uid "5EDD6531-494F-38D0-4623-E9BE01A1F11A"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion96"; + rename -uid "1852C7A4-4E07-BD73-7CD0-9294FD492701"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKPinkyFinger1_L_rotateX"; + rename -uid "EAFBFFD9-4CAF-6E04-78A0-35B5BFAC1BDC"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "spread" -ln "spread" -smn -5 -smx 10 -at "float"; + setAttr ".tan" 2; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -5 29.999999999999996 0 0 10 -59.999999999999993; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".spread" 1; +createNode unitConversion -n "unitConversion119"; + rename -uid "9922DF1C-46A3-AEB9-F280-679698FC7829"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKPinkyFinger1_L_rotateZ"; + rename -uid "773C2D8B-49C4-350F-CB60-AD94A3834C31"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion120"; + rename -uid "D1EB23E3-4226-F65D-ACA5-BDAD426046E7"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKPinkyFinger1_L_rotateZ"; + rename -uid "297091A1-4F14-068E-4E36-72A810D57A14"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "pinkyCurl" -ln "pinkyCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 2; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".pinkyCurl" 1; +createNode blendWeighted -n "bwFingers_L_pinkyCurl"; + rename -uid "E0D1225C-4920-8D71-F661-D5A49C067166"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion121"; + rename -uid "799E6CBC-457F-C544-6C7A-3BA674523DD4"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKPinkyFinger2_L_rotateZ"; + rename -uid "7B6A2E2A-499F-6EC8-DF55-F0AABE2D645A"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion122"; + rename -uid "AAC8942F-4F1B-0F41-A206-549FD3B362C0"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKPinkyFinger2_L_rotateZ"; + rename -uid "3D1B5BC5-40CB-3650-7596-16AEABFD7667"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "pinkyCurl" -ln "pinkyCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 2; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".pinkyCurl" 1; +createNode unitConversion -n "unitConversion123"; + rename -uid "51C2BF2C-4E8F-61AA-969A-5CAB08AC12C8"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKPinkyFinger3_L_rotateZ"; + rename -uid "F7F479BD-40BE-1D13-69A8-A6A67C2FF366"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion124"; + rename -uid "D7728DE6-49C9-D864-6DC4-249743CE6CE3"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKPinkyFinger3_L_rotateZ"; + rename -uid "48A4BFFB-4EC6-4FB8-6648-9C9DD97A9D8E"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "pinkyCurl" -ln "pinkyCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 2; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".pinkyCurl" 1; +createNode unitConversion -n "unitConversion97"; + rename -uid "395FAAE8-495C-ACFD-94B1-75AA4BA40740"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKRingFinger1_L_rotateX"; + rename -uid "0233BFEE-4D26-0641-6291-75AE7242C92F"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion98"; + rename -uid "80BEE283-4E74-86A6-22ED-E28831ED8E5E"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKRingFinger1_L_rotateX"; + rename -uid "D69BCB6A-4B6C-2571-32F9-DAACFCB85E1E"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "spread" -ln "spread" -smn -5 -smx 10 -at "float"; + setAttr ".tan" 2; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -5 14.999999999999998 0 0 10 -29.999999999999996; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".spread" 1; +createNode unitConversion -n "unitConversion117"; + rename -uid "CDDA7AD4-4D65-213F-D1E2-A191567890E5"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKRingFinger1_L_rotateZ"; + rename -uid "CC5974BF-4823-938A-CE0A-469DA3534554"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion118"; + rename -uid "C54FC2F6-43B5-5211-C491-6FA44E971B53"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKRingFinger1_L_rotateZ"; + rename -uid "140B1B23-4C25-0E6A-736B-3CBA9ED6697E"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "ringCurl" -ln "ringCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 2; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".ringCurl" 1; +createNode blendWeighted -n "bwFingers_L_ringCurl"; + rename -uid "B2F36038-4DA7-E20F-0F2B-6F835AB2B383"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion113"; + rename -uid "F7D338F3-477A-0613-8D75-A99160379B1F"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKRingFinger2_L_rotateZ"; + rename -uid "8B190543-4983-6CC7-AFDD-71A9197C4CE5"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion114"; + rename -uid "759F20B0-4382-4A86-D1B1-44A43C961BB4"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKRingFinger2_L_rotateZ"; + rename -uid "DCF7320A-4246-C09D-9FF6-C2BC61880F5E"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "ringCurl" -ln "ringCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 2; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".ringCurl" 1; +createNode unitConversion -n "unitConversion115"; + rename -uid "CAD21E49-4967-236F-FC3C-60BFE7F26618"; + setAttr ".cf" 0.017453292519943295; +createNode blendWeighted -n "bwSDKFKRingFinger3_L_rotateZ"; + rename -uid "49AF3511-4516-CEB7-5B8A-8EA2C787D6B1"; + setAttr ".ihi" 0; +createNode unitConversion -n "unitConversion116"; + rename -uid "BA944EC5-4673-8C83-459E-A591EF2C5919"; + setAttr ".cf" 57.295779513082323; +createNode animCurveUA -n "SDKFKRingFinger3_L_rotateZ"; + rename -uid "5DD1A301-4611-8515-6AAD-18B4934E4E44"; + addAttr -s false -ci true -sn "drivingSystemOut" -ln "drivingSystemOut" -at "message"; + addAttr -ci true -sn "ringCurl" -ln "ringCurl" -smn -2 -smx 10 -at "float"; + setAttr ".tan" 2; + setAttr ".wgt" no; + setAttr -s 3 ".ktv[0:2]" -2 -18 0 0 10 90; + setAttr ".pre" 4; + setAttr ".pst" 4; + setAttr ".ringCurl" 1; +createNode condition -n "FKIKBlendArmCondition_L"; + rename -uid "151A32CE-49FD-624A-404C-1BA5FAB59730"; + setAttr ".ihi" 0; +createNode setRange -n "FKIKBlendArmsetRange_L"; + rename -uid "7CA6C8F7-462C-E35C-B650-43B5706C0B06"; + setAttr ".ihi" 0; + setAttr ".n" -type "float3" 10 0 0 ; + setAttr ".om" -type "float3" 10 0 0 ; +createNode blendTwoAttr -n "PoleLockBlenderIKXKnee_R"; + rename -uid "B64C3FBA-46EA-5C74-D5B0-0BAE97562A87"; + setAttr ".ihi" 0; + setAttr -s 2 ".i"; + setAttr -s 2 ".i"; +createNode multiplyDivide -n "IKXKnee_R_IKmessureDiv_R"; + rename -uid "4A85FC0D-4191-5DBA-C1D7-719D824A806E"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "IKmessureDivLeg_R"; + rename -uid "DE8351EA-44CA-6275-35B6-32A56ED70F38"; + setAttr ".ihi" 0; + setAttr ".op" 2; + setAttr ".i2" -type "float3" 85.603416 1 1 ; +createNode blendTwoAttr -n "IKmessureBlendStretchLeg_R"; + rename -uid "74082246-4047-E9C4-E77A-FEBCE7C166F8"; + setAttr ".ihi" 0; + setAttr -s 2 ".i"; + setAttr -s 2 ".i"; +createNode setRange -n "IKSetRangeStretchLeg_R"; + rename -uid "43D14AB7-4963-5235-EBDC-D7AEB1D2AFD2"; + setAttr ".ihi" 0; + setAttr ".m" -type "float3" 1 0 0 ; + setAttr ".om" -type "float3" 10 0 0 ; +createNode clamp -n "IKdistanceClampLeg_R"; + rename -uid "2E331DBC-4F94-77DF-6B38-0CA546340AE1"; + setAttr ".ihi" 0; + setAttr ".mx" -type "float3" 85.603416 0 0 ; +createNode blendTwoAttr -n "IKmessureBlendAntiPopLeg_R"; + rename -uid "69177051-4642-BDDA-61D2-209627F857EE"; + setAttr ".ihi" 0; + setAttr -s 2 ".i"; + setAttr -s 2 ".i"; +createNode setRange -n "IKSetRangeAntiPopLeg_R"; + rename -uid "E325FE33-4C30-8459-384A-F8AC0AE94BC4"; + setAttr ".ihi" 0; + setAttr ".m" -type "float3" 1 0 0 ; + setAttr ".om" -type "float3" 10 0 0 ; +createNode animCurveUU -n "IKdistanceLeg_RShape_normal"; + rename -uid "46FA4951-4CCE-A966-148E-FDB83ED253D3"; + setAttr ".tan" 9; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 85.603416442871094 85.603412856189252 102.72409820556641 + 102.7240954274271; + setAttr -s 2 ".kot[0:1]" 2 9; + setAttr ".pst" 1; +createNode animCurveUU -n "IKdistanceLeg_RShape_antiPop"; + rename -uid "44B4D81D-4C8E-64A4-D8EC-1B9EA0B5BCF6"; + setAttr ".tan" 9; + setAttr ".wgt" no; + setAttr -s 5 ".ktv[0:4]" 8.5603408813476562 85.603412856189252 59.922389984130859 + 85.603412856189252 72.762901306152344 77.043071570570334 85.603416442871094 85.603412856189252 + 102.72409820556641 102.7240954274271; + setAttr -s 5 ".kit[1:4]" 2 9 9 9; + setAttr -s 5 ".kot[3:4]" 2 9; + setAttr ".pst" 1; +createNode multiplyDivide -n "IKXKnee_R_IKLenght_R"; + rename -uid "BF732F64-4FF1-C7D7-E8BA-BF9240F9211D"; + setAttr ".ihi" 0; + setAttr ".i2" -type "float3" 44.889973 1 1 ; +createNode unitConversion -n "PoleDistanceSideReverseIKXKnee_RUnitConversion_R"; + rename -uid "CF2776CB-407C-2BBD-739F-0CAB856170FC"; +createNode multiplyDivide -n "PoleLockMainScalerIKXKnee_R"; + rename -uid "73380171-4F22-F3F2-2B53-07B27A9C5611"; + setAttr ".ihi" 0; + setAttr ".op" 2; +createNode distanceBetween -n "IKXKnee_RDistance"; + rename -uid "005C5FAE-4519-AD28-AA6D-219AA2EF9C78"; + setAttr ".ihi" 0; +createNode unitConversion -n "PoleLegUnitConversion_R"; + rename -uid "4BB19604-4297-5901-E379-71BB28CEF4C0"; + setAttr ".cf" 0.1; +createNode blendTwoAttr -n "PoleLockBlenderIKXAnkle_R"; + rename -uid "106EF0DF-45EE-47DC-F14F-66A577DE7363"; + setAttr ".ihi" 0; + setAttr -s 2 ".i"; + setAttr -s 2 ".i"; +createNode multiplyDivide -n "IKXAnkle_R_IKmessureDiv_R"; + rename -uid "4DFAF29C-46AA-67CE-1D80-EF94F0FCC6D0"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "IKXAnkle_R_IKLenght_R"; + rename -uid "F0D145D6-4F2F-F7E8-58BF-8BBDE41E04EF"; + setAttr ".ihi" 0; + setAttr ".i2" -type "float3" 40.713444 1 1 ; +createNode unitConversion -n "PoleDistanceSideReverseIKXAnkle_RUnitConversion_R"; + rename -uid "98D02A07-4D3E-DB68-A06D-DEBE52E04B65"; +createNode multiplyDivide -n "PoleLockMainScalerIKXAnkle_R"; + rename -uid "C6DA348F-49E1-DACB-AA50-71AF5A10A8EC"; + setAttr ".ihi" 0; + setAttr ".op" 2; +createNode distanceBetween -n "IKXAnkle_RDistance"; + rename -uid "C6858173-41C2-AB9C-B53F-6E99E8357A1A"; + setAttr ".ihi" 0; +createNode blendTwoAttr -n "PoleLockBlenderIKXElbow_R"; + rename -uid "B316B37D-4BE1-2C8A-377B-D58FE2D95AC3"; + setAttr ".ihi" 0; + setAttr -s 2 ".i"; + setAttr -s 2 ".i"; +createNode multiplyDivide -n "IKXElbow_R_IKmessureDiv_R"; + rename -uid "A1BAF1A1-450E-8A8E-D514-02808F1FE2E4"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "IKmessureDivArm_R"; + rename -uid "847CD68C-450E-7199-C561-84B3D4A0BE18"; + setAttr ".ihi" 0; + setAttr ".op" 2; + setAttr ".i2" -type "float3" 54.04097 1 1 ; +createNode blendTwoAttr -n "IKmessureBlendStretchArm_R"; + rename -uid "8FF08015-4B13-91F7-6776-0D9E5AA3E0CC"; + setAttr ".ihi" 0; + setAttr -s 2 ".i"; + setAttr -s 2 ".i"; +createNode setRange -n "IKSetRangeStretchArm_R"; + rename -uid "A5F0FD8B-4775-3B44-D122-BF964EDABA2C"; + setAttr ".ihi" 0; + setAttr ".m" -type "float3" 1 0 0 ; + setAttr ".om" -type "float3" 10 0 0 ; +createNode clamp -n "IKdistanceClampArm_R"; + rename -uid "A7E3AAAB-4828-957E-95A3-A990C3BB98CA"; + setAttr ".ihi" 0; + setAttr ".mx" -type "float3" 54.04097 0 0 ; +createNode blendTwoAttr -n "IKmessureBlendAntiPopArm_R"; + rename -uid "D4233EC1-4298-CDA1-B7B8-58A8FAAD488C"; + setAttr ".ihi" 0; + setAttr -s 2 ".i"; + setAttr -s 2 ".i"; +createNode setRange -n "IKSetRangeAntiPopArm_R"; + rename -uid "FB81921A-4B41-C37A-8DA0-2BA28FA6745A"; + setAttr ".ihi" 0; + setAttr ".m" -type "float3" 1 0 0 ; + setAttr ".om" -type "float3" 10 0 0 ; +createNode animCurveUU -n "IKdistanceArm_RShape_normal"; + rename -uid "CAD9CA39-4C38-CD8A-0804-3F9427F48EE3"; + setAttr ".tan" 9; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 54.040969848632812 54.040970309226552 64.849166870117188 + 64.849164371071865; + setAttr -s 2 ".kot[0:1]" 2 9; + setAttr ".pst" 1; +createNode animCurveUU -n "IKdistanceArm_RShape_antiPop"; + rename -uid "A52F896B-4C13-A086-62BE-6D9ED9E07059"; + setAttr ".tan" 9; + setAttr ".wgt" no; + setAttr -s 5 ".ktv[0:4]" 5.4040970802307129 54.040970309226552 37.828678131103516 + 54.040970309226552 45.934825897216797 48.636873278303895 54.040969848632812 54.040970309226552 + 64.849166870117188 64.849164371071865; + setAttr -s 5 ".kit[1:4]" 2 9 9 9; + setAttr -s 5 ".kot[3:4]" 2 9; + setAttr ".pst" 1; +createNode multiplyDivide -n "IKXElbow_R_IKLenght_R"; + rename -uid "130C6AA1-4A7A-601A-E6F6-5AACB71240D9"; + setAttr ".ihi" 0; + setAttr ".i2" -type "float3" 27.323746 1 1 ; +createNode unitConversion -n "PoleDistanceSideReverseIKXElbow_RUnitConversion_R"; + rename -uid "F809453E-499D-4960-1DFC-C490D8F447DF"; +createNode multiplyDivide -n "PoleLockMainScalerIKXElbow_R"; + rename -uid "3368764A-4482-6748-CCBB-1783F1D35E7F"; + setAttr ".ihi" 0; + setAttr ".op" 2; +createNode distanceBetween -n "IKXElbow_RDistance"; + rename -uid "E67459F4-45E4-B03A-12BF-F1856EF127C6"; + setAttr ".ihi" 0; +createNode unitConversion -n "PoleArmUnitConversion_R"; + rename -uid "35A72EB2-482F-3C1B-4C94-B4A5BE2060CB"; + setAttr ".cf" 0.1; +createNode blendTwoAttr -n "PoleLockBlenderIKXWrist_R"; + rename -uid "62A37769-400D-D4CC-58E2-C5B3275C4DA1"; + setAttr ".ihi" 0; + setAttr -s 2 ".i"; + setAttr -s 2 ".i"; +createNode multiplyDivide -n "IKXWrist_R_IKmessureDiv_R"; + rename -uid "0AD58847-46B8-C1C9-EC97-97965C321AA8"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "IKXWrist_R_IKLenght_R"; + rename -uid "7BA7A75A-425C-F6DA-93C9-EFA86100F6B1"; + setAttr ".ihi" 0; + setAttr ".i2" -type "float3" 26.717224 1 1 ; +createNode unitConversion -n "PoleDistanceSideReverseIKXWrist_RUnitConversion_R"; + rename -uid "8B988D18-4297-2FFD-CBD8-A48164B8C00F"; +createNode multiplyDivide -n "PoleLockMainScalerIKXWrist_R"; + rename -uid "CB953C9F-4D2A-63A7-3E84-97B1A8FC3D9C"; + setAttr ".ihi" 0; + setAttr ".op" 2; +createNode distanceBetween -n "IKXWrist_RDistance"; + rename -uid "42B1DAF4-4E03-97B4-9110-1290B94AA008"; + setAttr ".ihi" 0; +createNode reverse -n "stretchySpineReverse_M"; + rename -uid "EC83920E-4378-5752-6FA3-93AD32BEAB36"; + setAttr ".ihi" 0; +createNode unitConversion -n "stretchySpineUnitConversion_M"; + rename -uid "989F4D18-4491-8069-2968-AEA6E99BE757"; + setAttr ".cf" 0.1; +createNode blendTwoAttr -n "stretchySpineBlendTwo5_M"; + rename -uid "13F5D40C-47CF-74E9-83E3-E48EFD9E332F"; + setAttr ".ihi" 0; + setAttr -s 2 ".i[0:1]" -1.5103277927615289e-15 -1.5087439794953059e-15; +createNode multiplyDivide -n "stretchySpineMultiplyDivide5_M"; + rename -uid "B68EC272-45C6-1DB2-C843-64BAB32C586E"; + setAttr ".ihi" 0; + setAttr ".i1" -type "float3" -1.5103278e-15 0 0 ; +createNode multiplyDivide -n "IKCurveInfoAllMultiplySpine_M"; + rename -uid "187E0F8D-4598-CED9-60D0-C0BD24F209C9"; + setAttr ".ihi" 0; + setAttr ".op" 2; +createNode multiplyDivide -n "IKCurveInfoNormalizeSpine_M"; + rename -uid "71159744-42E4-6500-FA0B-7CA588CE1F2C"; + setAttr ".op" 2; + setAttr ".i2" -type "float3" 35.15712 1 1 ; +createNode curveInfo -n "IKCurveInfoSpine_M"; + rename -uid "7E65A0D4-4315-0885-7DB6-48974CDC42EB"; +createNode blendTwoAttr -n "stretchySpineBlendTwo4_M"; + rename -uid "C65796A4-4524-F671-5225-7A9133FA3B23"; + setAttr ".ihi" 0; + setAttr -s 2 ".i[0:1]" -1.5103277927615293e-15 -1.5087439794953059e-15; +createNode multiplyDivide -n "stretchySpineMultiplyDivide4_M"; + rename -uid "5EEB5B8A-4D92-0885-19CF-C186D087184F"; + setAttr ".ihi" 0; + setAttr ".i1" -type "float3" -1.5103278e-15 0 0 ; +createNode blendTwoAttr -n "stretchySpineBlendTwo3_M"; + rename -uid "F7756271-4D07-033C-DF24-3C8A7AADC200"; + setAttr ".ihi" 0; + setAttr -s 2 ".i[0:1]" -4.5309833782845875e-15 -4.5262319384859178e-15; +createNode multiplyDivide -n "stretchySpineMultiplyDivide3_M"; + rename -uid "C2FFAC17-4071-A7ED-CF47-1A9554C0FF11"; + setAttr ".ihi" 0; + setAttr ".i1" -type "float3" -4.5309834e-15 0 0 ; +createNode blendTwoAttr -n "stretchySpineBlendTwo2_M"; + rename -uid "06D1F5FA-4E97-8BF2-D33C-C88E02F3D266"; + setAttr ".ihi" 0; + setAttr -s 2 ".i[0:1]" -1.6119689627491529e-16 -1.6102784541573894e-16; +createNode multiplyDivide -n "stretchySpineMultiplyDivide2_M"; + rename -uid "F0B39457-4200-A761-AB42-5AB3FB1F7E3E"; + setAttr ".ihi" 0; + setAttr ".i1" -type "float3" -1.6119689e-16 0 0 ; +createNode blendTwoAttr -n "stretchySpineBlendTwo1_M"; + rename -uid "F6AC7F02-4C90-CEA2-568C-40826A36D16B"; + setAttr ".ihi" 0; + setAttr -s 2 ".i[0:1]" -1.6119689627491529e-16 -1.6102784541573894e-16; +createNode multiplyDivide -n "stretchySpineMultiplyDivide1_M"; + rename -uid "04ADD8C9-465F-DDD1-1BAF-D395A54D97FA"; + setAttr ".ihi" 0; + setAttr ".i1" -type "float3" -1.6119689e-16 0 0 ; +createNode blendTwoAttr -n "stretchySpineBlendTwo0_M"; + rename -uid "A8F7C824-49B8-A854-2A8B-CFB93A9987A6"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "stretchySpineMultiplyDivide0_M"; + rename -uid "1D7C3389-4177-CE1C-6DCE-A5864D62DEC6"; + setAttr ".ihi" 0; +createNode reverse -n "IKFixedOrientSpine1_MReverse"; + rename -uid "34862F33-43E8-A6BF-7F54-538EC71A7C41"; + setAttr ".ihi" 0; +createNode unitConversion -n "IKFixedOrientSpine1_MUnitConversion"; + rename -uid "319CE568-4A0D-9DDC-B5F7-4DBB92962DAA"; + setAttr ".cf" 0.1; +createNode blendTwoAttr -n "PoleLockBlenderIKXKnee_L"; + rename -uid "7143198E-4816-0032-4EB3-AAA128D82F95"; + setAttr ".ihi" 0; + setAttr -s 2 ".i"; + setAttr -s 2 ".i"; +createNode multiplyDivide -n "IKXKnee_L_IKmessureDiv_L"; + rename -uid "790396FA-484C-7098-247E-D5A671734006"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "IKmessureDivLeg_L"; + rename -uid "F6591453-41C3-5CB6-2C8D-DF95FBFE42D4"; + setAttr ".ihi" 0; + setAttr ".op" 2; + setAttr ".i2" -type "float3" 85.603416 1 1 ; +createNode blendTwoAttr -n "IKmessureBlendStretchLeg_L"; + rename -uid "06569DAA-4501-D2AB-134F-40AB1ED000B6"; + setAttr ".ihi" 0; + setAttr -s 2 ".i"; + setAttr -s 2 ".i"; +createNode setRange -n "IKSetRangeStretchLeg_L"; + rename -uid "ED349B8F-406E-D891-D4F7-82BC27FD90D9"; + setAttr ".ihi" 0; + setAttr ".m" -type "float3" 1 0 0 ; + setAttr ".om" -type "float3" 10 0 0 ; +createNode clamp -n "IKdistanceClampLeg_L"; + rename -uid "014C3F36-4573-9844-247D-B58F39853DE4"; + setAttr ".ihi" 0; + setAttr ".mx" -type "float3" 85.603416 0 0 ; +createNode blendTwoAttr -n "IKmessureBlendAntiPopLeg_L"; + rename -uid "C6FB543B-413B-3C28-DD4A-CA8A09DE1ED8"; + setAttr ".ihi" 0; + setAttr -s 2 ".i"; + setAttr -s 2 ".i"; +createNode setRange -n "IKSetRangeAntiPopLeg_L"; + rename -uid "C43F0480-418A-04A0-96F4-DCB2C3BF87BC"; + setAttr ".ihi" 0; + setAttr ".m" -type "float3" 1 0 0 ; + setAttr ".om" -type "float3" 10 0 0 ; +createNode animCurveUU -n "IKdistanceLeg_LShape_normal"; + rename -uid "E6276ABD-454A-2386-67D3-4999996A4E8E"; + setAttr ".tan" 9; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 85.603416442871094 85.603412856189252 102.72409820556641 + 102.7240954274271; + setAttr -s 2 ".kot[0:1]" 2 9; + setAttr ".pst" 1; +createNode animCurveUU -n "IKdistanceLeg_LShape_antiPop"; + rename -uid "767EBBD7-4D97-2596-E730-FBA26693EE23"; + setAttr ".tan" 9; + setAttr ".wgt" no; + setAttr -s 5 ".ktv[0:4]" 8.5603408813476562 85.603412856189252 59.922389984130859 + 85.603412856189252 72.762901306152344 77.043071570570334 85.603416442871094 85.603412856189252 + 102.72409820556641 102.7240954274271; + setAttr -s 5 ".kit[1:4]" 2 9 9 9; + setAttr -s 5 ".kot[3:4]" 2 9; + setAttr ".pst" 1; +createNode multiplyDivide -n "IKXKnee_L_IKLenght_L"; + rename -uid "7EC97415-4CBC-7A7D-4774-85B7577C7885"; + setAttr ".ihi" 0; + setAttr ".i2" -type "float3" -44.889973 1 1 ; +createNode unitConversion -n "PoleDistanceSideReverseIKXKnee_LUnitConversion_L"; + rename -uid "995D582F-4E7B-5795-5C91-319CF953BDD6"; + setAttr ".cf" -1; +createNode multiplyDivide -n "PoleLockMainScalerIKXKnee_L"; + rename -uid "106C663C-4913-3244-44B0-3197D2FD8EEA"; + setAttr ".ihi" 0; + setAttr ".op" 2; +createNode distanceBetween -n "IKXKnee_LDistance"; + rename -uid "0C5CA903-4141-3FEA-E20E-B68E3CF0AFC5"; + setAttr ".ihi" 0; +createNode unitConversion -n "PoleLegUnitConversion_L"; + rename -uid "73D24734-49DA-4C48-555B-B5BA170519FB"; + setAttr ".cf" 0.1; +createNode blendTwoAttr -n "PoleLockBlenderIKXAnkle_L"; + rename -uid "5A73387A-4F2A-76E1-E160-B6BAF98B5A29"; + setAttr ".ihi" 0; + setAttr -s 2 ".i"; + setAttr -s 2 ".i"; +createNode multiplyDivide -n "IKXAnkle_L_IKmessureDiv_L"; + rename -uid "84D03F55-4148-ECD3-1C5F-9FA606A06B9E"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "IKXAnkle_L_IKLenght_L"; + rename -uid "F5A48035-4FC8-757E-4F90-F5BFDE011EE7"; + setAttr ".ihi" 0; + setAttr ".i2" -type "float3" -40.713444 1 1 ; +createNode unitConversion -n "PoleDistanceSideReverseIKXAnkle_LUnitConversion_L"; + rename -uid "FD9AD099-4E2B-F24B-8374-1DB2583C858F"; + setAttr ".cf" -1; +createNode multiplyDivide -n "PoleLockMainScalerIKXAnkle_L"; + rename -uid "A7FD93DD-4D22-5023-11EF-7CB0EA311617"; + setAttr ".ihi" 0; + setAttr ".op" 2; +createNode distanceBetween -n "IKXAnkle_LDistance"; + rename -uid "A09CF4EB-42DC-2544-648D-B789D4DD819C"; + setAttr ".ihi" 0; +createNode blendTwoAttr -n "PoleLockBlenderIKXElbow_L"; + rename -uid "E5D1467C-4F2A-AA3F-1258-ED8ED3746E52"; + setAttr ".ihi" 0; + setAttr -s 2 ".i"; + setAttr -s 2 ".i"; +createNode multiplyDivide -n "IKXElbow_L_IKmessureDiv_L"; + rename -uid "D9EDCF37-47A8-8BAD-C09E-9B8A0F07DF94"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "IKmessureDivArm_L"; + rename -uid "2EE3270D-4862-CA95-C44B-D3B920DDBE6E"; + setAttr ".ihi" 0; + setAttr ".op" 2; + setAttr ".i2" -type "float3" 54.04097 1 1 ; +createNode blendTwoAttr -n "IKmessureBlendStretchArm_L"; + rename -uid "B17009EE-4B56-1C85-FAF1-0CB2CBCD690B"; + setAttr ".ihi" 0; + setAttr -s 2 ".i"; + setAttr -s 2 ".i"; +createNode setRange -n "IKSetRangeStretchArm_L"; + rename -uid "A2B2DAB1-4A93-4355-726A-0591654FE7BF"; + setAttr ".ihi" 0; + setAttr ".m" -type "float3" 1 0 0 ; + setAttr ".om" -type "float3" 10 0 0 ; +createNode clamp -n "IKdistanceClampArm_L"; + rename -uid "24BA239C-4184-C034-E469-57B10F7D8F9F"; + setAttr ".ihi" 0; + setAttr ".mx" -type "float3" 54.04097 0 0 ; +createNode blendTwoAttr -n "IKmessureBlendAntiPopArm_L"; + rename -uid "49C38DFD-4393-B540-D591-D7AF658273AB"; + setAttr ".ihi" 0; + setAttr -s 2 ".i"; + setAttr -s 2 ".i"; +createNode setRange -n "IKSetRangeAntiPopArm_L"; + rename -uid "CD24A5ED-4F71-62AB-A664-E6A7F49F564D"; + setAttr ".ihi" 0; + setAttr ".m" -type "float3" 1 0 0 ; + setAttr ".om" -type "float3" 10 0 0 ; +createNode animCurveUU -n "IKdistanceArm_LShape_normal"; + rename -uid "7FA1B167-4B84-1EA2-DE05-E1B07FCD0162"; + setAttr ".tan" 9; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 54.040969848632812 54.040970309226552 64.849166870117188 + 64.849164371071865; + setAttr -s 2 ".kot[0:1]" 2 9; + setAttr ".pst" 1; +createNode animCurveUU -n "IKdistanceArm_LShape_antiPop"; + rename -uid "1D576F69-49C0-044B-2D48-56900E5D45A4"; + setAttr ".tan" 9; + setAttr ".wgt" no; + setAttr -s 5 ".ktv[0:4]" 5.4040970802307129 54.040970309226552 37.828678131103516 + 54.040970309226552 45.934825897216797 48.636873278303895 54.040969848632812 54.040970309226552 + 64.849166870117188 64.849164371071865; + setAttr -s 5 ".kit[1:4]" 2 9 9 9; + setAttr -s 5 ".kot[3:4]" 2 9; + setAttr ".pst" 1; +createNode multiplyDivide -n "IKXElbow_L_IKLenght_L"; + rename -uid "7BD51669-4327-3071-A14C-F7803BED8AEB"; + setAttr ".ihi" 0; + setAttr ".i2" -type "float3" -27.323746 1 1 ; +createNode unitConversion -n "PoleDistanceSideReverseIKXElbow_LUnitConversion_L"; + rename -uid "EE08581C-4609-6089-0918-6F854369B803"; + setAttr ".cf" -1; +createNode multiplyDivide -n "PoleLockMainScalerIKXElbow_L"; + rename -uid "E941B78D-4E34-E28B-7C31-57BA77E2899B"; + setAttr ".ihi" 0; + setAttr ".op" 2; +createNode distanceBetween -n "IKXElbow_LDistance"; + rename -uid "3DC7733E-42EB-6E27-61E1-239B966C5462"; + setAttr ".ihi" 0; +createNode unitConversion -n "PoleArmUnitConversion_L"; + rename -uid "18930A5B-43F5-B163-E377-EB867E3A2FC9"; + setAttr ".cf" 0.1; +createNode blendTwoAttr -n "PoleLockBlenderIKXWrist_L"; + rename -uid "2DB82B9E-4C5C-45D5-F973-A6B05115D5D9"; + setAttr ".ihi" 0; + setAttr -s 2 ".i"; + setAttr -s 2 ".i"; +createNode multiplyDivide -n "IKXWrist_L_IKmessureDiv_L"; + rename -uid "3D5D50A9-49F9-D6C1-BC16-F6BCDE04FEFA"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "IKXWrist_L_IKLenght_L"; + rename -uid "453F4351-4E78-EE54-B684-8BA9912A9150"; + setAttr ".ihi" 0; + setAttr ".i2" -type "float3" -26.717224 1 1 ; +createNode unitConversion -n "PoleDistanceSideReverseIKXWrist_LUnitConversion_L"; + rename -uid "30D558A6-4C36-CED4-7F94-63BFA568E569"; + setAttr ".cf" -1; +createNode multiplyDivide -n "PoleLockMainScalerIKXWrist_L"; + rename -uid "8C1C783B-4DD7-1D9F-5834-4D82A75CBAC1"; + setAttr ".ihi" 0; + setAttr ".op" 2; +createNode distanceBetween -n "IKXWrist_LDistance"; + rename -uid "74A0B637-42B6-3A7E-E025-609E0CB3AFD5"; + setAttr ".ihi" 0; +createNode pointOnCurveInfo -n "IKAcPociRoot_M"; + rename -uid "50435535-4030-1A54-1B14-E880DA989AB3"; +createNode pointOnCurveInfo -n "IKAcPociRootPart1_M"; + rename -uid "F408DEED-4DC9-BB8E-F7CD-A2866AD873B4"; + setAttr ".pr" 0.40668897551322036; +createNode pointOnCurveInfo -n "IKAcPociRootPart2_M"; + rename -uid "C26806FB-47BE-D11F-86C3-908DFFB2BECD"; + setAttr ".pr" 1.0675729805050107; +createNode pointOnCurveInfo -n "IKAcPociSpine1_M"; + rename -uid "05EFDA89-455B-F9FA-0623-96ABD166D601"; + setAttr ".pr" 2.0672280187821914; +createNode pointOnCurveInfo -n "IKAcPociSpine1Part1_M"; + rename -uid "9F75178C-4FAF-FEDE-5538-B5A85DE1ECD3"; + setAttr ".pr" 2.9324620183934411; +createNode pointOnCurveInfo -n "IKAcPociSpine1Part2_M"; + rename -uid "D635746D-479E-0B07-7747-14BC4AC9D125"; + setAttr ".pr" 3.5933110244868049; +createNode pointOnCurveInfo -n "IKAcPociChest_M"; + rename -uid "B1D97E31-456A-4E5E-47F6-FAB7179A3089"; + setAttr ".pr" 4; +createNode unitConversion -n "unitConversion6"; + rename -uid "90C8146F-40D7-A099-5F7B-C99FE6494A2A"; + setAttr ".cf" 0.017453292519943295; +createNode clamp -n "IKLegFootRockInnerPivotClamp_R"; + rename -uid "42645FBA-4D1B-2AD1-6B2C-49B3DCC420D2"; + setAttr ".ihi" 0; + setAttr ".mn" -type "float3" -200 0 0 ; +createNode unitConversion -n "unitConversion7"; + rename -uid "39CA28A1-4652-32E7-62D5-458C3B9E7A58"; + setAttr ".cf" 0.017453292519943295; +createNode clamp -n "IKLegFootRockOuterPivotClamp_R"; + rename -uid "930BAC84-41EE-1697-E239-A894ED52F2C5"; + setAttr ".ihi" 0; + setAttr ".mx" -type "float3" 200 0 0 ; +createNode unitConversion -n "unitConversion8"; + rename -uid "409DACEA-4DA4-F675-C70E-DB9F490D8AA5"; + setAttr ".cf" 0.017453292519943295; +createNode clamp -n "IKRollHeelClampLeg_R"; + rename -uid "C9709198-4029-F055-026D-B9B7384E641B"; + setAttr ".ihi" 0; +createNode animCurveTL -n "RollExtraHeel_R_translateX"; + rename -uid "BF19FE46-4820-5756-F81F-5CB7F94109E9"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTL -n "RollExtraHeel_R_translateY"; + rename -uid "E5EFCBE0-40D3-580B-F9EC-2B8BB25DD843"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTL -n "RollExtraHeel_R_translateZ"; + rename -uid "3BB525D0-4F91-BFC4-C570-7781F65710D6"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "RollExtraHeel_R_rotateX"; + rename -uid "58660B50-40A4-8F7B-5988-EE82472F5DBF"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "RollExtraHeel_R_rotateY"; + rename -uid "A06A0DA7-49D6-9417-AEF2-A79891E34D00"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "RollExtraHeel_R_rotateZ"; + rename -uid "C9A4F567-46ED-D750-DFC9-D1A1B759BA6C"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode unitConversion -n "unitConversion10"; + rename -uid "1BAF9C55-4AA2-26D1-F1B1-2FA4032CE984"; + setAttr ".cf" 0.017453292519943295; +createNode multiplyDivide -n "IKRollToesEndMPDLeg_R"; + rename -uid "CC1C60E5-44BE-A7A2-B597-EBB592FB6AAC"; + setAttr ".ihi" 0; +createNode setRange -n "IKRollToesEndSetRangeLeg_R"; + rename -uid "FCCA95A7-4297-20E4-5D9F-0E8C76CE9FD1"; + setAttr ".ihi" 0; + setAttr ".m" -type "float3" 1 0 0 ; +createNode animCurveTL -n "RollExtraToesEnd_R_translateX"; + rename -uid "55D31732-4AB2-7132-FCF4-8DA508BE9D8F"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTL -n "RollExtraToesEnd_R_translateY"; + rename -uid "58696879-4F70-99DE-0543-239C0F4F5071"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTL -n "RollExtraToesEnd_R_translateZ"; + rename -uid "E19F9868-44B5-9875-5F5A-0489C6EA2487"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "RollExtraToesEnd_R_rotateX"; + rename -uid "FB80FFA2-4509-768E-A2B5-1C933F70ADEB"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "RollExtraToesEnd_R_rotateY"; + rename -uid "C82FA143-41E7-FA83-D0E6-448BCB966E67"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "RollExtraToesEnd_R_rotateZ"; + rename -uid "90306F92-41FC-A184-FA97-3D84832CBEEB"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode unitConversion -n "unitConversion9"; + rename -uid "588B6C0B-4D0C-CF28-853B-908A9E12797A"; + setAttr ".cf" 0.017453292519943295; +createNode multiplyDivide -n "IKRollToesMPD2Leg_R"; + rename -uid "82ABD01C-4D8D-3850-2047-5F8F09F46857"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "IKRollToesMPD1Leg_R"; + rename -uid "352DCB36-416F-6A1C-E9A3-4DA9021FF425"; + setAttr ".ihi" 0; +createNode plusMinusAverage -n "IKRollToesPMALeg_R"; + rename -uid "3C00942A-4DD6-25B3-6766-5B8B809E83ED"; + setAttr ".ihi" 0; + setAttr ".op" 2; + setAttr -s 2 ".i1[0:1]" 1 0; +createNode setRange -n "IKRollToesSetRange2Leg_R"; + rename -uid "6711DB2D-434A-EFD9-71F7-C9B3A7F8E3A3"; + setAttr ".ihi" 0; + setAttr ".m" -type "float3" 1 0 0 ; +createNode setRange -n "IKRollToesSetRange1Leg_R"; + rename -uid "0D5BEE4C-405C-EE25-5E38-CB8BC01EF866"; + setAttr ".ihi" 0; + setAttr ".m" -type "float3" 1 0 0 ; +createNode animCurveTL -n "RollExtraToes_R_translateX"; + rename -uid "12B19C6E-4B45-52A8-76B3-BFAA803B4F56"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTL -n "RollExtraToes_R_translateY"; + rename -uid "D31AEC77-4CB0-7FC5-04FE-93B650F54A97"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTL -n "RollExtraToes_R_translateZ"; + rename -uid "ADA654ED-4A05-04A1-9BF9-3E9B89724BEF"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "RollExtraToes_R_rotateX"; + rename -uid "E98DCA4C-42B5-E53B-1E56-BBBEA4967846"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "RollExtraToes_R_rotateY"; + rename -uid "E7655C3A-401B-A73D-0554-07B22092EC6A"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "RollExtraToes_R_rotateZ"; + rename -uid "FA6F1599-43B6-728F-B0C9-D08B79B479F8"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode ikSCsolver -n "ikSCsolver"; + rename -uid "8DC33877-4AFE-410E-E085-D8AB5E7CC496"; +createNode ikRPsolver -n "ikRPsolver"; + rename -uid "8950E449-411E-6CA9-5906-C88EF571E87A"; +createNode animCurveTL -n "IKExtraToes_R_translateX"; + rename -uid "B6729BDF-4E92-446D-8D58-9499564A28CE"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTL -n "IKExtraToes_R_translateY"; + rename -uid "D7E89E83-4714-3E83-3C5D-069D4CA6FFED"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTL -n "IKExtraToes_R_translateZ"; + rename -uid "C3EEA1B2-4E14-48EE-8C48-DF8769A2553C"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "IKExtraToes_R_rotateX"; + rename -uid "DC2EB081-4AAD-20D9-7CE6-D69B3ABF4FA4"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "IKExtraToes_R_rotateY"; + rename -uid "25323DD2-4476-F2EF-1633-2A9F9A03D0E1"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "IKExtraToes_R_rotateZ"; + rename -uid "9975AB67-4503-F37D-5FB8-E194D8B80938"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode setRange -n "IKArm_RSetRangeFollow"; + rename -uid "2E643B6A-485A-1160-E702-75B0897CA7A2"; + setAttr ".ihi" 0; + setAttr ".n" -type "float3" 0 1 0 ; + setAttr ".m" -type "float3" 1 0 0 ; + setAttr ".om" -type "float3" 10 10 0 ; +createNode unitConversion -n "unitConversion12"; + rename -uid "D7E7490C-41AF-A03F-CBA2-39851527804D"; + setAttr ".cf" -0.017453292519943295; +createNode clamp -n "IKLegFootRockInnerPivotClamp_L"; + rename -uid "2902C402-4FDD-1D07-F065-0C8B3A0CFF44"; + setAttr ".ihi" 0; + setAttr ".mn" -type "float3" -200 0 0 ; +createNode unitConversion -n "unitConversion13"; + rename -uid "A316DF01-4CF8-4735-32AA-99AECA44C3ED"; + setAttr ".cf" -0.017453292519943295; +createNode clamp -n "IKLegFootRockOuterPivotClamp_L"; + rename -uid "A0107940-49A3-7F6C-A32E-61A5529D49C1"; + setAttr ".ihi" 0; + setAttr ".mx" -type "float3" 200 0 0 ; +createNode unitConversion -n "unitConversion14"; + rename -uid "BA5CB537-4278-A684-8BAE-29AB6CDC41D8"; + setAttr ".cf" 0.017453292519943295; +createNode clamp -n "IKRollHeelClampLeg_L"; + rename -uid "32218EA7-45EC-B538-1535-9CA07D69A059"; + setAttr ".ihi" 0; +createNode animCurveTL -n "RollExtraHeel_L_translateX"; + rename -uid "05A99574-4483-D182-A4D2-CF929BDC0F33"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTL -n "RollExtraHeel_L_translateY"; + rename -uid "387D98D8-47CF-33C7-E4B7-168840F731F6"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTL -n "RollExtraHeel_L_translateZ"; + rename -uid "3DF157A5-4546-3AD5-8EF1-3DA0AF0106D9"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "RollExtraHeel_L_rotateX"; + rename -uid "5DA6921A-4729-5A58-F60E-158CBA8C6C58"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "RollExtraHeel_L_rotateY"; + rename -uid "E35C5182-4ED6-3D35-557E-788725721523"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "RollExtraHeel_L_rotateZ"; + rename -uid "81EB2218-4076-CF91-A6FD-95B270BD4E63"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode unitConversion -n "unitConversion16"; + rename -uid "7B791A14-4B4D-780E-D313-A1BD86C3842D"; + setAttr ".cf" 0.017453292519943295; +createNode multiplyDivide -n "IKRollToesEndMPDLeg_L"; + rename -uid "1F4274D1-45E6-45BF-9CE0-F582BCB9E32B"; + setAttr ".ihi" 0; +createNode setRange -n "IKRollToesEndSetRangeLeg_L"; + rename -uid "EDC31EC1-42B5-961A-FF5E-06BFAF558FD1"; + setAttr ".ihi" 0; + setAttr ".m" -type "float3" 1 0 0 ; +createNode animCurveTL -n "RollExtraToesEnd_L_translateX"; + rename -uid "A6E3A839-4B4E-F5F8-C861-0B89D1DC9066"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTL -n "RollExtraToesEnd_L_translateY"; + rename -uid "AD30957B-4721-B236-25C3-0DA4901396EC"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTL -n "RollExtraToesEnd_L_translateZ"; + rename -uid "B5A0C0C0-4D84-4E22-49FF-ABA845A855C8"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "RollExtraToesEnd_L_rotateX"; + rename -uid "19CA4D48-4C90-9D86-2758-B8B92FE41086"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "RollExtraToesEnd_L_rotateY"; + rename -uid "C1C400D6-4C9C-E4EA-9599-2793F9B5444E"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "RollExtraToesEnd_L_rotateZ"; + rename -uid "235CFADC-4E46-1ECB-396F-1E8B6D435CAB"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode unitConversion -n "unitConversion15"; + rename -uid "F1B351D4-4642-57A9-339F-059F7FA0637B"; + setAttr ".cf" 0.017453292519943295; +createNode multiplyDivide -n "IKRollToesMPD2Leg_L"; + rename -uid "B4010203-4691-6796-A212-1DBAB2FF418E"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "IKRollToesMPD1Leg_L"; + rename -uid "AE926C0B-4BFA-2BCD-FF69-F191223AC056"; + setAttr ".ihi" 0; +createNode plusMinusAverage -n "IKRollToesPMALeg_L"; + rename -uid "D434A02C-4559-CFE1-0576-E182E23A2D6D"; + setAttr ".ihi" 0; + setAttr ".op" 2; + setAttr -s 2 ".i1[0:1]" 1 0; +createNode setRange -n "IKRollToesSetRange2Leg_L"; + rename -uid "1F229B7D-433C-B7FE-709D-498EE96412D9"; + setAttr ".ihi" 0; + setAttr ".m" -type "float3" 1 0 0 ; +createNode setRange -n "IKRollToesSetRange1Leg_L"; + rename -uid "DF2FF6BD-483C-B702-122D-0683AB6FE9BF"; + setAttr ".ihi" 0; + setAttr ".m" -type "float3" 1 0 0 ; +createNode animCurveTL -n "RollExtraToes_L_translateX"; + rename -uid "A9AB7E60-424F-0A2C-CEC4-C583519DEB66"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTL -n "RollExtraToes_L_translateY"; + rename -uid "5F86341B-47C7-4D5D-6D85-A494B836E781"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTL -n "RollExtraToes_L_translateZ"; + rename -uid "D68A739F-4598-3B8C-6847-54B9F25418A6"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "RollExtraToes_L_rotateX"; + rename -uid "52E6D957-4BDF-E66C-1DEE-C2BD945C7214"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "RollExtraToes_L_rotateY"; + rename -uid "3BC452B8-4E68-00BC-0F3A-FB9B607D1E48"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "RollExtraToes_L_rotateZ"; + rename -uid "630968DE-40FE-1BB7-6380-BC876AC65985"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTL -n "IKExtraToes_L_translateX"; + rename -uid "923C06B0-4110-F32C-77F2-FC8DDD266CDD"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTL -n "IKExtraToes_L_translateY"; + rename -uid "1D09777C-4756-AF99-C659-EAB26EE92BFB"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTL -n "IKExtraToes_L_translateZ"; + rename -uid "39135647-4F46-CA4D-B00D-76BD139A512E"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "IKExtraToes_L_rotateX"; + rename -uid "DA7C5BAD-4FF3-92C5-AD5B-43A27011D2AD"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "IKExtraToes_L_rotateY"; + rename -uid "57737CA3-42F4-49A6-9861-D69013394D65"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode animCurveTA -n "IKExtraToes_L_rotateZ"; + rename -uid "976E6743-4954-F035-A88B-B395CC6D4424"; + setAttr ".tan" 18; + setAttr ".wgt" no; + setAttr -s 2 ".ktv[0:1]" 425 0 426.25 0; +createNode setRange -n "IKArm_LSetRangeFollow"; + rename -uid "A4073125-4D77-7894-7A47-3283824BD3A8"; + setAttr ".ihi" 0; + setAttr ".n" -type "float3" 0 1 0 ; + setAttr ".m" -type "float3" 1 0 0 ; + setAttr ".om" -type "float3" 10 10 0 ; +createNode setRange -n "PoleLeg_RSetRangeFollow"; + rename -uid "460ABFAB-4FF2-7BAC-0E1C-5FAAE0A11625"; + setAttr ".ihi" 0; + setAttr ".n" -type "float3" 0 1 0 ; + setAttr ".m" -type "float3" 1 0 0 ; + setAttr ".om" -type "float3" 10 10 0 ; +createNode unitConversion -n "unitConversion5"; + rename -uid "A428B5DA-4737-ADFC-4885-55A3E41045C7"; + setAttr ".cf" 0.1; +createNode setRange -n "PoleArm_RSetRangeFollow"; + rename -uid "1AAB6A70-4B5A-C081-A2F1-5AA751D6A0B6"; + setAttr ".ihi" 0; + setAttr ".n" -type "float3" 0 1 0 ; + setAttr ".m" -type "float3" 1 0 0 ; + setAttr ".om" -type "float3" 10 10 0 ; +createNode ikSplineSolver -n "ikSplineSolver"; + rename -uid "C7BACAB5-43F9-B288-7B9E-15B69CA355E9"; +createNode ramp -n "IKSpineRamp_M"; + rename -uid "5DB252DF-4789-DE51-D35A-D09709F36181"; + setAttr -s 3 ".cel"; + setAttr ".cel[0].ep" 0; + setAttr ".cel[0].ec" -type "float3" 0 0 0 ; + setAttr ".cel[1].ep" 0.5; + setAttr ".cel[1].ec" -type "float3" 0 0 0 ; + setAttr ".cel[3].ep" 1; + setAttr ".cel[3].ec" -type "float3" 0 0 0 ; +createNode unitConversion -n "unitConversion4"; + rename -uid "B6D8F054-4C6E-D8B0-C2A5-9894438FE24D"; + setAttr ".cf" 57.295779513082323; +createNode setRange -n "IKSpineFlipUpAxisSetRange_M"; + rename -uid "54EE5F1B-48DF-AA65-729D-528C0BECF2DB"; + setAttr ".ihi" 0; + setAttr ".n" -type "float3" 3 0 0 ; + setAttr ".m" -type "float3" 6 0 0 ; + setAttr ".om" -type "float3" 1 1 1 ; +createNode setRange -n "IKSpineFlipAxisSetRange_M"; + rename -uid "67A627C2-4B53-3546-4A81-86B87303EDAF"; + setAttr ".ihi" 0; + setAttr ".n" -type "float3" 0 0 1 ; + setAttr ".m" -type "float3" 1 0 0 ; + setAttr ".om" -type "float3" 1 1 1 ; +createNode setRange -n "IKStiffSpine1SetRange_M"; + rename -uid "9D7FB83A-4315-31F4-EFED-E0AF410D2223"; + setAttr ".ihi" 0; + setAttr ".n" -type "float3" 0.60030669 0.39969331 0 ; + setAttr ".m" -type "float3" 1 0 0 ; + setAttr ".om" -type "float3" 10 10 0 ; +createNode setRange -n "IKStiffSpine3SetRange_M"; + rename -uid "FFF83FEA-44B5-A704-3A49-CAB7E45E41CB"; + setAttr ".ihi" 0; + setAttr ".n" -type "float3" 0.73302948 0.26697049 0 ; + setAttr ".m" -type "float3" 1 0 0 ; + setAttr ".om" -type "float3" 10 10 0 ; +createNode reverse -n "IKFollowEndSpine2_MReverse"; + rename -uid "811DFA27-4529-280D-6DA1-E7A5DD219295"; + setAttr ".ihi" 0; +createNode unitConversion -n "IKFollowEndSpine2_MUnitConversion"; + rename -uid "193716D3-4E7D-98EA-312B-02B4CA11D9E5"; + setAttr ".cf" 0.1; +createNode plusMinusAverage -n "FKIKBlendSpineHybridVisPMA_M"; + rename -uid "4F30613E-4109-24B8-D9FF-FE95CDF0CCA6"; + setAttr ".ihi" 0; + setAttr ".op" 3; + setAttr -s 3 ".i1[2]" -0.5; + setAttr -s 2 ".i1"; +createNode unitConversion -n "FKIKBlendSpineConditionUnitConversion_M"; + rename -uid "8EBD0A2A-4E40-D686-FE1B-B4A6CF2F4B73"; + setAttr ".cf" 0.1; +createNode setRange -n "IKSpine3_MSetRangeFollow"; + rename -uid "3A3FB09C-4A23-F2AD-5E99-0899E4F28317"; + setAttr ".ihi" 0; + setAttr ".n" -type "float3" 0 1 0 ; + setAttr ".m" -type "float3" 1 0 0 ; + setAttr ".om" -type "float3" 10 10 0 ; +createNode setRange -n "PoleLeg_LSetRangeFollow"; + rename -uid "1D577039-45BB-8FC4-C12F-04BFC696F95A"; + setAttr ".ihi" 0; + setAttr ".n" -type "float3" 0 1 0 ; + setAttr ".m" -type "float3" 1 0 0 ; + setAttr ".om" -type "float3" 10 10 0 ; +createNode unitConversion -n "unitConversion11"; + rename -uid "3603C059-4DA4-064E-3339-E78E9D45ADF6"; + setAttr ".cf" 0.1; +createNode setRange -n "PoleArm_LSetRangeFollow"; + rename -uid "B5E8C80F-463A-6BEA-827B-CB898FD43AE4"; + setAttr ".ihi" 0; + setAttr ".n" -type "float3" 0 1 0 ; + setAttr ".m" -type "float3" 1 0 0 ; + setAttr ".om" -type "float3" 10 10 0 ; +createNode unitConversion -n "AimEyeFollowUnitConversion_M"; + rename -uid "6205FD74-42B9-A0FB-BD9D-62BF2706A653"; + setAttr ".cf" 0.1; +createNode reverse -n "AimEyeFollowReverse_M"; + rename -uid "D1A81788-4CB9-CB17-3DCB-0D967C5F4CA4"; + setAttr ".ihi" 0; +createNode condition -n "CenterBtwLegsNodeStateCondition"; + rename -uid "58B0CD0C-447E-3ABA-574D-AC90112A061A"; + setAttr ".ihi" 0; + setAttr ".op" 4; + setAttr ".st" 0.10000000149011612; + setAttr ".ct" -type "float3" 2 0 0 ; + setAttr ".cf" -type "float3" 0 1 1 ; +createNode reverse -n "FKIKBlendSpineReverse_M"; + rename -uid "370D605D-4D8A-48D4-0A9A-00B176E3B330"; + setAttr ".ihi" 0; +createNode unitConversion -n "FKIKBlendSpineUnitConversion_M"; + rename -uid "FFE2F0C0-4708-3F9C-B0CF-9A957536C2A0"; + setAttr ".cf" 0.1; +createNode reverse -n "CenterBtwLegsUnitReverse"; + rename -uid "9203A522-4C2C-C175-2F15-30A17EA183B2"; + setAttr ".ihi" 0; +createNode unitConversion -n "CenterBtwLegsUnitConversion"; + rename -uid "BF15FBAA-41ED-0E4E-C728-899C76F637B1"; + setAttr ".cf" 0.1; +createNode plusMinusAverage -n "FKHead_MExtraTwistPlusMinusAverage"; + rename -uid "4EC82249-4CE1-AA50-146D-6A80FF59595C"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode multiplyDivide -n "FKHead_MAutoTwistMultiplyDivide"; + rename -uid "1693C32C-4370-B125-C401-73871B4E35C0"; + setAttr ".ihi" 0; +createNode unitConversion -n "FKHead_MAutoTwistUnitConversion"; + rename -uid "BC54E5EA-4340-F1AF-14F7-B08ADEE7875E"; + setAttr ".cf" 0.1; +createNode multiplyDivide -n "FKHead_M360TwistDivideMultiplyDivide"; + rename -uid "0B5D8F1E-4EE3-2CF4-6A37-C59008728F40"; +createNode setRange -n "MainTwistFlipSetRange"; + rename -uid "B2C9D16A-4FA5-CA02-4BA2-E2A06A70F09A"; + setAttr ".n" -type "float3" 1 1 0 ; + setAttr ".m" -type "float3" 0 2 1 ; + setAttr ".om" -type "float3" 1 1 1 ; +createNode unitConversion -n "unitConversion1"; + rename -uid "663C32C6-4123-E627-2D9B-53912EDB24FF"; + setAttr ".cf" 57.295779513082323; +createNode reverse -n "FKIKBlendLegReverse_R"; + rename -uid "37CDDCDD-4B2A-7E2D-4872-CAB01E110A04"; + setAttr ".ihi" 0; +createNode unitConversion -n "FKIKBlendLegUnitConversion_R"; + rename -uid "ECAC0F65-4B4F-60FB-B8F0-7A9D04966BC0"; + setAttr ".cf" 0.1; +createNode plusMinusAverage -n "FKKnee_RExtraTwistPlusMinusAverage"; + rename -uid "7DBB86AA-4179-0886-4914-FA9F13D9EA16"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode multiplyDivide -n "FKKnee_RAutoTwistMultiplyDivide"; + rename -uid "15707879-4FBA-AD8F-7A17-2090B43D0605"; + setAttr ".ihi" 0; +createNode unitConversion -n "FKKnee_RAutoTwistUnitConversion"; + rename -uid "65C5E8CD-4968-9422-5100-1E894BD64EE0"; + setAttr ".cf" 0.1; +createNode multiplyDivide -n "FKKnee_R360TwistDivideMultiplyDivide"; + rename -uid "6E96895E-493D-BC23-E8CF-5BA9615032A2"; +createNode unitConversion -n "unitConversion17"; + rename -uid "7FBA38D8-4B22-DC2A-3F32-2D8FF0DA3BF0"; + setAttr ".cf" 57.295779513082323; +createNode unitConversion -n "unitConversion18"; + rename -uid "72B322D4-4209-093F-E0BF-459B69038EB4"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionKneePart0_R"; + rename -uid "3A7BCEEC-4FBA-00E4-5459-7E8F78092FC5"; +createNode multiplyDivide -n "twistAmountDivideKneePart0_R"; + rename -uid "D33F77E2-45A3-95D1-3524-86831D4EDF5A"; +createNode unitConversion -n "unitConversion19"; + rename -uid "D1E9CAC0-4A03-CB48-933E-B9B15DAA0C4B"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionKneePart1_R"; + rename -uid "E29F5AE0-48B3-0AB5-4B47-AE8E5A15ABFF"; +createNode multiplyDivide -n "twistAmountDivideKneePart1_R"; + rename -uid "4866EB0C-4B9D-4A37-ACDE-CFBCA6AF680D"; +createNode unitConversion -n "unitConversion20"; + rename -uid "1281983C-41F0-8917-30C7-169F1CCF3C8B"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionKneePart2_R"; + rename -uid "5B4A25A1-4E70-B598-D33A-558A12B18583"; +createNode multiplyDivide -n "twistAmountDivideKneePart2_R"; + rename -uid "62D47CA9-4ABD-CD14-A208-7AA2574EBF4B"; +createNode plusMinusAverage -n "FKHip_RExtraTwistPlusMinusAverage"; + rename -uid "C949500D-45F8-C314-52F4-63B9D3C2FFF6"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode multiplyDivide -n "FKHip_RAutoTwistMultiplyDivide"; + rename -uid "DF6E0FE1-42D3-6318-E8B6-37A289E14C28"; + setAttr ".ihi" 0; +createNode unitConversion -n "FKHip_RAutoTwistUnitConversion"; + rename -uid "4C90EAB7-493E-C808-EBD2-FAAB9A858E90"; + setAttr ".cf" 0.1; +createNode multiplyDivide -n "FKHip_R360TwistDivideMultiplyDivide"; + rename -uid "78484748-4C3D-F644-A4C7-71952E66288A"; +createNode unitConversion -n "unitConversion21"; + rename -uid "90E0E9FD-46B4-7975-EAB2-EC876062424F"; + setAttr ".cf" 57.295779513082323; +createNode unitConversion -n "unitConversion22"; + rename -uid "430B1FF7-4FA5-C63B-6AAC-C78D288DF67C"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionHipPart0_R"; + rename -uid "C46A3C17-44ED-D232-5702-13A1E93A0C84"; + setAttr -s 3 ".i1"; + setAttr -s 3 ".i1"; +createNode multiplyDivide -n "twistAmountDivideHipPart0_R"; + rename -uid "8B60C084-4ED4-85FA-AA9C-C1828AFD8B0C"; +createNode unitConversion -n "unitConversion23"; + rename -uid "A9175722-4B1E-31E1-CA9A-68A9E4C747A1"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionHipPart1_R"; + rename -uid "0E0EE74C-4ACD-8D6A-CEB7-53998D697FF5"; + setAttr -s 3 ".i1"; + setAttr -s 3 ".i1"; +createNode multiplyDivide -n "twistAmountDivideHipPart1_R"; + rename -uid "6BC3663D-427E-B566-B73F-2BBC75F8C3B6"; +createNode unitConversion -n "unitConversion24"; + rename -uid "65138402-46AB-C061-B1E2-B4A7AFE665F8"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionHipPart2_R"; + rename -uid "EC6CB6B9-403E-EBB5-8131-E591FD2DEDE6"; + setAttr -s 3 ".i1"; + setAttr -s 3 ".i1"; +createNode multiplyDivide -n "twistAmountDivideHipPart2_R"; + rename -uid "B74E47AF-4659-1A10-6785-7AA29C625DE2"; +createNode reverse -n "FKIKBlendArmReverse_R"; + rename -uid "72B002C9-49C4-A8E6-9BDA-4088112A4D12"; + setAttr ".ihi" 0; +createNode unitConversion -n "FKIKBlendArmUnitConversion_R"; + rename -uid "EEF83399-44BE-D1C4-4B29-4E974122E798"; + setAttr ".cf" 0.1; +createNode plusMinusAverage -n "FKWrist_RExtraTwistPlusMinusAverage"; + rename -uid "16D5BE2F-4DA7-1F46-DF93-19815306EAC9"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode multiplyDivide -n "FKWrist_RAutoTwistMultiplyDivide"; + rename -uid "D3AF2732-41A9-8669-3DE5-7F954FD6EE63"; + setAttr ".ihi" 0; +createNode unitConversion -n "FKWrist_RAutoTwistUnitConversion"; + rename -uid "AC0C83E5-42AE-6181-F049-88B3560811CC"; + setAttr ".cf" 0.1; +createNode multiplyDivide -n "FKWrist_R360TwistDivideMultiplyDivide"; + rename -uid "57FF4254-4273-752E-B311-3DBCBA565CCC"; +createNode unitConversion -n "unitConversion25"; + rename -uid "CDA1D4BA-4492-5FE4-297E-5D868D5A076A"; + setAttr ".cf" 57.295779513082323; +createNode unitConversion -n "unitConversion26"; + rename -uid "9D8390AA-4234-6542-1E10-74BE634C0AA2"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionWristPart0_R"; + rename -uid "45C1F1D9-4BD8-1ED5-3089-309DAC52600D"; +createNode multiplyDivide -n "twistAmountDivideWristPart0_R"; + rename -uid "74CA00D2-4FD5-36E8-021E-C7ACF21D8A60"; +createNode unitConversion -n "unitConversion27"; + rename -uid "E9807B46-40B5-D048-02E3-38A9E14EA018"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionWristPart1_R"; + rename -uid "F3C76003-4821-6A24-0DE5-56AE36C5678B"; +createNode multiplyDivide -n "twistAmountDivideWristPart1_R"; + rename -uid "DA602B8B-44FA-FBFD-A55F-52A447D8751E"; +createNode unitConversion -n "unitConversion28"; + rename -uid "BC204C32-4929-0946-C9CC-248D13BB671C"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionWristPart2_R"; + rename -uid "55B64428-4BAF-8AFE-DB64-519104841963"; +createNode multiplyDivide -n "twistAmountDivideWristPart2_R"; + rename -uid "B40655BE-41EC-B5FE-4308-53ABB54C5763"; +createNode plusMinusAverage -n "FKElbow_RExtraTwistPlusMinusAverage"; + rename -uid "E80BDCBC-4154-B0E1-6A72-BDBF4B4E4920"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode multiplyDivide -n "FKElbow_RAutoTwistMultiplyDivide"; + rename -uid "E495AA0D-4CA8-E75B-01AE-29BCE9C9DACF"; + setAttr ".ihi" 0; +createNode unitConversion -n "FKElbow_RAutoTwistUnitConversion"; + rename -uid "E9085A09-4DF6-5319-8F4D-D28F517AB74F"; + setAttr ".cf" 0.1; +createNode multiplyDivide -n "FKElbow_R360TwistDivideMultiplyDivide"; + rename -uid "77DC61BA-43D3-D15C-23C6-45B0212B80EC"; +createNode unitConversion -n "unitConversion29"; + rename -uid "0AF9D905-4856-BAF9-9DAC-F89A05358B5F"; + setAttr ".cf" 57.295779513082323; +createNode unitConversion -n "unitConversion30"; + rename -uid "17678C3D-4B9D-094B-9DA3-94ACCDA7BC4C"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionElbowPart0_R"; + rename -uid "B3CBCC6D-4CEE-3C54-B989-D0AB9E462CD0"; + setAttr -s 3 ".i1"; + setAttr -s 3 ".i1"; +createNode multiplyDivide -n "twistAmountDivideElbowPart0_R"; + rename -uid "C532AD74-43D1-8552-8C54-219C726C7E63"; +createNode unitConversion -n "unitConversion31"; + rename -uid "F742DCC3-4D5D-8F0F-BE65-5497A014D33E"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionElbowPart1_R"; + rename -uid "38E07D32-4C03-567D-AFC6-4E8FFBE7CA66"; + setAttr -s 3 ".i1"; + setAttr -s 3 ".i1"; +createNode multiplyDivide -n "twistAmountDivideElbowPart1_R"; + rename -uid "504660DC-4B0E-98F4-78B8-6488C087BEA7"; +createNode unitConversion -n "unitConversion32"; + rename -uid "A21C5BB9-4433-AF75-7ADB-8C90C1823B16"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionElbowPart2_R"; + rename -uid "3D0B01C8-4163-D632-1CE0-0FB922091757"; + setAttr -s 3 ".i1"; + setAttr -s 3 ".i1"; +createNode multiplyDivide -n "twistAmountDivideElbowPart2_R"; + rename -uid "2F9C723F-44D8-09ED-AA8D-FBB72245047F"; +createNode plusMinusAverage -n "FKShoulder_RExtraTwistPlusMinusAverage"; + rename -uid "BC4FB678-44F7-728B-739B-94AF6B495230"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode multiplyDivide -n "FKShoulder_RAutoTwistMultiplyDivide"; + rename -uid "3273AA22-4B48-D515-8162-5BA08347A506"; + setAttr ".ihi" 0; +createNode unitConversion -n "FKShoulder_RAutoTwistUnitConversion"; + rename -uid "B666561D-4EF5-3976-A0BC-B388FF6C7DE0"; + setAttr ".cf" 0.1; +createNode multiplyDivide -n "FKShoulder_R360TwistDivideMultiplyDivide"; + rename -uid "D84DCC1E-4E0B-AE70-32A2-3992425E38D5"; +createNode unitConversion -n "unitConversion33"; + rename -uid "9F507044-470A-F817-50D6-FFA1598E31AE"; + setAttr ".cf" 57.295779513082323; +createNode unitConversion -n "unitConversion34"; + rename -uid "3420FF94-4AEA-B3F6-8350-849C00F39D05"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionShoulderPart0_R"; + rename -uid "A8950F5D-4D47-A194-764D-B2B14A34EF6E"; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode multiplyDivide -n "twistAmountDivideShoulderPart0_R"; + rename -uid "2E8A6031-40B3-D90B-A231-F2B5B88EEE78"; +createNode unitConversion -n "unitConversion35"; + rename -uid "D7941183-407E-D4F4-7A57-21B0E8F495EC"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionShoulderPart1_R"; + rename -uid "5993D7CB-465C-23B8-9C70-A0BDFE5CF459"; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode multiplyDivide -n "twistAmountDivideShoulderPart1_R"; + rename -uid "5C3F9646-40CF-6105-CB74-83AC993888B5"; +createNode unitConversion -n "unitConversion36"; + rename -uid "895B2822-4BF2-78FB-8BAB-7BAA7FD27AA6"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionShoulderPart2_R"; + rename -uid "526C7ADC-4B55-1EAC-C196-259145E0B959"; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode multiplyDivide -n "twistAmountDivideShoulderPart2_R"; + rename -uid "2C8944E0-44B3-D8A2-6583-8B811C2E2661"; +createNode reverse -n "FKIKBlendLegReverse_L"; + rename -uid "A4324AF5-418B-6390-0ADA-68AEE91EAF04"; + setAttr ".ihi" 0; +createNode unitConversion -n "FKIKBlendLegUnitConversion_L"; + rename -uid "AF0DB36D-41BD-9831-A124-8ABCD2F11CF5"; + setAttr ".cf" 0.1; +createNode plusMinusAverage -n "FKKnee_LExtraTwistPlusMinusAverage"; + rename -uid "B4F0692F-42D3-FECF-D36F-E79E0AAD9CC3"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode multiplyDivide -n "FKKnee_LAutoTwistMultiplyDivide"; + rename -uid "CABF5D0C-4C2E-1649-D52D-63849A6E562F"; + setAttr ".ihi" 0; +createNode unitConversion -n "FKKnee_LAutoTwistUnitConversion"; + rename -uid "96D571FE-4D8E-2222-8388-CCB34C416F73"; + setAttr ".cf" 0.1; +createNode multiplyDivide -n "FKKnee_L360TwistDivideMultiplyDivide"; + rename -uid "250CED1A-4186-5DC9-4039-0CB77EA4035B"; +createNode unitConversion -n "unitConversion37"; + rename -uid "F477758D-400A-B2A5-C4A2-A9ADFBFFCBED"; + setAttr ".cf" 57.295779513082323; +createNode unitConversion -n "unitConversion38"; + rename -uid "9104C3A1-4B9B-7F9E-B178-75B0E661703F"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionKneePart0_L"; + rename -uid "4174C5F4-43CB-C833-E25D-07B3623415BD"; +createNode multiplyDivide -n "twistAmountDivideKneePart0_L"; + rename -uid "05D2AF84-4541-2AC4-10FE-1BA970E6D59E"; +createNode unitConversion -n "unitConversion39"; + rename -uid "EFB2BA28-4CE9-AE73-E778-9CB515971BCB"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionKneePart1_L"; + rename -uid "9863C436-4B94-90EB-D056-98B7983513B8"; +createNode multiplyDivide -n "twistAmountDivideKneePart1_L"; + rename -uid "823AED8E-409D-4CAC-900E-A0B1818E55E2"; +createNode unitConversion -n "unitConversion40"; + rename -uid "0BDBF801-4DEF-21F7-78B2-FAA4EC1B0196"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionKneePart2_L"; + rename -uid "19081EB6-49F1-1B4B-6001-22B2D8CEAAC9"; +createNode multiplyDivide -n "twistAmountDivideKneePart2_L"; + rename -uid "826B4AD6-4ADB-4D5A-2543-8E958D542CA3"; +createNode plusMinusAverage -n "FKHip_LExtraTwistPlusMinusAverage"; + rename -uid "5F5C92ED-4B1F-4A3F-D5A0-1B9240C4F3B6"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode multiplyDivide -n "FKHip_LAutoTwistMultiplyDivide"; + rename -uid "3A8EF4A1-42D4-CD9A-89E6-B5AEF5ECEECD"; + setAttr ".ihi" 0; +createNode unitConversion -n "FKHip_LAutoTwistUnitConversion"; + rename -uid "C3B5BC28-494B-8317-28F9-1CBAE2B5FAD1"; + setAttr ".cf" 0.1; +createNode multiplyDivide -n "FKHip_L360TwistDivideMultiplyDivide"; + rename -uid "0C11D788-408D-567D-A656-D88BC0CC69DB"; +createNode unitConversion -n "unitConversion41"; + rename -uid "530246D8-462D-0D0E-29E2-DBB7812AEEF0"; + setAttr ".cf" 57.295779513082323; +createNode unitConversion -n "unitConversion42"; + rename -uid "74EE5D19-4A7D-3322-9702-4683314BB2E3"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionHipPart0_L"; + rename -uid "7D60FE71-4178-01DE-E30D-98A838B8AB12"; + setAttr -s 3 ".i1"; + setAttr -s 3 ".i1"; +createNode multiplyDivide -n "twistAmountDivideHipPart0_L"; + rename -uid "68EA55B1-41D9-9631-7AD8-E0B629A6F344"; +createNode unitConversion -n "unitConversion43"; + rename -uid "D2D71794-4997-DD08-122E-E3B7BF806D16"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionHipPart1_L"; + rename -uid "F041B121-40BF-21FA-620C-D59140DA87FF"; + setAttr -s 3 ".i1"; + setAttr -s 3 ".i1"; +createNode multiplyDivide -n "twistAmountDivideHipPart1_L"; + rename -uid "02DF9B23-46E4-70CC-EBA1-99A046302357"; +createNode unitConversion -n "unitConversion44"; + rename -uid "00BAE6E8-4651-686A-3F2E-54AC86C7394D"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionHipPart2_L"; + rename -uid "7263A7DF-42EC-880B-B118-51941B937690"; + setAttr -s 3 ".i1"; + setAttr -s 3 ".i1"; +createNode multiplyDivide -n "twistAmountDivideHipPart2_L"; + rename -uid "752FE7F6-4A6C-6F26-F452-84B796CA1716"; +createNode reverse -n "FKIKBlendArmReverse_L"; + rename -uid "0EAA69B5-460D-C48A-E78A-EBA2D7EBB2C2"; + setAttr ".ihi" 0; +createNode unitConversion -n "FKIKBlendArmUnitConversion_L"; + rename -uid "E02E34E5-4417-A4C9-B505-5D9540175E99"; + setAttr ".cf" 0.1; +createNode plusMinusAverage -n "FKWrist_LExtraTwistPlusMinusAverage"; + rename -uid "1D750BEF-4E76-0AC4-3220-9B9841572E17"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode multiplyDivide -n "FKWrist_LAutoTwistMultiplyDivide"; + rename -uid "FE55A5AA-4967-8414-6746-A1BBCB0481C9"; + setAttr ".ihi" 0; +createNode unitConversion -n "FKWrist_LAutoTwistUnitConversion"; + rename -uid "199C09C8-444E-4DD5-8ECB-64922AF5A5EF"; + setAttr ".cf" 0.1; +createNode multiplyDivide -n "FKWrist_L360TwistDivideMultiplyDivide"; + rename -uid "C3DEC960-4B87-57C3-237D-3E92499C243B"; +createNode unitConversion -n "unitConversion45"; + rename -uid "9E1DF31B-435B-8C6B-67F5-DA8A8240C19C"; + setAttr ".cf" 57.295779513082323; +createNode unitConversion -n "unitConversion46"; + rename -uid "844F5ECD-409F-278D-6245-5780B139A92F"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionWristPart0_L"; + rename -uid "FCC0FA25-4608-5A37-B5DA-449BA0CF7B39"; +createNode multiplyDivide -n "twistAmountDivideWristPart0_L"; + rename -uid "055FFF8C-4508-8A83-8960-C8BCEE33E586"; +createNode unitConversion -n "unitConversion47"; + rename -uid "728E145B-4EB5-EFA8-037D-27BCA5DCCF9C"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionWristPart1_L"; + rename -uid "2195FF9C-4972-2F55-7380-068119B8A8F0"; +createNode multiplyDivide -n "twistAmountDivideWristPart1_L"; + rename -uid "A78B1507-44A0-7969-C20F-3E89A433366D"; +createNode unitConversion -n "unitConversion48"; + rename -uid "34AB7FAB-4F51-F8D4-6D95-468D413FE40E"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionWristPart2_L"; + rename -uid "BD677852-4D6B-63B6-FFA4-FD8F20E6C806"; +createNode multiplyDivide -n "twistAmountDivideWristPart2_L"; + rename -uid "72266B9A-490A-8456-DEDE-86BB62F9AF3C"; +createNode plusMinusAverage -n "FKElbow_LExtraTwistPlusMinusAverage"; + rename -uid "9A0FDD00-457C-F424-01DD-2B85807A28D3"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode multiplyDivide -n "FKElbow_LAutoTwistMultiplyDivide"; + rename -uid "B35D55E8-4A1A-C9EF-15EC-2C81A35771C6"; + setAttr ".ihi" 0; +createNode unitConversion -n "FKElbow_LAutoTwistUnitConversion"; + rename -uid "C29139DA-45E6-8280-30E7-AFB30375C5B8"; + setAttr ".cf" 0.1; +createNode multiplyDivide -n "FKElbow_L360TwistDivideMultiplyDivide"; + rename -uid "45911990-4A6C-EAA2-9522-0DA9ADACE549"; +createNode unitConversion -n "unitConversion49"; + rename -uid "081557FE-44CC-41A5-3508-C3A65BA435FC"; + setAttr ".cf" 57.295779513082323; +createNode unitConversion -n "unitConversion50"; + rename -uid "59C3BE59-4504-DBE5-F05F-6485C0AA0E4E"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionElbowPart0_L"; + rename -uid "09F97D3A-4384-732E-94F1-83B722F1E0EC"; + setAttr -s 3 ".i1"; + setAttr -s 3 ".i1"; +createNode multiplyDivide -n "twistAmountDivideElbowPart0_L"; + rename -uid "128EE143-4364-AA5F-A0D8-DC8790CC11FE"; +createNode unitConversion -n "unitConversion51"; + rename -uid "F3D45954-4812-FBE7-4C4E-F197D483903B"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionElbowPart1_L"; + rename -uid "28E92EEA-4690-DB4C-5BF3-8987A1461044"; + setAttr -s 3 ".i1"; + setAttr -s 3 ".i1"; +createNode multiplyDivide -n "twistAmountDivideElbowPart1_L"; + rename -uid "605C0FA4-4792-45E1-B7CD-1D966589E707"; +createNode unitConversion -n "unitConversion52"; + rename -uid "1038B0B9-428E-B942-C2F9-3D80ADC74D8D"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionElbowPart2_L"; + rename -uid "2913B5A4-40E4-C50A-4281-E1B83B2C7279"; + setAttr -s 3 ".i1"; + setAttr -s 3 ".i1"; +createNode multiplyDivide -n "twistAmountDivideElbowPart2_L"; + rename -uid "EDEB00AA-4413-E51C-BE53-5990B9BBB516"; +createNode plusMinusAverage -n "FKShoulder_LExtraTwistPlusMinusAverage"; + rename -uid "362AEBEA-4FDC-7BCE-836A-9FB967BCB83A"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode multiplyDivide -n "FKShoulder_LAutoTwistMultiplyDivide"; + rename -uid "A98406CA-4E60-203E-5EE6-4B8872ED1FB4"; + setAttr ".ihi" 0; +createNode unitConversion -n "FKShoulder_LAutoTwistUnitConversion"; + rename -uid "FFBDBA77-4396-0031-B239-9EB13DD35A1E"; + setAttr ".cf" 0.1; +createNode multiplyDivide -n "FKShoulder_L360TwistDivideMultiplyDivide"; + rename -uid "A1D81709-4593-616A-4D5F-95B92578669D"; +createNode unitConversion -n "unitConversion53"; + rename -uid "CA83914F-47B0-63A7-EF98-77B22A1C3845"; + setAttr ".cf" 57.295779513082323; +createNode unitConversion -n "unitConversion54"; + rename -uid "FA87A126-4CA1-B9A7-78C4-7AA72AF86D3C"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionShoulderPart0_L"; + rename -uid "1332F761-439A-5E02-C53A-81B3CB2B0022"; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode multiplyDivide -n "twistAmountDivideShoulderPart0_L"; + rename -uid "9B514676-4524-DCC0-700A-C297199125D9"; +createNode unitConversion -n "unitConversion55"; + rename -uid "C7F6266F-451E-FE77-5E3A-3AA03C614DA4"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionShoulderPart1_L"; + rename -uid "2DB22484-47EA-667A-29CF-18852E0042CF"; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode multiplyDivide -n "twistAmountDivideShoulderPart1_L"; + rename -uid "7437CE85-4D1A-A357-D6C4-798A4764218A"; +createNode unitConversion -n "unitConversion56"; + rename -uid "7D1017CA-4402-6DCD-1DDD-779FA10D913E"; + setAttr ".cf" 0.017453292519943295; +createNode plusMinusAverage -n "twistAdditionShoulderPart2_L"; + rename -uid "D103C96C-4B75-3D71-E34C-C59F8133F698"; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode multiplyDivide -n "twistAmountDivideShoulderPart2_L"; + rename -uid "29A06B24-4CC0-0E02-9F87-7EA451FA6361"; +createNode unitConversion -n "unitConversion3"; + rename -uid "D53AE2F6-4C13-ACA0-625F-22A626FC4C20"; + setAttr ".cf" 0.017453292519943295; +createNode multiplyDivide -n "InbetweenUnTwistDividerNeck2_M"; + rename -uid "7CA307C8-4666-7E64-6BA3-36B33E396DE7"; + setAttr ".i2" -type "float3" 0.66666669 1 1 ; +createNode unitConversion -n "unitConversion2"; + rename -uid "757E1F92-4D8E-D087-DB02-F385C9C53F73"; + setAttr ".cf" 0.017453292519943295; +createNode multiplyDivide -n "InbetweenUnTwistDividerNeck1_M"; + rename -uid "F657724C-4654-56BA-D3F6-03A3443492A7"; + setAttr ".i2" -type "float3" 0.33333334 1 1 ; +createNode blendColors -n "ScaleBlendRoot_M"; + rename -uid "F06A6B19-4CE8-BACC-CE5D-1C8933CC75B6"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "IKScaleRootMultiplyDivide_M"; + rename -uid "A07C311C-4823-0EC6-A735-7AB8267C376A"; +createNode blendColors -n "ScaleBlendHip_R"; + rename -uid "CF1E7D92-4B93-91E4-14DD-29B18DD8A8E5"; + setAttr ".ihi" 0; +createNode blendTwoAttr -n "volumeBlendLegBlendTwo_R"; + rename -uid "A961C55C-452A-23D4-55EF-45A65692A862"; + setAttr ".ihi" 0; + setAttr -s 2 ".i[0:1]" 1 1; +createNode multiplyDivide -n "multWithStretchyLeg_R"; + rename -uid "78CA9920-4551-04E0-4AEF-86BA7AD4F456"; + setAttr ".ihi" 0; +createNode unitConversion -n "volumeLegUnitConversion_R"; + rename -uid "0C0E56C1-4F69-8810-D80B-95A77A8608A8"; + setAttr ".cf" 0.1; +createNode multiplyDivide -n "volumepowLeg_R"; + rename -uid "B7C439A7-4732-9558-9F3D-658ABEBAB3A8"; + setAttr ".ihi" 0; + setAttr ".op" 3; + setAttr ".i2" -type "float3" 0.5 1 1 ; +createNode multiplyDivide -n "volume1OverLeg_R"; + rename -uid "95EB2AA3-4B78-2BD6-27F0-4492FBEEA637"; + setAttr ".ihi" 0; + setAttr ".op" 2; + setAttr ".i1" -type "float3" 1 0 0 ; +createNode plusMinusAverage -n "fatnessIKXHip_R"; + rename -uid "EEB99670-43A5-C73F-A476-62A4DC2D055E"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode blendColors -n "ScaleBlendKnee_R"; + rename -uid "F8F9A205-4B8B-5F2F-6A1B-A2B1558E25C4"; + setAttr ".ihi" 0; +createNode plusMinusAverage -n "fatnessIKXKnee_R"; + rename -uid "F6EADF6B-4F9A-029B-22CD-DE961BDC3D04"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode blendColors -n "ScaleBlendAnkle_R"; + rename -uid "2B900F30-48EB-A641-24A9-BBB613EA0759"; + setAttr ".ihi" 0; +createNode blendColors -n "ScaleBlendToes_R"; + rename -uid "39225FB8-4162-2C1D-2714-37B892E34483"; + setAttr ".ihi" 0; + setAttr ".c1" -type "float3" 1 1 1 ; +createNode blendColors -n "ScaleBlendToesEnd_R"; + rename -uid "4547964F-4809-68A7-D48D-15BE85557BE5"; + setAttr ".ihi" 0; + setAttr ".c1" -type "float3" 1 1 1 ; + setAttr ".c2" -type "float3" 1 1 1 ; +createNode blendColors -n "ScaleBlendRootPart1_M"; + rename -uid "E2FAD9DA-4439-055F-9526-95A3FEF3657F"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "IKScaleRootPart1MultiplyDivide_M"; + rename -uid "DB4D1FF9-4035-79C4-07C5-6293EC273077"; + setAttr ".ihi" 0; +createNode plusMinusAverage -n "IKSquashDistributNormalizerBRootPart1_M"; + rename -uid "7B6C29DB-4910-2792-C374-5EAE91B8FC74"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1[1]" 1; +createNode multiplyDivide -n "IKSquashDistributerRootPart1_M"; + rename -uid "DBEA43C4-41C1-04D7-4A37-27B32B7211F3"; + setAttr ".ihi" 0; +createNode plusMinusAverage -n "IKSquashDistributNormalizerARootPart1_M"; + rename -uid "08852866-4211-A5CE-E599-00B91A43BFFE"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1[1]" -1; +createNode blendTwoAttr -n "volumeBlendSpineBlendTwo_M"; + rename -uid "5931F81D-4DE6-2D25-71E0-AAA89A59C07C"; + setAttr ".ihi" 0; + setAttr -s 2 ".i[0:1]" 1 1.0005247592926025; +createNode multiplyDivide -n "multWithStretchySpine_M"; + rename -uid "EE2CE9DB-4A9D-E8C2-1876-739453A8B14C"; + setAttr ".ihi" 0; +createNode unitConversion -n "volumeSpineUnitConversion_M"; + rename -uid "E6F2AD59-4C05-C40F-968E-8ABD480F0A83"; + setAttr ".cf" 0.1; +createNode multiplyDivide -n "volumepowSpine_M"; + rename -uid "0AF80531-4874-80D3-7EF6-DEA26875EB49"; + setAttr ".ihi" 0; + setAttr ".op" 3; + setAttr ".i2" -type "float3" 0.5 1 1 ; +createNode multiplyDivide -n "volume1OverSpine_M"; + rename -uid "AF88B784-477A-BA32-96C4-85889364A470"; + setAttr ".ihi" 0; + setAttr ".op" 2; + setAttr ".i1" -type "float3" 1 0 0 ; +createNode blendColors -n "ScaleBlendRootPart2_M"; + rename -uid "B9F11B8B-415E-3BEB-6C9B-D0BFCC951FFA"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "IKScaleRootPart2MultiplyDivide_M"; + rename -uid "E227ADCB-479B-C696-419A-8EADF4B90A15"; + setAttr ".ihi" 0; +createNode plusMinusAverage -n "IKSquashDistributNormalizerBRootPart2_M"; + rename -uid "EEA2D20B-48EB-47AD-5BEB-D4AD74FBFA88"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1[1]" 1; +createNode multiplyDivide -n "IKSquashDistributerRootPart2_M"; + rename -uid "4378B711-440C-31EF-2371-01BD7641DFD1"; + setAttr ".ihi" 0; +createNode plusMinusAverage -n "IKSquashDistributNormalizerARootPart2_M"; + rename -uid "7ED3A31B-416B-39B9-5099-0AA8113E37A7"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1[1]" -1; +createNode blendColors -n "ScaleBlendSpine1_M"; + rename -uid "2A9F5546-4147-444D-6328-6D8BB54721D2"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "IKScaleSpine1MultiplyDivide_M"; + rename -uid "6AAD59C3-4759-8E67-2529-79AD885FCE0A"; + setAttr ".ihi" 0; +createNode plusMinusAverage -n "IKSquashDistributNormalizerBSpine1_M"; + rename -uid "C027C8F0-4BFE-7114-C0ED-A280D5438FB7"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1[1]" 1; +createNode multiplyDivide -n "IKSquashDistributerSpine1_M"; + rename -uid "1C96E9A4-4741-D349-732A-6AA9DDD34531"; + setAttr ".ihi" 0; +createNode plusMinusAverage -n "IKSquashDistributNormalizerASpine1_M"; + rename -uid "84BDA3ED-40C4-9ABE-116A-D7814E5EEB78"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1[1]" -1; +createNode blendColors -n "ScaleBlendSpine1Part1_M"; + rename -uid "2919E026-4DF7-7158-9A57-2AA8CEA26AAB"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "IKScaleSpine1Part1MultiplyDivide_M"; + rename -uid "868E6420-47AB-4C1F-BD1A-EBA477FBB8C2"; + setAttr ".ihi" 0; +createNode plusMinusAverage -n "IKSquashDistributNormalizerBSpine1Part1_M"; + rename -uid "363C1A02-42DB-C0E7-AE72-0CBAF160A2FA"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1[1]" 1; +createNode multiplyDivide -n "IKSquashDistributerSpine1Part1_M"; + rename -uid "F4632853-47D6-9A3F-D7D6-BBBBEC7FBF09"; + setAttr ".ihi" 0; +createNode plusMinusAverage -n "IKSquashDistributNormalizerASpine1Part1_M"; + rename -uid "3BFDF3C6-4D52-7F77-A098-09B45075B031"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1[1]" -1; +createNode blendColors -n "ScaleBlendSpine1Part2_M"; + rename -uid "5938810A-49DB-B5F4-1ADB-609A74F20B82"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "IKScaleSpine1Part2MultiplyDivide_M"; + rename -uid "67FAAE8E-42B9-0EE8-8E05-1DB3340623BB"; + setAttr ".ihi" 0; +createNode plusMinusAverage -n "IKSquashDistributNormalizerBSpine1Part2_M"; + rename -uid "E63661E5-4A9B-D15F-2440-ABA497FC5AAF"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1[1]" 1; +createNode multiplyDivide -n "IKSquashDistributerSpine1Part2_M"; + rename -uid "79BBA002-4931-CCAD-5528-2FA9EA738364"; + setAttr ".ihi" 0; +createNode plusMinusAverage -n "IKSquashDistributNormalizerASpine1Part2_M"; + rename -uid "373FA06C-418C-35D5-75A1-46AA7DD5D4FF"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1[1]" -1; +createNode blendColors -n "ScaleBlendChest_M"; + rename -uid "46160185-400C-70FE-BF9C-D08A9D609748"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "IKScaleChestMultiplyDivide_M"; + rename -uid "01699B6D-4079-57DD-DA3B-239153E8E70E"; +createNode blendColors -n "ScaleBlendShoulder_R"; + rename -uid "4ACAF99E-4FF6-9DE0-66D5-E1855999017D"; + setAttr ".ihi" 0; +createNode blendTwoAttr -n "volumeBlendArmBlendTwo_R"; + rename -uid "913606A6-43FA-C39D-A3C6-C09AD8E06E3C"; + setAttr ".ihi" 0; + setAttr -s 2 ".i[0:1]" 1 1; +createNode multiplyDivide -n "multWithStretchyArm_R"; + rename -uid "802A1C60-4BCE-1D96-D1C6-E0A916CC7B4C"; + setAttr ".ihi" 0; +createNode unitConversion -n "volumeArmUnitConversion_R"; + rename -uid "8EAABC8C-41C3-B6AF-BF60-B68BDB465ADB"; + setAttr ".cf" 0.1; +createNode multiplyDivide -n "volumepowArm_R"; + rename -uid "B9BDD483-43B4-7A9F-3520-AB8489E4AE15"; + setAttr ".ihi" 0; + setAttr ".op" 3; + setAttr ".i2" -type "float3" 0.5 1 1 ; +createNode multiplyDivide -n "volume1OverArm_R"; + rename -uid "35259588-4C21-FCDC-EA65-66BF1BECC90D"; + setAttr ".ihi" 0; + setAttr ".op" 2; + setAttr ".i1" -type "float3" 1 0 0 ; +createNode plusMinusAverage -n "fatnessIKXShoulder_R"; + rename -uid "82A58728-4B7F-2FFA-181A-F79CFB771497"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode blendColors -n "ScaleBlendElbow_R"; + rename -uid "91DF64BC-4EBA-DCAC-75E6-0094FECD7FF9"; + setAttr ".ihi" 0; +createNode plusMinusAverage -n "fatnessIKXElbow_R"; + rename -uid "26564A6A-4901-2597-73AF-6FB3C879C541"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode blendColors -n "ScaleBlendWrist_R"; + rename -uid "7E481DBF-448F-779C-C93E-EBA468C7D6DA"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKMiddleFinger1_RScaleMPD"; + rename -uid "5B4C3F3E-4F40-F33C-78F4-7A9571A8E585"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKMiddleFinger2_RScaleMPD"; + rename -uid "07A4416D-4B11-DBA8-40EC-8CB3F4E41221"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKMiddleFinger3_RScaleMPD"; + rename -uid "7B677AF2-48E3-7CC2-3EDC-C4BF4F524D4F"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKThumbFinger2_RScaleMPD"; + rename -uid "E8CB396B-4EEF-84FE-F821-EE9D88AB5973"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKThumbFinger3_RScaleMPD"; + rename -uid "0F5A9104-4EE5-BABE-8A06-69A74A2DF1F8"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKIndexFinger1_RScaleMPD"; + rename -uid "6CD02018-4D40-9D0F-3F94-42BC703016C8"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKIndexFinger2_RScaleMPD"; + rename -uid "EBBA8091-474C-6D24-A22C-CBA7A2928B13"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKIndexFinger3_RScaleMPD"; + rename -uid "D8F6C30A-4278-8042-7BFB-01AD88B01E97"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKCup_RScaleMPD"; + rename -uid "5CD64039-4CEF-59AD-F6A7-DCBB5A25F4A6"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKPinkyFinger1_RScaleMPD"; + rename -uid "7E48AC38-47AE-FE4E-D4D8-F08785546325"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKPinkyFinger2_RScaleMPD"; + rename -uid "77FED04D-4EDD-65D6-35D1-38917780E307"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKPinkyFinger3_RScaleMPD"; + rename -uid "6FFC46A8-4FCA-F7C4-4D45-06B8413DDAA4"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKRingFinger1_RScaleMPD"; + rename -uid "43D068B6-4934-0BF0-0939-A0B1C53F4DA7"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKRingFinger2_RScaleMPD"; + rename -uid "546D7FEC-48D1-FF13-1BB6-0DB2C112885E"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKRingFinger3_RScaleMPD"; + rename -uid "F612FF1E-425F-BC90-F0F0-649A07B41A05"; + setAttr ".ihi" 0; +createNode blendColors -n "ScaleBlendShoulder_L"; + rename -uid "B1B320B1-407A-EACE-4BDF-118806C24BC4"; + setAttr ".ihi" 0; +createNode blendTwoAttr -n "volumeBlendArmBlendTwo_L"; + rename -uid "08C6588F-4CA2-E271-B289-5788785517E3"; + setAttr ".ihi" 0; + setAttr -s 2 ".i[0:1]" 1 1; +createNode multiplyDivide -n "multWithStretchyArm_L"; + rename -uid "0BC29CC2-410E-5166-B04C-CCB7AEE0F81F"; + setAttr ".ihi" 0; +createNode unitConversion -n "volumeArmUnitConversion_L"; + rename -uid "650A81E1-429E-12BC-AAEC-54A0CEC31BBE"; + setAttr ".cf" 0.1; +createNode multiplyDivide -n "volumepowArm_L"; + rename -uid "82B2D46A-40DA-95E0-19A4-898055B0CD27"; + setAttr ".ihi" 0; + setAttr ".op" 3; + setAttr ".i2" -type "float3" 0.5 1 1 ; +createNode multiplyDivide -n "volume1OverArm_L"; + rename -uid "B10F6B90-4EC8-FDB2-9499-84BF815A144E"; + setAttr ".ihi" 0; + setAttr ".op" 2; + setAttr ".i1" -type "float3" 1 0 0 ; +createNode plusMinusAverage -n "fatnessIKXShoulder_L"; + rename -uid "D47469C6-4A8E-CD0D-7D87-67A56C4B7686"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode blendColors -n "ScaleBlendElbow_L"; + rename -uid "8F722847-4AE1-A53E-3A2F-54902FC4960D"; + setAttr ".ihi" 0; +createNode plusMinusAverage -n "fatnessIKXElbow_L"; + rename -uid "D4E09D56-4B0C-6026-591B-4B8DFB72B5CB"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode blendColors -n "ScaleBlendWrist_L"; + rename -uid "95986ED2-4747-1E1E-1A96-2B877D7A0DA3"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKMiddleFinger1_LScaleMPD"; + rename -uid "1790B6C5-47CE-A4A0-50DC-898270BE57CA"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKMiddleFinger2_LScaleMPD"; + rename -uid "66C2DE22-42CE-C45F-3691-74B00F080617"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKMiddleFinger3_LScaleMPD"; + rename -uid "EC62673B-4937-373E-B1E7-9E9F9A7C961A"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKThumbFinger2_LScaleMPD"; + rename -uid "2D708619-4BE2-C478-8EDB-C39F0C6A803E"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKThumbFinger3_LScaleMPD"; + rename -uid "C665214C-48CC-7E17-AE14-7EA22B323352"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKIndexFinger1_LScaleMPD"; + rename -uid "C3BE709A-433D-2D88-588A-3293426E93F8"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKIndexFinger2_LScaleMPD"; + rename -uid "5D7B1811-4D70-206A-6D77-42A1473A1AB7"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKIndexFinger3_LScaleMPD"; + rename -uid "C4C339BD-4EF5-39B1-FD2A-D4A7C51C4C03"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKCup_LScaleMPD"; + rename -uid "D75F53E0-46F5-5BE5-C154-748FCE851258"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKPinkyFinger1_LScaleMPD"; + rename -uid "C336E6B7-48D0-0BCA-B945-C98BDF19F699"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKPinkyFinger2_LScaleMPD"; + rename -uid "EE0E9592-4897-EF78-0A36-56A38DBD6F55"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKPinkyFinger3_LScaleMPD"; + rename -uid "9DC87F50-4C87-BF21-522B-F1BEBAC963C9"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKRingFinger1_LScaleMPD"; + rename -uid "4B12BEE7-4D3E-997E-EC9D-DA95E8563674"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKRingFinger2_LScaleMPD"; + rename -uid "1C1EB44A-4B5B-BFEC-441F-FC93A6187E46"; + setAttr ".ihi" 0; +createNode multiplyDivide -n "SDKFKRingFinger3_LScaleMPD"; + rename -uid "ABE1E26F-441B-B1D0-12C1-AF950048176E"; + setAttr ".ihi" 0; +createNode blendColors -n "ScaleBlendHip_L"; + rename -uid "4827EF3C-4BF2-3441-620A-0C9BEDDDEEEF"; + setAttr ".ihi" 0; +createNode blendTwoAttr -n "volumeBlendLegBlendTwo_L"; + rename -uid "5A26C9B7-450A-2BB9-3CC3-3A8141524B9D"; + setAttr ".ihi" 0; + setAttr -s 2 ".i[0:1]" 1 1; +createNode multiplyDivide -n "multWithStretchyLeg_L"; + rename -uid "9C34A1CD-4E27-F187-FB3F-41B1A86BF9A7"; + setAttr ".ihi" 0; +createNode unitConversion -n "volumeLegUnitConversion_L"; + rename -uid "4D56275F-4178-CB67-E2AA-8FAEF765265E"; + setAttr ".cf" 0.1; +createNode multiplyDivide -n "volumepowLeg_L"; + rename -uid "BA192B3B-421D-EE80-65E4-A2833CD40B4F"; + setAttr ".ihi" 0; + setAttr ".op" 3; + setAttr ".i2" -type "float3" 0.5 1 1 ; +createNode multiplyDivide -n "volume1OverLeg_L"; + rename -uid "9803AA87-4A3F-20BC-0307-1A9070A8C42D"; + setAttr ".ihi" 0; + setAttr ".op" 2; + setAttr ".i1" -type "float3" 1 0 0 ; +createNode plusMinusAverage -n "fatnessIKXHip_L"; + rename -uid "8AC49747-4EFA-2961-0E15-AEBD4A2E7967"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode blendColors -n "ScaleBlendKnee_L"; + rename -uid "71097E48-4D71-3349-D32C-5F922C54262B"; + setAttr ".ihi" 0; +createNode plusMinusAverage -n "fatnessIKXKnee_L"; + rename -uid "7D410C6F-4151-22C9-8B19-7CB766156825"; + setAttr ".ihi" 0; + setAttr -s 2 ".i1"; + setAttr -s 2 ".i1"; +createNode blendColors -n "ScaleBlendAnkle_L"; + rename -uid "BFE1158B-4884-0F09-B0D4-E488F7B46319"; + setAttr ".ihi" 0; +createNode blendColors -n "ScaleBlendToes_L"; + rename -uid "BEF3F56A-4957-18EE-5F2C-EBB4F15A9A53"; + setAttr ".ihi" 0; + setAttr ".c1" -type "float3" 1 1 1 ; +createNode blendColors -n "ScaleBlendToesEnd_L"; + rename -uid "29103C14-4B27-C451-C53E-A69AC97A02F5"; + setAttr ".ihi" 0; + setAttr ".c1" -type "float3" 1 1 1 ; + setAttr ".c2" -type "float3" 1 1 1 ; +createNode skinCluster -n "skinCluster7"; + rename -uid "1CB35413-4C45-98EA-2CA2-2DB41F8D28D1"; + setAttr ".ip[0].gtg" -type "string" "skinCluster7"; + setAttr ".skm" -1; + setAttr -s 73 ".wl"; + setAttr ".wl[0:72].w" + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1; + setAttr -s 75 ".pm"; + setAttr ".pm[0]" -type "matrix" -1 0 0 0 0 -1 -1.6292100000000001e-07 0 0 -1.6292100000000001e-07 1 0 + 0 100 0 1; + setAttr ".pm[1]" -type "matrix" -1 0 1.5095799999999999e-07 0 3.38939e-09 -0.99974799999999997 0.0224526 0 + 1.50919e-07 0.0224526 0.99974799999999997 0 8.9100000000000001 93.706374999999994 -2.1045020000000001 1; + setAttr ".pm[2]" -type "matrix" -1 0 1.5099599999999998e-07 0 -3.7380899999999999e-09 -0.99969399999999997 -0.024756299999999998 0 + 1.5095000000000001e-07 -0.024756299999999998 0.99969399999999997 0 8.9100000000000001 48.861324000000003 0.20177100000000001 1; + setAttr ".pm[3]" -type "matrix" 1 5.9650499999999995e-07 -8.7110199999999996e-07 0 + -5.2466500000000002e-07 -0.43521799999999999 -0.90032500000000004 0 -9.1616700000000005e-07 0.90032599999999996 -0.43521799999999999 0 + -8.9099959999999996 3.547183 7.3380000000000001 1; + setAttr ".pm[4]" -type "matrix" 1 0 0 0 0 -4.1909599999999998e-07 -1 0 0 1 -4.1909599999999998e-07 0 + -8.9100070000000002 -12.954725 1.888056 1; + setAttr ".pm[5]" -type "matrix" 1 0 0 0 0 -3.6992600000000003e-07 -1 0 0 1 -3.6992600000000003e-07 0 + -8.9100079999999995 -27.343665999999999 1.8880589999999999 1; + setAttr ".pm[6]" -type "matrix" -1 0 1.5095799999999999e-07 0 3.38939e-09 -0.99974799999999997 0.0224526 0 + 1.50919e-07 0.0224526 0.99974799999999997 0 -8.9100000000000001 93.706374999999994 -2.1044990000000001 1; + setAttr ".pm[7]" -type "matrix" -1 0 1.5099599999999998e-07 0 -3.7380899999999999e-09 -0.99969399999999997 -0.024756299999999998 0 + 1.5095000000000001e-07 -0.024756299999999998 0.99969399999999997 0 -8.9100000000000001 48.861324000000003 0.20177300000000001 1; + setAttr ".pm[8]" -type "matrix" 1 -5.9650499999999995e-07 1.0459499999999999e-06 0 + 6.8208299999999995e-07 -0.43521799999999999 -0.90032500000000004 0 9.9226300000000005e-07 0.90032599999999996 -0.43521799999999999 0 + 8.9099939999999993 3.5471840000000001 7.3380010000000002 1; + setAttr ".pm[9]" -type "matrix" 0.99999899999999997 0.00142432 -1.9185299999999999e-08 0 + -1.84557e-08 -5.1225500000000008e-07 -1 0 -0.00142432 0.99999899999999997 -5.1222799999999997e-07 0 + 8.9284529999999993 -12.942022 1.888058 1; + setAttr ".pm[10]" -type "matrix" 0.99999899999999997 0.00142432 -1.95215e-08 0 -1.8820100000000001e-08 -4.9249900000000002e-07 -1 0 + -0.00142432 0.99999899999999997 -4.9247099999999999e-07 0 8.9284529999999993 -27.330964999999999 1.888061 1; + setAttr ".pm[11]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -107.00000799999999 0 1; + setAttr ".pm[12]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -121.078537 0 1; + setAttr ".pm[13]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -135.157104 0 1; + setAttr ".pm[14]" -type "matrix" 1.1920900000000001e-07 1 0 0 1 -1.1920900000000001e-07 1.19249e-08 0 + 1.19249e-08 0 -1 0 -146.58856299999999 -6.9999840000000004 2.2134200000000002e-05 1; + setAttr ".pm[15]" -type "matrix" -0.00134212 0.99933099999999997 -0.0365435 0 0.99933099999999997 4.9120499999999998e-06 -0.036567799999999998 0 + -0.036543100000000002 -0.036568099999999999 -0.99866299999999997 0 -146.46673799999999 -17.696128999999999 6.0075240000000001 1; + setAttr ".pm[16]" -type "matrix" -0.0115116 0.99924999999999997 0.036995500000000001 0 + 0.99924900000000005 0.010127000000000001 0.037398300000000002 0 0.036995599999999997 0.037398300000000002 -0.99861500000000003 0 + -145.92354399999999 -46.426074999999997 -8.145213 1; + setAttr ".pm[17]" -type "matrix" 0.0066907700000000004 0.99211400000000005 0.12516099999999999 0 + 0.99211400000000005 -0.022251900000000002 0.123349 0 0.12516099999999999 0.123349 -0.98443899999999995 0 + -146.180916 -67.876501000000005 -27.090153999999998 1; + setAttr ".pm[18]" -type "matrix" 0.19365099999999999 0.94289199999999995 0.27102599999999999 0 + 0.97955400000000004 -0.201181 6.7768399999999997e-07 0 0.054525900000000002 0.265484 -0.96257199999999998 0 + -156.775454 -42.677723999999998 -15.352771000000001 1; + setAttr ".pm[19]" -type "matrix" -0.0010918 0.97854699999999994 0.20602400000000001 0 + 1 0.0011155 1.10177e-06 0 -0.00022874200000000001 0.20602400000000001 -0.97854699999999994 0 + -144.36223899999999 -76.973724000000004 -10.237088999999999 1; + setAttr ".pm[20]" -type "matrix" -0.0011941 0.98072800000000004 0.195377 0 0.99999899999999997 0.0012177100000000001 -7.4168200000000006e-07 0 + -0.00023863899999999999 0.195377 -0.98072800000000004 0 -144.35397 -79.980947999999998 -9.3700600000000005 1; + setAttr ".pm[21]" -type "matrix" -0.0012268400000000001 0.98072800000000004 0.195377 0 + 0.99999899999999997 0.00125107 -6.22505e-07 0 -0.00024504000000000003 0.195377 -0.98072800000000004 0 + -144.351178 -82.729606000000004 -9.3700810000000008 1; + setAttr ".pm[22]" -type "matrix" -0.0012106199999999999 0.98072800000000004 0.195377 0 + 1 0.0012343899999999999 9.2677899999999999e-08 0 -0.000241081 0.195377 -0.98072800000000004 0 + -144.352597 -85.471061000000006 -9.3702430000000003 1; + setAttr ".pm[23]" -type "matrix" 3.05517e-06 0.99959699999999996 0.028395699999999999 0 + 1 -3.0636299999999998e-06 2.5435099999999997e-07 0 3.4124200000000001e-07 0.028395699999999999 -0.99959699999999996 0 + -147.08680100000001 -80.611168000000006 1.6628050000000001 1; + setAttr ".pm[24]" -type "matrix" 1.0596300000000001e-07 0.99963400000000002 0.0270729 0 + 1 -1.2284500000000001e-07 6.2190700000000001e-07 0 6.2500400000000006e-07 0.0270729 -0.99963400000000002 0 + -147.08658800000001 -85.793166999999997 1.7762880000000001 1; + setAttr ".pm[25]" -type "matrix" 2.8806500000000003e-05 0.99948599999999999 0.032067100000000001 0 + 1 -2.8813699999999998e-05 -2.3738800000000003e-07 0 6.86703e-07 0.032067100000000001 -0.99948599999999999 0 + -147.08915200000001 -89.211867999999996 1.330673 1; + setAttr ".pm[26]" -type "matrix" 1.3071699999999999e-07 0.99948599999999999 0.032067100000000001 0 + 1 -1.2352599999999999e-07 -2.2621299999999999e-07 0 -2.2213500000000002e-07 0.032067100000000001 -0.99948599999999999 0 + -147.08654300000001 -91.343468000000001 1.3306709999999999 1; + setAttr ".pm[27]" -type "matrix" 7.29618e-06 0.99948599999999999 0.032067199999999997 0 + 1 -7.2961400000000006e-06 -1.1817899999999999e-07 0 1.1584799999999999e-07 0.032067199999999997 -0.99948599999999999 0 + -147.08721499999999 -93.469787999999994 1.3306450000000001 1; + setAttr ".pm[28]" -type "matrix" 1.3024000000000001e-07 1 6.0823200000000004e-05 0 + 1 -1.30137e-07 -1.68876e-06 0 -1.6887499999999999e-06 6.0823200000000004e-05 -1 0 + -147.38775000000001 -80.519867000000005 1.3564689999999999 1; + setAttr ".pm[29]" -type "matrix" 1.16392e-07 1 4.4442099999999999e-05 0 1 -1.1631100000000001e-07 -1.8215099999999999e-06 0 + -1.8214999999999998e-06 4.4442099999999999e-05 -1 0 -147.38775100000001 -85.495948999999996 1.3578920000000001 1; + setAttr ".pm[30]" -type "matrix" -7.4915200000000007e-06 1 6.1576900000000003e-05 0 + 1 7.4916400000000007e-06 -1.85296e-06 0 -1.85342e-06 6.1576900000000003e-05 -1 0 + -147.38706500000001 -89.362358 1.356365 1; + setAttr ".pm[31]" -type "matrix" 0.202349 0.97931400000000002 -0.00040601100000000001 0 + 0.97931400000000002 -0.202349 4.7276800000000001e-05 0 -3.58572e-05 -0.00040717900000000003 -1 0 + -162.82676900000001 -59.652358999999997 1.3918459999999999 1; + setAttr ".pm[32]" -type "matrix" 0.20235700000000001 0.97931199999999996 -0.000406086 0 + 0.97931199999999996 -0.20235700000000001 4.7215699999999996e-05 0 -3.5935600000000002e-05 -0.000407239 -1 0 + -162.82726099999999 -61.656666000000001 1.3918630000000001 1; + setAttr ".pm[33]" -type "matrix" 1.3024000000000001e-07 1 1.5179499999999999e-07 0 + 1 -1.3024000000000001e-07 9.5678800000000008e-08 0 9.5678800000000008e-08 1.5179499999999999e-07 -1 0 + -147.26674800000001 -80.801117000000005 -1.498318 1; + setAttr ".pm[34]" -type "matrix" 4.7947499999999993e-06 1.0000009999999999 3.2875000000000003e-07 0 + 1 -4.7947499999999993e-06 3.2577199999999999e-07 0 3.2577399999999999e-07 3.2874799999999997e-07 -1 0 + -147.26716099999999 -84.88691 -1.498364 1; + setAttr ".pm[35]" -type "matrix" 1.1920900000000001e-07 1.0000009999999999 1.12419e-07 0 + 1 -1.1920900000000001e-07 1.09443e-07 0 1.09443e-07 1.12419e-07 -1 0 -147.26676499999999 -88.151138000000003 -1.498313 1; + setAttr ".pm[36]" -type "matrix" 0.20235600000000001 0.97931299999999999 -5.9533700000000001e-07 0 + 0.97931199999999996 -0.20235600000000001 -2.1824699999999998e-07 0 -3.3420099999999999e-07 -5.3885800000000005e-07 -1 0 + -162.487132 -58.604118 -1.4982 1; + setAttr ".pm[37]" -type "matrix" 0.20235600000000001 0.97931299999999999 -5.26325e-07 0 + 0.97931199999999996 -0.20235600000000001 -1.6203700000000001e-07 0 -2.6519000000000001e-07 -4.82648e-07 -1 0 + -162.48714899999999 -60.724899000000001 -1.4982150000000001 1; + setAttr ".pm[38]" -type "matrix" -4.22806e-06 0.99971600000000005 -0.023825499999999999 0 + 1 4.2370700000000001e-06 3.2787899999999997e-07 0 4.2873599999999996e-07 -0.023825499999999999 -0.99971600000000005 0 + -146.70199 -80.752167 -2.1744110000000001 1; + setAttr ".pm[39]" -type "matrix" 1.2726900000000002e-05 0.99974099999999999 -0.0227891 0 + 1 -1.2699400000000001e-05 1.34905e-06 0 1.0592900000000001e-06 -0.0227891 -0.99973999999999996 0 + -146.70342500000001 -84.242714000000007 -2.2618939999999998 1; + setAttr ".pm[40]" -type "matrix" -1.70246e-05 0.99968699999999999 -0.025020400000000002 0 + 1 1.7031700000000002e-05 7.33996e-08 0 4.9951699999999999e-07 -0.025020400000000002 -0.99968699999999999 0 + -146.700862 -86.677627999999999 -2.06826 1; + setAttr ".pm[41]" -type "matrix" 0.201932 0.97325799999999996 0.10951 0 0.97931900000000005 -0.20208200000000001 -0.0098415099999999995 0 + 0.0125516 0.109232 -0.99393699999999996 0 -161.46043700000001 -55.898291999999998 -12.488960000000001 1; + setAttr ".pm[42]" -type "matrix" 0.20192399999999999 0.97326000000000001 0.109509 0 + 0.979321 -0.202074 -0.0098419000000000006 0 0.012550199999999999 0.109232 -0.99393699999999996 0 + -161.459982 -57.679062000000002 -12.488863 1; + setAttr ".pm[43]" -type "matrix" 1.1920900000000001e-07 -1 0 0 1 1.1920900000000001e-07 -1.6292100000000001e-07 0 + 1.6292100000000001e-07 0 1 0 -146.588561 -7.000019 0 1; + setAttr ".pm[44]" -type "matrix" 0.0013423599999999999 -0.99933099999999997 -0.0365435 0 + 0.99933099999999997 5.1509199999999998e-06 0.0365679 0 -0.036543300000000001 -0.036568099999999999 0.99866299999999997 0 + -146.46671799999999 -17.696155999999998 -6.0075510000000003 1; + setAttr ".pm[45]" -type "matrix" 0.0115119 -0.99924900000000005 0.036995500000000001 0 + 0.99924900000000005 0.010127199999999999 -0.037398399999999998 0 0.036995699999999999 0.037398300000000002 0.99861500000000003 0 + -145.92353199999999 -46.426090000000002 8.145232 1; + setAttr ".pm[46]" -type "matrix" -0.0066905599999999999 -0.99211400000000005 0.12516099999999999 0 + 0.99211400000000005 -0.022251699999999999 -0.123349 0 0.12516099999999999 0.123348 0.98443899999999995 0 + -146.180869 -67.876525999999998 27.090131 1; + setAttr ".pm[47]" -type "matrix" -0.19365299999999999 -0.94289100000000003 0.27102599999999999 0 + 0.97955400000000004 -0.201183 -7.27595e-07 0 0.054526600000000001 0.26548500000000003 0.96257199999999998 0 + -156.775554 -42.677365000000002 15.352817999999999 1; + setAttr ".pm[48]" -type "matrix" 0.00109154 -0.97854699999999994 0.20602200000000001 0 + 0.99999899999999997 0.0011156499999999999 8.2427600000000007e-07 0 -0.000230654 0.20602200000000001 0.97854699999999994 0 + -144.362223 -76.973686000000001 10.236668999999999 1; + setAttr ".pm[49]" -type "matrix" 0.00118892 -0.98072800000000004 0.195377 0 0.99999899999999997 0.00121232 1.5033e-07 0 + -0.00023700699999999999 0.195377 0.98072800000000004 0 -144.354366 -79.980086999999997 9.3702059999999996 1; + setAttr ".pm[50]" -type "matrix" 0.0012327200000000001 -0.98072700000000002 0.195378 0 + 0.99999899999999997 0.0012568099999999999 -7.1380400000000006e-07 0 -0.00024485199999999999 0.195378 0.98072800000000004 0 + -144.35068899999999 -82.730369999999994 9.3703979999999998 1; + setAttr ".pm[51]" -type "matrix" 0.00121076 -0.98072800000000004 0.195377 0 0.99999899999999997 0.0012345699999999999 9.0794599999999992e-08 0 + -0.000241296 0.195377 0.98072800000000004 0 -144.352611 -85.471046000000001 9.3702190000000005 1; + setAttr ".pm[52]" -type "matrix" -2.8179799999999998e-06 -0.99959699999999996 0.028395699999999999 0 + 1 -2.8261200000000001e-06 -2.4653999999999998e-07 0 3.26691e-07 0.028395699999999999 0.99959699999999996 0 + -147.08675199999999 -80.611198000000002 -1.662809 1; + setAttr ".pm[53]" -type "matrix" -4.3506899999999998e-06 -0.99963400000000002 0.027072100000000002 0 + 1 -4.3492699999999996e-06 1.11108e-07 0 6.6768099999999998e-09 0.027072100000000002 0.99963400000000002 0 + -147.08691899999999 -85.792518999999999 -1.7764629999999999 1; + setAttr ".pm[54]" -type "matrix" -7.0511000000000001e-06 -0.99948599999999999 0.032067199999999997 0 + 1 -7.0546499999999994e-06 2.4829699999999998e-09 0 2.2374100000000002e-07 0.032067199999999997 0.99948599999999999 0 + -147.08717799999999 -89.215027000000006 -1.330627 1; + setAttr ".pm[55]" -type "matrix" -7.0365900000000007e-06 -0.99948599999999999 0.032067600000000002 0 + 1 -7.0545900000000003e-06 -4.4827700000000001e-07 0 6.7427099999999999e-07 0.032067600000000002 0.99948599999999999 0 + -147.08719300000001 -91.342383999999996 -1.3305210000000001 1; + setAttr ".pm[56]" -type "matrix" -7.0511699999999999e-06 -0.99948599999999999 0.032067199999999997 0 + 1 -7.0545999999999993e-06 6.2081900000000003e-09 0 2.2001599999999998e-07 0.032067199999999997 0.99948599999999999 0 + -147.087177 -93.469772000000006 -1.3306290000000001 1; + setAttr ".pm[57]" -type "matrix" 1.06957e-07 -1 6.0790099999999999e-05 0 1 1.06953e-07 -5.8214199999999999e-08 0 + 5.8207700000000004e-08 6.0790099999999999e-05 1 0 -147.38771600000001 -80.519890000000004 -1.356222 1; + setAttr ".pm[58]" -type "matrix" 1.1920900000000001e-07 -1 4.4442000000000006e-05 0 + 1 1.19208e-07 -2.6086299999999999e-08 0 2.6081099999999999e-08 4.4442000000000006e-05 1 0 + -147.387731 -85.495941000000002 -1.35762 1; + setAttr ".pm[59]" -type "matrix" 7.7271799999999998e-06 -1 6.1517600000000002e-05 0 + 1 7.7271900000000005e-06 8.0031400000000006e-08 0 -8.0506799999999997e-08 6.1517600000000002e-05 1 0 + -147.387044 -89.362365999999994 -1.356109 1; + setAttr ".pm[60]" -type "matrix" 1.19216e-07 -1 6.1755599999999995e-05 0 1 1.1920599999999999e-07 -1.5792900000000001e-07 0 + 1.57921e-07 6.1755599999999995e-05 1 0 -147.38776100000001 -91.366859000000005 -1.356053 1; + setAttr ".pm[61]" -type "matrix" 1.19208e-07 -1 6.1636499999999998e-05 0 1 1.1920599999999999e-07 -3.88287e-08 0 + 3.8821300000000004e-08 6.1636499999999998e-05 1 0 -147.387745 -93.372497999999993 -1.3560810000000001 1; + setAttr ".pm[62]" -type "matrix" 1.24419e-07 -1 1.43699e-08 0 1 1.24419e-07 -5.7571000000000001e-07 0 + 5.7571000000000001e-07 1.4370000000000001e-08 1 0 -147.26674499999999 -80.801124999999999 1.49837 1; + setAttr ".pm[63]" -type "matrix" 1.1920900000000001e-07 -1 3.6527500000000001e-08 0 + 1 1.1920900000000001e-07 -5.47989e-07 0 5.47989e-07 3.6527599999999999e-08 1 0 -147.266775 -84.887589000000006 1.498372 1; + setAttr ".pm[64]" -type "matrix" 1.1920900000000001e-07 -1 0 0 1 1.1920900000000001e-07 -5.1146099999999998e-07 0 + 5.1146099999999998e-07 0 1 0 -147.266774 -88.151131000000007 1.4983629999999999 1; + setAttr ".pm[65]" -type "matrix" 1.1920900000000001e-07 -1 -3.9346899999999996e-07 0 + 1 1.1920900000000001e-07 -1.17992e-07 0 1.17992e-07 -3.9346899999999996e-07 1 0 -147.266774 -90.271918999999997 1.4982690000000001 1; + setAttr ".pm[66]" -type "matrix" 1.1920900000000001e-07 -1 -3.9346899999999996e-07 0 + 1 1.1920900000000001e-07 -1.17992e-07 0 1.17992e-07 -3.9346899999999996e-07 1 0 -147.266774 -92.392707999999999 1.49827 1; + setAttr ".pm[67]" -type "matrix" 4.4819899999999998e-06 -0.99971600000000005 -0.023825300000000001 0 + 1 4.48858e-06 -2.22904e-07 0 3.2978299999999996e-07 -0.023825300000000001 0.99971600000000005 0 + -146.702001 -80.752182000000005 2.1743980000000001 1; + setAttr ".pm[68]" -type "matrix" 6.4096999999999998e-06 -0.99973999999999996 -0.022790399999999999 0 + 1 6.4150700000000002e-06 -1.62376e-07 0 3.0853600000000003e-07 -0.022790399999999999 0.99973999999999996 0 + -146.70180300000001 -84.245506000000006 2.261606 1; + setAttr ".pm[69]" -type "matrix" 8.6834900000000001e-06 -0.99968699999999999 -0.025019799999999998 0 + 1 8.7000100000000004e-06 -5.5139099999999999e-07 0 7.6889100000000003e-07 -0.025019799999999998 0.99968699999999999 0 + -146.70161899999999 -86.676376000000005 2.068378 1; + setAttr ".pm[70]" -type "matrix" 1.7271099999999998e-05 -0.99968699999999999 -0.025020400000000002 0 + 1 1.72753e-05 4.8380599999999993e-08 0 3.8386900000000003e-07 -0.025020400000000002 0.99968699999999999 0 + -146.70085599999999 -88.457085000000006 2.068238 1; + setAttr ".pm[71]" -type "matrix" 8.6919000000000006e-06 -0.99968699999999999 -0.025020199999999999 0 + 1 8.7001199999999996e-06 -2.1983999999999999e-07 0 4.3745000000000004e-07 -0.0250201 0.99968699999999999 0 + -146.70163400000001 -90.235230000000001 2.0683009999999999 1; + setAttr ".pm[72]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -149.235626 0 1; + setAttr ".pm[73]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -173.47131300000001 0 1; + setAttr ".pm[74]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -197.70695499999999 0 1; + setAttr ".gm" -type "matrix" 1 0 0 0 0 1 1.6292100000000001e-07 0 0 -1.6292100000000001e-07 1 0 + 0 0 0 1; + setAttr -s 75 ".ma"; + setAttr -s 75 ".dpf[0:74]" 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 + 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 + 4 4 4 4 4 4 4 4 4 4 4 4 4 4; + setAttr -s 75 ".lw"; + setAttr -s 75 ".lw"; + setAttr ".mi" 5; + setAttr ".bm" 1; + setAttr ".ucm" yes; + setAttr -s 75 ".ifcl"; + setAttr -s 75 ".ifcl"; +createNode dagPose -n "bindPose1"; + rename -uid "0A67DCFE-4EE7-5621-052A-4991E22B35D5"; + setAttr -s 76 ".wm"; + setAttr ".wm[0]" -type "matrix" 1 0 0 0 0 1 1.6292067073209193e-07 0 0 -1.6292067073209193e-07 1 0 + 0 0 0 1; + setAttr -s 76 ".xm"; + setAttr ".xm[0]" -type "matrix" "xform" 1 1.0000000000000133 1.0000000000000133 1.629206707320905e-07 + 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 1 yes; + setAttr ".xm[1]" -type "matrix" "xform" 1 0.99999999999999989 0.99999999999999989 1.0587911840678757e-22 + 0 3.1415926535897931 0 0 99.999999999999986 7.3896443502610883e-13 0 0 0 0 0 + 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0.99999999999998668 0.99999999999998668 no; + setAttr ".xm[2]" -type "matrix" "xform" 1.0000000000000113 0.99999996439420313 0.99999996439421435 0.022454678860139334 + -1.5091950389691321e-07 -3.3894187862051405e-09 0 -8.9099998474121129 6.2700042724609233 + -2.2464907432496521e-13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1.0000000000000002 + 1.0000000000000002 no; + setAttr ".xm[3]" -type "matrix" "xform" 1.0000000000000002 0.99999997215919623 0.99999991257281728 -0.047213309029235012 + 5.3908878670017036e-11 3.7377973782739185e-09 0 1.52112527018744e-07 44.889972479968904 + -1.4095484690557214e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999999999998868 + 1.0000000356057981 1.000000035605787 no; + setAttr ".xm[4]" -type "matrix" "xform" 1.0000000000005456 0.99999985386851964 1.0000000958777704 1.9963175624524012 + 7.5202450895767697e-07 3.1415921101405369 0 -1.5211256076952395e-07 40.713443570693613 + 8.4509220113493377e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999999999999978 + 1.0000000278408046 1.0000000874271904 no; + setAttr ".xm[5]" -type "matrix" "xform" 0.99999999999944289 0.9999999848693627 1.0000001326546915 -0.45027970081500845 + 8.7110164352100683e-07 5.9650457382334704e-07 0 -9.5367236951915402e-07 14.388941993369905 + 7.4915220942273208e-06 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999999999945444 + 1.0000001461315018 0.99999990412223883 no; + setAttr ".xm[6]" -type "matrix" "xform" 0.99999999999999989 0.99999999999999478 0.99999988079071489 -1.0715058229003214e-08 + -1.6875352424943397e-14 -1.9717559507922505e-13 0 9.5367031072157715e-07 14.38894138072483 + -9.487129470908684e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1.0000000000005571 + 1.0000000151306376 0.9999998673453262 no; + setAttr ".xm[7]" -type "matrix" "xform" 1.0000000000000113 0.99999996439420313 0.99999996439421435 0.022454678860139334 + -1.5091950389691321e-07 -3.3894187862051405e-09 0 8.9099998474121076 6.2700042724609233 + -2.2464907538377599e-13 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1.0000000000000002 + 1.0000000000000002 no; + setAttr ".xm[8]" -type "matrix" "xform" 1.0000000000000002 0.99999997179029909 0.99999991220392015 -0.047213294132639805 + 5.3923046058892481e-11 3.7377952832937626e-09 0 1.5211254300595556e-07 44.889972482645454 + -2.1775604430729345e-08 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999999999998868 + 1.0000000356057981 1.000000035605787 no; + setAttr ".xm[9]" -type "matrix" "xform" 1.0000000000007134 0.99999972096927159 0.99999998891969522 1.9963176200864547 + -1.1259462679786565e-06 -3.1415919434146882 0 -1.5211259807301758e-07 40.713443592190437 + -2.2980645303372071e-08 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999999999999978 + 1.0000000282097017 1.0000000877960875 no; + setAttr ".xm[10]" -type "matrix" "xform" 0.99999988185649569 1.0000000546848531 1.0000002448953456 -0.45027928384015364 + -0.00062095216042551556 -0.001282941241025036 0 -9.5367954244807152e-07 14.388943676038586 + 6.0632818383865583e-06 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999999999928657 + 1.0000002790308062 1.0000000110803049 no; + setAttr ".xm[11]" -type "matrix" "xform" 1.0000000000001654 0.99999999999998823 0.99999988079071878 -2.832898005027868e-08 + -3.6433255344799289e-10 -1.1641505879946852e-10 0 -1.0891593404949163e-08 14.388941559590663 + -2.4848167234914342e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1.0000001181435183 + 0.99999994531514991 0.99999975510471439 no; + setAttr ".xm[12]" -type "matrix" "xform" 1 1 1 -7.9409338805090657e-23 0 -3.1415926535897931 0 8.5725369373450815e-16 + -7.0000076293945455 -1.4277271856086293e-12 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 + 0 0 0 1 1 1.0000000000000002 1.0000000000000002 no; + setAttr ".xm[13]" -type "matrix" "xform" 1 1 1 1.4210854635792666e-14 1.0775687414733912e-39 + 2.4651903288156444e-32 0 4.4567015732330179e-31 14.07852935791017 3.9842982386682542e-12 0 + 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 1 no; + setAttr ".xm[14]" -type "matrix" "xform" 1 1 1 1.4210854635792666e-14 1.0775687414733912e-39 + 2.4651903288156444e-32 0 3.4706348456615588e-31 14.078567504882827 -4.1164272838818834e-13 0 + 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 1 no; + setAttr ".xm[15]" -type "matrix" "xform" 0.99999988079070412 0.99999970197677612 + 0.99999999999998657 -3.1415926535897931 1.5099576380303096e-07 1.5707962075856285 0 7 + 11.431442260742188 -5.9219679965266663e-12 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 + 0 0 0 1 1 1 1 no; + setAttr ".xm[16]" -type "matrix" "xform" 1.0000000602780543 1.0000000716641841 0.99999997671360918 0.036600692509258563 + -0.036551278772083411 -0.0013431360314711161 0 1.2764032248924195e-06 10.707249971404588 + -7.4700003364761621e-12 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1.0000001192093102 + 1.0000002980233127 1.0000000000000135 no; + setAttr ".xm[17]" -type "matrix" "xform" 0.99999997656238793 0.99999984604340464 + 1.0000000163857419 -0.074502448994094639 0.07313089640642445 -0.012886657979198494 0 3.3726421463597944e-05 + 27.323749034169246 2.6646300295141145e-06 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 + 0 0 0 1 0.99999993972194934 0.99999992833582096 1.0000000232863913 no; + setAttr ".xm[18]" -type "matrix" "xform" 1.0000000420598507 0.99999999350160163 1.0000000457015787 -0.087755832199976305 + 0.087749479311055034 0.021498062797583171 0 -1.1664468843264331e-05 26.71723408343324 + -2.9933662872849709e-06 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1.0000000234376125 + 1.000000153956619 0.99999998361425835 no; + setAttr ".xm[19]" -type "matrix" "xform" 0.99999990684153783 0.99999997882095704 + 0.99999993580945645 -0.16967491074695265 -0.091514611701190157 0.17874700834220902 0 -1.2016070793239066 + 3.6980920526914929 -4.8704368247871557 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999995794015106 + 1.0000000064983985 0.99999995429842337 no; + setAttr ".xm[20]" -type "matrix" "xform" 0.99999991826823453 0.99999982257882714 + 1.0000000393914315 0.066948768954718185 7.5039970216547969e-05 -0.2036764173859964 0 1.7304292384778819e-05 + 2.6647834998935025 -8.0722162110191675e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 + 0 0 0 1 1.0000000931584709 1.0000000211790434 1.0000000641905478 no; + setAttr ".xm[21]" -type "matrix" "xform" 1.0000000000195794 1.0000000311121844 1.0000000207526194 0.010868146876636654 + 1.1390557396713119e-05 -0.0001021405115322785 0 -1.4820322974173905e-05 2.8859202451689328 + -7.4357250845480394e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1.0000000817317722 + 1.0000001774212044 0.9999999606085701 no; + setAttr ".xm[22]" -type "matrix" "xform" 1.0000000411772803 1.0000000499177497 1.0000000203793031 -4.3863811336253198e-08 + 1.1911086654123685e-07 -3.3359326194638253e-05 0 -1.4712617684153884e-05 2.7438536745099356 + -3.7203289515730376e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999999998042055 + 0.99999996888781661 0.99999997924738104 no; + setAttr ".xm[23]" -type "matrix" "xform" 0.99999986006255448 0.99999999918986904 + 1.0000001368330853 -7.1013781673783817e-07 7.1432259949279457e-07 1.6679726635746491e-05 0 5.4678193350810034e-07 + 2.7438688202014276 1.7941603349669322e-06 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 + 0 0 0 1 0.99999995882272141 0.99999995008225273 0.99999997962069731 no; + setAttr ".xm[24]" -type "matrix" "xform" 1.0000000403517955 1.0000000416555366 0.99999991542510203 0.098060859063682088 + -0.12366377701026608 -0.022421938456108337 0 0.77906112678033423 9.2347361209742047 + -2.7574798521245718 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999995794015106 + 1.0000000064983985 0.99999995429842337 no; + setAttr ".xm[25]" -type "matrix" "xform" 0.99999976157689807 0.99999989589279437 + 0.99999989554134494 0.0013233050853776623 3.6739221552650625e-07 -2.9399660022387061e-06 0 6.2661928268425982e-07 + 5.1838396309737647 -3.0566515931695903e-06 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 + 0 0 0 1 0.9999999596482062 0.9999999583444652 1.0000000845749051 no; + setAttr ".xm[26]" -type "matrix" "xform" 1.0000000004149554 1.0000000436264789 1.0000000431690186 -0.0049963937171661537 + -7.1532799346795358e-07 2.8691642750834985e-05 0 4.2213841311422584e-07 3.4151479508595628 + 4.8965538979039991e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1.0000002384231588 + 1.0000001041072164 1.0000001044586659 no; + setAttr ".xm[27]" -type "matrix" "xform" 0.99999999958486829 0.99999999994668887 + 1.0000000003583749 -1.1177039752659722e-08 1.1175640090168343e-08 -2.8690133225042531e-05 0 1.5523521938121121e-05 + 2.1273995763054216 -2.2681093914123096e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 + 0 0 0 1 0.9999999995850446 0.99999995637352301 0.99999995683098331 no; + setAttr ".xm[28]" -type "matrix" "xform" 1.0000000000265974 1.0000000034900787 1.0000000034643055 -1.1915320734987936e-07 + 1.1920982602264013e-07 7.1726116084684494e-06 0 2.6451900225765712e-07 2.1273690435055386 + -2.5224714006455429e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1.0000000004151317 + 1.0000000000533111 0.99999999964162511 no; + setAttr ".xm[29]" -type "matrix" "xform" 0.99999980192989468 1.0000001493036803 0.99999984474329207 0.12639990570609153 + -0.12366542188840254 -0.02242512036466119 0 0.7535611575067378 8.8965716029885868 + -0.1720772568378095 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999995794015106 + 1.0000000064983985 0.99999995429842337 no; + setAttr ".xm[30]" -type "matrix" "xform" 0.99999994039557116 0.999999939532631 0.9999999991393641 1.636629850028718e-05 + -1.3275208429509673e-07 -1.3856195755706624e-08 0 6.5004982729988114e-07 4.9760830346881164 + -2.5881092600155142e-06 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1.0000001980701445 + 0.99999985069634201 1.0000001552567321 no; + setAttr ".xm[31]" -type "matrix" "xform" 1.0000000000281091 0.99999988172847587 1.000000000907677 -1.7134725129740093e-05 + -3.1577424815494074e-08 -7.62176924893007e-06 0 5.0505440185588668e-07 3.8652507857235463 + -7.0226358062086547e-10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1.0000000596044323 + 1.0000000604673727 1.000000000860636 no; + setAttr ".xm[32]" -type "matrix" "xform" 1.0000001372042555 1.0000000200198871 0.99999996245231126 0.00046785625699396149 + -4.6502587295990231e-05 0.20376374549410653 0 1.5493075864014827e-05 2.0056389594906392 + -7.8617112819756585e-12 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999999997189093 + 1.0000001182715381 0.99999999909232296 no; + setAttr ".xm[33]" -type "matrix" "xform" 0.99999982176129865 0.99999999086604641 + 0.99999994042275064 6.0568467361384612e-08 -7.5001657703089345e-08 8.2686883236680534e-06 0 -2.6599567235052746e-05 + 2.0056535597019618 -1.9312215315814285e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 + 0 0 0 1 0.99999986279576336 0.99999997998011336 1.0000000375476901 no; + setAttr ".xm[34]" -type "matrix" "xform" 1.0000000403470795 0.9999999090333247 1.0000000813138268 0.12646054880227664 + -0.12366365170910111 -0.022424893573561061 0 0.2775690280225831 8.8256517358677797 + 2.66312791773532 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999995794015106 + 1.0000000064983985 0.99999995429842337 no; + setAttr ".xm[35]" -type "matrix" "xform" 0.99999988080224989 0.99999988080162994 + 0.99999988079082025 -1.9142536617019305e-07 2.3009451023107196e-07 4.6645083029134808e-06 0 -1.4724533173193777e-05 + 4.0864658768039703 -3.7303693971590945e-06 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 + 0 0 0 1 0.99999995965292221 1.0000000909666835 0.99999991868617988 no; + setAttr ".xm[36]" -type "matrix" "xform" 0.99999999998846067 0.99999999998901734 + 0.99999999999990108 2.1633023722775744e-07 -2.1632936633445539e-07 -4.6755387203033837e-06 0 1.5649460891609124e-05 + 3.2635364910446469 -1.1920682863042487e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 + 0 0 0 1 1.0000001191977643 1.0000001191983843 1.0000001192091938 no; + setAttr ".xm[37]" -type "matrix" "xform" 1.0000001106870424 0.99999995551443643 1.0000000000001785 6.2680416169823597e-07 + -4.6412906875530163e-07 0.20376276840215715 0 2.5387330992998614e-07 2.1207822089089206 + 1.1920747811089427e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1.0000000000115394 + 1.0000000000109828 1.000000000000099 no; + setAttr ".xm[38]" -type "matrix" "xform" 0.99999988325688394 0.99999999999997269 + 0.99999999999995182 -5.6209780693730341e-08 6.9012013684505685e-08 2.4122662218349975e-08 0 2.2109622932475759e-07 + 2.1207879224369393 -6.9917965861421294e-08 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 + 0 0 0 1 0.99999988931296979 1.0000000444855655 0.99999999999982148 no; + setAttr ".xm[39]" -type "matrix" "xform" 1.0000000403560978 1.0000000565571447 0.99999993190222214 0.15028894505066787 + -0.12366277162489508 -0.022429208011226734 0 -0.60857751628839196 8.3942542646785512 + 5.1368954182183622 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999995794015106 + 1.0000000064983985 0.99999995429842337 no; + setAttr ".xm[40]" -type "matrix" "xform" 0.99999988086324254 0.9999999185858014 0.99999997795690676 -0.0010366781902841063 + 1.0343321631657678e-06 1.6935112190617073e-05 0 -1.4808995331350161e-05 3.4953170404106118 + -1.7919172585756371e-06 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999995964390387 + 0.99999994344285847 1.0000000680977825 no; + setAttr ".xm[41]" -type "matrix" "xform" 1.0000000000634748 1.0000001263170475 0.99999994766575162 0.0022319127752373903 + -1.2376333030383357e-06 -2.9730978797885047e-05 0 1.5547432525409022e-05 2.42574084054705 + 2.9321708350238396e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1.0000001191367716 + 1.0000000814142052 1.0000000220430938 no; + setAttr ".xm[42]" -type "matrix" "xform" 1.0000000112478831 0.99999994859068686 0.99999997438097998 -0.13397024652420822 + 0.017600900931290974 0.20299374410749652 0 -1.5047638186160839e-05 1.7794348339578079 + 1.9694624908694891e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999999993652522 + 0.9999998736829685 1.0000000523342512 no; + setAttr ".xm[43]" -type "matrix" "xform" 0.99999998621407338 1.0000001202029281 1.0000001409031849 3.2365881074720927e-07 + -4.7283235776502989e-07 -8.3486812258993705e-06 0 3.0114521052837517e-05 1.7794139456086455 + 1.2874968824405641e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999998875211704 + 1.0000000514093157 1.0000000256190207 no; + setAttr ".xm[44]" -type "matrix" "xform" 0.99999988079071755 0.99999988079071045 + 1 -1.5777218104420236e-30 -1.9421659646942202e-14 1.570796207585593 0 -7 11.431442260742188 + -5.9219679974956228e-12 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 1 no; + setAttr ".xm[45]" -type "matrix" "xform" 1.0000000668695881 1.0000001321658345 0.99999998342187102 -0.036600713096802649 + 0.036551601004533071 -0.0013431431804435316 0 -1.2764030827838724e-06 10.70724424210114 + 7.275957612640873e-12 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1.0000001192092967 + 1.0000001192093038 1 no; + setAttr ".xm[46]" -type "matrix" "xform" 0.99999979912487569 1.0000000253577628 1.0000000158166913 0.074502488457765942 + -0.073131207415446944 -0.012886677422588167 0 1.1851813866314842e-05 27.323746215694985 + -2.7121816703612467e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999993313041635 + 0.99999986783418293 1.0000000165781293 no; + setAttr ".xm[47]" -type "matrix" "xform" 1.0000001894457524 0.99999994319983532 1.0000000270811478 0.087755888881313554 + -0.087749159437803939 0.021498082759272931 0 -4.9007502070708142e-05 26.717237683361382 + -8.4135561095877165e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1.0000002008751647 + 0.99999997464223789 0.99999998418330893 no; + setAttr ".xm[48]" -type "matrix" "xform" 0.99999993560492073 0.99999986980300559 + 0.99999985813344183 0.16967578826814916 0.09151394041390408 0.17874928773238244 0 -1.2015624423702889 + 3.6980682459560796 4.8704427915445621 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999981055428344 + 1.0000000568001679 0.99999997291885301 no; + setAttr ".xm[49]" -type "matrix" "xform" 1.0000000999339935 0.9999999781260418 1.0000000442710641 -0.066951306782114556 + -7.3094775338381729e-05 -0.20367882304531898 0 1.6066690704974462e-05 2.6647507376819064 + -5.070444686339215e-06 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1.0000000643950835 + 1.0000001301970114 1.0000001418665783 no; + setAttr ".xm[50]" -type "matrix" "xform" 0.99999993371197116 0.99999994725260799 + 1.0000000746856361 -0.010865575392454864 -1.3846216312495508e-05 -9.660046987068109e-05 0 -1.5437320826094947e-05 + 2.885918388307914 2.7784932505880988e-06 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999990006601647 + 1.0000000218739586 0.99999995572893785 no; + setAttr ".xm[51]" -type "matrix" "xform" 0.999999935715567 1.0000000338536228 0.99999975093318916 8.0948959293104303e-07 + -8.6311424288453272e-07 -4.4487788392934483e-05 0 -1.4387666169568547e-07 2.7438769125720484 + 2.288522056304032e-06 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1.0000000662880333 + 1.0000000527473949 0.99999992531436943 no; + setAttr ".xm[52]" -type "matrix" "xform" 0.999999972298664 0.99999988519003535 1.0000002665349705 -7.4232904983066636e-07 + 8.0367616293176574e-07 2.2236875668339904e-05 0 -1.3208895666139142e-07 2.7438685563884206 + -3.1184583395571508e-06 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1.0000000642844371 + 0.99999996614637832 1.0000002490668729 no; + setAttr ".xm[53]" -type "matrix" "xform" 1.000000066150684 0.99999985323063778 0.99999980725403781 -0.098060853649822685 + 0.1236636245589787 -0.022421949737763087 0 0.77907438579765653 9.234726188341071 + 2.7574863177704643 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999981055428344 + 1.0000000568001679 0.99999997291885301 no; + setAttr ".xm[54]" -type "matrix" "xform" 0.99999976158685111 1.0000001127350286 1.0000001129216967 -0.0013241344474313236 + 3.6340702497823046e-07 1.5230026029445955e-06 0 -6.6746122229233151e-07 5.1838309845909691 + -1.5447778212163144e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999993384932029 + 1.0000001467693838 1.0000001927459994 no; + setAttr ".xm[55]" -type "matrix" "xform" 1.0000000000153857 1.0000000683505574 0.99999994882070764 0.0049972924096409552 + -1.4387885856808123e-07 2.705299789882251e-06 0 1.4814756497116832e-05 3.4151465445145419 + 2.1761741764159126e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1.0000002384132056 + 0.99999988726498401 0.99999988707831611 no; + setAttr ".xm[56]" -type "matrix" "xform" 1.0000000000000921 1.0000000140963434 1.0000000140964533 4.3935827810269934e-07 + -4.5076332529835162e-07 -5.4469319625364196e-11 0 1.4983511960053875e-05 2.1273605216272529 + 2.1643029723961149e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999999998461431 + 0.99999993164944723 1.000000051179295 no; + setAttr ".xm[57]" -type "matrix" "xform" 0.99999999999990807 0.99999986639729899 + 0.99999986651663475 -4.4670557894335966e-07 4.5448861005525691e-07 -5.2838632477332593e-11 0 -1.5533965779468417e-05 + 2.1273757580865009 -7.309576084413294e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 + 0 0 0 1 0.99999999999990785 0.9999999859036568 0.99999998590354688 no; + setAttr ".xm[58]" -type "matrix" "xform" 0.99999982772810925 1.0000000192521801 0.9999998550222603 -0.12639994898787985 + 0.12366352199397863 -0.02242490776693478 0 0.75360535941865692 8.8965535178181341 + 0.17208252929168566 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999981055428344 + 1.0000000568001679 0.99999997291885301 no; + setAttr ".xm[59]" -type "matrix" "xform" 0.99999994039534179 0.99999987993004291 + 0.99999999914092019 -1.6364470325091181e-05 3.2125883769078545e-08 -1.2254347311912436e-08 0 -5.8602722674550023e-07 + 4.9760589596888707 -4.5530864472009824e-06 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 + 0 0 0 1 1.0000001722719205 0.99999998074782026 1.0000001449777607 no; + setAttr ".xm[60]" -type "matrix" "xform" 1.0000000000299352 1.0000000009340397 1.0000000009042735 1.7075677498773528e-05 + 1.0624988570042774e-07 -7.62022987140081e-06 0 -4.5521190372710407e-07 3.865280612139216 + -1.1919988951447635e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1.0000000596046619 + 1.0000001200699715 1.0000000008590799 no; + setAttr ".xm[61]" -type "matrix" "xform" 0.99999999997007472 0.99999999998581823 + 1.0000000000146867 2.379959783475822e-07 -2.3796010403652578e-07 7.6079784097610224e-06 0 1.4998073652350286e-05 + 2.0056231029837193 1.196698433680865e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999999997006483 + 0.99999999906596027 0.99999999909572646 no; + setAttr ".xm[62]" -type "matrix" "xform" 0.99999999999999079 0.99999999999264744 + 0.99999999999263578 -1.1912196086375711e-07 1.1910008268986291e-07 2.8674259466275698e-13 0 -1.5519570865762944e-05 + 2.0056307322520013 -5.0360871028942711e-10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 + 0 0 0 1 1.0000000000299254 1.0000000000141818 0.9999999999853133 no; + setAttr ".xm[63]" -type "matrix" "xform" 0.99999994693756356 0.99999989819333468 + 0.99999997238612148 -0.12646071864120201 0.12366300642159779 -0.022424859451334715 0 0.27759857253866471 + 8.825626147553308 -2.6631194265968361 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999981055428344 + 1.0000000568001679 0.99999997291885301 no; + setAttr ".xm[64]" -type "matrix" "xform" 0.99999988079068014 1.0000000000000011 0.99999988079069047 5.7277112649449615e-09 + 2.7721276487823555e-08 5.2098261605179382e-09 0 -5.5263163289964723e-07 4.0864720447624023 + -3.3445136458087887e-06 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1.0000000530624393 + 1.0000001018066758 1.0000000276138792 no; + setAttr ".xm[65]" -type "matrix" "xform" 0.99999999999998146 0.99999999999999833 + 0.99999999999997902 -3.0799884220935059e-08 3.6527755844640965e-08 5.2095675149901739e-09 0 -4.4134074528301426e-07 + 3.2635349349420864 1.3790210906527989e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 + 0 0 0 1 1.0000001192093342 0.99999999999999889 1.0000001192093237 no; + setAttr ".xm[66]" -type "matrix" "xform" 0.99999999999988365 1.0000000000000655 0.9999999999999436 -3.9346923086145755e-07 + 3.9346930392078527e-07 5.2095414120571602e-09 0 -2.8680270247605222e-07 2.1207888270364492 + -1.1102230246251565e-14 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1.0000000000000187 + 1.0000000000000018 1.0000000000000211 no; + setAttr ".xm[67]" -type "matrix" "xform" 0.99999999999999989 0.99999999999999989 + 0.99999999999999967 3.6330079023376795e-15 5.4793625929104467e-14 5.2095556229324871e-09 0 -2.8680273089776165e-07 + 2.1207888270365203 -1.1920940479193121e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 + 0 0 0 1 1.0000000000001164 0.9999999999999345 1.0000000000000564 no; + setAttr ".xm[68]" -type "matrix" "xform" 0.99999994694754002 0.99999992351200784 + 0.99999987944419177 -0.15028885510259835 0.1236627007898205 -0.022429246746112061 0 -0.60853210896129895 + 8.3942358184773838 -5.1368884985029943 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999981055428344 + 1.0000000568001679 0.99999997291885301 no; + setAttr ".xm[69]" -type "matrix" "xform" 0.99999988080120905 1.0000000710240573 0.99999995153694121 0.0010351932383646627 + 6.7168879352096265e-08 -1.9266556590767822e-06 0 -3.0984120996890852e-05 3.4953392704950232 + -5.411932997745339e-06 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1.0000000530524629 + 1.0000000764879979 1.0000001205558227 no; + setAttr ".xm[70]" -type "matrix" "xform" 1.0000000000174234 1.0000000233793189 0.99999996399095181 -0.002230065394037617 + -4.0841473493280192e-07 -2.2836929042681629e-06 0 -3.2749161960055062e-07 2.4257094450266834 + -1.8488570940888849e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1.000000119198805 + 0.99999992897594769 1.0000000484630611 no; + setAttr ".xm[71]" -type "matrix" "xform" 1.0000000001113216 1.0000000148835722 1.0000000146333659 -5.9027840195528554e-07 + 5.9976132212387227e-07 -8.5752639259163662e-06 0 -2.4084724259409995e-07 1.7794495815514608 + -7.6614109056905022e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.9999999999825766 + 0.99999997662068163 1.0000000360090495 no; + setAttr ".xm[72]" -type "matrix" "xform" 0.99999999988855814 0.99999999322540334 + 0.99999999328906841 2.6627442209819967e-07 -2.6821826194614956e-07 8.5751551402263357e-06 0 1.5018280464573763e-05 + 1.7794037576990434 5.689416577858708e-07 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0.99999999988867838 + 0.99999998511642807 0.99999998536663437 no; + setAttr ".xm[73]" -type "matrix" "xform" 1 1 1 1.4210854635792666e-14 1.0775687414733912e-39 + 2.4651903288156444e-32 0 3.4706235609157874e-31 14.078521728515625 -2.2968389343236417e-13 0 + 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 1 no; + setAttr ".xm[74]" -type "matrix" "xform" 1 1 1 1.4210854635792666e-14 1.0775687414733912e-39 + 2.4651903288156444e-32 0 5.9745581835345519e-31 24.235687255859375 -1.3921750054324034e-12 0 + 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 1 no; + setAttr ".xm[75]" -type "matrix" "xform" 1 1 1 1.4210854635792666e-14 1.0775687414733912e-39 + 2.4651903288156444e-32 0 5.9745468987887919e-31 24.235641479492216 4.24675203668994e-12 0 + 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 1 1 1 no; + setAttr -s 76 ".m"; + setAttr -s 76 ".p"; + setAttr -s 76 ".g[0:75]" yes no no no no no no no no no no no no no + no no no no no no no no no no no no no no no no no no no no no no no no no no no + no no no no no no no no no no no no no no no no no no no no no no no no no no no + no no no no no no no no; + setAttr ".bp" yes; +createNode materialInfo -n "materialInfo4"; + rename -uid "69674DEA-48E4-E925-9152-7BBAB013959A"; +createNode shadingEngine -n "M_Mask_EyebrowsSG"; + rename -uid "C31E5688-4B5B-4A91-6503-ACA1447EEDCB"; + setAttr ".ihi" 0; + setAttr ".ro" yes; +createNode phong -n "AvatarEyebrows_MAT"; + rename -uid "E265C9FF-43FD-33C5-643B-12A93DC6EE25"; + setAttr ".dc" 1; + setAttr ".sc" -type "float3" 0 0 0 ; + setAttr ".rfl" 0; + setAttr ".rc" -type "float3" 1 1 1 ; + setAttr ".cp" 2; +createNode file -n "base_color_texture_ncl1_3"; + rename -uid "B971B366-4D2E-5A1E-BA36-DC8513F29BB9"; + setAttr ".ftn" -type "string" "G:\\My Drive\\prism_shared_projects\\anim_projects\\sparkles\\04_Assets\\Wearable Reference Models\\Base Mesh\\Male\\Users\\mauricio\\Dropbox\\Work\\Decentraland\\Assets\\Avatars\\AvatarsProduction\\00_Brows.png"; + setAttr ".cs" -type "string" "sRGB"; +createNode place2dTexture -n "place2dTexture4"; + rename -uid "DD22C0F1-4489-FB14-6034-2A9292303082"; +createNode skinCluster -n "skinCluster6"; + rename -uid "D6645724-4552-DA66-8437-7A9F8B0F90C6"; + setAttr ".ip[0].gtg" -type "string" "skinCluster6"; + setAttr ".skm" -1; + setAttr -s 508 ".wl"; + setAttr ".wl[0:207].w" + 2 16 0.88931490912793831 17 0.1106850908720617 + 3 16 0.91190560707712243 17 0.022383060038059236 18 0.065711332884818313 + 3 16 0.87595022602504857 17 0.06495207633983674 18 0.059097697635114708 + 1 16 1 + 1 16 1 + 2 16 0.93892057780500127 17 0.061079422194998741 + 2 16 0.92751718359963387 17 0.072482816400366148 + 2 16 0.90375549679238065 17 0.096244503207619389 + 1 23 1 + 1 23 1 + 4 17 0.05995594800145778 23 0.073581880351984 28 0.69829773356379654 + 33 0.16816443808276166 + 2 33 0.071265216212446067 38 0.92873478378755392 + 1 38 1 + 2 33 0.07796680765856237 38 0.92203319234143766 + 7 17 0.0084941929060144087 23 0.057220992929176269 28 0.023400587178435271 + 29 0.0031073067693596483 33 0.8452110129471071 34 0.013702100918985154 + 38 0.04886380635092212 + 3 23 0.89367088164104225 29 0.043394265154020992 33 0.062934853204936705 + 4 17 0.052263116073075246 18 0.78772514924143378 19 0.065796283194627811 + 23 0.094215451490863147 + 4 17 0.028403228086471312 18 0.08951365942941189 23 0.81258116668313718 + 28 0.069501945800979695 + 4 17 0.7502798084684239 28 0.20187751052064731 33 0.035872216057941837 + 38 0.011970464952986934 + 3 16 0.047035055887761947 17 0.40893430849265855 38 0.54403063561957954 + 3 16 0.04987710275529967 17 0.44831131314235306 38 0.50181158410234727 + 3 16 0.032737369929875096 17 0.70154212015055795 38 0.26572050991956697 + 4 17 0.91711344785845716 18 0.0061364687224969849 33 0.056320282025886542 + 38 0.02042980139315928 + 4 17 0.12485329599542962 18 0.75751945865768822 19 0.067460925918351691 + 23 0.050166319428530427 + 2 16 0.036998830244256035 18 0.96300116975574401 + 3 16 0.018816503908219612 18 0.95813149028255995 19 0.023052005809220386 + 2 16 0.12487837233404997 17 0.87512162766595003 + 3 16 0.18178835967187923 17 0.69540076610839408 38 0.12281087421972665 + 3 16 0.10223397236685949 17 0.79934802639576452 18 0.098418001237375971 + 2 23 0.8589332029849378 28 0.14106679701506217 + 4 17 0.023631132473897049 28 0.039287168916491685 33 0.73822756122384769 + 38 0.19885413738576366 + 5 16 0.026405801472857093 17 0.67151330342818027 28 0.0092892064877198935 + 33 0.11652587385892872 38 0.17626581475231404 + 3 16 0.1838636445895685 17 0.78019825580437951 38 0.035938099606051974 + 5 16 0.09267874148323095 17 0.71004226336018395 18 0.11820381648853542 + 23 0.02018844463708085 28 0.058886734030968849 + 4 17 0.16336791613466259 18 0.021493954767360015 23 0.21561733262305166 + 28 0.59952079647492573 + 2 29 0.22812160468184564 30 0.77187839531815439 + 2 29 0.05512775463924742 30 0.94487224536075254 + 2 29 0.20241562840819596 30 0.79758437159180406 + 2 29 0.37477422428255952 30 0.62522577571744054 + 2 34 0.088396015911434728 35 0.91160398408856524 + 2 34 0.098998856326063506 35 0.90100114367393647 + 2 34 0.094439439165918682 35 0.90556056083408132 + 2 34 0.022415690448061312 35 0.97758430955193865 + 2 24 0.21906137619710889 25 0.78093862380289114 + 2 24 0.20441830564663407 25 0.7955816943533659 + 2 24 0.12001584977391397 25 0.879984150226086 + 2 24 0.32582019911178006 25 0.67417980088821994 + 2 39 0.30352226221439832 40 0.69647773778560174 + 2 39 0.38734958136336639 40 0.61265041863663361 + 2 39 0.1544214190835457 40 0.84557858091645433 + 2 39 0.26434775708085767 40 0.73565224291914233 + 2 19 0.090778694340086744 20 0.90922130565991321 + 2 19 0.10805066019921228 20 0.89194933980078772 + 2 19 0.2977168779425266 20 0.70228312205747334 + 2 19 0.18742165044593656 20 0.81257834955406338 + 2 19 0.039019476779511557 20 0.96098052322048844 + 2 19 0.05582440206961102 20 0.94417559793038897 + 2 19 0.024868435148964228 20 0.9751315648510358 + 1 20 1 + 6 16 0.064597465783565997 17 0.1764795006211933 18 0.63558145480463402 + 19 0.0051318495776312449 23 0.099271521774642768 28 0.018938207438332723 + 3 17 0.1019042665970144 18 0.16405323810067968 23 0.73404249530230592 + 3 17 0.61336890060595806 18 0.16806478765937938 23 0.21856631173466259 + 3 16 0.19245724921287913 17 0.75119971085145798 38 0.056343039935662899 + 2 23 0.83637430785047751 24 0.16362569214952249 + 2 23 0.45406855740930024 24 0.54593144259069981 + 2 23 0.22488706395815786 24 0.77511293604184217 + 2 23 0.92750631783270487 24 0.072493682167295181 + 2 23 0.85893505215600419 24 0.14106494784399587 + 2 23 0.64474046126015805 24 0.35525953873984201 + 2 23 0.3069766696102304 24 0.6930233303897696 + 2 28 0.73925544192263704 29 0.26074455807736296 + 2 28 0.52678944013435902 29 0.47321055986564092 + 2 28 0.20179453065144443 29 0.79820546934855552 + 3 28 0.048753797293645415 29 0.94857820169692708 33 0.0026680010094275604 + 3 28 0.052367783110915195 33 0.67737860458627686 34 0.27025361230280798 + 3 28 0.00028517045251158279 33 0.47190829738056456 34 0.52780653216692386 + 3 33 0.22608037677677933 34 0.76332638063829239 35 0.010593242584928371 + 2 33 0.84406206727161737 34 0.15593793272838269 + 2 33 0.6403635608134578 34 0.3596364391865422 + 2 33 0.32100239858133556 34 0.67899760141866439 + 2 38 0.87490733867756731 39 0.12509266132243263 + 2 38 0.66956117309462437 39 0.33043882690537568 + 2 38 0.31688659280676607 39 0.68311340719323388 + 2 38 0.8696572426552559 39 0.13034275734474407 + 2 38 0.099635962151587973 39 0.90036403784841201 + 3 33 0.85105278925613159 34 0.1342023811691789 38 0.014744829574689535 + 2 33 0.1153738043969486 34 0.88462619560305145 + 3 33 0.068457651782330792 38 0.69862872139986654 39 0.23291362681780267 + 3 33 0.024998467947816454 38 0.54697673737566654 39 0.42802479467651705 + 2 38 0.28275375403229003 39 0.71724624596771003 + 3 23 0.03228859416134388 28 0.038311478156733039 29 0.92939992768192303 + 3 23 0.075429301788029104 28 0.69465135054284821 29 0.2299193476691227 + 3 23 0.033224062694850245 28 0.51665537953573504 29 0.45012055776941473 + 2 28 0.21578031263559977 29 0.78421968736440029 + 2 23 0.93996167327821556 24 0.06003832672178442 + 2 29 0.90820374385881486 30 0.091796256141185098 + 2 29 0.69653363806809654 30 0.30346636193190352 + 2 29 0.32743144928621354 30 0.67256855071378641 + 2 29 0.8964234975427845 30 0.10357650245721546 + 2 29 0.67872023848386664 30 0.3212797615161333 + 2 29 0.28348574811029081 30 0.71651425188970919 + 2 29 0.91996527127067418 30 0.080034728729325794 + 2 29 0.91813332537960912 30 0.081866674620390878 + 3 33 0.0063097729164464066 34 0.81721194947170572 35 0.17647827761184787 + 2 34 0.14979604046792824 35 0.85020395953207173 + 2 34 0.73846674392791312 35 0.26153325607208683 + 2 34 0.37312490691411804 35 0.62687509308588196 + 2 34 0.1636580557450226 35 0.83634194425497743 + 3 33 0.0052880007320462337 34 0.78429274089625201 35 0.21041925837170181 + 2 34 0.3977154067804925 35 0.60228459321950756 + 2 34 0.17860350066977562 35 0.82139649933022441 + 2 24 0.83654040317874612 25 0.16345959682125391 + 2 24 0.43666477505560936 25 0.56333522494439059 + 2 24 0.23250003589262808 25 0.76749996410737187 + 3 23 0.011507025726141092 24 0.85715423756491649 25 0.13133873670894247 + 2 24 0.66344363953636931 25 0.33655636046363069 + 2 24 0.32025372177623279 25 0.67974627822376721 + 3 23 0.0083869821251166266 24 0.92126272487982319 25 0.070350292995060251 + 3 23 0.011650926901197277 24 0.9117953212872818 25 0.076553751811520951 + 3 38 0.043535233246877025 39 0.84765495289618376 40 0.10880981385693922 + 2 39 0.69695015734168342 40 0.30304984265831658 + 2 39 0.28636885375487409 40 0.71363114624512591 + 3 38 0.021880755533475221 39 0.9108854043767256 40 0.067233840089799171 + 2 39 0.93470376892968221 40 0.065296231070317803 + 3 38 0.032268392373063282 39 0.8478315438690569 40 0.11990006375787991 + 2 39 0.69690519303015153 40 0.30309480696984853 + 2 39 0.35846902429199529 40 0.64153097570800466 + 2 14 0.06892888779942781 15 0.93107111220057215 + 2 14 0.0057187602740606637 15 0.99428123972593929 + 2 14 0.13369672869638968 15 0.86630327130361029 + 1 15 1 + 1 15 1 + 2 14 0.010143842777293627 15 0.98985615722270637 + 2 14 0.042992222506231179 15 0.95700777749376886 + 5 12 0.074008216959423445 13 0.28380875223856861 14 0.58646638669576057 + 15 0.022762991947238076 43 0.032953652159009257 + 6 11 0.068640604174647304 12 0.1984989977843459 13 0.48054000404626851 + 14 0.2274210735055624 15 0.011372421518246115 43 0.013526898970929744 + 4 11 0.069633365402533162 12 0.22780396895551014 13 0.091740043197926974 + 14 0.61082262244402974 + 4 12 0.05635799477615968 13 0.068630753809459863 14 0.82442929626710049 + 15 0.050581955147280047 + 3 0 0.20331757985256707 11 0.75683249864222268 12 0.039849921505210217 + 3 0 0.1000404608251593 11 0.79549236944296398 12 0.10446716973187679 + 6 12 0.0087654896989053533 13 0.20622682867004991 14 0.73233865601766968 + 15 0.010704857260197542 43 0.034019027877360879 72 0.0079451404758166689 + 2 14 0.80157209894351478 15 0.19842790105648522 + 1 72 1 + 3 0 0.2455714409287913 11 0.70109296619668882 12 0.053335592874519937 + 5 11 0.13253763395803142 12 0.57475153104340815 13 0.18094673402510067 + 14 0.099340253145427146 43 0.012423847828032606 + 3 0 0.11244626165672424 11 0.79036078015580369 12 0.097192958187472103 + 4 11 0.084281692571965772 12 0.26972071704606382 13 0.052682928907974956 + 14 0.59331466147399547 + 6 11 0.064406612656343384 12 0.31952481121232551 13 0.39032279639300282 + 14 0.16994104541686295 15 0.008213490962728694 43 0.047591243358736691 + 7 11 9.5694143634684342e-05 12 0.13686173455620937 13 0.43591190352311038 + 14 0.327254292726537 15 0.0057242394769379838 43 0.072970747887642087 + 72 0.021181387685928286 + 1 72 1 + 2 14 0.76188486939689848 15 0.23811513060310149 + 4 12 0.078957583886719238 13 0.062684817794233641 14 0.78072541847570931 + 15 0.077632179843337853 + 1 0 1 + 1 0 1 + 1 0 1 + 1 0 1 + 2 14 0.17524430984210942 15 0.82475569015789052 + 3 12 0.15053160156475365 14 0.80447925710688495 15 0.044989141328361459 + 3 12 0.004844340167728921 14 0.64451926985387675 15 0.3506363899783943 + 2 14 0.86403628325539061 15 0.13596371674460944 + 3 14 0.94485583586594768 15 0.012535623538807597 72 0.042608540595244722 + 1 16 1 + 1 16 1 + 1 16 1 + 1 16 1 + 2 14 0.13078784133838445 15 0.8692121586616155 + 2 14 0.18380268850577458 15 0.81619731149422536 + 1 72 1 + 1 72 1 + 1 72 1 + 2 15 0.8353493732985986 16 0.1646506267014014 + 2 15 0.69458825801531066 16 0.30541174198468934 + 2 15 0.77008719050515118 16 0.22991280949484885 + 2 15 0.76216020174022858 16 0.23783979825977139 + 2 15 0.6962835643083104 16 0.30371643569168966 + 2 15 0.82429623812663277 16 0.17570376187336725 + 2 15 0.25395489448200431 16 0.74604510551799563 + 2 15 0.14557453108392782 16 0.85442546891607218 + 2 15 0.18471546066144542 16 0.8152845393385546 + 2 15 0.40938946690042488 16 0.59061053309957512 + 2 15 0.92689313928621764 16 0.07310686071378239 + 2 15 0.96074599965528074 16 0.039254000344719278 + 2 15 0.93791596239240738 16 0.062084037607592596 + 2 15 0.88017050574615896 16 0.1198294942538411 + 3 13 0.073812894893687794 14 0.84310945039880347 15 0.083077654707508691 + 4 12 0.078710327040798597 13 0.17077647954490927 14 0.70715662796290846 + 15 0.043356565451383632 + 5 11 0.075048329263533123 12 0.23079025223159455 13 0.36126925409276228 + 14 0.33267968233802953 15 0.00021248207408050944 + 3 0 0.12750429967780075 11 0.78524335126531564 12 0.08725234905688363 + 1 0 1 + 4 12 0.078538026034045597 13 0.13939591802415632 14 0.70788590404813878 + 15 0.074180151893659355 + 5 11 0.06444703002397377 12 0.28333492863039161 13 0.30381131376415516 + 14 0.34503643645015847 15 0.0033702911313210253 + 5 11 0.12056488513681676 12 0.51651214817164948 13 0.14902139173806184 + 14 0.18016133496148815 15 0.033740239991983785 + 3 0 0.15787532486228831 11 0.76374020411675725 12 0.078384471020954499 + 1 0 1 + 1 0 1 + 1 0 1 + 1 0 1 + 1 0 1 + 1 0 1 + 1 0 1 + 4 13 0.0015462381628188263 14 0.93889326233866421 15 0.030705110915358727 + 72 0.028855388583158222 + 1 16 1 + 1 16 1 + 1 16 1 + 1 16 1 + 1 16 1 + 2 15 0.014958319937991989 16 0.98504168006200798 + 2 11 0.28797525794464984 12 0.58434348974297745; + setAttr ".wl[207:396].w" + 2 13 0.076332480724034119 14 0.051348771588338664 + 5 11 0.2688007508758678 12 0.56026289748752423 13 0.06482727843624328 + 14 0.090277364361259577 15 0.015831708839105167 + 5 11 0.20717179438980035 12 0.57788450328251217 13 0.034871294909451005 + 14 0.17855318200170892 15 0.0015192254165275754 + 5 11 0.16986206605487114 12 0.57474206652315285 13 0.058385649575390677 + 14 0.19694204879955057 15 6.8169047034797055e-05 + 5 11 0.17818210732083747 12 0.56390803463916361 13 0.11998641113613996 + 14 0.1344573358626408 15 0.0034661110412181665 + 4 11 0.20743697675753231 12 0.56998405533104546 13 0.1425836404979833 + 14 0.079995327413438982 + 4 11 0.41844424302893185 12 0.49925504421607958 13 0.02902951845713975 + 14 0.053271194297848837 + 5 11 0.38793835406290622 12 0.53344834935652896 13 0.0012038506826283957 + 14 0.06833841441259228 15 0.0090710314853441679 + 4 11 0.69985338862086532 12 0.25922775841677614 13 0.036077693403272403 + 14 0.0048411595590861691 + 4 0 0.0029221528584951703 11 0.66355156226099221 12 0.30758109434073616 + 14 0.025945190539776494 + 4 0 0.021001600091311069 11 0.70438132813155907 12 0.26759612238939667 + 13 0.0070209493877332078 + 3 11 0.50536207541346023 12 0.43873850433784778 14 0.055899420248692024 + 3 0 0.03156985479877069 11 0.74702252707193462 12 0.22140761812929474 + 3 0 0.063392726351065548 11 0.82871630304791866 12 0.10789097060101581 + 3 0 0.094458422197291031 11 0.78908203212315609 12 0.1164595456795529 + 3 0 0.0395816953672532 11 0.76525350396265568 12 0.19516480067009115 + 3 0 0.046922075938260019 11 0.76082915271989648 12 0.19224877134184348 + 3 0 0.068592539266597627 11 0.78508884037070259 12 0.1463186203626998 + 1 15 1 + 1 15 1 + 1 15 1 + 1 15 1 + 1 15 1 + 1 15 1 + 5 17 0.0020621662398021255 18 0.74441978484619376 19 0.20074312884869303 + 20 0.014472068807169556 23 0.038302851258141569 + 4 17 0.05315788620950139 18 0.73404548191023122 19 0.21197886362683438 + 20 0.00081776825343302085 + 2 18 0.8476747688788806 19 0.1523252311211194 + 2 18 0.8930699091587585 19 0.10693009084124148 + 2 19 0.57506489253093673 20 0.42493510746906327 + 2 19 0.17504530120293676 20 0.82495469879706329 + 2 19 0.40883830995175863 20 0.59116169004824137 + 2 19 0.16069238609630812 20 0.83930761390369191 + 2 45 0.88931490912793831 46 0.1106850908720617 + 3 45 0.9119056001514747 46 0.022383059868066654 47 0.065711339980458611 + 3 45 0.87595022602504857 46 0.06495207633983674 47 0.059097697635114708 + 1 45 1 + 1 45 1 + 2 45 0.93892057780500127 46 0.061079422194998741 + 2 45 0.92751718359963387 46 0.072482816400366148 + 2 45 0.90375550365752577 46 0.096244496342474187 + 1 52 1 + 1 52 1 + 4 46 0.05995594800145778 52 0.073581880351984 57 0.69829773356379654 + 62 0.16816443808276166 + 2 62 0.071265209061056128 67 0.92873479093894384 + 1 67 1 + 2 62 0.077966819779061988 67 0.92203318022093805 + 7 46 0.0084941929060144087 52 0.057220992929176269 57 0.023400587178435271 + 58 0.0031073067693596483 62 0.8452110129471071 63 0.013702100918985154 + 67 0.04886380635092212 + 3 52 0.89367088164104225 58 0.043394265154020992 62 0.062934853204936705 + 4 46 0.052263112476897869 47 0.78772515223044837 48 0.065796283444291087 + 52 0.094215451848362664 + 4 46 0.02840322830376002 47 0.08951366011420403 52 0.81258117289949783 + 57 0.06950193868253815 + 4 46 0.75027981149946776 57 0.20187751133620918 62 0.035872216202861448 + 67 0.011970460961461597 + 3 45 0.047035063232466368 46 0.40893430534091446 67 0.54403063142661912 + 3 45 0.049877109987264523 46 0.44831134017642182 67 0.50181154983631371 + 3 45 0.032737362443559889 46 0.70154212558027818 67 0.26572051197616198 + 4 46 0.91711346270563632 47 0.0061364647745824393 62 0.056320278890399367 + 67 0.02042979362938192 + 4 46 0.1248533017319753 47 0.75751944707409991 48 0.06746092488677477 + 52 0.05016632630714999 + 2 45 0.036998830244256035 47 0.96300116975574401 + 3 45 0.018816503908219612 47 0.95813149028255995 48 0.023052005809220386 + 2 45 0.12487837233404997 46 0.87512162766595003 + 3 45 0.18178835967187923 46 0.69540076610839408 67 0.12281087421972665 + 3 45 0.10223397157025832 46 0.79934802016729112 47 0.098418008262450563 + 2 52 0.8589332165486816 57 0.1410667834513184 + 4 46 0.023631131547733202 57 0.039287159538222337 62 0.73822759499888901 + 67 0.19885411391515542 + 5 45 0.026405801472857093 46 0.67151330342818027 57 0.0092892064877198935 + 62 0.11652587385892872 67 0.17626581475231404 + 3 45 0.1838636445895685 46 0.78019825580437951 67 0.035938099606051974 + 5 45 0.092678740774116364 46 0.71004225792742426 47 0.1182038232354391 + 52 0.020188444482612623 57 0.058886733580407677 + 4 46 0.16336791740829484 47 0.021493962731026887 52 0.21561731871182971 + 57 0.59952080114884854 + 2 58 0.22812131770039581 59 0.77187868229960421 + 2 58 0.055127635384160455 59 0.94487236461583957 + 2 58 0.20241572392520807 59 0.79758427607479188 + 2 58 0.37477414589442914 59 0.62522585410557086 + 2 63 0.088396015911434728 64 0.91160398408856524 + 2 63 0.098998863056773564 64 0.90100113694322648 + 2 63 0.094439445931248117 64 0.90556055406875191 + 2 63 0.022415691804731418 64 0.97758430819526854 + 2 53 0.21906104265052687 54 0.78093895734947316 + 2 53 0.2044181019511562 54 0.79558189804884383 + 2 53 0.1200155972977547 54 0.87998440270224532 + 2 53 0.32582067894276118 54 0.67417932105723877 + 2 68 0.3035224637041225 69 0.6964775362958775 + 2 68 0.38734970216850972 69 0.61265029783149028 + 2 68 0.15442155132009036 69 0.84557844867990961 + 2 68 0.2643484394686838 69 0.7356515605313162 + 2 48 0.090778694340086744 49 0.90922130565991321 + 2 48 0.10805066019921228 49 0.89194933980078772 + 2 48 0.2977168779425266 49 0.70228312205747334 + 2 48 0.18742165044593656 49 0.81257834955406338 + 2 48 0.039019469546205186 49 0.96098053045379483 + 2 48 0.055824398534835486 49 0.94417560146516455 + 2 48 0.024868427775191822 49 0.97513157222480817 + 1 49 1 + 6 45 0.064597464402196436 46 0.17647949189965906 47 0.6355814796043523 + 48 0.0051318458759760334 52 0.099271517844323739 57 0.018938200373492468 + 3 46 0.1019042665970144 47 0.16405323810067968 52 0.73404249530230592 + 3 46 0.61336890060595806 47 0.16806478765937938 52 0.21856631173466259 + 3 45 0.19245724995517105 46 0.75119971374877403 67 0.05634303629605502 + 2 52 0.83637417555916049 53 0.16362582444083948 + 2 52 0.4540681914684207 53 0.5459318085315793 + 2 52 0.224886340257479 53 0.775113659742521 + 2 52 0.92750635255278802 53 0.072493647447211942 + 2 52 0.85893501753713186 53 0.14106498246286817 + 2 52 0.64474042228870987 53 0.35525957771129013 + 2 52 0.30697659053173282 53 0.69302340946826713 + 2 57 0.73925544192263704 58 0.26074455807736296 + 2 57 0.52678947245705254 58 0.47321052754294746 + 2 57 0.20179454306547889 58 0.79820545693452116 + 3 57 0.048753797293645415 58 0.94857820169692708 62 0.0026680010094275604 + 3 57 0.052367786730035941 62 0.6773786019992869 63 0.2702536112706771 + 3 57 0.00028517436867863695 62 0.47190829553196567 63 0.52780653009935563 + 3 62 0.22608040008992061 63 0.76332634536734034 64 0.01059325454273902 + 2 62 0.84406208047301312 63 0.15593791952698685 + 2 62 0.6403635608134578 63 0.3596364391865422 + 2 62 0.32100241835737442 63 0.67899758164262558 + 2 67 0.87490733200341697 68 0.12509266799658303 + 2 67 0.66956117309462437 68 0.33043882690537568 + 2 67 0.31688659280676607 68 0.68311340719323388 + 2 67 0.8696572426552559 68 0.13034275734474407 + 2 67 0.099635956165009185 68 0.9003640438349908 + 3 62 0.8510528243682145 63 0.13420236178781272 67 0.014744813843972771 + 2 62 0.1153738043969486 63 0.88462619560305145 + 3 62 0.068457647642611183 67 0.69862867915291604 68 0.23291367320447279 + 3 62 0.024998473128033768 67 0.54697668280696743 68 0.42802484406499886 + 2 67 0.28275372360335316 68 0.71724627639664684 + 3 52 0.032288601515437672 57 0.038311477865586106 58 0.92939992061897625 + 3 52 0.075429313407155654 57 0.6946513192473236 58 0.22991936734552071 + 3 52 0.033224076334894902 57 0.51665535605361324 58 0.45012056761149188 + 2 57 0.2157803246611851 58 0.78421967533881487 + 2 52 0.93996165556168798 53 0.060038344438311984 + 2 58 0.90820346783177752 59 0.091796532168222505 + 2 58 0.6965329388200675 59 0.30346706117993244 + 2 58 0.32743079171465816 59 0.67256920828534184 + 2 58 0.89642202484010691 59 0.10357797515989312 + 2 58 0.67871525546111522 59 0.32128474453888473 + 2 58 0.28348851404562636 59 0.71651148595437364 + 2 58 0.91996496072121536 59 0.080035039278784637 + 2 58 0.91813322626534799 59 0.08186677373465201 + 3 62 0.0063097729164464066 63 0.81721194947170572 64 0.17647827761184787 + 2 63 0.14979606212307223 64 0.85020393787692772 + 2 63 0.73846674392791312 64 0.26153325607208683 + 2 63 0.37312490691411804 64 0.62687509308588196 + 2 63 0.16365806554598986 64 0.83634193445401017 + 3 62 0.0052880123609312241 63 0.78429270677813223 64 0.21041928086093659 + 2 63 0.39771538856501459 64 0.60228461143498535 + 2 63 0.17860347763457493 64 0.82139652236542504 + 2 53 0.83654415144049932 54 0.16345584855950071 + 2 53 0.43666676911098201 54 0.56333323088901799 + 2 53 0.23249983305056834 54 0.76750016694943168 + 3 52 0.011507097270015991 53 0.85715437110670556 54 0.13133853162327841 + 2 53 0.66344372056103074 54 0.33655627943896926 + 2 53 0.32025376146076417 54 0.67974623853923588 + 3 52 0.0083870957774159049 53 0.92126260790007208 54 0.070350296322512051 + 3 52 0.011652180883896806 53 0.91179371991162628 54 0.076554099204476866 + 3 67 0.043535247887287659 68 0.84765500641785729 69 0.1088097456948551 + 2 68 0.69695005662611531 69 0.30304994337388463 + 2 68 0.28636853137807106 69 0.71363146862192894 + 3 67 0.021880748635801264 68 0.91088543191929683 69 0.067233819444901935 + 2 68 0.93470412160327876 69 0.065295878396721227 + 3 67 0.032268549739885584 68 0.84783290565877778 69 0.11989854460133667 + 2 68 0.69690867722927075 69 0.30309132277072925 + 2 68 0.35847102970760575 69 0.64152897029239431 + 5 11 0.051544949903229914 12 0.15909262985677869 13 0.61935572598305877 + 14 0.085003347128466328 43 0.085003347128466328 + 5 12 0.056807118804116381 13 0.63537478267915481 14 0.14932473943721036 + 43 0.14932473943721036 72 0.0091686196423080724 + 1 72 1 + 4 13 0.59702153583985917 14 0.16397358392418418 43 0.16397358392418418 + 72 0.075031296311772494 + 5 11 0.13243860072582067 12 0.58860666208106793 13 0.1662010510598958 + 14 0.056376841123414768 43 0.056376845009800822 + 3 0 0.25958742510552896 11 0.69501499136797174 12 0.045397583526499384 + 3 0 0.21108566740137155 11 0.76568816780248972 12 0.023226164796138715 + 1 0 1 + 1 0 1 + 5 11 0.065311840089447223 12 0.42285933884715843 13 0.3241184103983531 + 14 0.093855205332520647 43 0.093855205332520647 + 6 11 0.0086070807941983733 12 0.17863847372344774 13 0.48491212109283294 + 14 0.15307856308607115 43 0.15307856308607115 72 0.021685198217378725 + 1 72 1 + 2 43 0.05766805268960562 44 0.94233194731039438 + 2 43 0.0057187678832269174 44 0.99428123211677311 + 2 43 0.13369676290662225 44 0.86630323709337775 + 1 44 1 + 1 44 1 + 2 43 0.010143842777293627 44 0.98985615722270637 + 2 43 0.035968833897815487 44 0.96403116610218453 + 5 12 0.074008181540652002 13 0.28380858581976809 14 0.032953632835759979 + 43 0.58646604280561676 44 0.022763556998203229 + 6 11 0.068628376903111757 12 0.19846365394768498 13 0.48045437177554168 + 14 0.01352448936121345 43 0.2273805619271447 44 0.011548546085303417 + 4 11 0.069633370105725373 12 0.22780396780391338 13 0.09174004273416185 + 43 0.6108226193561993 + 4 12 0.056107577192504976 13 0.068325804217097219 43 0.82076616111033418 + 44 0.054800457480063694 + 3 0 0.20331757985256707 11 0.75683249864222268 12 0.039849921505210217 + 3 0 0.10004045119002331 11 0.79549237795965477 12 0.10446717085032196 + 6 12 0.0087654926980287179 13 0.20622680349487746 14 0.034019023724482719 + 43 0.73233856661731334 44 0.01070485188422852 72 0.0079452615810692122 + 2 43 0.80157212399103361 44 0.19842787600896641 + 1 72 1 + 3 0 0.24557143885302959 11 0.70109296027050327 12 0.053335600876467208 + 5 11 0.1325376254968095 12 0.5747515581913325 13 0.18094672247343474 + 14 0.012423847034892346 43 0.099340246803530874 + 1 0 0.11244625217151406; + setAttr ".wl[396:507].w" + 2 11 0.79036078860232106 12 0.09719295922616486 + 4 11 0.084281691730856478 12 0.26972071435432143 13 0.052682938361952258 + 43 0.59331465555286989 + 6 11 0.064456439069050284 12 0.3197720028353116 13 0.390624758939081 + 14 0.047628061021318627 43 0.17007251565439838 44 0.0074462224808400819 + 7 11 9.5694143634684342e-05 12 0.13686173455620937 13 0.4359119035231106 + 14 0.072970747887642087 43 0.327254292726537 44 0.0057242394769379838 + 72 0.021181387685928286 + 1 72 1 + 2 43 0.76188486939689848 44 0.23811513060310149 + 4 12 0.072529959464504412 13 0.057581894858618421 43 0.71716965195126747 + 44 0.15271849372560972 + 1 0 1 + 1 0 1 + 1 0 1 + 1 0 1 + 2 43 0.16486520788178607 44 0.83513479211821395 + 3 12 0.12251099310198163 43 0.65472983093319437 44 0.222759175964824 + 3 12 0.0047986363965771125 43 0.63843863029557135 44 0.35676273330785152 + 2 43 0.86403628325539061 44 0.13596371674460944 + 3 43 0.94485583955717567 44 0.012535619681122608 72 0.042608540761701695 + 1 45 1 + 1 45 1 + 1 45 1 + 1 45 1 + 2 43 0.13078786221291502 44 0.86921213778708495 + 2 43 0.18380270084495873 44 0.81619729915504124 + 1 72 1 + 1 72 1 + 1 72 1 + 2 44 0.8353493732985986 45 0.1646506267014014 + 2 44 0.69458827871684325 45 0.30541172128315669 + 2 44 0.77008719050515118 45 0.22991280949484885 + 2 44 0.76216021592177741 45 0.23783978407822254 + 2 44 0.69628358241749133 45 0.30371641758250867 + 2 44 0.82429623812663277 45 0.17570376187336725 + 2 44 0.25395493185410778 45 0.74604506814589222 + 2 44 0.14557453108392782 45 0.85442546891607218 + 2 44 0.18471546066144542 45 0.8152845393385546 + 2 44 0.40938948450563478 45 0.59061051549436516 + 2 44 0.92689314619296259 45 0.073106853807037367 + 2 44 0.96074600200886007 45 0.039253997991139981 + 2 44 0.93791596589136161 45 0.062084034108638379 + 2 44 0.88017050574615896 45 0.1198294942538411 + 3 13 0.07381289547518155 43 0.84310945704077134 44 0.083077647484047071 + 4 12 0.073645494456132859 13 0.15978739703423414 43 0.66165268881763739 + 44 0.10491441969199557 + 5 11 0.070152658302950643 12 0.21573497855763762 13 0.33770236841296825 + 43 0.31097779668673242 44 0.065432198039711065 + 3 0 0.12750430979450658 11 0.78524333422565618 12 0.087252355979837215 + 1 0 1 + 4 12 0.077765719967313407 13 0.13802516402632739 43 0.70092488648941398 + 44 0.083284229516945293 + 5 11 0.064144474924504216 12 0.28200475692699029 13 0.30238501163227283 + 43 0.34341659484917064 44 0.0080491616670619933 + 5 11 0.12477380916313319 12 0.53454356885716181 13 0.15422372321289976 + 43 0.18645076074450867 44 8.138022296595018e-06 + 3 0 0.15787532407268132 11 0.76374020029694167 12 0.078384475630377051 + 1 0 1 + 1 0 1 + 1 0 1 + 1 0 1 + 1 0 1 + 1 0 1 + 1 0 1 + 1 0 1 + 1 0 1 + 4 13 0.0015462381782701175 43 0.93889327172086268 44 0.030705101229362017 + 72 0.028855388871505145 + 1 45 1 + 1 45 1 + 1 45 1 + 1 45 1 + 1 45 1 + 2 44 0.014958319937991989 45 0.98504168006200798 + 5 11 0.29602519265822219 12 0.60565741039562393 13 0.078621089795102295 + 14 0.0098481535755257921 43 0.0098481535755257921 + 4 11 0.28797525794464984 12 0.58434348974297745 13 0.076332480724034119 + 43 0.051348771588338664 + 5 11 0.26876866812762229 12 0.56019602723722606 13 0.064819540968075004 + 43 0.090266597201149559 44 0.01594916646592711 + 5 11 0.20022616005309007 12 0.55851032221891339 13 0.033702198355277491 + 43 0.17256701651222739 44 0.034994302860491766 + 5 11 0.15831824429150868 12 0.53568261004799933 13 0.054417762289604772 + 43 0.18355788777895896 44 0.068023495591928287 + 5 11 0.17158198486888426 12 0.54302006706362527 13 0.11554194127338896 + 43 0.129476842059978 44 0.04037916473412357 + 4 11 0.20743697675753231 12 0.56998405533104546 13 0.1425836404979833 + 43 0.079995327413438982 + 5 11 0.19237537914383379 12 0.615512135801905 13 0.16032361782394514 + 14 0.015894433615158056 43 0.015894433615158056 + 4 11 0.41844424302893185 12 0.49925504421607958 13 0.02902951845713975 + 43 0.053271194297848837 + 5 11 0.38793783428005252 12 0.53344763461073907 13 0.0012038490696377319 + 43 0.068338327022741605 44 0.0090723550168291135 + 4 11 0.69985338862086532 12 0.25922775841677614 13 0.036077693403272403 + 43 0.0048411595590861691 + 3 11 0.74705967657325778 12 0.21454295539247512 13 0.038397368034267104 + 4 0 0.0029221528584951703 11 0.66355156226099221 12 0.30758109434073616 + 43 0.025945190539776494 + 4 0 0.021001591942117693 11 0.70438133399483693 12 0.26759612461686971 + 13 0.0070209494461756679 + 3 11 0.5053620733189077 12 0.43873850251942714 43 0.055899424161665101 + 4 0 0.023731279265057692 11 0.70992737760401059 12 0.25814570776082296 + 13 0.0081956353701088391 + 3 0 0.031569855366301497 11 0.74702254050114736 12 0.22140760413255112 + 3 0 0.063392726351065548 11 0.82871630304791866 12 0.10789097060101581 + 3 0 0.094458422197291031 11 0.78908203212315609 12 0.1164595456795529 + 3 0 0.0395816953672532 11 0.76525350396265568 12 0.19516480067009115 + 3 0 0.099009408174540334 11 0.79197879746562772 12 0.10901179435983202 + 3 0 0.046922075938260019 11 0.76082915271989648 12 0.19224877134184348 + 3 0 0.06263752857406063 11 0.85049505814147563 12 0.086867413284463776 + 3 0 0.068592539266597627 11 0.78508884037070259 12 0.1463186203626998 + 1 44 1 + 1 44 1 + 1 44 1 + 1 44 1 + 1 44 1 + 1 44 1 + 5 46 0.0020621624982457838 47 0.74441978925189067 48 0.20074313127254001 + 49 0.014472070114585461 52 0.038302846862738021 + 4 46 0.053157886418292007 47 0.73404548479337461 48 0.21197886445943329 + 49 0.00081776432890017675 + 2 47 0.8476747688788806 48 0.1523252311211194 + 2 47 0.89306991602857444 48 0.10693008397142556 + 2 48 0.57506489253093673 49 0.42493510746906327 + 2 48 0.17504530120293676 49 0.82495469879706329 + 2 48 0.40883830995175863 49 0.59116169004824137 + 2 48 0.16069238609630812 49 0.83930761390369191 + 3 18 0.10639880609818972 19 0.84453450800484564 20 0.049066685896964626 + 3 18 0.12019477137374929 19 0.74682417700421155 20 0.13298105162203919 + 3 18 0.10004106042938145 19 0.79071840599078302 20 0.10924053357983549 + 3 18 0.11201636982759478 19 0.83940723835923747 20 0.048576391813167752 + 3 47 0.10639881199616487 48 0.84453449534979375 49 0.049066692654041399 + 3 47 0.12019477137374929 48 0.74682417700421155 49 0.13298105162203919 + 3 47 0.1000410672069575 48 0.79071840003589566 49 0.1092405327571468 + 3 47 0.11201637564720963 48 0.83940722576843096 49 0.048576398584359456 + 1 0 1 + 1 72 1; + setAttr -s 75 ".pm"; + setAttr ".pm[0]" -type "matrix" -1 0 0 0 0 -1 -1.6292100000000001e-07 0 0 -1.6292100000000001e-07 1 0 + 0 100 0 1; + setAttr ".pm[1]" -type "matrix" -1 0 1.5095799999999999e-07 0 3.38939e-09 -0.99974799999999997 0.0224526 0 + 1.50919e-07 0.0224526 0.99974799999999997 0 8.9100000000000001 93.706374999999994 -2.1045020000000001 1; + setAttr ".pm[2]" -type "matrix" -1 0 1.5099599999999998e-07 0 -3.7380899999999999e-09 -0.99969399999999997 -0.024756299999999998 0 + 1.5095000000000001e-07 -0.024756299999999998 0.99969399999999997 0 8.9100000000000001 48.861324000000003 0.20177100000000001 1; + setAttr ".pm[3]" -type "matrix" 1 5.9650499999999995e-07 -8.7110199999999996e-07 0 + -5.2466500000000002e-07 -0.43521799999999999 -0.90032500000000004 0 -9.1616700000000005e-07 0.90032599999999996 -0.43521799999999999 0 + -8.9099959999999996 3.547183 7.3380000000000001 1; + setAttr ".pm[4]" -type "matrix" 1 0 0 0 0 -4.1909599999999998e-07 -1 0 0 1 -4.1909599999999998e-07 0 + -8.9100070000000002 -12.954725 1.888056 1; + setAttr ".pm[5]" -type "matrix" 1 0 0 0 0 -3.6992600000000003e-07 -1 0 0 1 -3.6992600000000003e-07 0 + -8.9100079999999995 -27.343665999999999 1.8880589999999999 1; + setAttr ".pm[6]" -type "matrix" -1 0 1.5095799999999999e-07 0 3.38939e-09 -0.99974799999999997 0.0224526 0 + 1.50919e-07 0.0224526 0.99974799999999997 0 -8.9100000000000001 93.706374999999994 -2.1044990000000001 1; + setAttr ".pm[7]" -type "matrix" -1 0 1.5099599999999998e-07 0 -3.7380899999999999e-09 -0.99969399999999997 -0.024756299999999998 0 + 1.5095000000000001e-07 -0.024756299999999998 0.99969399999999997 0 -8.9100000000000001 48.861324000000003 0.20177300000000001 1; + setAttr ".pm[8]" -type "matrix" 1 -5.9650499999999995e-07 1.0459499999999999e-06 0 + 6.8208299999999995e-07 -0.43521799999999999 -0.90032500000000004 0 9.9226300000000005e-07 0.90032599999999996 -0.43521799999999999 0 + 8.9099939999999993 3.5471840000000001 7.3380010000000002 1; + setAttr ".pm[9]" -type "matrix" 0.99999899999999997 0.00142432 -1.9185299999999999e-08 0 + -1.84557e-08 -5.1225500000000008e-07 -1 0 -0.00142432 0.99999899999999997 -5.1222799999999997e-07 0 + 8.9284529999999993 -12.942022 1.888058 1; + setAttr ".pm[10]" -type "matrix" 0.99999899999999997 0.00142432 -1.95215e-08 0 -1.8820100000000001e-08 -4.9249900000000002e-07 -1 0 + -0.00142432 0.99999899999999997 -4.9247099999999999e-07 0 8.9284529999999993 -27.330964999999999 1.888061 1; + setAttr ".pm[11]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -107.00000799999999 0 1; + setAttr ".pm[12]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -121.078537 0 1; + setAttr ".pm[13]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -135.157104 0 1; + setAttr ".pm[14]" -type "matrix" 1.1920900000000001e-07 1 0 0 1 -1.1920900000000001e-07 1.19249e-08 0 + 1.19249e-08 0 -1 0 -146.58856299999999 -6.9999840000000004 2.2134200000000002e-05 1; + setAttr ".pm[15]" -type "matrix" -0.00134212 0.99933099999999997 -0.0365435 0 0.99933099999999997 4.9120499999999998e-06 -0.036567799999999998 0 + -0.036543100000000002 -0.036568099999999999 -0.99866299999999997 0 -146.46673799999999 -17.696128999999999 6.0075240000000001 1; + setAttr ".pm[16]" -type "matrix" -0.0115116 0.99924999999999997 0.036995500000000001 0 + 0.99924900000000005 0.010127000000000001 0.037398300000000002 0 0.036995599999999997 0.037398300000000002 -0.99861500000000003 0 + -145.92354399999999 -46.426074999999997 -8.145213 1; + setAttr ".pm[17]" -type "matrix" 0.0066907700000000004 0.99211400000000005 0.12516099999999999 0 + 0.99211400000000005 -0.022251900000000002 0.123349 0 0.12516099999999999 0.123349 -0.98443899999999995 0 + -146.180916 -67.876501000000005 -27.090153999999998 1; + setAttr ".pm[18]" -type "matrix" 0.19365099999999999 0.94289199999999995 0.27102599999999999 0 + 0.97955400000000004 -0.201181 6.7768399999999997e-07 0 0.054525900000000002 0.265484 -0.96257199999999998 0 + -156.775454 -42.677723999999998 -15.352771000000001 1; + setAttr ".pm[19]" -type "matrix" -0.0010918 0.97854699999999994 0.20602400000000001 0 + 1 0.0011155 1.10177e-06 0 -0.00022874200000000001 0.20602400000000001 -0.97854699999999994 0 + -144.36223899999999 -76.973724000000004 -10.237088999999999 1; + setAttr ".pm[20]" -type "matrix" -0.0011941 0.98072800000000004 0.195377 0 0.99999899999999997 0.0012177100000000001 -7.4168200000000006e-07 0 + -0.00023863899999999999 0.195377 -0.98072800000000004 0 -144.35397 -79.980947999999998 -9.3700600000000005 1; + setAttr ".pm[21]" -type "matrix" -0.0012268400000000001 0.98072800000000004 0.195377 0 + 0.99999899999999997 0.00125107 -6.22505e-07 0 -0.00024504000000000003 0.195377 -0.98072800000000004 0 + -144.351178 -82.729606000000004 -9.3700810000000008 1; + setAttr ".pm[22]" -type "matrix" -0.0012106199999999999 0.98072800000000004 0.195377 0 + 1 0.0012343899999999999 9.2677899999999999e-08 0 -0.000241081 0.195377 -0.98072800000000004 0 + -144.352597 -85.471061000000006 -9.3702430000000003 1; + setAttr ".pm[23]" -type "matrix" 3.05517e-06 0.99959699999999996 0.028395699999999999 0 + 1 -3.0636299999999998e-06 2.5435099999999997e-07 0 3.4124200000000001e-07 0.028395699999999999 -0.99959699999999996 0 + -147.08680100000001 -80.611168000000006 1.6628050000000001 1; + setAttr ".pm[24]" -type "matrix" 1.0596300000000001e-07 0.99963400000000002 0.0270729 0 + 1 -1.2284500000000001e-07 6.2190700000000001e-07 0 6.2500400000000006e-07 0.0270729 -0.99963400000000002 0 + -147.08658800000001 -85.793166999999997 1.7762880000000001 1; + setAttr ".pm[25]" -type "matrix" 2.8806500000000003e-05 0.99948599999999999 0.032067100000000001 0 + 1 -2.8813699999999998e-05 -2.3738800000000003e-07 0 6.86703e-07 0.032067100000000001 -0.99948599999999999 0 + -147.08915200000001 -89.211867999999996 1.330673 1; + setAttr ".pm[26]" -type "matrix" 1.3071699999999999e-07 0.99948599999999999 0.032067100000000001 0 + 1 -1.2352599999999999e-07 -2.2621299999999999e-07 0 -2.2213500000000002e-07 0.032067100000000001 -0.99948599999999999 0 + -147.08654300000001 -91.343468000000001 1.3306709999999999 1; + setAttr ".pm[27]" -type "matrix" 7.29618e-06 0.99948599999999999 0.032067199999999997 0 + 1 -7.2961400000000006e-06 -1.1817899999999999e-07 0 1.1584799999999999e-07 0.032067199999999997 -0.99948599999999999 0 + -147.08721499999999 -93.469787999999994 1.3306450000000001 1; + setAttr ".pm[28]" -type "matrix" 1.3024000000000001e-07 1 6.0823200000000004e-05 0 + 1 -1.30137e-07 -1.68876e-06 0 -1.6887499999999999e-06 6.0823200000000004e-05 -1 0 + -147.38775000000001 -80.519867000000005 1.3564689999999999 1; + setAttr ".pm[29]" -type "matrix" 1.16392e-07 1 4.4442099999999999e-05 0 1 -1.1631100000000001e-07 -1.8215099999999999e-06 0 + -1.8214999999999998e-06 4.4442099999999999e-05 -1 0 -147.38775100000001 -85.495948999999996 1.3578920000000001 1; + setAttr ".pm[30]" -type "matrix" -7.4915200000000007e-06 1 6.1576900000000003e-05 0 + 1 7.4916400000000007e-06 -1.85296e-06 0 -1.85342e-06 6.1576900000000003e-05 -1 0 + -147.38706500000001 -89.362358 1.356365 1; + setAttr ".pm[31]" -type "matrix" 0.202349 0.97931400000000002 -0.00040601100000000001 0 + 0.97931400000000002 -0.202349 4.7276800000000001e-05 0 -3.58572e-05 -0.00040717900000000003 -1 0 + -162.82676900000001 -59.652358999999997 1.3918459999999999 1; + setAttr ".pm[32]" -type "matrix" 0.20235700000000001 0.97931199999999996 -0.000406086 0 + 0.97931199999999996 -0.20235700000000001 4.7215699999999996e-05 0 -3.5935600000000002e-05 -0.000407239 -1 0 + -162.82726099999999 -61.656666000000001 1.3918630000000001 1; + setAttr ".pm[33]" -type "matrix" 1.3024000000000001e-07 1 1.5179499999999999e-07 0 + 1 -1.3024000000000001e-07 9.5678800000000008e-08 0 9.5678800000000008e-08 1.5179499999999999e-07 -1 0 + -147.26674800000001 -80.801117000000005 -1.498318 1; + setAttr ".pm[34]" -type "matrix" 4.7947499999999993e-06 1.0000009999999999 3.2875000000000003e-07 0 + 1 -4.7947499999999993e-06 3.2577199999999999e-07 0 3.2577399999999999e-07 3.2874799999999997e-07 -1 0 + -147.26716099999999 -84.88691 -1.498364 1; + setAttr ".pm[35]" -type "matrix" 1.1920900000000001e-07 1.0000009999999999 1.12419e-07 0 + 1 -1.1920900000000001e-07 1.09443e-07 0 1.09443e-07 1.12419e-07 -1 0 -147.26676499999999 -88.151138000000003 -1.498313 1; + setAttr ".pm[36]" -type "matrix" 0.20235600000000001 0.97931299999999999 -5.9533700000000001e-07 0 + 0.97931199999999996 -0.20235600000000001 -2.1824699999999998e-07 0 -3.3420099999999999e-07 -5.3885800000000005e-07 -1 0 + -162.487132 -58.604118 -1.4982 1; + setAttr ".pm[37]" -type "matrix" 0.20235600000000001 0.97931299999999999 -5.26325e-07 0 + 0.97931199999999996 -0.20235600000000001 -1.6203700000000001e-07 0 -2.6519000000000001e-07 -4.82648e-07 -1 0 + -162.48714899999999 -60.724899000000001 -1.4982150000000001 1; + setAttr ".pm[38]" -type "matrix" -4.22806e-06 0.99971600000000005 -0.023825499999999999 0 + 1 4.2370700000000001e-06 3.2787899999999997e-07 0 4.2873599999999996e-07 -0.023825499999999999 -0.99971600000000005 0 + -146.70199 -80.752167 -2.1744110000000001 1; + setAttr ".pm[39]" -type "matrix" 1.2726900000000002e-05 0.99974099999999999 -0.0227891 0 + 1 -1.2699400000000001e-05 1.34905e-06 0 1.0592900000000001e-06 -0.0227891 -0.99973999999999996 0 + -146.70342500000001 -84.242714000000007 -2.2618939999999998 1; + setAttr ".pm[40]" -type "matrix" -1.70246e-05 0.99968699999999999 -0.025020400000000002 0 + 1 1.7031700000000002e-05 7.33996e-08 0 4.9951699999999999e-07 -0.025020400000000002 -0.99968699999999999 0 + -146.700862 -86.677627999999999 -2.06826 1; + setAttr ".pm[41]" -type "matrix" 0.201932 0.97325799999999996 0.10951 0 0.97931900000000005 -0.20208200000000001 -0.0098415099999999995 0 + 0.0125516 0.109232 -0.99393699999999996 0 -161.46043700000001 -55.898291999999998 -12.488960000000001 1; + setAttr ".pm[42]" -type "matrix" 0.20192399999999999 0.97326000000000001 0.109509 0 + 0.979321 -0.202074 -0.0098419000000000006 0 0.012550199999999999 0.109232 -0.99393699999999996 0 + -161.459982 -57.679062000000002 -12.488863 1; + setAttr ".pm[43]" -type "matrix" 1.1920900000000001e-07 -1 0 0 1 1.1920900000000001e-07 -1.6292100000000001e-07 0 + 1.6292100000000001e-07 0 1 0 -146.588561 -7.000019 0 1; + setAttr ".pm[44]" -type "matrix" 0.0013423599999999999 -0.99933099999999997 -0.0365435 0 + 0.99933099999999997 5.1509199999999998e-06 0.0365679 0 -0.036543300000000001 -0.036568099999999999 0.99866299999999997 0 + -146.46671799999999 -17.696155999999998 -6.0075510000000003 1; + setAttr ".pm[45]" -type "matrix" 0.0115119 -0.99924900000000005 0.036995500000000001 0 + 0.99924900000000005 0.010127199999999999 -0.037398399999999998 0 0.036995699999999999 0.037398300000000002 0.99861500000000003 0 + -145.92353199999999 -46.426090000000002 8.145232 1; + setAttr ".pm[46]" -type "matrix" -0.0066905599999999999 -0.99211400000000005 0.12516099999999999 0 + 0.99211400000000005 -0.022251699999999999 -0.123349 0 0.12516099999999999 0.123348 0.98443899999999995 0 + -146.180869 -67.876525999999998 27.090131 1; + setAttr ".pm[47]" -type "matrix" -0.19365299999999999 -0.94289100000000003 0.27102599999999999 0 + 0.97955400000000004 -0.201183 -7.27595e-07 0 0.054526600000000001 0.26548500000000003 0.96257199999999998 0 + -156.775554 -42.677365000000002 15.352817999999999 1; + setAttr ".pm[48]" -type "matrix" 0.00109154 -0.97854699999999994 0.20602200000000001 0 + 0.99999899999999997 0.0011156499999999999 8.2427600000000007e-07 0 -0.000230654 0.20602200000000001 0.97854699999999994 0 + -144.362223 -76.973686000000001 10.236668999999999 1; + setAttr ".pm[49]" -type "matrix" 0.00118892 -0.98072800000000004 0.195377 0 0.99999899999999997 0.00121232 1.5033e-07 0 + -0.00023700699999999999 0.195377 0.98072800000000004 0 -144.354366 -79.980086999999997 9.3702059999999996 1; + setAttr ".pm[50]" -type "matrix" 0.0012327200000000001 -0.98072700000000002 0.195378 0 + 0.99999899999999997 0.0012568099999999999 -7.1380400000000006e-07 0 -0.00024485199999999999 0.195378 0.98072800000000004 0 + -144.35068899999999 -82.730369999999994 9.3703979999999998 1; + setAttr ".pm[51]" -type "matrix" 0.00121076 -0.98072800000000004 0.195377 0 0.99999899999999997 0.0012345699999999999 9.0794599999999992e-08 0 + -0.000241296 0.195377 0.98072800000000004 0 -144.352611 -85.471046000000001 9.3702190000000005 1; + setAttr ".pm[52]" -type "matrix" -2.8179799999999998e-06 -0.99959699999999996 0.028395699999999999 0 + 1 -2.8261200000000001e-06 -2.4653999999999998e-07 0 3.26691e-07 0.028395699999999999 0.99959699999999996 0 + -147.08675199999999 -80.611198000000002 -1.662809 1; + setAttr ".pm[53]" -type "matrix" -4.3506899999999998e-06 -0.99963400000000002 0.027072100000000002 0 + 1 -4.3492699999999996e-06 1.11108e-07 0 6.6768099999999998e-09 0.027072100000000002 0.99963400000000002 0 + -147.08691899999999 -85.792518999999999 -1.7764629999999999 1; + setAttr ".pm[54]" -type "matrix" -7.0511000000000001e-06 -0.99948599999999999 0.032067199999999997 0 + 1 -7.0546499999999994e-06 2.4829699999999998e-09 0 2.2374100000000002e-07 0.032067199999999997 0.99948599999999999 0 + -147.08717799999999 -89.215027000000006 -1.330627 1; + setAttr ".pm[55]" -type "matrix" -7.0365900000000007e-06 -0.99948599999999999 0.032067600000000002 0 + 1 -7.0545900000000003e-06 -4.4827700000000001e-07 0 6.7427099999999999e-07 0.032067600000000002 0.99948599999999999 0 + -147.08719300000001 -91.342383999999996 -1.3305210000000001 1; + setAttr ".pm[56]" -type "matrix" -7.0511699999999999e-06 -0.99948599999999999 0.032067199999999997 0 + 1 -7.0545999999999993e-06 6.2081900000000003e-09 0 2.2001599999999998e-07 0.032067199999999997 0.99948599999999999 0 + -147.087177 -93.469772000000006 -1.3306290000000001 1; + setAttr ".pm[57]" -type "matrix" 1.06957e-07 -1 6.0790099999999999e-05 0 1 1.06953e-07 -5.8214199999999999e-08 0 + 5.8207700000000004e-08 6.0790099999999999e-05 1 0 -147.38771600000001 -80.519890000000004 -1.356222 1; + setAttr ".pm[58]" -type "matrix" 1.1920900000000001e-07 -1 4.4442000000000006e-05 0 + 1 1.19208e-07 -2.6086299999999999e-08 0 2.6081099999999999e-08 4.4442000000000006e-05 1 0 + -147.387731 -85.495941000000002 -1.35762 1; + setAttr ".pm[59]" -type "matrix" 7.7271799999999998e-06 -1 6.1517600000000002e-05 0 + 1 7.7271900000000005e-06 8.0031400000000006e-08 0 -8.0506799999999997e-08 6.1517600000000002e-05 1 0 + -147.387044 -89.362365999999994 -1.356109 1; + setAttr ".pm[60]" -type "matrix" 1.19216e-07 -1 6.1755599999999995e-05 0 1 1.1920599999999999e-07 -1.5792900000000001e-07 0 + 1.57921e-07 6.1755599999999995e-05 1 0 -147.38776100000001 -91.366859000000005 -1.356053 1; + setAttr ".pm[61]" -type "matrix" 1.19208e-07 -1 6.1636499999999998e-05 0 1 1.1920599999999999e-07 -3.88287e-08 0 + 3.8821300000000004e-08 6.1636499999999998e-05 1 0 -147.387745 -93.372497999999993 -1.3560810000000001 1; + setAttr ".pm[62]" -type "matrix" 1.24419e-07 -1 1.43699e-08 0 1 1.24419e-07 -5.7571000000000001e-07 0 + 5.7571000000000001e-07 1.4370000000000001e-08 1 0 -147.26674499999999 -80.801124999999999 1.49837 1; + setAttr ".pm[63]" -type "matrix" 1.1920900000000001e-07 -1 3.6527500000000001e-08 0 + 1 1.1920900000000001e-07 -5.47989e-07 0 5.47989e-07 3.6527599999999999e-08 1 0 -147.266775 -84.887589000000006 1.498372 1; + setAttr ".pm[64]" -type "matrix" 1.1920900000000001e-07 -1 0 0 1 1.1920900000000001e-07 -5.1146099999999998e-07 0 + 5.1146099999999998e-07 0 1 0 -147.266774 -88.151131000000007 1.4983629999999999 1; + setAttr ".pm[65]" -type "matrix" 1.1920900000000001e-07 -1 -3.9346899999999996e-07 0 + 1 1.1920900000000001e-07 -1.17992e-07 0 1.17992e-07 -3.9346899999999996e-07 1 0 -147.266774 -90.271918999999997 1.4982690000000001 1; + setAttr ".pm[66]" -type "matrix" 1.1920900000000001e-07 -1 -3.9346899999999996e-07 0 + 1 1.1920900000000001e-07 -1.17992e-07 0 1.17992e-07 -3.9346899999999996e-07 1 0 -147.266774 -92.392707999999999 1.49827 1; + setAttr ".pm[67]" -type "matrix" 4.4819899999999998e-06 -0.99971600000000005 -0.023825300000000001 0 + 1 4.48858e-06 -2.22904e-07 0 3.2978299999999996e-07 -0.023825300000000001 0.99971600000000005 0 + -146.702001 -80.752182000000005 2.1743980000000001 1; + setAttr ".pm[68]" -type "matrix" 6.4096999999999998e-06 -0.99973999999999996 -0.022790399999999999 0 + 1 6.4150700000000002e-06 -1.62376e-07 0 3.0853600000000003e-07 -0.022790399999999999 0.99973999999999996 0 + -146.70180300000001 -84.245506000000006 2.261606 1; + setAttr ".pm[69]" -type "matrix" 8.6834900000000001e-06 -0.99968699999999999 -0.025019799999999998 0 + 1 8.7000100000000004e-06 -5.5139099999999999e-07 0 7.6889100000000003e-07 -0.025019799999999998 0.99968699999999999 0 + -146.70161899999999 -86.676376000000005 2.068378 1; + setAttr ".pm[70]" -type "matrix" 1.7271099999999998e-05 -0.99968699999999999 -0.025020400000000002 0 + 1 1.72753e-05 4.8380599999999993e-08 0 3.8386900000000003e-07 -0.025020400000000002 0.99968699999999999 0 + -146.70085599999999 -88.457085000000006 2.068238 1; + setAttr ".pm[71]" -type "matrix" 8.6919000000000006e-06 -0.99968699999999999 -0.025020199999999999 0 + 1 8.7001199999999996e-06 -2.1983999999999999e-07 0 4.3745000000000004e-07 -0.0250201 0.99968699999999999 0 + -146.70163400000001 -90.235230000000001 2.0683009999999999 1; + setAttr ".pm[72]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -149.235626 0 1; + setAttr ".pm[73]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -173.47131300000001 0 1; + setAttr ".pm[74]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -197.70695499999999 0 1; + setAttr ".gm" -type "matrix" 1 0 0 0 0 1 1.6292100000000001e-07 0 0 -1.6292100000000001e-07 1 0 + 0 0 0 1; + setAttr -s 75 ".ma"; + setAttr -s 75 ".dpf[0:74]" 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 + 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 + 4 4 4 4 4 4 4 4 4 4 4 4 4 4; + setAttr -s 75 ".lw"; + setAttr -s 75 ".lw"; + setAttr ".mi" 5; + setAttr ".bm" 1; + setAttr ".ucm" yes; + setAttr -s 75 ".ifcl"; + setAttr -s 75 ".ifcl"; +createNode materialInfo -n "materialInfo2"; + rename -uid "A35ECA30-4325-2FD1-C5E3-E6B252E9631B"; +createNode shadingEngine -n "M_Feet_BaseMeshSG"; + rename -uid "4A3FDC68-4F8A-E3B5-C81E-4A8BD306F230"; + setAttr ".ihi" 0; + setAttr -s 4 ".dsm"; + setAttr ".ro" yes; +createNode phong -n "AvatarSkin_MAT"; + rename -uid "3D2BD3D2-4225-939D-F22C-648B40437770"; + setAttr ".dc" 1; + setAttr ".sc" -type "float3" 0 0 0 ; + setAttr ".rfl" 0; + setAttr ".rc" -type "float3" 0.80000001 0.80000001 0.80000001 ; + setAttr ".cp" 2; +createNode file -n "base_color_texture_ncl1_1"; + rename -uid "B9FD4424-4645-A7F8-CA4B-EEA57E496C39"; + setAttr ".ftn" -type "string" "G:\\My Drive\\prism_shared_projects\\anim_projects\\sparkles\\04_Assets\\Wearable Reference Models\\Base Mesh\\Male\\Users\\mauricio\\Dropbox\\Work\\Decentraland\\Assets\\Avatars\\AvatarsProduction\\Avatar_MaleSkin.png"; + setAttr ".cs" -type "string" "sRGB"; +createNode place2dTexture -n "place2dTexture2"; + rename -uid "73F9D2A4-4C31-0E19-6DB3-37BF9635AF0A"; +createNode skinCluster -n "skinCluster5"; + rename -uid "D6D5A8C9-4605-A586-F4B8-FDA114C2CA82"; + setAttr ".ip[0].gtg" -type "string" "skinCluster5"; + setAttr ".skm" -1; + setAttr -s 190 ".wl"; + setAttr ".wl[0:189].w" + 3 0 0.11748933731746899 1 0.44037196098896436 6 0.44213870169356662 + 3 0 0.31715832415324385 1 0.34470830890964083 6 0.33813336693711532 + 3 0 0.19929121931055124 1 0.40005867263490691 6 0.40065010805454182 + 1 0 1 + 1 0 1 + 2 1 0.86417640157974007 2 0.1358235984202599 + 2 1 0.99949221964876511 2 0.00050778035123484947 + 2 1 0.89510583637765673 2 0.10489416362234323 + 1 2 1 + 1 2 1 + 1 2 1 + 2 1 0.84735851796496786 2 0.15264148203503219 + 2 1 0.99176717183087792 2 0.0082328281691221063 + 2 1 0.98632572122387829 2 0.01367427877612167 + 1 2 1 + 2 1 0.91910548189548469 2 0.080894518104515339 + 1 1 1 + 2 1 0.072685786077286069 2 0.92731421392271396 + 2 1 0.065916443190113208 2 0.93408355680988675 + 2 1 0.075295872410051201 2 0.9247041275899488 + 2 1 0.10282941095591384 2 0.8971705890440862 + 1 1 1 + 1 1 1 + 1 1 1 + 1 1 1 + 3 0 0.086554831018139142 1 0.82502324771914382 6 0.088421921262717057 + 1 1 1 + 3 0 0.038143365508162733 1 0.87347827798607758 6 0.088378356505759703 + 1 7 1 + 1 7 1 + 1 7 1 + 1 7 1 + 1 2 1 + 1 2 1 + 1 2 1 + 1 2 1 + 1 0 1 + 1 0 1 + 1 0 1 + 1 0 1 + 1 2 1 + 1 2 1 + 1 7 1 + 2 1 0.064799522699401702 2 0.9352004773005983 + 2 1 0.8993933801925359 2 0.10060661980746413 + 1 2 1 + 1 2 1 + 1 7 1 + 2 1 0.052960518368878495 2 0.9470394816311215 + 2 1 0.60869346226559784 2 0.39130653773440216 + 1 0 1 + 2 1 0.98916539788209512 6 0.010834602117904827 + 1 1 1 + 2 1 0.9969756832201514 2 0.0030243167798486301 + 2 1 0.88502067591361444 2 0.1149793240863856 + 2 1 0.098795930455644429 2 0.90120406954435561 + 1 7 1 + 1 2 1 + 1 2 1 + 3 0 0.11858797353611673 1 0.44464497514889417 6 0.43676705131498911 + 3 0 0.061327898130118352 1 0.75383340439854385 6 0.18483869747133783 + 1 1 1 + 1 1 1 + 2 1 0.89947545593332601 2 0.10052454406667399 + 2 1 0.095521356686433717 2 0.90447864331356631 + 1 7 1 + 1 2 1 + 1 2 1 + 1 1 1 + 1 1 1 + 3 0 0.094444732989399344 1 0.66946265982792763 6 0.23609260718267297 + 3 0 0.14814175248955233 1 0.43488034224782551 6 0.41697790526262218 + 1 0 1 + 1 1 1 + 1 1 1 + 2 1 0.94348179487990347 2 0.05651820512009649 + 3 0 0.25767014028133761 1 0.53085183511142053 6 0.21147802460724191 + 3 0 0.10104611726899693 1 0.58591538481880634 6 0.31303849791219679 + 3 0 0.12936009113603253 1 0.61949666255678681 6 0.25114324630718066 + 3 0 0.012153109296241749 1 0.95344342087719591 6 0.034403469826562311 + 3 0 0.036024968233237267 1 0.85335413627890078 6 0.11062089548786193 + 3 0 0.033831544411867066 1 0.81965598116173233 6 0.14651247442640056 + 3 0 0.0030692935263727933 1 0.91305256975538762 6 0.08387813671823964 + 2 1 0.95090487241165667 6 0.049095127588343279 + 1 1 1 + 1 1 1 + 1 1 1 + 2 6 0.86423278373612944 7 0.13576721626387056 + 2 6 0.99951044131999989 7 0.00048955868000012475 + 2 6 0.8951608557385563 7 0.10483914426144372 + 1 7 1 + 1 7 1 + 1 7 1 + 2 6 0.84730073856734012 7 0.15269926143265983 + 2 6 0.99169402312475829 7 0.0083059768752417086 + 2 6 0.9863544606707908 7 0.013645539329209224 + 1 7 1 + 2 6 0.91897681222692396 7 0.0810231877730761 + 1 6 1 + 2 6 0.073775529029809356 7 0.92622447097019067 + 2 6 0.065992818292206962 7 0.93400718170779307 + 2 6 0.075095892096442018 7 0.92490410790355793 + 2 6 0.10344945358143025 7 0.89655054641856979 + 1 6 1 + 1 6 1 + 1 6 1 + 1 6 1 + 3 0 0.086475724071600937 1 0.088966017235256711 6 0.82455825869314237 + 1 6 1 + 3 0 0.037843214562548536 1 0.088573140794084695 6 0.8735836446433668 + 1 2 1 + 1 2 1 + 1 2 1 + 1 2 1 + 1 7 1 + 1 7 1 + 1 7 1 + 1 7 1 + 1 0 1 + 1 0 1 + 1 0 1 + 1 0 1 + 1 7 1 + 1 7 1 + 1 2 1 + 2 6 0.064795325569278861 7 0.93520467443072119 + 2 6 0.89926358411053275 7 0.10073641588946729 + 1 7 1 + 1 7 1 + 1 2 1 + 2 6 0.053142418401855553 7 0.94685758159814448 + 2 6 0.60863577309394223 7 0.39136422690605777 + 1 0 1 + 2 1 0.010806952234921273 6 0.98919304776507877 + 1 6 1 + 2 6 0.99702275444224819 7 0.0029772455577517531 + 2 6 0.88516477115557102 7 0.11483522884442901 + 2 6 0.10030916020933821 7 0.89969083979066178 + 1 2 1 + 1 7 1 + 1 7 1 + 3 0 0.060555741148156907 1 0.1850510494903933 6 0.75439320936144982 + 1 6 1 + 1 6 1 + 2 6 0.8993001802801458 7 0.10069981971985423 + 2 6 0.094242825777130099 7 0.90575717422286994 + 1 2 1 + 1 7 1 + 1 7 1 + 1 6 1 + 1 6 1 + 3 0 0.092364010008861741 1 0.23616704110142933 6 0.67146894888970887 + 1 0 1 + 1 6 1 + 1 6 1 + 2 6 0.94348027792084566 7 0.056519722079154365 + 3 0 0.25714358353132744 1 0.21204474624508682 6 0.53081167022358577 + 3 0 0.099798799572194535 1 0.31288685465228611 6 0.58731434577551933 + 3 0 0.12583536171189136 1 0.2527605989147173 6 0.62140403937339128 + 3 0 0.01178341985762596 1 0.034511448855836339 6 0.95370513128653767 + 3 0 0.033701037803548578 1 0.10976968348756001 6 0.8565292787088914 + 3 0 0.033352441939435956 1 0.14646724971081287 6 0.8201803083497512 + 3 0 0.0019304650186885849 1 0.082294327749579038 6 0.91577520723173234 + 2 1 0.04817127633502262 6 0.95182872366497739 + 1 6 1 + 1 6 1 + 1 6 1 + 1 6 1 + 2 1 0.040751718582763413 6 0.95924828141723661 + 3 0 0.080667187761036777 1 0.13378175285633415 6 0.78555105938262915 + 2 0 1.0872848140503379e-05 1 0.9999891271518595 + 2 1 0.95920359121935406 6 0.040796408780645908 + 3 0 0.083137478808292406 1 0.78214348261785427 6 0.13471903857385337 + 3 0 0.13711322972479326 1 0.65135170230585182 6 0.2115350679693549 + 3 0 0.13904408783164307 1 0.21369070823981473 6 0.64726520392854225 + 3 0 0.27358676844539548 1 0.36648789077110572 6 0.35992534078349886 + 3 0 0.32061045655548931 1 0.34122683512240964 6 0.33816270832210105 + 3 0 0.16927072044329608 1 0.65197977107891714 6 0.17874950847778676 + 3 0 0.1693805592143342 1 0.17947396124083326 6 0.65114547954483259 + 2 0 0.00068388401507562364 1 0.99931611598492442 + 3 0 0.0075538585154196515 1 0.96578076346046804 6 0.026665378024112337 + 3 0 0.10751090430667724 1 0.76900817707417835 6 0.1234809186191444 + 3 0 0.10817191211534384 1 0.12532994738642225 6 0.76649814049823395 + 1 6 1 + 3 0 0.0019816901917225362 1 0.026825502275714255 6 0.97119280753256321 + 3 0 0.081816126697153296 1 0.29862416726056284 6 0.61955970604228383 + 3 0 0.081882642841009851 1 0.6184619208262202 6 0.29965543633276998 + 1 0 1 + 1 2 1 + 1 7 1; + setAttr -s 75 ".pm"; + setAttr ".pm[0]" -type "matrix" -1 0 0 0 0 -1 -1.6292100000000001e-07 0 0 -1.6292100000000001e-07 1 0 + 0 100 0 1; + setAttr ".pm[1]" -type "matrix" -1 0 1.5095799999999999e-07 0 3.38939e-09 -0.99974799999999997 0.0224526 0 + 1.50919e-07 0.0224526 0.99974799999999997 0 8.9100000000000001 93.706374999999994 -2.1045020000000001 1; + setAttr ".pm[2]" -type "matrix" -1 0 1.5099599999999998e-07 0 -3.7380899999999999e-09 -0.99969399999999997 -0.024756299999999998 0 + 1.5095000000000001e-07 -0.024756299999999998 0.99969399999999997 0 8.9100000000000001 48.861324000000003 0.20177100000000001 1; + setAttr ".pm[3]" -type "matrix" 1 5.9650499999999995e-07 -8.7110199999999996e-07 0 + -5.2466500000000002e-07 -0.43521799999999999 -0.90032500000000004 0 -9.1616700000000005e-07 0.90032599999999996 -0.43521799999999999 0 + -8.9099959999999996 3.547183 7.3380000000000001 1; + setAttr ".pm[4]" -type "matrix" 1 0 0 0 0 -4.1909599999999998e-07 -1 0 0 1 -4.1909599999999998e-07 0 + -8.9100070000000002 -12.954725 1.888056 1; + setAttr ".pm[5]" -type "matrix" 1 0 0 0 0 -3.6992600000000003e-07 -1 0 0 1 -3.6992600000000003e-07 0 + -8.9100079999999995 -27.343665999999999 1.8880589999999999 1; + setAttr ".pm[6]" -type "matrix" -1 0 1.5095799999999999e-07 0 3.38939e-09 -0.99974799999999997 0.0224526 0 + 1.50919e-07 0.0224526 0.99974799999999997 0 -8.9100000000000001 93.706374999999994 -2.1044990000000001 1; + setAttr ".pm[7]" -type "matrix" -1 0 1.5099599999999998e-07 0 -3.7380899999999999e-09 -0.99969399999999997 -0.024756299999999998 0 + 1.5095000000000001e-07 -0.024756299999999998 0.99969399999999997 0 -8.9100000000000001 48.861324000000003 0.20177300000000001 1; + setAttr ".pm[8]" -type "matrix" 1 -5.9650499999999995e-07 1.0459499999999999e-06 0 + 6.8208299999999995e-07 -0.43521799999999999 -0.90032500000000004 0 9.9226300000000005e-07 0.90032599999999996 -0.43521799999999999 0 + 8.9099939999999993 3.5471840000000001 7.3380010000000002 1; + setAttr ".pm[9]" -type "matrix" 0.99999899999999997 0.00142432 -1.9185299999999999e-08 0 + -1.84557e-08 -5.1225500000000008e-07 -1 0 -0.00142432 0.99999899999999997 -5.1222799999999997e-07 0 + 8.9284529999999993 -12.942022 1.888058 1; + setAttr ".pm[10]" -type "matrix" 0.99999899999999997 0.00142432 -1.95215e-08 0 -1.8820100000000001e-08 -4.9249900000000002e-07 -1 0 + -0.00142432 0.99999899999999997 -4.9247099999999999e-07 0 8.9284529999999993 -27.330964999999999 1.888061 1; + setAttr ".pm[11]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -107.00000799999999 0 1; + setAttr ".pm[12]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -121.078537 0 1; + setAttr ".pm[13]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -135.157104 0 1; + setAttr ".pm[14]" -type "matrix" 1.1920900000000001e-07 1 0 0 1 -1.1920900000000001e-07 1.19249e-08 0 + 1.19249e-08 0 -1 0 -146.58856299999999 -6.9999840000000004 2.2134200000000002e-05 1; + setAttr ".pm[15]" -type "matrix" -0.00134212 0.99933099999999997 -0.0365435 0 0.99933099999999997 4.9120499999999998e-06 -0.036567799999999998 0 + -0.036543100000000002 -0.036568099999999999 -0.99866299999999997 0 -146.46673799999999 -17.696128999999999 6.0075240000000001 1; + setAttr ".pm[16]" -type "matrix" -0.0115116 0.99924999999999997 0.036995500000000001 0 + 0.99924900000000005 0.010127000000000001 0.037398300000000002 0 0.036995599999999997 0.037398300000000002 -0.99861500000000003 0 + -145.92354399999999 -46.426074999999997 -8.145213 1; + setAttr ".pm[17]" -type "matrix" 0.0066907700000000004 0.99211400000000005 0.12516099999999999 0 + 0.99211400000000005 -0.022251900000000002 0.123349 0 0.12516099999999999 0.123349 -0.98443899999999995 0 + -146.180916 -67.876501000000005 -27.090153999999998 1; + setAttr ".pm[18]" -type "matrix" 0.19365099999999999 0.94289199999999995 0.27102599999999999 0 + 0.97955400000000004 -0.201181 6.7768399999999997e-07 0 0.054525900000000002 0.265484 -0.96257199999999998 0 + -156.775454 -42.677723999999998 -15.352771000000001 1; + setAttr ".pm[19]" -type "matrix" -0.0010918 0.97854699999999994 0.20602400000000001 0 + 1 0.0011155 1.10177e-06 0 -0.00022874200000000001 0.20602400000000001 -0.97854699999999994 0 + -144.36223899999999 -76.973724000000004 -10.237088999999999 1; + setAttr ".pm[20]" -type "matrix" -0.0011941 0.98072800000000004 0.195377 0 0.99999899999999997 0.0012177100000000001 -7.4168200000000006e-07 0 + -0.00023863899999999999 0.195377 -0.98072800000000004 0 -144.35397 -79.980947999999998 -9.3700600000000005 1; + setAttr ".pm[21]" -type "matrix" -0.0012268400000000001 0.98072800000000004 0.195377 0 + 0.99999899999999997 0.00125107 -6.22505e-07 0 -0.00024504000000000003 0.195377 -0.98072800000000004 0 + -144.351178 -82.729606000000004 -9.3700810000000008 1; + setAttr ".pm[22]" -type "matrix" -0.0012106199999999999 0.98072800000000004 0.195377 0 + 1 0.0012343899999999999 9.2677899999999999e-08 0 -0.000241081 0.195377 -0.98072800000000004 0 + -144.352597 -85.471061000000006 -9.3702430000000003 1; + setAttr ".pm[23]" -type "matrix" 3.05517e-06 0.99959699999999996 0.028395699999999999 0 + 1 -3.0636299999999998e-06 2.5435099999999997e-07 0 3.4124200000000001e-07 0.028395699999999999 -0.99959699999999996 0 + -147.08680100000001 -80.611168000000006 1.6628050000000001 1; + setAttr ".pm[24]" -type "matrix" 1.0596300000000001e-07 0.99963400000000002 0.0270729 0 + 1 -1.2284500000000001e-07 6.2190700000000001e-07 0 6.2500400000000006e-07 0.0270729 -0.99963400000000002 0 + -147.08658800000001 -85.793166999999997 1.7762880000000001 1; + setAttr ".pm[25]" -type "matrix" 2.8806500000000003e-05 0.99948599999999999 0.032067100000000001 0 + 1 -2.8813699999999998e-05 -2.3738800000000003e-07 0 6.86703e-07 0.032067100000000001 -0.99948599999999999 0 + -147.08915200000001 -89.211867999999996 1.330673 1; + setAttr ".pm[26]" -type "matrix" 1.3071699999999999e-07 0.99948599999999999 0.032067100000000001 0 + 1 -1.2352599999999999e-07 -2.2621299999999999e-07 0 -2.2213500000000002e-07 0.032067100000000001 -0.99948599999999999 0 + -147.08654300000001 -91.343468000000001 1.3306709999999999 1; + setAttr ".pm[27]" -type "matrix" 7.29618e-06 0.99948599999999999 0.032067199999999997 0 + 1 -7.2961400000000006e-06 -1.1817899999999999e-07 0 1.1584799999999999e-07 0.032067199999999997 -0.99948599999999999 0 + -147.08721499999999 -93.469787999999994 1.3306450000000001 1; + setAttr ".pm[28]" -type "matrix" 1.3024000000000001e-07 1 6.0823200000000004e-05 0 + 1 -1.30137e-07 -1.68876e-06 0 -1.6887499999999999e-06 6.0823200000000004e-05 -1 0 + -147.38775000000001 -80.519867000000005 1.3564689999999999 1; + setAttr ".pm[29]" -type "matrix" 1.16392e-07 1 4.4442099999999999e-05 0 1 -1.1631100000000001e-07 -1.8215099999999999e-06 0 + -1.8214999999999998e-06 4.4442099999999999e-05 -1 0 -147.38775100000001 -85.495948999999996 1.3578920000000001 1; + setAttr ".pm[30]" -type "matrix" -7.4915200000000007e-06 1 6.1576900000000003e-05 0 + 1 7.4916400000000007e-06 -1.85296e-06 0 -1.85342e-06 6.1576900000000003e-05 -1 0 + -147.38706500000001 -89.362358 1.356365 1; + setAttr ".pm[31]" -type "matrix" 0.202349 0.97931400000000002 -0.00040601100000000001 0 + 0.97931400000000002 -0.202349 4.7276800000000001e-05 0 -3.58572e-05 -0.00040717900000000003 -1 0 + -162.82676900000001 -59.652358999999997 1.3918459999999999 1; + setAttr ".pm[32]" -type "matrix" 0.20235700000000001 0.97931199999999996 -0.000406086 0 + 0.97931199999999996 -0.20235700000000001 4.7215699999999996e-05 0 -3.5935600000000002e-05 -0.000407239 -1 0 + -162.82726099999999 -61.656666000000001 1.3918630000000001 1; + setAttr ".pm[33]" -type "matrix" 1.3024000000000001e-07 1 1.5179499999999999e-07 0 + 1 -1.3024000000000001e-07 9.5678800000000008e-08 0 9.5678800000000008e-08 1.5179499999999999e-07 -1 0 + -147.26674800000001 -80.801117000000005 -1.498318 1; + setAttr ".pm[34]" -type "matrix" 4.7947499999999993e-06 1.0000009999999999 3.2875000000000003e-07 0 + 1 -4.7947499999999993e-06 3.2577199999999999e-07 0 3.2577399999999999e-07 3.2874799999999997e-07 -1 0 + -147.26716099999999 -84.88691 -1.498364 1; + setAttr ".pm[35]" -type "matrix" 1.1920900000000001e-07 1.0000009999999999 1.12419e-07 0 + 1 -1.1920900000000001e-07 1.09443e-07 0 1.09443e-07 1.12419e-07 -1 0 -147.26676499999999 -88.151138000000003 -1.498313 1; + setAttr ".pm[36]" -type "matrix" 0.20235600000000001 0.97931299999999999 -5.9533700000000001e-07 0 + 0.97931199999999996 -0.20235600000000001 -2.1824699999999998e-07 0 -3.3420099999999999e-07 -5.3885800000000005e-07 -1 0 + -162.487132 -58.604118 -1.4982 1; + setAttr ".pm[37]" -type "matrix" 0.20235600000000001 0.97931299999999999 -5.26325e-07 0 + 0.97931199999999996 -0.20235600000000001 -1.6203700000000001e-07 0 -2.6519000000000001e-07 -4.82648e-07 -1 0 + -162.48714899999999 -60.724899000000001 -1.4982150000000001 1; + setAttr ".pm[38]" -type "matrix" -4.22806e-06 0.99971600000000005 -0.023825499999999999 0 + 1 4.2370700000000001e-06 3.2787899999999997e-07 0 4.2873599999999996e-07 -0.023825499999999999 -0.99971600000000005 0 + -146.70199 -80.752167 -2.1744110000000001 1; + setAttr ".pm[39]" -type "matrix" 1.2726900000000002e-05 0.99974099999999999 -0.0227891 0 + 1 -1.2699400000000001e-05 1.34905e-06 0 1.0592900000000001e-06 -0.0227891 -0.99973999999999996 0 + -146.70342500000001 -84.242714000000007 -2.2618939999999998 1; + setAttr ".pm[40]" -type "matrix" -1.70246e-05 0.99968699999999999 -0.025020400000000002 0 + 1 1.7031700000000002e-05 7.33996e-08 0 4.9951699999999999e-07 -0.025020400000000002 -0.99968699999999999 0 + -146.700862 -86.677627999999999 -2.06826 1; + setAttr ".pm[41]" -type "matrix" 0.201932 0.97325799999999996 0.10951 0 0.97931900000000005 -0.20208200000000001 -0.0098415099999999995 0 + 0.0125516 0.109232 -0.99393699999999996 0 -161.46043700000001 -55.898291999999998 -12.488960000000001 1; + setAttr ".pm[42]" -type "matrix" 0.20192399999999999 0.97326000000000001 0.109509 0 + 0.979321 -0.202074 -0.0098419000000000006 0 0.012550199999999999 0.109232 -0.99393699999999996 0 + -161.459982 -57.679062000000002 -12.488863 1; + setAttr ".pm[43]" -type "matrix" 1.1920900000000001e-07 -1 0 0 1 1.1920900000000001e-07 -1.6292100000000001e-07 0 + 1.6292100000000001e-07 0 1 0 -146.588561 -7.000019 0 1; + setAttr ".pm[44]" -type "matrix" 0.0013423599999999999 -0.99933099999999997 -0.0365435 0 + 0.99933099999999997 5.1509199999999998e-06 0.0365679 0 -0.036543300000000001 -0.036568099999999999 0.99866299999999997 0 + -146.46671799999999 -17.696155999999998 -6.0075510000000003 1; + setAttr ".pm[45]" -type "matrix" 0.0115119 -0.99924900000000005 0.036995500000000001 0 + 0.99924900000000005 0.010127199999999999 -0.037398399999999998 0 0.036995699999999999 0.037398300000000002 0.99861500000000003 0 + -145.92353199999999 -46.426090000000002 8.145232 1; + setAttr ".pm[46]" -type "matrix" -0.0066905599999999999 -0.99211400000000005 0.12516099999999999 0 + 0.99211400000000005 -0.022251699999999999 -0.123349 0 0.12516099999999999 0.123348 0.98443899999999995 0 + -146.180869 -67.876525999999998 27.090131 1; + setAttr ".pm[47]" -type "matrix" -0.19365299999999999 -0.94289100000000003 0.27102599999999999 0 + 0.97955400000000004 -0.201183 -7.27595e-07 0 0.054526600000000001 0.26548500000000003 0.96257199999999998 0 + -156.775554 -42.677365000000002 15.352817999999999 1; + setAttr ".pm[48]" -type "matrix" 0.00109154 -0.97854699999999994 0.20602200000000001 0 + 0.99999899999999997 0.0011156499999999999 8.2427600000000007e-07 0 -0.000230654 0.20602200000000001 0.97854699999999994 0 + -144.362223 -76.973686000000001 10.236668999999999 1; + setAttr ".pm[49]" -type "matrix" 0.00118892 -0.98072800000000004 0.195377 0 0.99999899999999997 0.00121232 1.5033e-07 0 + -0.00023700699999999999 0.195377 0.98072800000000004 0 -144.354366 -79.980086999999997 9.3702059999999996 1; + setAttr ".pm[50]" -type "matrix" 0.0012327200000000001 -0.98072700000000002 0.195378 0 + 0.99999899999999997 0.0012568099999999999 -7.1380400000000006e-07 0 -0.00024485199999999999 0.195378 0.98072800000000004 0 + -144.35068899999999 -82.730369999999994 9.3703979999999998 1; + setAttr ".pm[51]" -type "matrix" 0.00121076 -0.98072800000000004 0.195377 0 0.99999899999999997 0.0012345699999999999 9.0794599999999992e-08 0 + -0.000241296 0.195377 0.98072800000000004 0 -144.352611 -85.471046000000001 9.3702190000000005 1; + setAttr ".pm[52]" -type "matrix" -2.8179799999999998e-06 -0.99959699999999996 0.028395699999999999 0 + 1 -2.8261200000000001e-06 -2.4653999999999998e-07 0 3.26691e-07 0.028395699999999999 0.99959699999999996 0 + -147.08675199999999 -80.611198000000002 -1.662809 1; + setAttr ".pm[53]" -type "matrix" -4.3506899999999998e-06 -0.99963400000000002 0.027072100000000002 0 + 1 -4.3492699999999996e-06 1.11108e-07 0 6.6768099999999998e-09 0.027072100000000002 0.99963400000000002 0 + -147.08691899999999 -85.792518999999999 -1.7764629999999999 1; + setAttr ".pm[54]" -type "matrix" -7.0511000000000001e-06 -0.99948599999999999 0.032067199999999997 0 + 1 -7.0546499999999994e-06 2.4829699999999998e-09 0 2.2374100000000002e-07 0.032067199999999997 0.99948599999999999 0 + -147.08717799999999 -89.215027000000006 -1.330627 1; + setAttr ".pm[55]" -type "matrix" -7.0365900000000007e-06 -0.99948599999999999 0.032067600000000002 0 + 1 -7.0545900000000003e-06 -4.4827700000000001e-07 0 6.7427099999999999e-07 0.032067600000000002 0.99948599999999999 0 + -147.08719300000001 -91.342383999999996 -1.3305210000000001 1; + setAttr ".pm[56]" -type "matrix" -7.0511699999999999e-06 -0.99948599999999999 0.032067199999999997 0 + 1 -7.0545999999999993e-06 6.2081900000000003e-09 0 2.2001599999999998e-07 0.032067199999999997 0.99948599999999999 0 + -147.087177 -93.469772000000006 -1.3306290000000001 1; + setAttr ".pm[57]" -type "matrix" 1.06957e-07 -1 6.0790099999999999e-05 0 1 1.06953e-07 -5.8214199999999999e-08 0 + 5.8207700000000004e-08 6.0790099999999999e-05 1 0 -147.38771600000001 -80.519890000000004 -1.356222 1; + setAttr ".pm[58]" -type "matrix" 1.1920900000000001e-07 -1 4.4442000000000006e-05 0 + 1 1.19208e-07 -2.6086299999999999e-08 0 2.6081099999999999e-08 4.4442000000000006e-05 1 0 + -147.387731 -85.495941000000002 -1.35762 1; + setAttr ".pm[59]" -type "matrix" 7.7271799999999998e-06 -1 6.1517600000000002e-05 0 + 1 7.7271900000000005e-06 8.0031400000000006e-08 0 -8.0506799999999997e-08 6.1517600000000002e-05 1 0 + -147.387044 -89.362365999999994 -1.356109 1; + setAttr ".pm[60]" -type "matrix" 1.19216e-07 -1 6.1755599999999995e-05 0 1 1.1920599999999999e-07 -1.5792900000000001e-07 0 + 1.57921e-07 6.1755599999999995e-05 1 0 -147.38776100000001 -91.366859000000005 -1.356053 1; + setAttr ".pm[61]" -type "matrix" 1.19208e-07 -1 6.1636499999999998e-05 0 1 1.1920599999999999e-07 -3.88287e-08 0 + 3.8821300000000004e-08 6.1636499999999998e-05 1 0 -147.387745 -93.372497999999993 -1.3560810000000001 1; + setAttr ".pm[62]" -type "matrix" 1.24419e-07 -1 1.43699e-08 0 1 1.24419e-07 -5.7571000000000001e-07 0 + 5.7571000000000001e-07 1.4370000000000001e-08 1 0 -147.26674499999999 -80.801124999999999 1.49837 1; + setAttr ".pm[63]" -type "matrix" 1.1920900000000001e-07 -1 3.6527500000000001e-08 0 + 1 1.1920900000000001e-07 -5.47989e-07 0 5.47989e-07 3.6527599999999999e-08 1 0 -147.266775 -84.887589000000006 1.498372 1; + setAttr ".pm[64]" -type "matrix" 1.1920900000000001e-07 -1 0 0 1 1.1920900000000001e-07 -5.1146099999999998e-07 0 + 5.1146099999999998e-07 0 1 0 -147.266774 -88.151131000000007 1.4983629999999999 1; + setAttr ".pm[65]" -type "matrix" 1.1920900000000001e-07 -1 -3.9346899999999996e-07 0 + 1 1.1920900000000001e-07 -1.17992e-07 0 1.17992e-07 -3.9346899999999996e-07 1 0 -147.266774 -90.271918999999997 1.4982690000000001 1; + setAttr ".pm[66]" -type "matrix" 1.1920900000000001e-07 -1 -3.9346899999999996e-07 0 + 1 1.1920900000000001e-07 -1.17992e-07 0 1.17992e-07 -3.9346899999999996e-07 1 0 -147.266774 -92.392707999999999 1.49827 1; + setAttr ".pm[67]" -type "matrix" 4.4819899999999998e-06 -0.99971600000000005 -0.023825300000000001 0 + 1 4.48858e-06 -2.22904e-07 0 3.2978299999999996e-07 -0.023825300000000001 0.99971600000000005 0 + -146.702001 -80.752182000000005 2.1743980000000001 1; + setAttr ".pm[68]" -type "matrix" 6.4096999999999998e-06 -0.99973999999999996 -0.022790399999999999 0 + 1 6.4150700000000002e-06 -1.62376e-07 0 3.0853600000000003e-07 -0.022790399999999999 0.99973999999999996 0 + -146.70180300000001 -84.245506000000006 2.261606 1; + setAttr ".pm[69]" -type "matrix" 8.6834900000000001e-06 -0.99968699999999999 -0.025019799999999998 0 + 1 8.7000100000000004e-06 -5.5139099999999999e-07 0 7.6889100000000003e-07 -0.025019799999999998 0.99968699999999999 0 + -146.70161899999999 -86.676376000000005 2.068378 1; + setAttr ".pm[70]" -type "matrix" 1.7271099999999998e-05 -0.99968699999999999 -0.025020400000000002 0 + 1 1.72753e-05 4.8380599999999993e-08 0 3.8386900000000003e-07 -0.025020400000000002 0.99968699999999999 0 + -146.70085599999999 -88.457085000000006 2.068238 1; + setAttr ".pm[71]" -type "matrix" 8.6919000000000006e-06 -0.99968699999999999 -0.025020199999999999 0 + 1 8.7001199999999996e-06 -2.1983999999999999e-07 0 4.3745000000000004e-07 -0.0250201 0.99968699999999999 0 + -146.70163400000001 -90.235230000000001 2.0683009999999999 1; + setAttr ".pm[72]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -149.235626 0 1; + setAttr ".pm[73]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -173.47131300000001 0 1; + setAttr ".pm[74]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -197.70695499999999 0 1; + setAttr ".gm" -type "matrix" 1 0 0 0 0 1 1.6292100000000001e-07 0 0 -1.6292100000000001e-07 1 0 + 0 0 0 1; + setAttr -s 75 ".ma"; + setAttr -s 75 ".dpf[0:74]" 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 + 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 + 4 4 4 4 4 4 4 4 4 4 4 4 4 4; + setAttr -s 75 ".lw"; + setAttr -s 75 ".lw"; + setAttr ".mi" 5; + setAttr ".bm" 1; + setAttr ".ucm" yes; + setAttr -s 75 ".ifcl"; + setAttr -s 75 ".ifcl"; +createNode skinCluster -n "skinCluster4"; + rename -uid "DE8721BD-465C-99D1-435C-1D9AAD758FD8"; + setAttr ".ip[0].gtg" -type "string" "skinCluster4"; + setAttr ".skm" -1; + setAttr -s 282 ".wl"; + setAttr ".wl[0:278].w" + 2 72 8.889000992828119e-05 73 0.99991110999007171 + 2 72 0.0017173978018644055 73 0.99828260219813558 + 1 72 1 + 2 72 0.0010354384899831631 73 0.99896456151001689 + 1 72 1 + 2 72 0.0025520741359960851 73 0.99744792586400388 + 2 72 0.015914961632910663 73 0.98408503836708938 + 2 72 0.011723381330749879 73 0.9882766186692501 + 2 72 4.8330777250343202e-05 73 0.9999516692227497 + 2 72 0.0023533282108521348 73 0.9976466717891479 + 2 72 1.7631234250507045e-06 73 0.99999823687657496 + 1 73 1 + 2 72 0.00012785317867938415 73 0.99987214682132064 + 2 72 0.0002449525302134157 73 0.99975504746978661 + 1 73 1 + 2 72 6.0522259724894451e-05 73 0.99993947774027514 + 2 72 2.9054622970828464e-05 73 0.99997094537702913 + 1 73 1 + 2 72 1.3919841834163932e-05 73 0.99998608015816581 + 2 72 0.00098427511910430883 73 0.99901572488089574 + 2 72 0.0065761050107318612 73 0.99342389498926809 + 2 72 0.014921915891802856 73 0.98507808410819719 + 2 72 0.005043473729832151 73 0.99495652627016784 + 2 72 0.0022167045606778261 73 0.9977832954393222 + 2 72 0.00020260757454608055 73 0.99979739242545396 + 2 72 0.00041305318480113498 73 0.99958694681519888 + 2 72 0.0010596582828652998 73 0.99894034171713475 + 2 72 2.7755206956401879e-07 73 0.99999972244793045 + 2 72 4.0055259748146977e-05 73 0.99995994474025185 + 2 72 2.6849597379497101e-08 73 0.99999997315040257 + 2 72 5.7795336509099552e-07 73 0.99999942204663494 + 2 72 2.4583757732723959e-05 73 0.99997541624226727 + 1 72 1 + 2 72 0.0066227777194791584 73 0.99337722228052083 + 2 72 9.868279046416102e-05 73 0.99990131720953579 + 2 72 0.0061425224013744919 73 0.99385747759862553 + 2 72 0.025865317612692389 73 0.9741346823873076 + 2 72 0.00026139711956314608 73 0.99973860288043681 + 2 72 0.096556806083217137 73 0.90344319391678285 + 2 72 0.42731655605923013 73 0.57268344394076987 + 2 72 0.5 73 0.5 + 1 72 1 + 1 72 1 + 1 72 1 + 2 72 0.027890496210495008 73 0.972109503789505 + 2 72 3.8182636622588997e-05 73 0.99996181736337741 + 2 72 0.0041582457693097276 73 0.99584175423069032 + 2 72 0.00019863051707887604 73 0.99980136948292109 + 2 72 0.0012922930837222211 73 0.99870770691627775 + 2 72 0.00029804039457226235 73 0.99970195960542774 + 2 72 3.3667534497401926e-05 73 0.99996633246550259 + 2 72 0.002494813144879066 73 0.99750518685512091 + 2 72 0.00024378036445118397 73 0.99975621963554884 + 2 72 4.3133091311560989e-06 73 0.9999956866908688 + 2 72 0.00028274593423046267 73 0.9997172540657695 + 2 72 0.0036543767474858007 73 0.99634562325251419 + 2 72 6.4363666301156583e-06 73 0.99999356363336989 + 1 72 1 + 1 72 1 + 1 72 1 + 2 72 0.032221247168503414 73 0.96777875283149661 + 2 72 0.0019261995021162841 73 0.99807380049788375 + 1 72 1 + 1 72 1 + 2 72 0.00035906020220403181 73 0.999640939797796 + 2 72 0.036719673388039852 73 0.96328032661196017 + 2 72 5.8488584222449199e-05 73 0.99994151141577758 + 2 72 8.9990614480357762e-05 73 0.99991000938551966 + 2 72 2.3455464575562444e-08 73 0.99999997654453543 + 2 72 0.0099540809103146125 73 0.99004591908968542 + 2 72 0.01116091716742143 73 0.9888390828325786 + 2 72 0.0016681197457150449 73 0.99833188025428499 + 2 72 2.4115498542367045e-06 73 0.99999758845014575 + 2 72 0.00040191372624492037 73 0.99959808627375513 + 2 72 0.003043004021513042 73 0.99695699597848697 + 2 72 7.3511883619971378e-06 73 0.99999264881163796 + 2 72 0.00094867222923161862 73 0.99905132777076833 + 2 72 0.0020917535914661911 73 0.99790824640853382 + 2 72 0.0059381329131031431 73 0.99406186708689681 + 2 72 4.3651231741085359e-05 73 0.9999563487682589 + 2 72 3.3185203496155739e-05 73 0.99996681479650384 + 2 72 1.3131090933403164e-07 73 0.99999986868909063 + 2 72 5.4563331346610852e-07 73 0.99999945436668658 + 2 72 0.00040871864844505083 73 0.99959128135155495 + 2 72 6.1129217059592881e-08 73 0.99999993887078298 + 2 72 4.5858832513883081e-05 73 0.99995414116748615 + 2 72 3.0994058526246378e-05 73 0.99996900594147375 + 2 72 5.0737618382381162e-05 73 0.99994926238161763 + 2 72 0.00085779657484301723 73 0.99914220342515703 + 2 72 0.00034535186045559196 73 0.99965464813954441 + 1 73 1 + 2 72 1.3536728619728382e-05 73 0.9999864632713803 + 2 72 0.35985422660018801 73 0.64014577339981205 + 2 72 0.36609235765008186 73 0.63390764234991814 + 2 72 0.32265533710749744 73 0.6773446628925025 + 2 72 0.00055215440240146481 73 0.99944784559759858 + 2 72 0.001099617450196092 73 0.99890038254980396 + 2 72 0.0014214051487024648 73 0.99857859485129752 + 2 72 1.0483904724357678e-05 73 0.99998951609527564 + 2 72 0.0003338865437925908 73 0.99966611345620737 + 2 72 0.00209976722181575 73 0.99790023277818429 + 2 72 0.00092361517637035498 73 0.99907638482362959 + 2 72 7.4731925390993688e-06 73 0.99999252680746087 + 2 72 1.7843611126722309e-05 73 0.99998215638887322 + 2 72 3.9180137005280782e-06 73 0.99999608198629952 + 2 72 0.00010806591149068873 73 0.99989193408850929 + 2 72 7.9945781270688451e-05 73 0.99992005421872932 + 2 72 0.00017376850331352528 73 0.99982623149668648 + 2 72 2.6354453924069473e-08 73 0.99999997364554605 + 1 72 1 + 1 72 1 + 1 72 1 + 1 72 1 + 1 72 1 + 2 72 1.5673855049534825e-05 73 0.99998432614495047 + 2 72 1.8647382299001364e-05 73 0.99998135261770105 + 1 73 1 + 2 72 0.0019539930689064671 73 0.99804600693109358 + 2 72 0.00085134673694889839 73 0.99914865326305113 + 2 72 0.0019238978942920965 73 0.99807610210570785 + 2 72 8.0174886314973354e-05 73 0.99991982511368505 + 2 72 0.000248967311658852 73 0.9997510326883412 + 2 72 0.0020207085202887504 73 0.99797929147971121 + 2 72 1.771887215944179e-14 73 1 + 2 72 8.4398502985669595e-05 73 0.99991560149701431 + 1 72 1 + 2 72 0.0047370045476171864 73 0.99526299545238284 + 1 72 1 + 2 72 5.6841475568298351e-05 73 0.99994315852443172 + 2 72 0.00034227272720147375 73 0.99965772727279856 + 2 72 0.0011573064455707366 73 0.99884269355442923 + 2 72 3.4919349608912448e-06 73 0.99999650806503915 + 2 72 4.834090076663507e-05 73 0.99995165909923334 + 2 72 8.6708048328143198e-08 73 0.9999999132919517 + 1 73 1 + 2 72 0.00027084117349533877 73 0.9997291588265047 + 2 72 4.3904632371432364e-07 73 0.99999956095367626 + 1 73 1 + 2 72 0.00012587000852322042 73 0.99987412999147673 + 2 72 5.1822498532398327e-06 73 0.99999481775014676 + 1 73 1 + 2 72 1.4175044868600677e-06 73 0.9999985824955131 + 2 72 0.0002440753769715315 73 0.99975592462302842 + 2 72 0.006109534485171075 73 0.99389046551482896 + 2 72 9.7978413108509273e-06 73 0.99999020215868917 + 2 72 1.3662913029885111e-05 73 0.99998633708697016 + 2 72 0.00011328140019521396 73 0.99988671859980482 + 2 72 0.004278430009480385 73 0.99572156999051964 + 2 72 5.2525056542709333e-05 73 0.99994747494345726 + 2 72 3.0098485835241643e-09 73 0.99999999699015141 + 2 72 0.00024689576816461586 73 0.99975310423183539 + 2 72 1.4613669177929676e-05 73 0.99998538633082212 + 2 72 1.7305854227701646e-08 73 0.99999998269414581 + 2 72 6.3350913387501054e-08 73 0.9999999366490866 + 2 72 1.9791433543874501e-05 73 0.99998020856645609 + 1 72 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 2 72 0.00038247999496736107 73 0.99961752000503268 + 2 72 0.00036832489217389526 73 0.99963167510782613 + 2 72 3.2816184007010745e-05 73 0.99996718381599303 + 1 73 1 + 2 72 0.5 73 0.5 + 1 72 1 + 1 72 1 + 2 72 0.39588320517566467 73 0.60411679482433533 + 1 72 1 + 1 72 1 + 2 72 0.0021403003590742646 73 0.99785969964092569 + 2 72 0.00032320995409448991 73 0.99967679004590548 + 2 72 8.2566591794714194e-05 73 0.99991743340820527 + 2 72 0.0010031276114674153 73 0.99899687238853263 + 2 72 0.0023511774636638927 73 0.99764882253633613 + 2 72 1.8159381775150667e-05 73 0.99998184061822482 + 2 72 2.4025335809795654e-08 73 0.99999997597466417 + 2 72 1.7592504691920768e-06 73 0.99999824074953081 + 2 72 6.9227530075002399e-05 73 0.99993077246992501 + 2 72 0.0053731978455957277 73 0.99462680215440424 + 2 72 9.1946481730239384e-07 73 0.99999908053518272 + 2 72 0.0020106564240706063 73 0.99798934357592939 + 2 72 7.5427386115725718e-05 73 0.99992457261388423 + 2 72 0.00033593408128460651 73 0.99966406591871537 + 1 73 1 + 2 72 0.17160201524355523 73 0.82839798475644477 + 2 72 0.0022655928354094064 73 0.99773440716459061 + 1 72 1 + 2 72 0.00027051922665990183 73 0.99972948077334012 + 2 72 1.443898402329081e-06 73 0.99999855610159771 + 2 72 0.00024167661163791124 73 0.99975832338836212 + 2 72 0.00039004716614483961 73 0.99960995283385512 + 2 72 5.8685065717773514e-07 73 0.99999941314934282 + 2 72 0.016691013017842683 73 0.9833089869821573 + 2 72 0.37050978636832749 73 0.62949021363167246 + 2 72 0.5 73 0.5 + 1 72 1 + 1 72 1 + 1 72 1 + 2 72 0.0012530763818078673 73 0.99874692361819217 + 2 72 8.445086648591269e-05 73 0.9999155491335141 + 2 72 2.2448172870312668e-06 73 0.99999775518271294 + 2 72 1.6941558844480689e-06 73 0.99999830584411553 + 2 72 1.8779656076661901e-05 73 0.99998122034392334 + 2 72 5.7091797690819391e-07 73 0.99999942908202311 + 2 72 2.7035723299507074e-06 73 0.9999972964276701 + 2 72 8.4836182081944376e-06 73 0.99999151638179185 + 2 72 3.7917715023223856e-07 73 0.99999962082284977 + 2 72 8.14624873190445e-07 73 0.99999918537512678 + 2 72 6.2265230437660025e-07 73 0.99999937734769562 + 2 72 0.00015827066573338266 73 0.99984172933426663 + 2 72 4.1605648830632355e-06 73 0.99999583943511694 + 1 72 1 + 1 72 1 + 1 72 1 + 2 72 0.031456707464958225 73 0.96854329253504179 + 2 72 0.016588106562358863 73 0.98341189343764113 + 1 72 1 + 1 72 1 + 2 72 0.00088442349377443438 73 0.99911557650622551 + 2 72 3.1282591537790087e-08 73 0.99999996871740848 + 2 72 0.00073400432793483067 73 0.9992659956720652 + 2 72 0.00024299270358602446 73 0.99975700729641392 + 2 72 3.1245913774351951e-07 73 0.99999968754086221 + 1 73 1 + 2 72 7.4304692074774353e-06 73 0.99999256953079252 + 2 72 9.9649515262142802e-05 73 0.99990035048473791 + 2 72 8.444673394847346e-06 73 0.99999155532660511 + 2 72 7.5973056735822385e-08 73 0.99999992402694327 + 2 72 6.216488573302212e-05 73 0.99993783511426693 + 2 72 1.7237270461585692e-05 73 0.99998276272953845 + 1 73 1 + 2 72 3.2409739402121692e-07 73 0.99999967590260597 + 2 72 3.7063591238732764e-05 73 0.99996293640876122 + 2 72 0.00041463820546121417 73 0.99958536179453883 + 2 72 5.8641438444984246e-07 73 0.9999994135856155 + 2 72 4.7713951707092198e-05 73 0.99995228604829289 + 2 72 8.4744903660560335e-05 73 0.99991525509633949 + 2 72 8.9543282766575763e-07 73 0.99999910456717234 + 2 72 1.1422706078294367e-06 73 0.99999885772939212 + 2 72 3.1639271861586513e-05 73 0.99996836072813844 + 2 72 3.7686675860095829e-09 73 0.9999999962313324 + 2 72 0.00011480935196885946 73 0.99988519064803116 + 2 72 2.4359398190053157e-05 73 0.99997564060180999 + 2 72 0.0021456930451497682 73 0.99785430695485022 + 2 72 1.6379095089023692e-06 73 0.99999836209049109 + 2 72 3.1382045759664028e-06 73 0.99999686179542402 + 2 72 0.27312884348861399 73 0.72687115651138601 + 2 72 0.31845152554575318 73 0.68154847445424682 + 2 72 0.29177848980109278 73 0.70822151019890722 + 2 72 6.4313058119692214e-06 73 0.99999356869418798 + 2 72 7.6107524472676641e-06 73 0.99999238924755274 + 2 72 0.0034330630373245602 73 0.9965669369626754 + 2 72 0.00017225357664387548 73 0.99982774642335615 + 2 72 6.9747681472772928e-05 73 0.99993025231852728 + 2 72 3.061486126590096e-07 73 0.99999969385138732 + 2 72 3.0604507243494134e-07 73 0.9999996939549276 + 2 72 8.6350781957865211e-05 73 0.99991364921804216 + 2 72 1.6859910330203545e-05 73 0.99998314008966982 + 2 72 3.6647387772256702e-07 73 0.99999963352612231 + 2 72 3.3407236384175147e-05 73 0.99996659276361588 + 1 73 1 + 2 72 3.7665722653536615e-07 73 0.99999962334277348 + 1 73 1 + 1 72 1 + 1 72 1 + 1 72 1 + 1 72 1 + 1 72 1 + 1 72 1 + 1 72 1 + 2 72 2.6912512443224664e-06 73 0.9999973087487557 + 2 72 0.00014000625799559074 73 0.9998599937420044 + 2 72 0.0020890243880309651 73 0.99791097561196906 + 2 72 0.00096979327880306174 73 0.99903020672119691 + 2 72 0.00025787363204058463 73 0.99974212636795945 + 2 72 4.2784416776012823e-06 73 0.99999572155832239 + 2 72 0.00022029491547848957 73 0.99977970508452152; + setAttr ".wl[279:281].w" + 2 72 1.0868120182740631e-06 73 0.99999891318798173 + 2 72 0.0012173822652583931 73 0.99878261773474164 + 1 72 1; + setAttr -s 75 ".pm"; + setAttr ".pm[0]" -type "matrix" -1 0 0 0 0 -1 -1.6292100000000001e-07 0 0 -1.6292100000000001e-07 1 0 + 0 100 0 1; + setAttr ".pm[1]" -type "matrix" -1 0 1.5095799999999999e-07 0 3.38939e-09 -0.99974799999999997 0.0224526 0 + 1.50919e-07 0.0224526 0.99974799999999997 0 8.9100000000000001 93.706374999999994 -2.1045020000000001 1; + setAttr ".pm[2]" -type "matrix" -1 0 1.5099599999999998e-07 0 -3.7380899999999999e-09 -0.99969399999999997 -0.024756299999999998 0 + 1.5095000000000001e-07 -0.024756299999999998 0.99969399999999997 0 8.9100000000000001 48.861324000000003 0.20177100000000001 1; + setAttr ".pm[3]" -type "matrix" 1 5.9650499999999995e-07 -8.7110199999999996e-07 0 + -5.2466500000000002e-07 -0.43521799999999999 -0.90032500000000004 0 -9.1616700000000005e-07 0.90032599999999996 -0.43521799999999999 0 + -8.9099959999999996 3.547183 7.3380000000000001 1; + setAttr ".pm[4]" -type "matrix" 1 0 0 0 0 -4.1909599999999998e-07 -1 0 0 1 -4.1909599999999998e-07 0 + -8.9100070000000002 -12.954725 1.888056 1; + setAttr ".pm[5]" -type "matrix" 1 0 0 0 0 -3.6992600000000003e-07 -1 0 0 1 -3.6992600000000003e-07 0 + -8.9100079999999995 -27.343665999999999 1.8880589999999999 1; + setAttr ".pm[6]" -type "matrix" -1 0 1.5095799999999999e-07 0 3.38939e-09 -0.99974799999999997 0.0224526 0 + 1.50919e-07 0.0224526 0.99974799999999997 0 -8.9100000000000001 93.706374999999994 -2.1044990000000001 1; + setAttr ".pm[7]" -type "matrix" -1 0 1.5099599999999998e-07 0 -3.7380899999999999e-09 -0.99969399999999997 -0.024756299999999998 0 + 1.5095000000000001e-07 -0.024756299999999998 0.99969399999999997 0 -8.9100000000000001 48.861324000000003 0.20177300000000001 1; + setAttr ".pm[8]" -type "matrix" 1 -5.9650499999999995e-07 1.0459499999999999e-06 0 + 6.8208299999999995e-07 -0.43521799999999999 -0.90032500000000004 0 9.9226300000000005e-07 0.90032599999999996 -0.43521799999999999 0 + 8.9099939999999993 3.5471840000000001 7.3380010000000002 1; + setAttr ".pm[9]" -type "matrix" 0.99999899999999997 0.00142432 -1.9185299999999999e-08 0 + -1.84557e-08 -5.1225500000000008e-07 -1 0 -0.00142432 0.99999899999999997 -5.1222799999999997e-07 0 + 8.9284529999999993 -12.942022 1.888058 1; + setAttr ".pm[10]" -type "matrix" 0.99999899999999997 0.00142432 -1.95215e-08 0 -1.8820100000000001e-08 -4.9249900000000002e-07 -1 0 + -0.00142432 0.99999899999999997 -4.9247099999999999e-07 0 8.9284529999999993 -27.330964999999999 1.888061 1; + setAttr ".pm[11]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -107.00000799999999 0 1; + setAttr ".pm[12]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -121.078537 0 1; + setAttr ".pm[13]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -135.157104 0 1; + setAttr ".pm[14]" -type "matrix" 1.1920900000000001e-07 1 0 0 1 -1.1920900000000001e-07 1.19249e-08 0 + 1.19249e-08 0 -1 0 -146.58856299999999 -6.9999840000000004 2.2134200000000002e-05 1; + setAttr ".pm[15]" -type "matrix" -0.00134212 0.99933099999999997 -0.0365435 0 0.99933099999999997 4.9120499999999998e-06 -0.036567799999999998 0 + -0.036543100000000002 -0.036568099999999999 -0.99866299999999997 0 -146.46673799999999 -17.696128999999999 6.0075240000000001 1; + setAttr ".pm[16]" -type "matrix" -0.0115116 0.99924999999999997 0.036995500000000001 0 + 0.99924900000000005 0.010127000000000001 0.037398300000000002 0 0.036995599999999997 0.037398300000000002 -0.99861500000000003 0 + -145.92354399999999 -46.426074999999997 -8.145213 1; + setAttr ".pm[17]" -type "matrix" 0.0066907700000000004 0.99211400000000005 0.12516099999999999 0 + 0.99211400000000005 -0.022251900000000002 0.123349 0 0.12516099999999999 0.123349 -0.98443899999999995 0 + -146.180916 -67.876501000000005 -27.090153999999998 1; + setAttr ".pm[18]" -type "matrix" 0.19365099999999999 0.94289199999999995 0.27102599999999999 0 + 0.97955400000000004 -0.201181 6.7768399999999997e-07 0 0.054525900000000002 0.265484 -0.96257199999999998 0 + -156.775454 -42.677723999999998 -15.352771000000001 1; + setAttr ".pm[19]" -type "matrix" -0.0010918 0.97854699999999994 0.20602400000000001 0 + 1 0.0011155 1.10177e-06 0 -0.00022874200000000001 0.20602400000000001 -0.97854699999999994 0 + -144.36223899999999 -76.973724000000004 -10.237088999999999 1; + setAttr ".pm[20]" -type "matrix" -0.0011941 0.98072800000000004 0.195377 0 0.99999899999999997 0.0012177100000000001 -7.4168200000000006e-07 0 + -0.00023863899999999999 0.195377 -0.98072800000000004 0 -144.35397 -79.980947999999998 -9.3700600000000005 1; + setAttr ".pm[21]" -type "matrix" -0.0012268400000000001 0.98072800000000004 0.195377 0 + 0.99999899999999997 0.00125107 -6.22505e-07 0 -0.00024504000000000003 0.195377 -0.98072800000000004 0 + -144.351178 -82.729606000000004 -9.3700810000000008 1; + setAttr ".pm[22]" -type "matrix" -0.0012106199999999999 0.98072800000000004 0.195377 0 + 1 0.0012343899999999999 9.2677899999999999e-08 0 -0.000241081 0.195377 -0.98072800000000004 0 + -144.352597 -85.471061000000006 -9.3702430000000003 1; + setAttr ".pm[23]" -type "matrix" 3.05517e-06 0.99959699999999996 0.028395699999999999 0 + 1 -3.0636299999999998e-06 2.5435099999999997e-07 0 3.4124200000000001e-07 0.028395699999999999 -0.99959699999999996 0 + -147.08680100000001 -80.611168000000006 1.6628050000000001 1; + setAttr ".pm[24]" -type "matrix" 1.0596300000000001e-07 0.99963400000000002 0.0270729 0 + 1 -1.2284500000000001e-07 6.2190700000000001e-07 0 6.2500400000000006e-07 0.0270729 -0.99963400000000002 0 + -147.08658800000001 -85.793166999999997 1.7762880000000001 1; + setAttr ".pm[25]" -type "matrix" 2.8806500000000003e-05 0.99948599999999999 0.032067100000000001 0 + 1 -2.8813699999999998e-05 -2.3738800000000003e-07 0 6.86703e-07 0.032067100000000001 -0.99948599999999999 0 + -147.08915200000001 -89.211867999999996 1.330673 1; + setAttr ".pm[26]" -type "matrix" 1.3071699999999999e-07 0.99948599999999999 0.032067100000000001 0 + 1 -1.2352599999999999e-07 -2.2621299999999999e-07 0 -2.2213500000000002e-07 0.032067100000000001 -0.99948599999999999 0 + -147.08654300000001 -91.343468000000001 1.3306709999999999 1; + setAttr ".pm[27]" -type "matrix" 7.29618e-06 0.99948599999999999 0.032067199999999997 0 + 1 -7.2961400000000006e-06 -1.1817899999999999e-07 0 1.1584799999999999e-07 0.032067199999999997 -0.99948599999999999 0 + -147.08721499999999 -93.469787999999994 1.3306450000000001 1; + setAttr ".pm[28]" -type "matrix" 1.3024000000000001e-07 1 6.0823200000000004e-05 0 + 1 -1.30137e-07 -1.68876e-06 0 -1.6887499999999999e-06 6.0823200000000004e-05 -1 0 + -147.38775000000001 -80.519867000000005 1.3564689999999999 1; + setAttr ".pm[29]" -type "matrix" 1.16392e-07 1 4.4442099999999999e-05 0 1 -1.1631100000000001e-07 -1.8215099999999999e-06 0 + -1.8214999999999998e-06 4.4442099999999999e-05 -1 0 -147.38775100000001 -85.495948999999996 1.3578920000000001 1; + setAttr ".pm[30]" -type "matrix" -7.4915200000000007e-06 1 6.1576900000000003e-05 0 + 1 7.4916400000000007e-06 -1.85296e-06 0 -1.85342e-06 6.1576900000000003e-05 -1 0 + -147.38706500000001 -89.362358 1.356365 1; + setAttr ".pm[31]" -type "matrix" 0.202349 0.97931400000000002 -0.00040601100000000001 0 + 0.97931400000000002 -0.202349 4.7276800000000001e-05 0 -3.58572e-05 -0.00040717900000000003 -1 0 + -162.82676900000001 -59.652358999999997 1.3918459999999999 1; + setAttr ".pm[32]" -type "matrix" 0.20235700000000001 0.97931199999999996 -0.000406086 0 + 0.97931199999999996 -0.20235700000000001 4.7215699999999996e-05 0 -3.5935600000000002e-05 -0.000407239 -1 0 + -162.82726099999999 -61.656666000000001 1.3918630000000001 1; + setAttr ".pm[33]" -type "matrix" 1.3024000000000001e-07 1 1.5179499999999999e-07 0 + 1 -1.3024000000000001e-07 9.5678800000000008e-08 0 9.5678800000000008e-08 1.5179499999999999e-07 -1 0 + -147.26674800000001 -80.801117000000005 -1.498318 1; + setAttr ".pm[34]" -type "matrix" 4.7947499999999993e-06 1.0000009999999999 3.2875000000000003e-07 0 + 1 -4.7947499999999993e-06 3.2577199999999999e-07 0 3.2577399999999999e-07 3.2874799999999997e-07 -1 0 + -147.26716099999999 -84.88691 -1.498364 1; + setAttr ".pm[35]" -type "matrix" 1.1920900000000001e-07 1.0000009999999999 1.12419e-07 0 + 1 -1.1920900000000001e-07 1.09443e-07 0 1.09443e-07 1.12419e-07 -1 0 -147.26676499999999 -88.151138000000003 -1.498313 1; + setAttr ".pm[36]" -type "matrix" 0.20235600000000001 0.97931299999999999 -5.9533700000000001e-07 0 + 0.97931199999999996 -0.20235600000000001 -2.1824699999999998e-07 0 -3.3420099999999999e-07 -5.3885800000000005e-07 -1 0 + -162.487132 -58.604118 -1.4982 1; + setAttr ".pm[37]" -type "matrix" 0.20235600000000001 0.97931299999999999 -5.26325e-07 0 + 0.97931199999999996 -0.20235600000000001 -1.6203700000000001e-07 0 -2.6519000000000001e-07 -4.82648e-07 -1 0 + -162.48714899999999 -60.724899000000001 -1.4982150000000001 1; + setAttr ".pm[38]" -type "matrix" -4.22806e-06 0.99971600000000005 -0.023825499999999999 0 + 1 4.2370700000000001e-06 3.2787899999999997e-07 0 4.2873599999999996e-07 -0.023825499999999999 -0.99971600000000005 0 + -146.70199 -80.752167 -2.1744110000000001 1; + setAttr ".pm[39]" -type "matrix" 1.2726900000000002e-05 0.99974099999999999 -0.0227891 0 + 1 -1.2699400000000001e-05 1.34905e-06 0 1.0592900000000001e-06 -0.0227891 -0.99973999999999996 0 + -146.70342500000001 -84.242714000000007 -2.2618939999999998 1; + setAttr ".pm[40]" -type "matrix" -1.70246e-05 0.99968699999999999 -0.025020400000000002 0 + 1 1.7031700000000002e-05 7.33996e-08 0 4.9951699999999999e-07 -0.025020400000000002 -0.99968699999999999 0 + -146.700862 -86.677627999999999 -2.06826 1; + setAttr ".pm[41]" -type "matrix" 0.201932 0.97325799999999996 0.10951 0 0.97931900000000005 -0.20208200000000001 -0.0098415099999999995 0 + 0.0125516 0.109232 -0.99393699999999996 0 -161.46043700000001 -55.898291999999998 -12.488960000000001 1; + setAttr ".pm[42]" -type "matrix" 0.20192399999999999 0.97326000000000001 0.109509 0 + 0.979321 -0.202074 -0.0098419000000000006 0 0.012550199999999999 0.109232 -0.99393699999999996 0 + -161.459982 -57.679062000000002 -12.488863 1; + setAttr ".pm[43]" -type "matrix" 1.1920900000000001e-07 -1 0 0 1 1.1920900000000001e-07 -1.6292100000000001e-07 0 + 1.6292100000000001e-07 0 1 0 -146.588561 -7.000019 0 1; + setAttr ".pm[44]" -type "matrix" 0.0013423599999999999 -0.99933099999999997 -0.0365435 0 + 0.99933099999999997 5.1509199999999998e-06 0.0365679 0 -0.036543300000000001 -0.036568099999999999 0.99866299999999997 0 + -146.46671799999999 -17.696155999999998 -6.0075510000000003 1; + setAttr ".pm[45]" -type "matrix" 0.0115119 -0.99924900000000005 0.036995500000000001 0 + 0.99924900000000005 0.010127199999999999 -0.037398399999999998 0 0.036995699999999999 0.037398300000000002 0.99861500000000003 0 + -145.92353199999999 -46.426090000000002 8.145232 1; + setAttr ".pm[46]" -type "matrix" -0.0066905599999999999 -0.99211400000000005 0.12516099999999999 0 + 0.99211400000000005 -0.022251699999999999 -0.123349 0 0.12516099999999999 0.123348 0.98443899999999995 0 + -146.180869 -67.876525999999998 27.090131 1; + setAttr ".pm[47]" -type "matrix" -0.19365299999999999 -0.94289100000000003 0.27102599999999999 0 + 0.97955400000000004 -0.201183 -7.27595e-07 0 0.054526600000000001 0.26548500000000003 0.96257199999999998 0 + -156.775554 -42.677365000000002 15.352817999999999 1; + setAttr ".pm[48]" -type "matrix" 0.00109154 -0.97854699999999994 0.20602200000000001 0 + 0.99999899999999997 0.0011156499999999999 8.2427600000000007e-07 0 -0.000230654 0.20602200000000001 0.97854699999999994 0 + -144.362223 -76.973686000000001 10.236668999999999 1; + setAttr ".pm[49]" -type "matrix" 0.00118892 -0.98072800000000004 0.195377 0 0.99999899999999997 0.00121232 1.5033e-07 0 + -0.00023700699999999999 0.195377 0.98072800000000004 0 -144.354366 -79.980086999999997 9.3702059999999996 1; + setAttr ".pm[50]" -type "matrix" 0.0012327200000000001 -0.98072700000000002 0.195378 0 + 0.99999899999999997 0.0012568099999999999 -7.1380400000000006e-07 0 -0.00024485199999999999 0.195378 0.98072800000000004 0 + -144.35068899999999 -82.730369999999994 9.3703979999999998 1; + setAttr ".pm[51]" -type "matrix" 0.00121076 -0.98072800000000004 0.195377 0 0.99999899999999997 0.0012345699999999999 9.0794599999999992e-08 0 + -0.000241296 0.195377 0.98072800000000004 0 -144.352611 -85.471046000000001 9.3702190000000005 1; + setAttr ".pm[52]" -type "matrix" -2.8179799999999998e-06 -0.99959699999999996 0.028395699999999999 0 + 1 -2.8261200000000001e-06 -2.4653999999999998e-07 0 3.26691e-07 0.028395699999999999 0.99959699999999996 0 + -147.08675199999999 -80.611198000000002 -1.662809 1; + setAttr ".pm[53]" -type "matrix" -4.3506899999999998e-06 -0.99963400000000002 0.027072100000000002 0 + 1 -4.3492699999999996e-06 1.11108e-07 0 6.6768099999999998e-09 0.027072100000000002 0.99963400000000002 0 + -147.08691899999999 -85.792518999999999 -1.7764629999999999 1; + setAttr ".pm[54]" -type "matrix" -7.0511000000000001e-06 -0.99948599999999999 0.032067199999999997 0 + 1 -7.0546499999999994e-06 2.4829699999999998e-09 0 2.2374100000000002e-07 0.032067199999999997 0.99948599999999999 0 + -147.08717799999999 -89.215027000000006 -1.330627 1; + setAttr ".pm[55]" -type "matrix" -7.0365900000000007e-06 -0.99948599999999999 0.032067600000000002 0 + 1 -7.0545900000000003e-06 -4.4827700000000001e-07 0 6.7427099999999999e-07 0.032067600000000002 0.99948599999999999 0 + -147.08719300000001 -91.342383999999996 -1.3305210000000001 1; + setAttr ".pm[56]" -type "matrix" -7.0511699999999999e-06 -0.99948599999999999 0.032067199999999997 0 + 1 -7.0545999999999993e-06 6.2081900000000003e-09 0 2.2001599999999998e-07 0.032067199999999997 0.99948599999999999 0 + -147.087177 -93.469772000000006 -1.3306290000000001 1; + setAttr ".pm[57]" -type "matrix" 1.06957e-07 -1 6.0790099999999999e-05 0 1 1.06953e-07 -5.8214199999999999e-08 0 + 5.8207700000000004e-08 6.0790099999999999e-05 1 0 -147.38771600000001 -80.519890000000004 -1.356222 1; + setAttr ".pm[58]" -type "matrix" 1.1920900000000001e-07 -1 4.4442000000000006e-05 0 + 1 1.19208e-07 -2.6086299999999999e-08 0 2.6081099999999999e-08 4.4442000000000006e-05 1 0 + -147.387731 -85.495941000000002 -1.35762 1; + setAttr ".pm[59]" -type "matrix" 7.7271799999999998e-06 -1 6.1517600000000002e-05 0 + 1 7.7271900000000005e-06 8.0031400000000006e-08 0 -8.0506799999999997e-08 6.1517600000000002e-05 1 0 + -147.387044 -89.362365999999994 -1.356109 1; + setAttr ".pm[60]" -type "matrix" 1.19216e-07 -1 6.1755599999999995e-05 0 1 1.1920599999999999e-07 -1.5792900000000001e-07 0 + 1.57921e-07 6.1755599999999995e-05 1 0 -147.38776100000001 -91.366859000000005 -1.356053 1; + setAttr ".pm[61]" -type "matrix" 1.19208e-07 -1 6.1636499999999998e-05 0 1 1.1920599999999999e-07 -3.88287e-08 0 + 3.8821300000000004e-08 6.1636499999999998e-05 1 0 -147.387745 -93.372497999999993 -1.3560810000000001 1; + setAttr ".pm[62]" -type "matrix" 1.24419e-07 -1 1.43699e-08 0 1 1.24419e-07 -5.7571000000000001e-07 0 + 5.7571000000000001e-07 1.4370000000000001e-08 1 0 -147.26674499999999 -80.801124999999999 1.49837 1; + setAttr ".pm[63]" -type "matrix" 1.1920900000000001e-07 -1 3.6527500000000001e-08 0 + 1 1.1920900000000001e-07 -5.47989e-07 0 5.47989e-07 3.6527599999999999e-08 1 0 -147.266775 -84.887589000000006 1.498372 1; + setAttr ".pm[64]" -type "matrix" 1.1920900000000001e-07 -1 0 0 1 1.1920900000000001e-07 -5.1146099999999998e-07 0 + 5.1146099999999998e-07 0 1 0 -147.266774 -88.151131000000007 1.4983629999999999 1; + setAttr ".pm[65]" -type "matrix" 1.1920900000000001e-07 -1 -3.9346899999999996e-07 0 + 1 1.1920900000000001e-07 -1.17992e-07 0 1.17992e-07 -3.9346899999999996e-07 1 0 -147.266774 -90.271918999999997 1.4982690000000001 1; + setAttr ".pm[66]" -type "matrix" 1.1920900000000001e-07 -1 -3.9346899999999996e-07 0 + 1 1.1920900000000001e-07 -1.17992e-07 0 1.17992e-07 -3.9346899999999996e-07 1 0 -147.266774 -92.392707999999999 1.49827 1; + setAttr ".pm[67]" -type "matrix" 4.4819899999999998e-06 -0.99971600000000005 -0.023825300000000001 0 + 1 4.48858e-06 -2.22904e-07 0 3.2978299999999996e-07 -0.023825300000000001 0.99971600000000005 0 + -146.702001 -80.752182000000005 2.1743980000000001 1; + setAttr ".pm[68]" -type "matrix" 6.4096999999999998e-06 -0.99973999999999996 -0.022790399999999999 0 + 1 6.4150700000000002e-06 -1.62376e-07 0 3.0853600000000003e-07 -0.022790399999999999 0.99973999999999996 0 + -146.70180300000001 -84.245506000000006 2.261606 1; + setAttr ".pm[69]" -type "matrix" 8.6834900000000001e-06 -0.99968699999999999 -0.025019799999999998 0 + 1 8.7000100000000004e-06 -5.5139099999999999e-07 0 7.6889100000000003e-07 -0.025019799999999998 0.99968699999999999 0 + -146.70161899999999 -86.676376000000005 2.068378 1; + setAttr ".pm[70]" -type "matrix" 1.7271099999999998e-05 -0.99968699999999999 -0.025020400000000002 0 + 1 1.72753e-05 4.8380599999999993e-08 0 3.8386900000000003e-07 -0.025020400000000002 0.99968699999999999 0 + -146.70085599999999 -88.457085000000006 2.068238 1; + setAttr ".pm[71]" -type "matrix" 8.6919000000000006e-06 -0.99968699999999999 -0.025020199999999999 0 + 1 8.7001199999999996e-06 -2.1983999999999999e-07 0 4.3745000000000004e-07 -0.0250201 0.99968699999999999 0 + -146.70163400000001 -90.235230000000001 2.0683009999999999 1; + setAttr ".pm[72]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -149.235626 0 1; + setAttr ".pm[73]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -173.47131300000001 0 1; + setAttr ".pm[74]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -197.70695499999999 0 1; + setAttr ".gm" -type "matrix" 1 0 0 0 0 1 1.6292100000000001e-07 0 0 -1.6292100000000001e-07 1 0 + 0 0 0 1; + setAttr -s 75 ".ma"; + setAttr -s 75 ".dpf[0:74]" 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 + 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 + 4 4 4 4 4 4 4 4 4 4 4 4 4 4; + setAttr -s 75 ".lw"; + setAttr -s 75 ".lw"; + setAttr ".mi" 5; + setAttr ".bm" 1; + setAttr ".ucm" yes; + setAttr -s 75 ".ifcl"; + setAttr -s 75 ".ifcl"; +createNode skinCluster -n "skinCluster3"; + rename -uid "611D0CD9-4F6E-A560-2C78-69B055D04E5A"; + setAttr ".ip[0].gtg" -type "string" "skinCluster3"; + setAttr ".skm" -1; + setAttr -s 27 ".wl"; + setAttr ".wl[0:26].w" + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1; + setAttr -s 75 ".pm"; + setAttr ".pm[0]" -type "matrix" -1 0 0 0 0 -1 -1.6292100000000001e-07 0 0 -1.6292100000000001e-07 1 0 + 0 100 0 1; + setAttr ".pm[1]" -type "matrix" -1 0 1.5095799999999999e-07 0 3.38939e-09 -0.99974799999999997 0.0224526 0 + 1.50919e-07 0.0224526 0.99974799999999997 0 8.9100000000000001 93.706374999999994 -2.1045020000000001 1; + setAttr ".pm[2]" -type "matrix" -1 0 1.5099599999999998e-07 0 -3.7380899999999999e-09 -0.99969399999999997 -0.024756299999999998 0 + 1.5095000000000001e-07 -0.024756299999999998 0.99969399999999997 0 8.9100000000000001 48.861324000000003 0.20177100000000001 1; + setAttr ".pm[3]" -type "matrix" 1 5.9650499999999995e-07 -8.7110199999999996e-07 0 + -5.2466500000000002e-07 -0.43521799999999999 -0.90032500000000004 0 -9.1616700000000005e-07 0.90032599999999996 -0.43521799999999999 0 + -8.9099959999999996 3.547183 7.3380000000000001 1; + setAttr ".pm[4]" -type "matrix" 1 0 0 0 0 -4.1909599999999998e-07 -1 0 0 1 -4.1909599999999998e-07 0 + -8.9100070000000002 -12.954725 1.888056 1; + setAttr ".pm[5]" -type "matrix" 1 0 0 0 0 -3.6992600000000003e-07 -1 0 0 1 -3.6992600000000003e-07 0 + -8.9100079999999995 -27.343665999999999 1.8880589999999999 1; + setAttr ".pm[6]" -type "matrix" -1 0 1.5095799999999999e-07 0 3.38939e-09 -0.99974799999999997 0.0224526 0 + 1.50919e-07 0.0224526 0.99974799999999997 0 -8.9100000000000001 93.706374999999994 -2.1044990000000001 1; + setAttr ".pm[7]" -type "matrix" -1 0 1.5099599999999998e-07 0 -3.7380899999999999e-09 -0.99969399999999997 -0.024756299999999998 0 + 1.5095000000000001e-07 -0.024756299999999998 0.99969399999999997 0 -8.9100000000000001 48.861324000000003 0.20177300000000001 1; + setAttr ".pm[8]" -type "matrix" 1 -5.9650499999999995e-07 1.0459499999999999e-06 0 + 6.8208299999999995e-07 -0.43521799999999999 -0.90032500000000004 0 9.9226300000000005e-07 0.90032599999999996 -0.43521799999999999 0 + 8.9099939999999993 3.5471840000000001 7.3380010000000002 1; + setAttr ".pm[9]" -type "matrix" 0.99999899999999997 0.00142432 -1.9185299999999999e-08 0 + -1.84557e-08 -5.1225500000000008e-07 -1 0 -0.00142432 0.99999899999999997 -5.1222799999999997e-07 0 + 8.9284529999999993 -12.942022 1.888058 1; + setAttr ".pm[10]" -type "matrix" 0.99999899999999997 0.00142432 -1.95215e-08 0 -1.8820100000000001e-08 -4.9249900000000002e-07 -1 0 + -0.00142432 0.99999899999999997 -4.9247099999999999e-07 0 8.9284529999999993 -27.330964999999999 1.888061 1; + setAttr ".pm[11]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -107.00000799999999 0 1; + setAttr ".pm[12]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -121.078537 0 1; + setAttr ".pm[13]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -135.157104 0 1; + setAttr ".pm[14]" -type "matrix" 1.1920900000000001e-07 1 0 0 1 -1.1920900000000001e-07 1.19249e-08 0 + 1.19249e-08 0 -1 0 -146.58856299999999 -6.9999840000000004 2.2134200000000002e-05 1; + setAttr ".pm[15]" -type "matrix" -0.00134212 0.99933099999999997 -0.0365435 0 0.99933099999999997 4.9120499999999998e-06 -0.036567799999999998 0 + -0.036543100000000002 -0.036568099999999999 -0.99866299999999997 0 -146.46673799999999 -17.696128999999999 6.0075240000000001 1; + setAttr ".pm[16]" -type "matrix" -0.0115116 0.99924999999999997 0.036995500000000001 0 + 0.99924900000000005 0.010127000000000001 0.037398300000000002 0 0.036995599999999997 0.037398300000000002 -0.99861500000000003 0 + -145.92354399999999 -46.426074999999997 -8.145213 1; + setAttr ".pm[17]" -type "matrix" 0.0066907700000000004 0.99211400000000005 0.12516099999999999 0 + 0.99211400000000005 -0.022251900000000002 0.123349 0 0.12516099999999999 0.123349 -0.98443899999999995 0 + -146.180916 -67.876501000000005 -27.090153999999998 1; + setAttr ".pm[18]" -type "matrix" 0.19365099999999999 0.94289199999999995 0.27102599999999999 0 + 0.97955400000000004 -0.201181 6.7768399999999997e-07 0 0.054525900000000002 0.265484 -0.96257199999999998 0 + -156.775454 -42.677723999999998 -15.352771000000001 1; + setAttr ".pm[19]" -type "matrix" -0.0010918 0.97854699999999994 0.20602400000000001 0 + 1 0.0011155 1.10177e-06 0 -0.00022874200000000001 0.20602400000000001 -0.97854699999999994 0 + -144.36223899999999 -76.973724000000004 -10.237088999999999 1; + setAttr ".pm[20]" -type "matrix" -0.0011941 0.98072800000000004 0.195377 0 0.99999899999999997 0.0012177100000000001 -7.4168200000000006e-07 0 + -0.00023863899999999999 0.195377 -0.98072800000000004 0 -144.35397 -79.980947999999998 -9.3700600000000005 1; + setAttr ".pm[21]" -type "matrix" -0.0012268400000000001 0.98072800000000004 0.195377 0 + 0.99999899999999997 0.00125107 -6.22505e-07 0 -0.00024504000000000003 0.195377 -0.98072800000000004 0 + -144.351178 -82.729606000000004 -9.3700810000000008 1; + setAttr ".pm[22]" -type "matrix" -0.0012106199999999999 0.98072800000000004 0.195377 0 + 1 0.0012343899999999999 9.2677899999999999e-08 0 -0.000241081 0.195377 -0.98072800000000004 0 + -144.352597 -85.471061000000006 -9.3702430000000003 1; + setAttr ".pm[23]" -type "matrix" 3.05517e-06 0.99959699999999996 0.028395699999999999 0 + 1 -3.0636299999999998e-06 2.5435099999999997e-07 0 3.4124200000000001e-07 0.028395699999999999 -0.99959699999999996 0 + -147.08680100000001 -80.611168000000006 1.6628050000000001 1; + setAttr ".pm[24]" -type "matrix" 1.0596300000000001e-07 0.99963400000000002 0.0270729 0 + 1 -1.2284500000000001e-07 6.2190700000000001e-07 0 6.2500400000000006e-07 0.0270729 -0.99963400000000002 0 + -147.08658800000001 -85.793166999999997 1.7762880000000001 1; + setAttr ".pm[25]" -type "matrix" 2.8806500000000003e-05 0.99948599999999999 0.032067100000000001 0 + 1 -2.8813699999999998e-05 -2.3738800000000003e-07 0 6.86703e-07 0.032067100000000001 -0.99948599999999999 0 + -147.08915200000001 -89.211867999999996 1.330673 1; + setAttr ".pm[26]" -type "matrix" 1.3071699999999999e-07 0.99948599999999999 0.032067100000000001 0 + 1 -1.2352599999999999e-07 -2.2621299999999999e-07 0 -2.2213500000000002e-07 0.032067100000000001 -0.99948599999999999 0 + -147.08654300000001 -91.343468000000001 1.3306709999999999 1; + setAttr ".pm[27]" -type "matrix" 7.29618e-06 0.99948599999999999 0.032067199999999997 0 + 1 -7.2961400000000006e-06 -1.1817899999999999e-07 0 1.1584799999999999e-07 0.032067199999999997 -0.99948599999999999 0 + -147.08721499999999 -93.469787999999994 1.3306450000000001 1; + setAttr ".pm[28]" -type "matrix" 1.3024000000000001e-07 1 6.0823200000000004e-05 0 + 1 -1.30137e-07 -1.68876e-06 0 -1.6887499999999999e-06 6.0823200000000004e-05 -1 0 + -147.38775000000001 -80.519867000000005 1.3564689999999999 1; + setAttr ".pm[29]" -type "matrix" 1.16392e-07 1 4.4442099999999999e-05 0 1 -1.1631100000000001e-07 -1.8215099999999999e-06 0 + -1.8214999999999998e-06 4.4442099999999999e-05 -1 0 -147.38775100000001 -85.495948999999996 1.3578920000000001 1; + setAttr ".pm[30]" -type "matrix" -7.4915200000000007e-06 1 6.1576900000000003e-05 0 + 1 7.4916400000000007e-06 -1.85296e-06 0 -1.85342e-06 6.1576900000000003e-05 -1 0 + -147.38706500000001 -89.362358 1.356365 1; + setAttr ".pm[31]" -type "matrix" 0.202349 0.97931400000000002 -0.00040601100000000001 0 + 0.97931400000000002 -0.202349 4.7276800000000001e-05 0 -3.58572e-05 -0.00040717900000000003 -1 0 + -162.82676900000001 -59.652358999999997 1.3918459999999999 1; + setAttr ".pm[32]" -type "matrix" 0.20235700000000001 0.97931199999999996 -0.000406086 0 + 0.97931199999999996 -0.20235700000000001 4.7215699999999996e-05 0 -3.5935600000000002e-05 -0.000407239 -1 0 + -162.82726099999999 -61.656666000000001 1.3918630000000001 1; + setAttr ".pm[33]" -type "matrix" 1.3024000000000001e-07 1 1.5179499999999999e-07 0 + 1 -1.3024000000000001e-07 9.5678800000000008e-08 0 9.5678800000000008e-08 1.5179499999999999e-07 -1 0 + -147.26674800000001 -80.801117000000005 -1.498318 1; + setAttr ".pm[34]" -type "matrix" 4.7947499999999993e-06 1.0000009999999999 3.2875000000000003e-07 0 + 1 -4.7947499999999993e-06 3.2577199999999999e-07 0 3.2577399999999999e-07 3.2874799999999997e-07 -1 0 + -147.26716099999999 -84.88691 -1.498364 1; + setAttr ".pm[35]" -type "matrix" 1.1920900000000001e-07 1.0000009999999999 1.12419e-07 0 + 1 -1.1920900000000001e-07 1.09443e-07 0 1.09443e-07 1.12419e-07 -1 0 -147.26676499999999 -88.151138000000003 -1.498313 1; + setAttr ".pm[36]" -type "matrix" 0.20235600000000001 0.97931299999999999 -5.9533700000000001e-07 0 + 0.97931199999999996 -0.20235600000000001 -2.1824699999999998e-07 0 -3.3420099999999999e-07 -5.3885800000000005e-07 -1 0 + -162.487132 -58.604118 -1.4982 1; + setAttr ".pm[37]" -type "matrix" 0.20235600000000001 0.97931299999999999 -5.26325e-07 0 + 0.97931199999999996 -0.20235600000000001 -1.6203700000000001e-07 0 -2.6519000000000001e-07 -4.82648e-07 -1 0 + -162.48714899999999 -60.724899000000001 -1.4982150000000001 1; + setAttr ".pm[38]" -type "matrix" -4.22806e-06 0.99971600000000005 -0.023825499999999999 0 + 1 4.2370700000000001e-06 3.2787899999999997e-07 0 4.2873599999999996e-07 -0.023825499999999999 -0.99971600000000005 0 + -146.70199 -80.752167 -2.1744110000000001 1; + setAttr ".pm[39]" -type "matrix" 1.2726900000000002e-05 0.99974099999999999 -0.0227891 0 + 1 -1.2699400000000001e-05 1.34905e-06 0 1.0592900000000001e-06 -0.0227891 -0.99973999999999996 0 + -146.70342500000001 -84.242714000000007 -2.2618939999999998 1; + setAttr ".pm[40]" -type "matrix" -1.70246e-05 0.99968699999999999 -0.025020400000000002 0 + 1 1.7031700000000002e-05 7.33996e-08 0 4.9951699999999999e-07 -0.025020400000000002 -0.99968699999999999 0 + -146.700862 -86.677627999999999 -2.06826 1; + setAttr ".pm[41]" -type "matrix" 0.201932 0.97325799999999996 0.10951 0 0.97931900000000005 -0.20208200000000001 -0.0098415099999999995 0 + 0.0125516 0.109232 -0.99393699999999996 0 -161.46043700000001 -55.898291999999998 -12.488960000000001 1; + setAttr ".pm[42]" -type "matrix" 0.20192399999999999 0.97326000000000001 0.109509 0 + 0.979321 -0.202074 -0.0098419000000000006 0 0.012550199999999999 0.109232 -0.99393699999999996 0 + -161.459982 -57.679062000000002 -12.488863 1; + setAttr ".pm[43]" -type "matrix" 1.1920900000000001e-07 -1 0 0 1 1.1920900000000001e-07 -1.6292100000000001e-07 0 + 1.6292100000000001e-07 0 1 0 -146.588561 -7.000019 0 1; + setAttr ".pm[44]" -type "matrix" 0.0013423599999999999 -0.99933099999999997 -0.0365435 0 + 0.99933099999999997 5.1509199999999998e-06 0.0365679 0 -0.036543300000000001 -0.036568099999999999 0.99866299999999997 0 + -146.46671799999999 -17.696155999999998 -6.0075510000000003 1; + setAttr ".pm[45]" -type "matrix" 0.0115119 -0.99924900000000005 0.036995500000000001 0 + 0.99924900000000005 0.010127199999999999 -0.037398399999999998 0 0.036995699999999999 0.037398300000000002 0.99861500000000003 0 + -145.92353199999999 -46.426090000000002 8.145232 1; + setAttr ".pm[46]" -type "matrix" -0.0066905599999999999 -0.99211400000000005 0.12516099999999999 0 + 0.99211400000000005 -0.022251699999999999 -0.123349 0 0.12516099999999999 0.123348 0.98443899999999995 0 + -146.180869 -67.876525999999998 27.090131 1; + setAttr ".pm[47]" -type "matrix" -0.19365299999999999 -0.94289100000000003 0.27102599999999999 0 + 0.97955400000000004 -0.201183 -7.27595e-07 0 0.054526600000000001 0.26548500000000003 0.96257199999999998 0 + -156.775554 -42.677365000000002 15.352817999999999 1; + setAttr ".pm[48]" -type "matrix" 0.00109154 -0.97854699999999994 0.20602200000000001 0 + 0.99999899999999997 0.0011156499999999999 8.2427600000000007e-07 0 -0.000230654 0.20602200000000001 0.97854699999999994 0 + -144.362223 -76.973686000000001 10.236668999999999 1; + setAttr ".pm[49]" -type "matrix" 0.00118892 -0.98072800000000004 0.195377 0 0.99999899999999997 0.00121232 1.5033e-07 0 + -0.00023700699999999999 0.195377 0.98072800000000004 0 -144.354366 -79.980086999999997 9.3702059999999996 1; + setAttr ".pm[50]" -type "matrix" 0.0012327200000000001 -0.98072700000000002 0.195378 0 + 0.99999899999999997 0.0012568099999999999 -7.1380400000000006e-07 0 -0.00024485199999999999 0.195378 0.98072800000000004 0 + -144.35068899999999 -82.730369999999994 9.3703979999999998 1; + setAttr ".pm[51]" -type "matrix" 0.00121076 -0.98072800000000004 0.195377 0 0.99999899999999997 0.0012345699999999999 9.0794599999999992e-08 0 + -0.000241296 0.195377 0.98072800000000004 0 -144.352611 -85.471046000000001 9.3702190000000005 1; + setAttr ".pm[52]" -type "matrix" -2.8179799999999998e-06 -0.99959699999999996 0.028395699999999999 0 + 1 -2.8261200000000001e-06 -2.4653999999999998e-07 0 3.26691e-07 0.028395699999999999 0.99959699999999996 0 + -147.08675199999999 -80.611198000000002 -1.662809 1; + setAttr ".pm[53]" -type "matrix" -4.3506899999999998e-06 -0.99963400000000002 0.027072100000000002 0 + 1 -4.3492699999999996e-06 1.11108e-07 0 6.6768099999999998e-09 0.027072100000000002 0.99963400000000002 0 + -147.08691899999999 -85.792518999999999 -1.7764629999999999 1; + setAttr ".pm[54]" -type "matrix" -7.0511000000000001e-06 -0.99948599999999999 0.032067199999999997 0 + 1 -7.0546499999999994e-06 2.4829699999999998e-09 0 2.2374100000000002e-07 0.032067199999999997 0.99948599999999999 0 + -147.08717799999999 -89.215027000000006 -1.330627 1; + setAttr ".pm[55]" -type "matrix" -7.0365900000000007e-06 -0.99948599999999999 0.032067600000000002 0 + 1 -7.0545900000000003e-06 -4.4827700000000001e-07 0 6.7427099999999999e-07 0.032067600000000002 0.99948599999999999 0 + -147.08719300000001 -91.342383999999996 -1.3305210000000001 1; + setAttr ".pm[56]" -type "matrix" -7.0511699999999999e-06 -0.99948599999999999 0.032067199999999997 0 + 1 -7.0545999999999993e-06 6.2081900000000003e-09 0 2.2001599999999998e-07 0.032067199999999997 0.99948599999999999 0 + -147.087177 -93.469772000000006 -1.3306290000000001 1; + setAttr ".pm[57]" -type "matrix" 1.06957e-07 -1 6.0790099999999999e-05 0 1 1.06953e-07 -5.8214199999999999e-08 0 + 5.8207700000000004e-08 6.0790099999999999e-05 1 0 -147.38771600000001 -80.519890000000004 -1.356222 1; + setAttr ".pm[58]" -type "matrix" 1.1920900000000001e-07 -1 4.4442000000000006e-05 0 + 1 1.19208e-07 -2.6086299999999999e-08 0 2.6081099999999999e-08 4.4442000000000006e-05 1 0 + -147.387731 -85.495941000000002 -1.35762 1; + setAttr ".pm[59]" -type "matrix" 7.7271799999999998e-06 -1 6.1517600000000002e-05 0 + 1 7.7271900000000005e-06 8.0031400000000006e-08 0 -8.0506799999999997e-08 6.1517600000000002e-05 1 0 + -147.387044 -89.362365999999994 -1.356109 1; + setAttr ".pm[60]" -type "matrix" 1.19216e-07 -1 6.1755599999999995e-05 0 1 1.1920599999999999e-07 -1.5792900000000001e-07 0 + 1.57921e-07 6.1755599999999995e-05 1 0 -147.38776100000001 -91.366859000000005 -1.356053 1; + setAttr ".pm[61]" -type "matrix" 1.19208e-07 -1 6.1636499999999998e-05 0 1 1.1920599999999999e-07 -3.88287e-08 0 + 3.8821300000000004e-08 6.1636499999999998e-05 1 0 -147.387745 -93.372497999999993 -1.3560810000000001 1; + setAttr ".pm[62]" -type "matrix" 1.24419e-07 -1 1.43699e-08 0 1 1.24419e-07 -5.7571000000000001e-07 0 + 5.7571000000000001e-07 1.4370000000000001e-08 1 0 -147.26674499999999 -80.801124999999999 1.49837 1; + setAttr ".pm[63]" -type "matrix" 1.1920900000000001e-07 -1 3.6527500000000001e-08 0 + 1 1.1920900000000001e-07 -5.47989e-07 0 5.47989e-07 3.6527599999999999e-08 1 0 -147.266775 -84.887589000000006 1.498372 1; + setAttr ".pm[64]" -type "matrix" 1.1920900000000001e-07 -1 0 0 1 1.1920900000000001e-07 -5.1146099999999998e-07 0 + 5.1146099999999998e-07 0 1 0 -147.266774 -88.151131000000007 1.4983629999999999 1; + setAttr ".pm[65]" -type "matrix" 1.1920900000000001e-07 -1 -3.9346899999999996e-07 0 + 1 1.1920900000000001e-07 -1.17992e-07 0 1.17992e-07 -3.9346899999999996e-07 1 0 -147.266774 -90.271918999999997 1.4982690000000001 1; + setAttr ".pm[66]" -type "matrix" 1.1920900000000001e-07 -1 -3.9346899999999996e-07 0 + 1 1.1920900000000001e-07 -1.17992e-07 0 1.17992e-07 -3.9346899999999996e-07 1 0 -147.266774 -92.392707999999999 1.49827 1; + setAttr ".pm[67]" -type "matrix" 4.4819899999999998e-06 -0.99971600000000005 -0.023825300000000001 0 + 1 4.48858e-06 -2.22904e-07 0 3.2978299999999996e-07 -0.023825300000000001 0.99971600000000005 0 + -146.702001 -80.752182000000005 2.1743980000000001 1; + setAttr ".pm[68]" -type "matrix" 6.4096999999999998e-06 -0.99973999999999996 -0.022790399999999999 0 + 1 6.4150700000000002e-06 -1.62376e-07 0 3.0853600000000003e-07 -0.022790399999999999 0.99973999999999996 0 + -146.70180300000001 -84.245506000000006 2.261606 1; + setAttr ".pm[69]" -type "matrix" 8.6834900000000001e-06 -0.99968699999999999 -0.025019799999999998 0 + 1 8.7000100000000004e-06 -5.5139099999999999e-07 0 7.6889100000000003e-07 -0.025019799999999998 0.99968699999999999 0 + -146.70161899999999 -86.676376000000005 2.068378 1; + setAttr ".pm[70]" -type "matrix" 1.7271099999999998e-05 -0.99968699999999999 -0.025020400000000002 0 + 1 1.72753e-05 4.8380599999999993e-08 0 3.8386900000000003e-07 -0.025020400000000002 0.99968699999999999 0 + -146.70085599999999 -88.457085000000006 2.068238 1; + setAttr ".pm[71]" -type "matrix" 8.6919000000000006e-06 -0.99968699999999999 -0.025020199999999999 0 + 1 8.7001199999999996e-06 -2.1983999999999999e-07 0 4.3745000000000004e-07 -0.0250201 0.99968699999999999 0 + -146.70163400000001 -90.235230000000001 2.0683009999999999 1; + setAttr ".pm[72]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -149.235626 0 1; + setAttr ".pm[73]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -173.47131300000001 0 1; + setAttr ".pm[74]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -197.70695499999999 0 1; + setAttr ".gm" -type "matrix" 1 0 0 0 0 1 1.6292100000000001e-07 0 0 -1.6292100000000001e-07 1 0 + 0 0 0 1; + setAttr -s 75 ".ma"; + setAttr -s 75 ".dpf[0:74]" 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 + 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 + 4 4 4 4 4 4 4 4 4 4 4 4 4 4; + setAttr -s 75 ".lw"; + setAttr -s 75 ".lw"; + setAttr ".mi" 5; + setAttr ".bm" 1; + setAttr ".ucm" yes; + setAttr -s 75 ".ifcl"; + setAttr -s 75 ".ifcl"; +createNode materialInfo -n "materialInfo3"; + rename -uid "B71F89A2-4CEF-7454-2937-04A9A143E047"; +createNode shadingEngine -n "M_Mask_MouthSG"; + rename -uid "4C9A468F-42E9-218D-7D6E-BD8E94139B35"; + setAttr ".ihi" 0; + setAttr ".ro" yes; +createNode phong -n "AvatarMouth_MAT"; + rename -uid "D705B9AB-4856-46B1-0689-4BB164EB5047"; + setAttr ".dc" 1; + setAttr ".sc" -type "float3" 0 0 0 ; + setAttr ".rfl" 0; + setAttr ".rc" -type "float3" 1 1 1 ; + setAttr ".cp" 2; +createNode file -n "base_color_texture_ncl1_2"; + rename -uid "EAEFC179-4FFB-DB54-81D1-8488BEC46C50"; + setAttr ".ftn" -type "string" "G:\\My Drive\\prism_shared_projects\\anim_projects\\sparkles\\04_Assets\\Wearable Reference Models\\Base Mesh\\Male\\Users\\mauricio\\Dropbox\\Work\\Decentraland\\Assets\\Avatars\\AvatarsProduction\\00_Mouth.png"; + setAttr ".cs" -type "string" "sRGB"; +createNode place2dTexture -n "place2dTexture3"; + rename -uid "9A48BE68-4A51-5EFD-FDEB-FBBF35FF32D6"; +createNode skinCluster -n "skinCluster2"; + rename -uid "7DC2660C-4E63-02E5-DA96-60916658A6D5"; + setAttr ".ip[0].gtg" -type "string" "skinCluster2"; + setAttr ".skm" -1; + setAttr -s 180 ".wl"; + setAttr ".wl[0:179].w" + 2 2 0.43100593136564741 3 0.56899406863435265 + 2 2 0.094527848617138907 3 0.90547215138286108 + 2 2 0.08525880794187804 3 0.91474119205812199 + 2 3 0.96197455672899668 4 0.038025443271003302 + 2 3 0.73272639237843395 4 0.2672736076215661 + 2 3 0.7311109998916856 4 0.26888900010831446 + 2 3 0.1372810579969167 4 0.8627189420030833 + 2 3 0.061816269392649767 4 0.93818373060735027 + 2 3 0.053159526631332166 4 0.94684047336866783 + 2 3 0.065364462191177738 4 0.93463553780882225 + 2 3 0.0051217747510637927 4 0.99487822524893621 + 1 4 1 + 1 2 1 + 1 2 1 + 2 2 0.78834992655391334 3 0.21165007344608669 + 2 2 0.80725459652106246 3 0.19274540347893757 + 2 2 0.53543694928194896 3 0.46456305071805104 + 2 2 0.88155286096044894 3 0.11844713903955101 + 1 2 1 + 2 2 0.52311149919954281 3 0.47688850080045725 + 2 2 0.80968555674091824 3 0.19031444325908178 + 2 2 0.45527549938936057 3 0.54472450061063937 + 2 2 0.43086039018906125 3 0.5691396098109387 + 2 2 0.5390164521770876 3 0.46098354782291234 + 2 2 0.10623943697973851 3 0.89376056302026152 + 2 2 0.20906738175979001 3 0.79093261824020999 + 2 3 0.93802345670675402 4 0.061976543293245964 + 2 3 0.93036379371756639 4 0.069636206282433652 + 2 2 0.084365341133655722 3 0.91563465886634432 + 2 3 0.7477124066926415 4 0.25228759330735856 + 2 3 0.93309705289581168 4 0.066902947104188371 + 2 3 0.41367137175238788 4 0.58632862824761212 + 2 3 0.35133652417798017 4 0.64866347582201977 + 2 3 0.16527223441291303 4 0.83472776558708695 + 2 3 0.51492970182628139 4 0.48507029817371861 + 2 3 0.19680567189272888 4 0.80319432810727109 + 2 3 0.064361908765750736 4 0.93563809123424924 + 2 3 0.19903527282250691 4 0.80096472717749312 + 1 4 1 + 2 3 0.05989169476434808 4 0.94010830523565192 + 1 4 1 + 1 4 1 + 1 4 1 + 1 4 1 + 1 4 1 + 2 3 0.049175629040163892 4 0.95082437095983607 + 1 4 1 + 1 4 1 + 1 4 1 + 2 3 0.085101210721642534 4 0.91489878927835744 + 2 3 0.024749263932138305 4 0.97525073606786172 + 2 3 0.046004892860718738 4 0.95399510713928126 + 2 3 0.053876962774367737 4 0.94612303722563229 + 2 3 0.044200539724195985 4 0.95579946027580398 + 2 3 0.048749844017379883 4 0.95125015598262008 + 2 3 0.11821928385123368 4 0.8817807161487663 + 2 3 0.050545197372817735 4 0.94945480262718229 + 2 3 0.055449026001470648 4 0.94455097399852939 + 2 3 0.061539514206614458 4 0.93846048579338559 + 2 3 0.13972946941376094 4 0.86027053058623904 + 2 3 0.08062415172010727 4 0.91937584827989272 + 2 3 0.25531721639387245 4 0.7446827836061275 + 2 3 0.26712596903202035 4 0.73287403096797965 + 2 3 0.1890495539157801 4 0.81095044608421984 + 2 3 0.70289520690792917 4 0.29710479309207083 + 2 3 0.96771104623514004 4 0.032288953764859914 + 2 3 0.96959459474294885 4 0.030405405257051123 + 2 3 0.95624282019358231 4 0.043757179806417641 + 2 3 0.97549494868425435 4 0.024505051315745662 + 2 2 0.091872812839432438 3 0.90812718716056751 + 2 2 0.18268296453023905 3 0.81731703546976098 + 2 2 0.44273264633921922 3 0.55726735366078084 + 2 2 0.45400939999019024 3 0.5459906000098097 + 2 2 0.47734230678235451 3 0.52265769321764555 + 2 2 0.50663009402191905 3 0.49336990597808095 + 2 2 0.071602133738558671 3 0.92839786626144127 + 2 2 0.55996152566913804 3 0.44003847433086196 + 2 2 0.7933443300959121 3 0.20665566990408785 + 1 2 1 + 2 2 0.75607521226241248 3 0.24392478773758755 + 2 2 0.85795195855610329 3 0.14204804144389668 + 1 2 1 + 2 2 0.82848519641092166 3 0.17151480358907836 + 2 2 0.80258049893721795 3 0.19741950106278205 + 2 2 0.047589008186967888 3 0.95241099181303213 + 2 2 0.86154025864610129 3 0.13845974135389877 + 1 2 1 + 1 2 1 + 1 2 1 + 2 7 0.43100595710586365 8 0.56899404289413635 + 2 7 0.094527792477819894 8 0.90547220752218016 + 2 7 0.085258885033899057 8 0.914741114966101 + 2 8 0.96196590698211537 9 0.038034093017884588 + 2 8 0.73274582836500401 9 0.26725417163499593 + 2 8 0.73106423442383395 9 0.26893576557616605 + 2 8 0.1371288025587358 9 0.86287119744126417 + 2 8 0.061923274987667684 9 0.9380767250123323 + 2 8 0.052993188206563568 9 0.94700681179343638 + 2 8 0.065175191344545622 9 0.93482480865545436 + 2 8 0.0052776462979526768 9 0.99472235370204731 + 1 9 1 + 1 7 1 + 1 7 1 + 2 7 0.78834991393606757 8 0.21165008606393249 + 2 7 0.80725459652106246 8 0.19274540347893757 + 2 7 0.53543694928194896 8 0.46456305071805104 + 2 7 0.88155285439106879 8 0.11844714560893116 + 1 7 1 + 2 7 0.52311149919954281 8 0.47688850080045725 + 2 7 0.80968554467237497 8 0.19031445532762506 + 2 7 0.45527549938936057 8 0.54472450061063937 + 2 7 0.43086033869359508 8 0.56913966130640492 + 2 7 0.5390164521770876 8 0.46098354782291234 + 2 7 0.10623934721972604 8 0.89376065278027395 + 2 7 0.20906736926876016 8 0.79093263073123987 + 2 8 0.93802788804300274 9 0.061972111956997242 + 2 8 0.9303680877229793 9 0.069631912277020647 + 2 7 0.084365264847537674 8 0.9156347351524623 + 2 8 0.74773443430946263 9 0.25226556569053737 + 2 8 0.93310267950882597 9 0.066897320491173973 + 2 8 0.41372382988176681 9 0.58627617011823319 + 2 8 0.3513881503455546 9 0.6486118496544454 + 2 8 0.16538937453434183 9 0.83461062546565823 + 2 8 0.51498430832570519 9 0.48501569167429476 + 2 8 0.19691536976184465 9 0.80308463023815535 + 2 8 0.06448317185180906 9 0.93551682814819093 + 2 8 0.19914524001287373 9 0.8008547599871263 + 1 9 1 + 2 8 0.060017987533345578 9 0.93998201246665447 + 1 9 1 + 1 9 1 + 1 9 1 + 1 9 1 + 1 9 1 + 2 8 0.048960853184734143 9 0.95103914681526591 + 1 9 1 + 1 9 1 + 1 9 1 + 2 8 0.085217656892249319 9 0.91478234310775064 + 2 8 0.024580940031569513 9 0.97541905996843048 + 2 8 0.045691122389360482 9 0.95430887761063954 + 2 8 0.053767125892084093 9 0.9462328741079159 + 2 8 0.043853997730915611 9 0.95614600226908442 + 2 8 0.048384146872292311 9 0.95161585312770769 + 2 8 0.11808883755892535 9 0.8819111624410747 + 2 8 0.050361322719246045 9 0.94963867728075391 + 2 8 0.055259313006246175 9 0.9447406869937538 + 2 8 0.06135759868882875 9 0.93864240131117127 + 2 8 0.13958283668371488 9 0.86041716331628515 + 2 8 0.080570070958695061 9 0.91942992904130494 + 2 8 0.25517990314628414 9 0.74482009685371586 + 2 8 0.26697374039932231 9 0.73302625960067769 + 2 8 0.18893837929695703 9 0.811061620703043 + 2 8 0.70284573089879987 9 0.29715426910120013 + 2 8 0.96770992061423511 9 0.032290079385764892 + 2 8 0.96958399979502352 9 0.030416000204976527 + 2 8 0.95622941578538245 9 0.043770584214617499 + 2 8 0.97548619418800342 9 0.024513805811996619 + 2 7 0.091872918028879841 8 0.90812708197112013 + 2 7 0.18268297543085074 8 0.81731702456914923 + 2 7 0.44273268939795157 8 0.55726731060204848 + 2 7 0.45400939999019024 8 0.5459906000098097 + 2 7 0.47734230678235451 8 0.52265769321764555 + 2 7 0.50663010912987738 8 0.49336989087012256 + 2 7 0.071602189557595217 8 0.92839781044240477 + 2 7 0.55996154236070994 8 0.44003845763929006 + 2 7 0.79334431777604364 8 0.20665568222395633 + 1 7 1 + 2 7 0.75607520099424252 8 0.24392479900575745 + 2 7 0.85795197134237144 8 0.14204802865762853 + 1 7 1 + 2 7 0.82848525817752217 8 0.17151474182247783 + 2 7 0.80258049893721795 8 0.19741950106278205 + 2 7 0.047589011034738338 8 0.95241098896526166 + 2 7 0.86154020724761715 8 0.13845979275238279 + 1 7 1 + 1 7 1 + 1 7 1 + 1 2 1 + 1 7 1; + setAttr -s 75 ".pm"; + setAttr ".pm[0]" -type "matrix" -1 0 0 0 0 -1 -1.6292100000000001e-07 0 0 -1.6292100000000001e-07 1 0 + 0 100 0 1; + setAttr ".pm[1]" -type "matrix" -1 0 1.5095799999999999e-07 0 3.38939e-09 -0.99974799999999997 0.0224526 0 + 1.50919e-07 0.0224526 0.99974799999999997 0 8.9100000000000001 93.706374999999994 -2.1045020000000001 1; + setAttr ".pm[2]" -type "matrix" -1 0 1.5099599999999998e-07 0 -3.7380899999999999e-09 -0.99969399999999997 -0.024756299999999998 0 + 1.5095000000000001e-07 -0.024756299999999998 0.99969399999999997 0 8.9100000000000001 48.861324000000003 0.20177100000000001 1; + setAttr ".pm[3]" -type "matrix" 1 5.9650499999999995e-07 -8.7110199999999996e-07 0 + -5.2466500000000002e-07 -0.43521799999999999 -0.90032500000000004 0 -9.1616700000000005e-07 0.90032599999999996 -0.43521799999999999 0 + -8.9099959999999996 3.547183 7.3380000000000001 1; + setAttr ".pm[4]" -type "matrix" 1 0 0 0 0 -4.1909599999999998e-07 -1 0 0 1 -4.1909599999999998e-07 0 + -8.9100070000000002 -12.954725 1.888056 1; + setAttr ".pm[5]" -type "matrix" 1 0 0 0 0 -3.6992600000000003e-07 -1 0 0 1 -3.6992600000000003e-07 0 + -8.9100079999999995 -27.343665999999999 1.8880589999999999 1; + setAttr ".pm[6]" -type "matrix" -1 0 1.5095799999999999e-07 0 3.38939e-09 -0.99974799999999997 0.0224526 0 + 1.50919e-07 0.0224526 0.99974799999999997 0 -8.9100000000000001 93.706374999999994 -2.1044990000000001 1; + setAttr ".pm[7]" -type "matrix" -1 0 1.5099599999999998e-07 0 -3.7380899999999999e-09 -0.99969399999999997 -0.024756299999999998 0 + 1.5095000000000001e-07 -0.024756299999999998 0.99969399999999997 0 -8.9100000000000001 48.861324000000003 0.20177300000000001 1; + setAttr ".pm[8]" -type "matrix" 1 -5.9650499999999995e-07 1.0459499999999999e-06 0 + 6.8208299999999995e-07 -0.43521799999999999 -0.90032500000000004 0 9.9226300000000005e-07 0.90032599999999996 -0.43521799999999999 0 + 8.9099939999999993 3.5471840000000001 7.3380010000000002 1; + setAttr ".pm[9]" -type "matrix" 0.99999899999999997 0.00142432 -1.9185299999999999e-08 0 + -1.84557e-08 -5.1225500000000008e-07 -1 0 -0.00142432 0.99999899999999997 -5.1222799999999997e-07 0 + 8.9284529999999993 -12.942022 1.888058 1; + setAttr ".pm[10]" -type "matrix" 0.99999899999999997 0.00142432 -1.95215e-08 0 -1.8820100000000001e-08 -4.9249900000000002e-07 -1 0 + -0.00142432 0.99999899999999997 -4.9247099999999999e-07 0 8.9284529999999993 -27.330964999999999 1.888061 1; + setAttr ".pm[11]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -107.00000799999999 0 1; + setAttr ".pm[12]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -121.078537 0 1; + setAttr ".pm[13]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -135.157104 0 1; + setAttr ".pm[14]" -type "matrix" 1.1920900000000001e-07 1 0 0 1 -1.1920900000000001e-07 1.19249e-08 0 + 1.19249e-08 0 -1 0 -146.58856299999999 -6.9999840000000004 2.2134200000000002e-05 1; + setAttr ".pm[15]" -type "matrix" -0.00134212 0.99933099999999997 -0.0365435 0 0.99933099999999997 4.9120499999999998e-06 -0.036567799999999998 0 + -0.036543100000000002 -0.036568099999999999 -0.99866299999999997 0 -146.46673799999999 -17.696128999999999 6.0075240000000001 1; + setAttr ".pm[16]" -type "matrix" -0.0115116 0.99924999999999997 0.036995500000000001 0 + 0.99924900000000005 0.010127000000000001 0.037398300000000002 0 0.036995599999999997 0.037398300000000002 -0.99861500000000003 0 + -145.92354399999999 -46.426074999999997 -8.145213 1; + setAttr ".pm[17]" -type "matrix" 0.0066907700000000004 0.99211400000000005 0.12516099999999999 0 + 0.99211400000000005 -0.022251900000000002 0.123349 0 0.12516099999999999 0.123349 -0.98443899999999995 0 + -146.180916 -67.876501000000005 -27.090153999999998 1; + setAttr ".pm[18]" -type "matrix" 0.19365099999999999 0.94289199999999995 0.27102599999999999 0 + 0.97955400000000004 -0.201181 6.7768399999999997e-07 0 0.054525900000000002 0.265484 -0.96257199999999998 0 + -156.775454 -42.677723999999998 -15.352771000000001 1; + setAttr ".pm[19]" -type "matrix" -0.0010918 0.97854699999999994 0.20602400000000001 0 + 1 0.0011155 1.10177e-06 0 -0.00022874200000000001 0.20602400000000001 -0.97854699999999994 0 + -144.36223899999999 -76.973724000000004 -10.237088999999999 1; + setAttr ".pm[20]" -type "matrix" -0.0011941 0.98072800000000004 0.195377 0 0.99999899999999997 0.0012177100000000001 -7.4168200000000006e-07 0 + -0.00023863899999999999 0.195377 -0.98072800000000004 0 -144.35397 -79.980947999999998 -9.3700600000000005 1; + setAttr ".pm[21]" -type "matrix" -0.0012268400000000001 0.98072800000000004 0.195377 0 + 0.99999899999999997 0.00125107 -6.22505e-07 0 -0.00024504000000000003 0.195377 -0.98072800000000004 0 + -144.351178 -82.729606000000004 -9.3700810000000008 1; + setAttr ".pm[22]" -type "matrix" -0.0012106199999999999 0.98072800000000004 0.195377 0 + 1 0.0012343899999999999 9.2677899999999999e-08 0 -0.000241081 0.195377 -0.98072800000000004 0 + -144.352597 -85.471061000000006 -9.3702430000000003 1; + setAttr ".pm[23]" -type "matrix" 3.05517e-06 0.99959699999999996 0.028395699999999999 0 + 1 -3.0636299999999998e-06 2.5435099999999997e-07 0 3.4124200000000001e-07 0.028395699999999999 -0.99959699999999996 0 + -147.08680100000001 -80.611168000000006 1.6628050000000001 1; + setAttr ".pm[24]" -type "matrix" 1.0596300000000001e-07 0.99963400000000002 0.0270729 0 + 1 -1.2284500000000001e-07 6.2190700000000001e-07 0 6.2500400000000006e-07 0.0270729 -0.99963400000000002 0 + -147.08658800000001 -85.793166999999997 1.7762880000000001 1; + setAttr ".pm[25]" -type "matrix" 2.8806500000000003e-05 0.99948599999999999 0.032067100000000001 0 + 1 -2.8813699999999998e-05 -2.3738800000000003e-07 0 6.86703e-07 0.032067100000000001 -0.99948599999999999 0 + -147.08915200000001 -89.211867999999996 1.330673 1; + setAttr ".pm[26]" -type "matrix" 1.3071699999999999e-07 0.99948599999999999 0.032067100000000001 0 + 1 -1.2352599999999999e-07 -2.2621299999999999e-07 0 -2.2213500000000002e-07 0.032067100000000001 -0.99948599999999999 0 + -147.08654300000001 -91.343468000000001 1.3306709999999999 1; + setAttr ".pm[27]" -type "matrix" 7.29618e-06 0.99948599999999999 0.032067199999999997 0 + 1 -7.2961400000000006e-06 -1.1817899999999999e-07 0 1.1584799999999999e-07 0.032067199999999997 -0.99948599999999999 0 + -147.08721499999999 -93.469787999999994 1.3306450000000001 1; + setAttr ".pm[28]" -type "matrix" 1.3024000000000001e-07 1 6.0823200000000004e-05 0 + 1 -1.30137e-07 -1.68876e-06 0 -1.6887499999999999e-06 6.0823200000000004e-05 -1 0 + -147.38775000000001 -80.519867000000005 1.3564689999999999 1; + setAttr ".pm[29]" -type "matrix" 1.16392e-07 1 4.4442099999999999e-05 0 1 -1.1631100000000001e-07 -1.8215099999999999e-06 0 + -1.8214999999999998e-06 4.4442099999999999e-05 -1 0 -147.38775100000001 -85.495948999999996 1.3578920000000001 1; + setAttr ".pm[30]" -type "matrix" -7.4915200000000007e-06 1 6.1576900000000003e-05 0 + 1 7.4916400000000007e-06 -1.85296e-06 0 -1.85342e-06 6.1576900000000003e-05 -1 0 + -147.38706500000001 -89.362358 1.356365 1; + setAttr ".pm[31]" -type "matrix" 0.202349 0.97931400000000002 -0.00040601100000000001 0 + 0.97931400000000002 -0.202349 4.7276800000000001e-05 0 -3.58572e-05 -0.00040717900000000003 -1 0 + -162.82676900000001 -59.652358999999997 1.3918459999999999 1; + setAttr ".pm[32]" -type "matrix" 0.20235700000000001 0.97931199999999996 -0.000406086 0 + 0.97931199999999996 -0.20235700000000001 4.7215699999999996e-05 0 -3.5935600000000002e-05 -0.000407239 -1 0 + -162.82726099999999 -61.656666000000001 1.3918630000000001 1; + setAttr ".pm[33]" -type "matrix" 1.3024000000000001e-07 1 1.5179499999999999e-07 0 + 1 -1.3024000000000001e-07 9.5678800000000008e-08 0 9.5678800000000008e-08 1.5179499999999999e-07 -1 0 + -147.26674800000001 -80.801117000000005 -1.498318 1; + setAttr ".pm[34]" -type "matrix" 4.7947499999999993e-06 1.0000009999999999 3.2875000000000003e-07 0 + 1 -4.7947499999999993e-06 3.2577199999999999e-07 0 3.2577399999999999e-07 3.2874799999999997e-07 -1 0 + -147.26716099999999 -84.88691 -1.498364 1; + setAttr ".pm[35]" -type "matrix" 1.1920900000000001e-07 1.0000009999999999 1.12419e-07 0 + 1 -1.1920900000000001e-07 1.09443e-07 0 1.09443e-07 1.12419e-07 -1 0 -147.26676499999999 -88.151138000000003 -1.498313 1; + setAttr ".pm[36]" -type "matrix" 0.20235600000000001 0.97931299999999999 -5.9533700000000001e-07 0 + 0.97931199999999996 -0.20235600000000001 -2.1824699999999998e-07 0 -3.3420099999999999e-07 -5.3885800000000005e-07 -1 0 + -162.487132 -58.604118 -1.4982 1; + setAttr ".pm[37]" -type "matrix" 0.20235600000000001 0.97931299999999999 -5.26325e-07 0 + 0.97931199999999996 -0.20235600000000001 -1.6203700000000001e-07 0 -2.6519000000000001e-07 -4.82648e-07 -1 0 + -162.48714899999999 -60.724899000000001 -1.4982150000000001 1; + setAttr ".pm[38]" -type "matrix" -4.22806e-06 0.99971600000000005 -0.023825499999999999 0 + 1 4.2370700000000001e-06 3.2787899999999997e-07 0 4.2873599999999996e-07 -0.023825499999999999 -0.99971600000000005 0 + -146.70199 -80.752167 -2.1744110000000001 1; + setAttr ".pm[39]" -type "matrix" 1.2726900000000002e-05 0.99974099999999999 -0.0227891 0 + 1 -1.2699400000000001e-05 1.34905e-06 0 1.0592900000000001e-06 -0.0227891 -0.99973999999999996 0 + -146.70342500000001 -84.242714000000007 -2.2618939999999998 1; + setAttr ".pm[40]" -type "matrix" -1.70246e-05 0.99968699999999999 -0.025020400000000002 0 + 1 1.7031700000000002e-05 7.33996e-08 0 4.9951699999999999e-07 -0.025020400000000002 -0.99968699999999999 0 + -146.700862 -86.677627999999999 -2.06826 1; + setAttr ".pm[41]" -type "matrix" 0.201932 0.97325799999999996 0.10951 0 0.97931900000000005 -0.20208200000000001 -0.0098415099999999995 0 + 0.0125516 0.109232 -0.99393699999999996 0 -161.46043700000001 -55.898291999999998 -12.488960000000001 1; + setAttr ".pm[42]" -type "matrix" 0.20192399999999999 0.97326000000000001 0.109509 0 + 0.979321 -0.202074 -0.0098419000000000006 0 0.012550199999999999 0.109232 -0.99393699999999996 0 + -161.459982 -57.679062000000002 -12.488863 1; + setAttr ".pm[43]" -type "matrix" 1.1920900000000001e-07 -1 0 0 1 1.1920900000000001e-07 -1.6292100000000001e-07 0 + 1.6292100000000001e-07 0 1 0 -146.588561 -7.000019 0 1; + setAttr ".pm[44]" -type "matrix" 0.0013423599999999999 -0.99933099999999997 -0.0365435 0 + 0.99933099999999997 5.1509199999999998e-06 0.0365679 0 -0.036543300000000001 -0.036568099999999999 0.99866299999999997 0 + -146.46671799999999 -17.696155999999998 -6.0075510000000003 1; + setAttr ".pm[45]" -type "matrix" 0.0115119 -0.99924900000000005 0.036995500000000001 0 + 0.99924900000000005 0.010127199999999999 -0.037398399999999998 0 0.036995699999999999 0.037398300000000002 0.99861500000000003 0 + -145.92353199999999 -46.426090000000002 8.145232 1; + setAttr ".pm[46]" -type "matrix" -0.0066905599999999999 -0.99211400000000005 0.12516099999999999 0 + 0.99211400000000005 -0.022251699999999999 -0.123349 0 0.12516099999999999 0.123348 0.98443899999999995 0 + -146.180869 -67.876525999999998 27.090131 1; + setAttr ".pm[47]" -type "matrix" -0.19365299999999999 -0.94289100000000003 0.27102599999999999 0 + 0.97955400000000004 -0.201183 -7.27595e-07 0 0.054526600000000001 0.26548500000000003 0.96257199999999998 0 + -156.775554 -42.677365000000002 15.352817999999999 1; + setAttr ".pm[48]" -type "matrix" 0.00109154 -0.97854699999999994 0.20602200000000001 0 + 0.99999899999999997 0.0011156499999999999 8.2427600000000007e-07 0 -0.000230654 0.20602200000000001 0.97854699999999994 0 + -144.362223 -76.973686000000001 10.236668999999999 1; + setAttr ".pm[49]" -type "matrix" 0.00118892 -0.98072800000000004 0.195377 0 0.99999899999999997 0.00121232 1.5033e-07 0 + -0.00023700699999999999 0.195377 0.98072800000000004 0 -144.354366 -79.980086999999997 9.3702059999999996 1; + setAttr ".pm[50]" -type "matrix" 0.0012327200000000001 -0.98072700000000002 0.195378 0 + 0.99999899999999997 0.0012568099999999999 -7.1380400000000006e-07 0 -0.00024485199999999999 0.195378 0.98072800000000004 0 + -144.35068899999999 -82.730369999999994 9.3703979999999998 1; + setAttr ".pm[51]" -type "matrix" 0.00121076 -0.98072800000000004 0.195377 0 0.99999899999999997 0.0012345699999999999 9.0794599999999992e-08 0 + -0.000241296 0.195377 0.98072800000000004 0 -144.352611 -85.471046000000001 9.3702190000000005 1; + setAttr ".pm[52]" -type "matrix" -2.8179799999999998e-06 -0.99959699999999996 0.028395699999999999 0 + 1 -2.8261200000000001e-06 -2.4653999999999998e-07 0 3.26691e-07 0.028395699999999999 0.99959699999999996 0 + -147.08675199999999 -80.611198000000002 -1.662809 1; + setAttr ".pm[53]" -type "matrix" -4.3506899999999998e-06 -0.99963400000000002 0.027072100000000002 0 + 1 -4.3492699999999996e-06 1.11108e-07 0 6.6768099999999998e-09 0.027072100000000002 0.99963400000000002 0 + -147.08691899999999 -85.792518999999999 -1.7764629999999999 1; + setAttr ".pm[54]" -type "matrix" -7.0511000000000001e-06 -0.99948599999999999 0.032067199999999997 0 + 1 -7.0546499999999994e-06 2.4829699999999998e-09 0 2.2374100000000002e-07 0.032067199999999997 0.99948599999999999 0 + -147.08717799999999 -89.215027000000006 -1.330627 1; + setAttr ".pm[55]" -type "matrix" -7.0365900000000007e-06 -0.99948599999999999 0.032067600000000002 0 + 1 -7.0545900000000003e-06 -4.4827700000000001e-07 0 6.7427099999999999e-07 0.032067600000000002 0.99948599999999999 0 + -147.08719300000001 -91.342383999999996 -1.3305210000000001 1; + setAttr ".pm[56]" -type "matrix" -7.0511699999999999e-06 -0.99948599999999999 0.032067199999999997 0 + 1 -7.0545999999999993e-06 6.2081900000000003e-09 0 2.2001599999999998e-07 0.032067199999999997 0.99948599999999999 0 + -147.087177 -93.469772000000006 -1.3306290000000001 1; + setAttr ".pm[57]" -type "matrix" 1.06957e-07 -1 6.0790099999999999e-05 0 1 1.06953e-07 -5.8214199999999999e-08 0 + 5.8207700000000004e-08 6.0790099999999999e-05 1 0 -147.38771600000001 -80.519890000000004 -1.356222 1; + setAttr ".pm[58]" -type "matrix" 1.1920900000000001e-07 -1 4.4442000000000006e-05 0 + 1 1.19208e-07 -2.6086299999999999e-08 0 2.6081099999999999e-08 4.4442000000000006e-05 1 0 + -147.387731 -85.495941000000002 -1.35762 1; + setAttr ".pm[59]" -type "matrix" 7.7271799999999998e-06 -1 6.1517600000000002e-05 0 + 1 7.7271900000000005e-06 8.0031400000000006e-08 0 -8.0506799999999997e-08 6.1517600000000002e-05 1 0 + -147.387044 -89.362365999999994 -1.356109 1; + setAttr ".pm[60]" -type "matrix" 1.19216e-07 -1 6.1755599999999995e-05 0 1 1.1920599999999999e-07 -1.5792900000000001e-07 0 + 1.57921e-07 6.1755599999999995e-05 1 0 -147.38776100000001 -91.366859000000005 -1.356053 1; + setAttr ".pm[61]" -type "matrix" 1.19208e-07 -1 6.1636499999999998e-05 0 1 1.1920599999999999e-07 -3.88287e-08 0 + 3.8821300000000004e-08 6.1636499999999998e-05 1 0 -147.387745 -93.372497999999993 -1.3560810000000001 1; + setAttr ".pm[62]" -type "matrix" 1.24419e-07 -1 1.43699e-08 0 1 1.24419e-07 -5.7571000000000001e-07 0 + 5.7571000000000001e-07 1.4370000000000001e-08 1 0 -147.26674499999999 -80.801124999999999 1.49837 1; + setAttr ".pm[63]" -type "matrix" 1.1920900000000001e-07 -1 3.6527500000000001e-08 0 + 1 1.1920900000000001e-07 -5.47989e-07 0 5.47989e-07 3.6527599999999999e-08 1 0 -147.266775 -84.887589000000006 1.498372 1; + setAttr ".pm[64]" -type "matrix" 1.1920900000000001e-07 -1 0 0 1 1.1920900000000001e-07 -5.1146099999999998e-07 0 + 5.1146099999999998e-07 0 1 0 -147.266774 -88.151131000000007 1.4983629999999999 1; + setAttr ".pm[65]" -type "matrix" 1.1920900000000001e-07 -1 -3.9346899999999996e-07 0 + 1 1.1920900000000001e-07 -1.17992e-07 0 1.17992e-07 -3.9346899999999996e-07 1 0 -147.266774 -90.271918999999997 1.4982690000000001 1; + setAttr ".pm[66]" -type "matrix" 1.1920900000000001e-07 -1 -3.9346899999999996e-07 0 + 1 1.1920900000000001e-07 -1.17992e-07 0 1.17992e-07 -3.9346899999999996e-07 1 0 -147.266774 -92.392707999999999 1.49827 1; + setAttr ".pm[67]" -type "matrix" 4.4819899999999998e-06 -0.99971600000000005 -0.023825300000000001 0 + 1 4.48858e-06 -2.22904e-07 0 3.2978299999999996e-07 -0.023825300000000001 0.99971600000000005 0 + -146.702001 -80.752182000000005 2.1743980000000001 1; + setAttr ".pm[68]" -type "matrix" 6.4096999999999998e-06 -0.99973999999999996 -0.022790399999999999 0 + 1 6.4150700000000002e-06 -1.62376e-07 0 3.0853600000000003e-07 -0.022790399999999999 0.99973999999999996 0 + -146.70180300000001 -84.245506000000006 2.261606 1; + setAttr ".pm[69]" -type "matrix" 8.6834900000000001e-06 -0.99968699999999999 -0.025019799999999998 0 + 1 8.7000100000000004e-06 -5.5139099999999999e-07 0 7.6889100000000003e-07 -0.025019799999999998 0.99968699999999999 0 + -146.70161899999999 -86.676376000000005 2.068378 1; + setAttr ".pm[70]" -type "matrix" 1.7271099999999998e-05 -0.99968699999999999 -0.025020400000000002 0 + 1 1.72753e-05 4.8380599999999993e-08 0 3.8386900000000003e-07 -0.025020400000000002 0.99968699999999999 0 + -146.70085599999999 -88.457085000000006 2.068238 1; + setAttr ".pm[71]" -type "matrix" 8.6919000000000006e-06 -0.99968699999999999 -0.025020199999999999 0 + 1 8.7001199999999996e-06 -2.1983999999999999e-07 0 4.3745000000000004e-07 -0.0250201 0.99968699999999999 0 + -146.70163400000001 -90.235230000000001 2.0683009999999999 1; + setAttr ".pm[72]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -149.235626 0 1; + setAttr ".pm[73]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -173.47131300000001 0 1; + setAttr ".pm[74]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -197.70695499999999 0 1; + setAttr ".gm" -type "matrix" 1 0 0 0 0 1 1.6292100000000001e-07 0 0 -1.6292100000000001e-07 1 0 + 0 0 0 1; + setAttr -s 75 ".ma"; + setAttr -s 75 ".dpf[0:74]" 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 + 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 + 4 4 4 4 4 4 4 4 4 4 4 4 4 4; + setAttr -s 75 ".lw"; + setAttr -s 75 ".lw"; + setAttr ".mi" 5; + setAttr ".bm" 1; + setAttr ".ucm" yes; + setAttr -s 75 ".ifcl"; + setAttr -s 75 ".ifcl"; +createNode skinCluster -n "skinCluster1"; + rename -uid "DD043D83-4AEC-652C-8ACA-D48A0B26CB48"; + setAttr ".ip[0].gtg" -type "string" "skinCluster1"; + setAttr ".skm" -1; + setAttr -s 73 ".wl"; + setAttr ".wl[0:72].w" + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1 + 1 73 1; + setAttr -s 75 ".pm"; + setAttr ".pm[0]" -type "matrix" -1 0 0 0 0 -1 -1.6292100000000001e-07 0 0 -1.6292100000000001e-07 1 0 + 0 100 0 1; + setAttr ".pm[1]" -type "matrix" -1 0 1.5095799999999999e-07 0 3.38939e-09 -0.99974799999999997 0.0224526 0 + 1.50919e-07 0.0224526 0.99974799999999997 0 8.9100000000000001 93.706374999999994 -2.1045020000000001 1; + setAttr ".pm[2]" -type "matrix" -1 0 1.5099599999999998e-07 0 -3.7380899999999999e-09 -0.99969399999999997 -0.024756299999999998 0 + 1.5095000000000001e-07 -0.024756299999999998 0.99969399999999997 0 8.9100000000000001 48.861324000000003 0.20177100000000001 1; + setAttr ".pm[3]" -type "matrix" 1 5.9650499999999995e-07 -8.7110199999999996e-07 0 + -5.2466500000000002e-07 -0.43521799999999999 -0.90032500000000004 0 -9.1616700000000005e-07 0.90032599999999996 -0.43521799999999999 0 + -8.9099959999999996 3.547183 7.3380000000000001 1; + setAttr ".pm[4]" -type "matrix" 1 0 0 0 0 -4.1909599999999998e-07 -1 0 0 1 -4.1909599999999998e-07 0 + -8.9100070000000002 -12.954725 1.888056 1; + setAttr ".pm[5]" -type "matrix" 1 0 0 0 0 -3.6992600000000003e-07 -1 0 0 1 -3.6992600000000003e-07 0 + -8.9100079999999995 -27.343665999999999 1.8880589999999999 1; + setAttr ".pm[6]" -type "matrix" -1 0 1.5095799999999999e-07 0 3.38939e-09 -0.99974799999999997 0.0224526 0 + 1.50919e-07 0.0224526 0.99974799999999997 0 -8.9100000000000001 93.706374999999994 -2.1044990000000001 1; + setAttr ".pm[7]" -type "matrix" -1 0 1.5099599999999998e-07 0 -3.7380899999999999e-09 -0.99969399999999997 -0.024756299999999998 0 + 1.5095000000000001e-07 -0.024756299999999998 0.99969399999999997 0 -8.9100000000000001 48.861324000000003 0.20177300000000001 1; + setAttr ".pm[8]" -type "matrix" 1 -5.9650499999999995e-07 1.0459499999999999e-06 0 + 6.8208299999999995e-07 -0.43521799999999999 -0.90032500000000004 0 9.9226300000000005e-07 0.90032599999999996 -0.43521799999999999 0 + 8.9099939999999993 3.5471840000000001 7.3380010000000002 1; + setAttr ".pm[9]" -type "matrix" 0.99999899999999997 0.00142432 -1.9185299999999999e-08 0 + -1.84557e-08 -5.1225500000000008e-07 -1 0 -0.00142432 0.99999899999999997 -5.1222799999999997e-07 0 + 8.9284529999999993 -12.942022 1.888058 1; + setAttr ".pm[10]" -type "matrix" 0.99999899999999997 0.00142432 -1.95215e-08 0 -1.8820100000000001e-08 -4.9249900000000002e-07 -1 0 + -0.00142432 0.99999899999999997 -4.9247099999999999e-07 0 8.9284529999999993 -27.330964999999999 1.888061 1; + setAttr ".pm[11]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -107.00000799999999 0 1; + setAttr ".pm[12]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -121.078537 0 1; + setAttr ".pm[13]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -135.157104 0 1; + setAttr ".pm[14]" -type "matrix" 1.1920900000000001e-07 1 0 0 1 -1.1920900000000001e-07 1.19249e-08 0 + 1.19249e-08 0 -1 0 -146.58856299999999 -6.9999840000000004 2.2134200000000002e-05 1; + setAttr ".pm[15]" -type "matrix" -0.00134212 0.99933099999999997 -0.0365435 0 0.99933099999999997 4.9120499999999998e-06 -0.036567799999999998 0 + -0.036543100000000002 -0.036568099999999999 -0.99866299999999997 0 -146.46673799999999 -17.696128999999999 6.0075240000000001 1; + setAttr ".pm[16]" -type "matrix" -0.0115116 0.99924999999999997 0.036995500000000001 0 + 0.99924900000000005 0.010127000000000001 0.037398300000000002 0 0.036995599999999997 0.037398300000000002 -0.99861500000000003 0 + -145.92354399999999 -46.426074999999997 -8.145213 1; + setAttr ".pm[17]" -type "matrix" 0.0066907700000000004 0.99211400000000005 0.12516099999999999 0 + 0.99211400000000005 -0.022251900000000002 0.123349 0 0.12516099999999999 0.123349 -0.98443899999999995 0 + -146.180916 -67.876501000000005 -27.090153999999998 1; + setAttr ".pm[18]" -type "matrix" 0.19365099999999999 0.94289199999999995 0.27102599999999999 0 + 0.97955400000000004 -0.201181 6.7768399999999997e-07 0 0.054525900000000002 0.265484 -0.96257199999999998 0 + -156.775454 -42.677723999999998 -15.352771000000001 1; + setAttr ".pm[19]" -type "matrix" -0.0010918 0.97854699999999994 0.20602400000000001 0 + 1 0.0011155 1.10177e-06 0 -0.00022874200000000001 0.20602400000000001 -0.97854699999999994 0 + -144.36223899999999 -76.973724000000004 -10.237088999999999 1; + setAttr ".pm[20]" -type "matrix" -0.0011941 0.98072800000000004 0.195377 0 0.99999899999999997 0.0012177100000000001 -7.4168200000000006e-07 0 + -0.00023863899999999999 0.195377 -0.98072800000000004 0 -144.35397 -79.980947999999998 -9.3700600000000005 1; + setAttr ".pm[21]" -type "matrix" -0.0012268400000000001 0.98072800000000004 0.195377 0 + 0.99999899999999997 0.00125107 -6.22505e-07 0 -0.00024504000000000003 0.195377 -0.98072800000000004 0 + -144.351178 -82.729606000000004 -9.3700810000000008 1; + setAttr ".pm[22]" -type "matrix" -0.0012106199999999999 0.98072800000000004 0.195377 0 + 1 0.0012343899999999999 9.2677899999999999e-08 0 -0.000241081 0.195377 -0.98072800000000004 0 + -144.352597 -85.471061000000006 -9.3702430000000003 1; + setAttr ".pm[23]" -type "matrix" 3.05517e-06 0.99959699999999996 0.028395699999999999 0 + 1 -3.0636299999999998e-06 2.5435099999999997e-07 0 3.4124200000000001e-07 0.028395699999999999 -0.99959699999999996 0 + -147.08680100000001 -80.611168000000006 1.6628050000000001 1; + setAttr ".pm[24]" -type "matrix" 1.0596300000000001e-07 0.99963400000000002 0.0270729 0 + 1 -1.2284500000000001e-07 6.2190700000000001e-07 0 6.2500400000000006e-07 0.0270729 -0.99963400000000002 0 + -147.08658800000001 -85.793166999999997 1.7762880000000001 1; + setAttr ".pm[25]" -type "matrix" 2.8806500000000003e-05 0.99948599999999999 0.032067100000000001 0 + 1 -2.8813699999999998e-05 -2.3738800000000003e-07 0 6.86703e-07 0.032067100000000001 -0.99948599999999999 0 + -147.08915200000001 -89.211867999999996 1.330673 1; + setAttr ".pm[26]" -type "matrix" 1.3071699999999999e-07 0.99948599999999999 0.032067100000000001 0 + 1 -1.2352599999999999e-07 -2.2621299999999999e-07 0 -2.2213500000000002e-07 0.032067100000000001 -0.99948599999999999 0 + -147.08654300000001 -91.343468000000001 1.3306709999999999 1; + setAttr ".pm[27]" -type "matrix" 7.29618e-06 0.99948599999999999 0.032067199999999997 0 + 1 -7.2961400000000006e-06 -1.1817899999999999e-07 0 1.1584799999999999e-07 0.032067199999999997 -0.99948599999999999 0 + -147.08721499999999 -93.469787999999994 1.3306450000000001 1; + setAttr ".pm[28]" -type "matrix" 1.3024000000000001e-07 1 6.0823200000000004e-05 0 + 1 -1.30137e-07 -1.68876e-06 0 -1.6887499999999999e-06 6.0823200000000004e-05 -1 0 + -147.38775000000001 -80.519867000000005 1.3564689999999999 1; + setAttr ".pm[29]" -type "matrix" 1.16392e-07 1 4.4442099999999999e-05 0 1 -1.1631100000000001e-07 -1.8215099999999999e-06 0 + -1.8214999999999998e-06 4.4442099999999999e-05 -1 0 -147.38775100000001 -85.495948999999996 1.3578920000000001 1; + setAttr ".pm[30]" -type "matrix" -7.4915200000000007e-06 1 6.1576900000000003e-05 0 + 1 7.4916400000000007e-06 -1.85296e-06 0 -1.85342e-06 6.1576900000000003e-05 -1 0 + -147.38706500000001 -89.362358 1.356365 1; + setAttr ".pm[31]" -type "matrix" 0.202349 0.97931400000000002 -0.00040601100000000001 0 + 0.97931400000000002 -0.202349 4.7276800000000001e-05 0 -3.58572e-05 -0.00040717900000000003 -1 0 + -162.82676900000001 -59.652358999999997 1.3918459999999999 1; + setAttr ".pm[32]" -type "matrix" 0.20235700000000001 0.97931199999999996 -0.000406086 0 + 0.97931199999999996 -0.20235700000000001 4.7215699999999996e-05 0 -3.5935600000000002e-05 -0.000407239 -1 0 + -162.82726099999999 -61.656666000000001 1.3918630000000001 1; + setAttr ".pm[33]" -type "matrix" 1.3024000000000001e-07 1 1.5179499999999999e-07 0 + 1 -1.3024000000000001e-07 9.5678800000000008e-08 0 9.5678800000000008e-08 1.5179499999999999e-07 -1 0 + -147.26674800000001 -80.801117000000005 -1.498318 1; + setAttr ".pm[34]" -type "matrix" 4.7947499999999993e-06 1.0000009999999999 3.2875000000000003e-07 0 + 1 -4.7947499999999993e-06 3.2577199999999999e-07 0 3.2577399999999999e-07 3.2874799999999997e-07 -1 0 + -147.26716099999999 -84.88691 -1.498364 1; + setAttr ".pm[35]" -type "matrix" 1.1920900000000001e-07 1.0000009999999999 1.12419e-07 0 + 1 -1.1920900000000001e-07 1.09443e-07 0 1.09443e-07 1.12419e-07 -1 0 -147.26676499999999 -88.151138000000003 -1.498313 1; + setAttr ".pm[36]" -type "matrix" 0.20235600000000001 0.97931299999999999 -5.9533700000000001e-07 0 + 0.97931199999999996 -0.20235600000000001 -2.1824699999999998e-07 0 -3.3420099999999999e-07 -5.3885800000000005e-07 -1 0 + -162.487132 -58.604118 -1.4982 1; + setAttr ".pm[37]" -type "matrix" 0.20235600000000001 0.97931299999999999 -5.26325e-07 0 + 0.97931199999999996 -0.20235600000000001 -1.6203700000000001e-07 0 -2.6519000000000001e-07 -4.82648e-07 -1 0 + -162.48714899999999 -60.724899000000001 -1.4982150000000001 1; + setAttr ".pm[38]" -type "matrix" -4.22806e-06 0.99971600000000005 -0.023825499999999999 0 + 1 4.2370700000000001e-06 3.2787899999999997e-07 0 4.2873599999999996e-07 -0.023825499999999999 -0.99971600000000005 0 + -146.70199 -80.752167 -2.1744110000000001 1; + setAttr ".pm[39]" -type "matrix" 1.2726900000000002e-05 0.99974099999999999 -0.0227891 0 + 1 -1.2699400000000001e-05 1.34905e-06 0 1.0592900000000001e-06 -0.0227891 -0.99973999999999996 0 + -146.70342500000001 -84.242714000000007 -2.2618939999999998 1; + setAttr ".pm[40]" -type "matrix" -1.70246e-05 0.99968699999999999 -0.025020400000000002 0 + 1 1.7031700000000002e-05 7.33996e-08 0 4.9951699999999999e-07 -0.025020400000000002 -0.99968699999999999 0 + -146.700862 -86.677627999999999 -2.06826 1; + setAttr ".pm[41]" -type "matrix" 0.201932 0.97325799999999996 0.10951 0 0.97931900000000005 -0.20208200000000001 -0.0098415099999999995 0 + 0.0125516 0.109232 -0.99393699999999996 0 -161.46043700000001 -55.898291999999998 -12.488960000000001 1; + setAttr ".pm[42]" -type "matrix" 0.20192399999999999 0.97326000000000001 0.109509 0 + 0.979321 -0.202074 -0.0098419000000000006 0 0.012550199999999999 0.109232 -0.99393699999999996 0 + -161.459982 -57.679062000000002 -12.488863 1; + setAttr ".pm[43]" -type "matrix" 1.1920900000000001e-07 -1 0 0 1 1.1920900000000001e-07 -1.6292100000000001e-07 0 + 1.6292100000000001e-07 0 1 0 -146.588561 -7.000019 0 1; + setAttr ".pm[44]" -type "matrix" 0.0013423599999999999 -0.99933099999999997 -0.0365435 0 + 0.99933099999999997 5.1509199999999998e-06 0.0365679 0 -0.036543300000000001 -0.036568099999999999 0.99866299999999997 0 + -146.46671799999999 -17.696155999999998 -6.0075510000000003 1; + setAttr ".pm[45]" -type "matrix" 0.0115119 -0.99924900000000005 0.036995500000000001 0 + 0.99924900000000005 0.010127199999999999 -0.037398399999999998 0 0.036995699999999999 0.037398300000000002 0.99861500000000003 0 + -145.92353199999999 -46.426090000000002 8.145232 1; + setAttr ".pm[46]" -type "matrix" -0.0066905599999999999 -0.99211400000000005 0.12516099999999999 0 + 0.99211400000000005 -0.022251699999999999 -0.123349 0 0.12516099999999999 0.123348 0.98443899999999995 0 + -146.180869 -67.876525999999998 27.090131 1; + setAttr ".pm[47]" -type "matrix" -0.19365299999999999 -0.94289100000000003 0.27102599999999999 0 + 0.97955400000000004 -0.201183 -7.27595e-07 0 0.054526600000000001 0.26548500000000003 0.96257199999999998 0 + -156.775554 -42.677365000000002 15.352817999999999 1; + setAttr ".pm[48]" -type "matrix" 0.00109154 -0.97854699999999994 0.20602200000000001 0 + 0.99999899999999997 0.0011156499999999999 8.2427600000000007e-07 0 -0.000230654 0.20602200000000001 0.97854699999999994 0 + -144.362223 -76.973686000000001 10.236668999999999 1; + setAttr ".pm[49]" -type "matrix" 0.00118892 -0.98072800000000004 0.195377 0 0.99999899999999997 0.00121232 1.5033e-07 0 + -0.00023700699999999999 0.195377 0.98072800000000004 0 -144.354366 -79.980086999999997 9.3702059999999996 1; + setAttr ".pm[50]" -type "matrix" 0.0012327200000000001 -0.98072700000000002 0.195378 0 + 0.99999899999999997 0.0012568099999999999 -7.1380400000000006e-07 0 -0.00024485199999999999 0.195378 0.98072800000000004 0 + -144.35068899999999 -82.730369999999994 9.3703979999999998 1; + setAttr ".pm[51]" -type "matrix" 0.00121076 -0.98072800000000004 0.195377 0 0.99999899999999997 0.0012345699999999999 9.0794599999999992e-08 0 + -0.000241296 0.195377 0.98072800000000004 0 -144.352611 -85.471046000000001 9.3702190000000005 1; + setAttr ".pm[52]" -type "matrix" -2.8179799999999998e-06 -0.99959699999999996 0.028395699999999999 0 + 1 -2.8261200000000001e-06 -2.4653999999999998e-07 0 3.26691e-07 0.028395699999999999 0.99959699999999996 0 + -147.08675199999999 -80.611198000000002 -1.662809 1; + setAttr ".pm[53]" -type "matrix" -4.3506899999999998e-06 -0.99963400000000002 0.027072100000000002 0 + 1 -4.3492699999999996e-06 1.11108e-07 0 6.6768099999999998e-09 0.027072100000000002 0.99963400000000002 0 + -147.08691899999999 -85.792518999999999 -1.7764629999999999 1; + setAttr ".pm[54]" -type "matrix" -7.0511000000000001e-06 -0.99948599999999999 0.032067199999999997 0 + 1 -7.0546499999999994e-06 2.4829699999999998e-09 0 2.2374100000000002e-07 0.032067199999999997 0.99948599999999999 0 + -147.08717799999999 -89.215027000000006 -1.330627 1; + setAttr ".pm[55]" -type "matrix" -7.0365900000000007e-06 -0.99948599999999999 0.032067600000000002 0 + 1 -7.0545900000000003e-06 -4.4827700000000001e-07 0 6.7427099999999999e-07 0.032067600000000002 0.99948599999999999 0 + -147.08719300000001 -91.342383999999996 -1.3305210000000001 1; + setAttr ".pm[56]" -type "matrix" -7.0511699999999999e-06 -0.99948599999999999 0.032067199999999997 0 + 1 -7.0545999999999993e-06 6.2081900000000003e-09 0 2.2001599999999998e-07 0.032067199999999997 0.99948599999999999 0 + -147.087177 -93.469772000000006 -1.3306290000000001 1; + setAttr ".pm[57]" -type "matrix" 1.06957e-07 -1 6.0790099999999999e-05 0 1 1.06953e-07 -5.8214199999999999e-08 0 + 5.8207700000000004e-08 6.0790099999999999e-05 1 0 -147.38771600000001 -80.519890000000004 -1.356222 1; + setAttr ".pm[58]" -type "matrix" 1.1920900000000001e-07 -1 4.4442000000000006e-05 0 + 1 1.19208e-07 -2.6086299999999999e-08 0 2.6081099999999999e-08 4.4442000000000006e-05 1 0 + -147.387731 -85.495941000000002 -1.35762 1; + setAttr ".pm[59]" -type "matrix" 7.7271799999999998e-06 -1 6.1517600000000002e-05 0 + 1 7.7271900000000005e-06 8.0031400000000006e-08 0 -8.0506799999999997e-08 6.1517600000000002e-05 1 0 + -147.387044 -89.362365999999994 -1.356109 1; + setAttr ".pm[60]" -type "matrix" 1.19216e-07 -1 6.1755599999999995e-05 0 1 1.1920599999999999e-07 -1.5792900000000001e-07 0 + 1.57921e-07 6.1755599999999995e-05 1 0 -147.38776100000001 -91.366859000000005 -1.356053 1; + setAttr ".pm[61]" -type "matrix" 1.19208e-07 -1 6.1636499999999998e-05 0 1 1.1920599999999999e-07 -3.88287e-08 0 + 3.8821300000000004e-08 6.1636499999999998e-05 1 0 -147.387745 -93.372497999999993 -1.3560810000000001 1; + setAttr ".pm[62]" -type "matrix" 1.24419e-07 -1 1.43699e-08 0 1 1.24419e-07 -5.7571000000000001e-07 0 + 5.7571000000000001e-07 1.4370000000000001e-08 1 0 -147.26674499999999 -80.801124999999999 1.49837 1; + setAttr ".pm[63]" -type "matrix" 1.1920900000000001e-07 -1 3.6527500000000001e-08 0 + 1 1.1920900000000001e-07 -5.47989e-07 0 5.47989e-07 3.6527599999999999e-08 1 0 -147.266775 -84.887589000000006 1.498372 1; + setAttr ".pm[64]" -type "matrix" 1.1920900000000001e-07 -1 0 0 1 1.1920900000000001e-07 -5.1146099999999998e-07 0 + 5.1146099999999998e-07 0 1 0 -147.266774 -88.151131000000007 1.4983629999999999 1; + setAttr ".pm[65]" -type "matrix" 1.1920900000000001e-07 -1 -3.9346899999999996e-07 0 + 1 1.1920900000000001e-07 -1.17992e-07 0 1.17992e-07 -3.9346899999999996e-07 1 0 -147.266774 -90.271918999999997 1.4982690000000001 1; + setAttr ".pm[66]" -type "matrix" 1.1920900000000001e-07 -1 -3.9346899999999996e-07 0 + 1 1.1920900000000001e-07 -1.17992e-07 0 1.17992e-07 -3.9346899999999996e-07 1 0 -147.266774 -92.392707999999999 1.49827 1; + setAttr ".pm[67]" -type "matrix" 4.4819899999999998e-06 -0.99971600000000005 -0.023825300000000001 0 + 1 4.48858e-06 -2.22904e-07 0 3.2978299999999996e-07 -0.023825300000000001 0.99971600000000005 0 + -146.702001 -80.752182000000005 2.1743980000000001 1; + setAttr ".pm[68]" -type "matrix" 6.4096999999999998e-06 -0.99973999999999996 -0.022790399999999999 0 + 1 6.4150700000000002e-06 -1.62376e-07 0 3.0853600000000003e-07 -0.022790399999999999 0.99973999999999996 0 + -146.70180300000001 -84.245506000000006 2.261606 1; + setAttr ".pm[69]" -type "matrix" 8.6834900000000001e-06 -0.99968699999999999 -0.025019799999999998 0 + 1 8.7000100000000004e-06 -5.5139099999999999e-07 0 7.6889100000000003e-07 -0.025019799999999998 0.99968699999999999 0 + -146.70161899999999 -86.676376000000005 2.068378 1; + setAttr ".pm[70]" -type "matrix" 1.7271099999999998e-05 -0.99968699999999999 -0.025020400000000002 0 + 1 1.72753e-05 4.8380599999999993e-08 0 3.8386900000000003e-07 -0.025020400000000002 0.99968699999999999 0 + -146.70085599999999 -88.457085000000006 2.068238 1; + setAttr ".pm[71]" -type "matrix" 8.6919000000000006e-06 -0.99968699999999999 -0.025020199999999999 0 + 1 8.7001199999999996e-06 -2.1983999999999999e-07 0 4.3745000000000004e-07 -0.0250201 0.99968699999999999 0 + -146.70163400000001 -90.235230000000001 2.0683009999999999 1; + setAttr ".pm[72]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -149.235626 0 1; + setAttr ".pm[73]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -173.47131300000001 0 1; + setAttr ".pm[74]" -type "matrix" 1 0 0 0 0 1 -1.6292100000000001e-07 0 0 1.6292100000000001e-07 1 0 + 0 -197.70695499999999 0 1; + setAttr ".gm" -type "matrix" 1 0 0 0 0 1 1.6292100000000001e-07 0 0 -1.6292100000000001e-07 1 0 + 0 0 0 1; + setAttr -s 75 ".ma"; + setAttr -s 75 ".dpf[0:74]" 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 + 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 + 4 4 4 4 4 4 4 4 4 4 4 4 4 4; + setAttr -s 75 ".lw"; + setAttr -s 75 ".lw"; + setAttr ".mi" 5; + setAttr ".bm" 1; + setAttr ".ucm" yes; + setAttr -s 75 ".ifcl"; + setAttr -s 75 ".ifcl"; +createNode materialInfo -n "materialInfo1"; + rename -uid "2890DD3F-4FC2-E794-AFB9-BAB3A4DB11A1"; +createNode shadingEngine -n "M_Mask_EyesSG"; + rename -uid "7F8471B4-4F74-1D83-B458-71BE77FB6ABC"; + setAttr ".ihi" 0; + setAttr ".ro" yes; +createNode phong -n "AvatarEyes_MAT"; + rename -uid "F1CF2CA4-4FAF-96A5-FCD0-6A90E4B3735D"; + setAttr ".dc" 1; + setAttr ".sc" -type "float3" 0 0 0 ; + setAttr ".rfl" 0; + setAttr ".rc" -type "float3" 1 1 1 ; + setAttr ".cp" 2; +createNode file -n "base_color_texture"; + rename -uid "CA990113-404D-A5D6-4D79-B7A3A149A8CD"; + setAttr ".ftn" -type "string" "G:\\My Drive\\prism_shared_projects\\anim_projects\\sparkles\\04_Assets\\Wearable Reference Models\\Base Mesh\\Male\\Users\\mauricio\\Dropbox\\Work\\Decentraland\\Assets\\Avatars\\AvatarsProduction\\00_Eyes.png"; + setAttr ".cs" -type "string" "sRGB"; +createNode place2dTexture -n "place2dTexture1"; + rename -uid "932F2C09-4211-7265-4AEE-7DA52EA2840E"; +createNode lightLinker -s -n "lightLinker1"; + rename -uid "FC51F254-4B21-A4BE-9866-D8B93D122BB0"; + setAttr -s 6 ".lnk"; + setAttr -s 6 ".slnk"; +createNode shapeEditorManager -n "shapeEditorManager"; + rename -uid "5D2D662C-4885-FABB-2726-0DBF125EAAD5"; +createNode poseInterpolatorManager -n "poseInterpolatorManager"; + rename -uid "61B18B57-4CD2-67FA-9C55-2196780F7E33"; +createNode displayLayerManager -n "layerManager"; + rename -uid "C1D40D48-469A-9B0D-FC97-D7A39CA15620"; + setAttr ".cdl" 1; + setAttr -s 2 ".dli[1]" 1; + setAttr -s 2 ".dli"; +createNode displayLayer -n "defaultLayer"; + rename -uid "E4F498ED-4933-2D83-02EB-8DBED6E5F644"; +createNode renderLayerManager -n "renderLayerManager"; + rename -uid "4261783A-45BF-7693-783A-7BBD2756EC6B"; +createNode renderLayer -n "defaultRenderLayer"; + rename -uid "C5609A01-437A-2079-D34F-7798F882D874"; + setAttr ".g" yes; +createNode gameFbxExporter -n "gameExporterPreset1"; + rename -uid "587132B2-41EF-DC26-7163-27B260DD99BC"; + setAttr ".pn" -type "string" "Model Default"; + setAttr ".ils" yes; + setAttr ".ilu" yes; + setAttr ".ssn" -type "string" ""; + setAttr ".ebm" yes; + setAttr ".ich" yes; + setAttr ".inc" yes; + setAttr ".fv" -type "string" "FBX201800"; +createNode gameFbxExporter -n "gameExporterPreset2"; + rename -uid "E84833ED-4629-9D3C-210D-83AF742E60C1"; + setAttr ".pn" -type "string" "Anim Default"; + setAttr ".ils" yes; + setAttr ".eti" 2; + setAttr ".ssn" -type "string" ""; + setAttr ".spt" 2; + setAttr ".ic" no; + setAttr ".ebm" yes; + setAttr ".fv" -type "string" "FBX201800"; +createNode gameFbxExporter -n "gameExporterPreset3"; + rename -uid "BAC0735B-4AE3-E309-7DAD-2DB4EA4253BC"; + setAttr ".pn" -type "string" "TE Anim Default"; + setAttr ".ils" yes; + setAttr ".eti" 3; + setAttr ".ssn" -type "string" ""; + setAttr ".ebm" yes; + setAttr ".fv" -type "string" "FBX201800"; +createNode displayLayer -n "Armature_DL"; + rename -uid "194B36B9-412E-FEAF-967A-C98DEE3FB478"; + setAttr ".do" 1; +createNode script -n "uiConfigurationScriptNode"; + rename -uid "EE3E1FF5-48FA-E84A-C527-1EA65E4DF649"; + setAttr ".b" -type "string" ( + "// Maya Mel UI Configuration File.\n//\n// This script is machine generated. Edit at your own risk.\n//\n//\n\nglobal string $gMainPane;\nif (`paneLayout -exists $gMainPane`) {\n\n\tglobal int $gUseScenePanelConfig;\n\tint $useSceneConfig = $gUseScenePanelConfig;\n\tint $nodeEditorPanelVisible = stringArrayContains(\"nodeEditorPanel1\", `getPanel -vis`);\n\tint $nodeEditorWorkspaceControlOpen = (`workspaceControl -exists nodeEditorPanel1Window` && `workspaceControl -q -visible nodeEditorPanel1Window`);\n\tint $menusOkayInPanels = `optionVar -q allowMenusInPanels`;\n\tint $nVisPanes = `paneLayout -q -nvp $gMainPane`;\n\tint $nPanes = 0;\n\tstring $editorName;\n\tstring $panelName;\n\tstring $itemFilterName;\n\tstring $panelConfig;\n\n\t//\n\t// get current state of the UI\n\t//\n\tsceneUIReplacement -update $gMainPane;\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Top View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Top View\")) -mbv $menusOkayInPanels $panelName;\n" + + "\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|top|topShape\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 32768\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n" + + " -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n" + + " -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n -captureSequenceNumber -1\n -width 498\n -height 314\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n" + + "\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Side View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Side View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|side|sideShape\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n" + + " -textureDisplay \"modulate\" \n -textureMaxSize 32768\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n" + + " -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n -captureSequenceNumber -1\n -width 497\n -height 314\n" + + " -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Front View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Front View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|front|frontShape\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n" + + " -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 32768\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n" + + " -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 1\n -nurbsCurves 1\n -nurbsSurfaces 1\n -polymeshes 1\n -subdivSurfaces 1\n -planes 1\n -lights 1\n -cameras 1\n -controlVertices 1\n -hulls 1\n -grid 1\n -imagePlane 1\n -joints 1\n -ikHandles 1\n -deformers 1\n -dynamics 1\n -particleInstancers 1\n -fluids 1\n -hairSystems 1\n -follicles 1\n -nCloths 1\n -nParticles 1\n -nRigids 1\n -dynamicConstraints 1\n -locators 1\n -manipulators 1\n -pluginShapes 1\n -dimensions 1\n" + + " -handles 1\n -pivots 1\n -textures 1\n -strokes 1\n -motionTrails 1\n -clipGhosts 1\n -greasePencils 1\n -shadows 0\n -captureSequenceNumber -1\n -width 498\n -height 314\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"modelPanel\" (localizedPanelLabel(\"Persp View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tmodelPanel -edit -l (localizedPanelLabel(\"Persp View\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n modelEditor -e \n -camera \"|persp|perspShape\" \n -useInteractiveMode 0\n -displayLights \"default\" \n -displayAppearance \"smoothShaded\" \n" + + " -activeOnly 0\n -ignorePanZoom 0\n -wireframeOnShaded 0\n -headsUpDisplay 1\n -holdOuts 1\n -selectionHiliteDisplay 1\n -useDefaultMaterial 0\n -bufferMode \"double\" \n -twoSidedLighting 0\n -backfaceCulling 0\n -xray 0\n -jointXray 0\n -activeComponentsXray 0\n -displayTextures 0\n -smoothWireframe 0\n -lineWidth 1\n -textureAnisotropic 0\n -textureHilight 1\n -textureSampling 2\n -textureDisplay \"modulate\" \n -textureMaxSize 32768\n -fogging 0\n -fogSource \"fragment\" \n -fogMode \"linear\" \n -fogStart 0\n -fogEnd 100\n -fogDensity 0.1\n -fogColor 0.5 0.5 0.5 1 \n -depthOfFieldPreview 1\n -maxConstantTransparency 1\n -rendererName \"vp2Renderer\" \n -objectFilterShowInHUD 1\n -isFiltered 0\n" + + " -colorResolution 256 256 \n -bumpResolution 512 512 \n -textureCompression 0\n -transparencyAlgorithm \"frontAndBackCull\" \n -transpInShadows 0\n -cullingOverride \"none\" \n -lowQualityLighting 0\n -maximumNumHardwareLights 1\n -occlusionCulling 0\n -shadingModel 0\n -useBaseRenderer 0\n -useReducedRenderer 0\n -smallObjectCulling 0\n -smallObjectThreshold -1 \n -interactiveDisableShadows 0\n -interactiveBackFaceCull 0\n -sortTransparent 1\n -controllers 0\n -nurbsCurves 0\n -nurbsSurfaces 0\n -polymeshes 1\n -subdivSurfaces 0\n -planes 0\n -lights 0\n -cameras 0\n -controlVertices 1\n -hulls 0\n -grid 1\n -imagePlane 0\n -joints 1\n -ikHandles 0\n -deformers 0\n -dynamics 0\n -particleInstancers 0\n" + + " -fluids 0\n -hairSystems 0\n -follicles 0\n -nCloths 0\n -nParticles 0\n -nRigids 0\n -dynamicConstraints 0\n -locators 0\n -manipulators 1\n -pluginShapes 0\n -dimensions 0\n -handles 0\n -pivots 0\n -textures 0\n -strokes 0\n -motionTrails 0\n -clipGhosts 0\n -greasePencils 0\n -shadows 0\n -captureSequenceNumber -1\n -width 1002\n -height 672\n -sceneRenderFilter 0\n $editorName;\n modelEditor -e -viewSelected 0 $editorName;\n modelEditor -e \n -pluginObjects \"gpuCacheDisplayFilter\" 0 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"outlinerPanel\" (localizedPanelLabel(\"ToggledOutliner\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n" + + "\t\toutlinerPanel -edit -l (localizedPanelLabel(\"ToggledOutliner\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n outlinerEditor -e \n -docTag \"isolOutln_fromSeln\" \n -showShapes 0\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 1\n -showReferenceMembers 1\n -showAttributes 0\n -showConnected 0\n -showAnimCurvesOnly 0\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 1\n -showAssets 1\n -showContainedOnly 1\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 1\n -ignoreDagHierarchy 0\n -expandConnections 0\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 1\n -showLeafs 1\n" + + " -showNumericAttrsOnly 0\n -highlightActive 1\n -autoSelectNewObjects 0\n -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"defaultSetFilter\" \n -showSetMembers 1\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -isSet 0\n -isSetMember 0\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -selectCommand \"print(\\\"\\\")\" \n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 0\n -ignoreHiddenAttribute 0\n" + + " -ignoreOutlinerColor 0\n -renderFilterVisible 0\n -renderFilterIndex 0\n -selectionOrder \"chronological\" \n -expandAttribute 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"outlinerPanel\" (localizedPanelLabel(\"Outliner\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\toutlinerPanel -edit -l (localizedPanelLabel(\"Outliner\")) -mbv $menusOkayInPanels $panelName;\n\t\t$editorName = $panelName;\n outlinerEditor -e \n -showShapes 0\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 0\n -showConnected 0\n -showAnimCurvesOnly 0\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n" + + " -showDagOnly 1\n -showAssets 1\n -showContainedOnly 1\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 1\n -ignoreDagHierarchy 0\n -expandConnections 0\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 1\n -showLeafs 1\n -showNumericAttrsOnly 0\n -highlightActive 1\n -autoSelectNewObjects 0\n -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"defaultSetFilter\" \n -showSetMembers 1\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n" + + " -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 0\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"graphEditor\" (localizedPanelLabel(\"Graph Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Graph Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"OutlineEd\");\n outlinerEditor -e \n -showShapes 1\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 1\n" + + " -showConnected 1\n -showAnimCurvesOnly 1\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 1\n -showDagOnly 0\n -showAssets 1\n -showContainedOnly 0\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 0\n -ignoreDagHierarchy 0\n -expandConnections 1\n -showUpstreamCurves 1\n -showUnitlessCurves 1\n -showCompounds 0\n -showLeafs 1\n -showNumericAttrsOnly 1\n -highlightActive 0\n -autoSelectNewObjects 1\n -doNotSelectNewObjects 0\n -dropIsParent 1\n -transmitFilters 1\n -setFilter \"0\" \n -showSetMembers 0\n -allowMultiSelection 1\n" + + " -alwaysToggleSelect 0\n -directSelect 0\n -isSet 0\n -isSetMember 0\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 1\n -mapMotionTrails 1\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n -renderFilterVisible 0\n -selectionOrder \"display\" \n -expandAttribute 1\n $editorName;\n\n\t\t\t$editorName = ($panelName+\"GraphEd\");\n animCurveEditor -e \n" + + " -displayValues 0\n -snapTime \"integer\" \n -snapValue \"none\" \n -showPlayRangeShades \"on\" \n -lockPlayRangeShades \"off\" \n -smoothness \"fine\" \n -resultSamples 1.25\n -resultScreenSamples 0\n -resultUpdate \"delayed\" \n -showUpstreamCurves 1\n -keyMinScale 1\n -stackedCurvesMin -1\n -stackedCurvesMax 1\n -stackedCurvesSpace 0.2\n -preSelectionHighlight 0\n -constrainDrag 0\n -valueLinesToggle 0\n -outliner \"graphEditor1OutlineEd\" \n -highlightAffectedCurves 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dopeSheetPanel\" (localizedPanelLabel(\"Dope Sheet\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Dope Sheet\")) -mbv $menusOkayInPanels $panelName;\n" + + "\n\t\t\t$editorName = ($panelName+\"OutlineEd\");\n outlinerEditor -e \n -showShapes 1\n -showAssignedMaterials 0\n -showTimeEditor 1\n -showReferenceNodes 0\n -showReferenceMembers 0\n -showAttributes 1\n -showConnected 1\n -showAnimCurvesOnly 1\n -showMuteInfo 0\n -organizeByLayer 1\n -organizeByClip 1\n -showAnimLayerWeight 1\n -autoExpandLayers 1\n -autoExpand 0\n -showDagOnly 0\n -showAssets 1\n -showContainedOnly 0\n -showPublishedAsConnected 0\n -showParentContainers 0\n -showContainerContents 0\n -ignoreDagHierarchy 0\n -expandConnections 1\n -showUpstreamCurves 1\n -showUnitlessCurves 0\n -showCompounds 1\n -showLeafs 1\n -showNumericAttrsOnly 1\n" + + " -highlightActive 0\n -autoSelectNewObjects 0\n -doNotSelectNewObjects 1\n -dropIsParent 1\n -transmitFilters 0\n -setFilter \"0\" \n -showSetMembers 0\n -allowMultiSelection 1\n -alwaysToggleSelect 0\n -directSelect 0\n -displayMode \"DAG\" \n -expandObjects 0\n -setsIgnoreFilters 1\n -containersIgnoreFilters 0\n -editAttrName 0\n -showAttrValues 0\n -highlightSecondary 0\n -showUVAttrsOnly 0\n -showTextureNodesOnly 0\n -attrAlphaOrder \"default\" \n -animLayerFilterOptions \"allAffecting\" \n -sortOrder \"none\" \n -longNames 0\n -niceNames 1\n -showNamespace 1\n -showPinIcons 0\n -mapMotionTrails 1\n -ignoreHiddenAttribute 0\n -ignoreOutlinerColor 0\n" + + " -renderFilterVisible 0\n $editorName;\n\n\t\t\t$editorName = ($panelName+\"DopeSheetEd\");\n dopeSheetEditor -e \n -displayValues 0\n -snapTime \"integer\" \n -snapValue \"none\" \n -outliner \"dopeSheetPanel1OutlineEd\" \n -showSummary 1\n -showScene 0\n -hierarchyBelow 0\n -showTicks 1\n -selectionWindow 0 0 0 0 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"timeEditorPanel\" (localizedPanelLabel(\"Time Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Time Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"clipEditorPanel\" (localizedPanelLabel(\"Trax Editor\")) `;\n" + + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Trax Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = clipEditorNameFromPanel($panelName);\n clipEditor -e \n -displayValues 0\n -snapTime \"none\" \n -snapValue \"none\" \n -initialized 0\n -manageSequencer 0 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"sequenceEditorPanel\" (localizedPanelLabel(\"Camera Sequencer\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Camera Sequencer\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = sequenceEditorNameFromPanel($panelName);\n clipEditor -e \n -displayValues 0\n -snapTime \"none\" \n -snapValue \"none\" \n -initialized 0\n" + + " -manageSequencer 1 \n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"hyperGraphPanel\" (localizedPanelLabel(\"Hypergraph Hierarchy\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Hypergraph Hierarchy\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"HyperGraphEd\");\n hyperGraph -e \n -graphLayoutStyle \"hierarchicalLayout\" \n -orientation \"horiz\" \n -mergeConnections 0\n -zoom 1\n -animateTransition 0\n -showRelationships 1\n -showShapes 0\n -showDeformers 0\n -showExpressions 0\n -showConstraints 0\n -showConnectionFromSelected 0\n -showConnectionToSelected 0\n -showConstraintLabels 0\n -showUnderworld 0\n" + + " -showInvisible 0\n -transitionFrames 1\n -opaqueContainers 0\n -freeform 0\n -imagePosition 0 0 \n -imageScale 1\n -imageEnabled 0\n -graphType \"DAG\" \n -heatMapDisplay 0\n -updateSelection 1\n -updateNodeAdded 1\n -useDrawOverrideColor 0\n -limitGraphTraversal -1\n -range 0 0 \n -iconSize \"smallIcons\" \n -showCachedConnections 0\n $editorName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"hyperShadePanel\" (localizedPanelLabel(\"Hypershade\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Hypershade\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"visorPanel\" (localizedPanelLabel(\"Visor\")) `;\n" + + "\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Visor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"nodeEditorPanel\" (localizedPanelLabel(\"Node Editor\")) `;\n\tif ($nodeEditorPanelVisible || $nodeEditorWorkspaceControlOpen) {\n\t\tif (\"\" == $panelName) {\n\t\t\tif ($useSceneConfig) {\n\t\t\t\t$panelName = `scriptedPanel -unParent -type \"nodeEditorPanel\" -l (localizedPanelLabel(\"Node Editor\")) -mbv $menusOkayInPanels `;\n\n\t\t\t$editorName = ($panelName+\"NodeEditorEd\");\n nodeEditor -e \n -allAttributes 0\n -allNodes 0\n -autoSizeNodes 1\n -consistentNameSize 1\n -createNodeCommand \"nodeEdCreateNodeCommand\" \n -connectNodeOnCreation 0\n -connectOnDrop 0\n -copyConnectionsOnPaste 0\n -connectionStyle \"bezier\" \n -defaultPinnedState 0\n" + + " -additiveGraphingMode 0\n -settingsChangedCallback \"nodeEdSyncControls\" \n -traversalDepthLimit -1\n -keyPressCommand \"nodeEdKeyPressCommand\" \n -nodeTitleMode \"name\" \n -gridSnap 0\n -gridVisibility 1\n -crosshairOnEdgeDragging 0\n -popupMenuScript \"nodeEdBuildPanelMenus\" \n -showNamespace 1\n -showShapes 1\n -showSGShapes 0\n -showTransforms 1\n -useAssets 1\n -syncedSelection 1\n -extendToShapes 1\n -editorMode \"default\" \n -hasWatchpoint 0\n $editorName;\n\t\t\t}\n\t\t} else {\n\t\t\t$label = `panel -q -label $panelName`;\n\t\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Node Editor\")) -mbv $menusOkayInPanels $panelName;\n\n\t\t\t$editorName = ($panelName+\"NodeEditorEd\");\n nodeEditor -e \n -allAttributes 0\n -allNodes 0\n -autoSizeNodes 1\n" + + " -consistentNameSize 1\n -createNodeCommand \"nodeEdCreateNodeCommand\" \n -connectNodeOnCreation 0\n -connectOnDrop 0\n -copyConnectionsOnPaste 0\n -connectionStyle \"bezier\" \n -defaultPinnedState 0\n -additiveGraphingMode 0\n -settingsChangedCallback \"nodeEdSyncControls\" \n -traversalDepthLimit -1\n -keyPressCommand \"nodeEdKeyPressCommand\" \n -nodeTitleMode \"name\" \n -gridSnap 0\n -gridVisibility 1\n -crosshairOnEdgeDragging 0\n -popupMenuScript \"nodeEdBuildPanelMenus\" \n -showNamespace 1\n -showShapes 1\n -showSGShapes 0\n -showTransforms 1\n -useAssets 1\n -syncedSelection 1\n -extendToShapes 1\n -editorMode \"default\" \n -hasWatchpoint 0\n $editorName;\n" + + "\t\t\tif (!$useSceneConfig) {\n\t\t\t\tpanel -e -l $label $panelName;\n\t\t\t}\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"createNodePanel\" (localizedPanelLabel(\"Create Node\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Create Node\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"polyTexturePlacementPanel\" (localizedPanelLabel(\"UV Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"UV Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"renderWindowPanel\" (localizedPanelLabel(\"Render View\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Render View\")) -mbv $menusOkayInPanels $panelName;\n" + + "\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"shapePanel\" (localizedPanelLabel(\"Shape Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tshapePanel -edit -l (localizedPanelLabel(\"Shape Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextPanel \"posePanel\" (localizedPanelLabel(\"Pose Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tposePanel -edit -l (localizedPanelLabel(\"Pose Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dynRelEdPanel\" (localizedPanelLabel(\"Dynamic Relationships\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Dynamic Relationships\")) -mbv $menusOkayInPanels $panelName;\n" + + "\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"relationshipPanel\" (localizedPanelLabel(\"Relationship Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Relationship Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"referenceEditorPanel\" (localizedPanelLabel(\"Reference Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Reference Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"componentEditorPanel\" (localizedPanelLabel(\"Component Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Component Editor\")) -mbv $menusOkayInPanels $panelName;\n" + + "\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"dynPaintScriptedPanelType\" (localizedPanelLabel(\"Paint Effects\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Paint Effects\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"scriptEditorPanel\" (localizedPanelLabel(\"Script Editor\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Script Editor\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"profilerPanel\" (localizedPanelLabel(\"Profiler Tool\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Profiler Tool\")) -mbv $menusOkayInPanels $panelName;\n" + + "\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\t$panelName = `sceneUIReplacement -getNextScriptedPanel \"contentBrowserPanel\" (localizedPanelLabel(\"Content Browser\")) `;\n\tif (\"\" != $panelName) {\n\t\t$label = `panel -q -label $panelName`;\n\t\tscriptedPanel -edit -l (localizedPanelLabel(\"Content Browser\")) -mbv $menusOkayInPanels $panelName;\n\t\tif (!$useSceneConfig) {\n\t\t\tpanel -e -l $label $panelName;\n\t\t}\n\t}\n\n\n\tif ($useSceneConfig) {\n string $configName = `getPanel -cwl (localizedPanelLabel(\"Current Layout\"))`;\n if (\"\" != $configName) {\n\t\t\tpanelConfiguration -edit -label (localizedPanelLabel(\"Current Layout\")) \n\t\t\t\t-userCreated false\n\t\t\t\t-defaultImage \"vacantCell.xP:/\"\n\t\t\t\t-image \"\"\n\t\t\t\t-sc false\n\t\t\t\t-configString \"global string $gMainPane; paneLayout -e -cn \\\"single\\\" -ps 1 100 100 $gMainPane;\"\n\t\t\t\t-removeAllPanels\n\t\t\t\t-ap false\n\t\t\t\t\t(localizedPanelLabel(\"Persp View\")) \n\t\t\t\t\t\"modelPanel\"\n" + + "\t\t\t\t\t\"$panelName = `modelPanel -unParent -l (localizedPanelLabel(\\\"Persp View\\\")) -mbv $menusOkayInPanels `;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera persp` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 0\\n -nurbsCurves 0\\n -nurbsSurfaces 0\\n -polymeshes 1\\n -subdivSurfaces 0\\n -planes 0\\n -lights 0\\n -cameras 0\\n -controlVertices 1\\n -hulls 0\\n -grid 1\\n -imagePlane 0\\n -joints 1\\n -ikHandles 0\\n -deformers 0\\n -dynamics 0\\n -particleInstancers 0\\n -fluids 0\\n -hairSystems 0\\n -follicles 0\\n -nCloths 0\\n -nParticles 0\\n -nRigids 0\\n -dynamicConstraints 0\\n -locators 0\\n -manipulators 1\\n -pluginShapes 0\\n -dimensions 0\\n -handles 0\\n -pivots 0\\n -textures 0\\n -strokes 0\\n -motionTrails 0\\n -clipGhosts 0\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 1002\\n -height 672\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName;\\nmodelEditor -e \\n -pluginObjects \\\"gpuCacheDisplayFilter\\\" 0 \\n $editorName\"\n" + + "\t\t\t\t\t\"modelPanel -edit -l (localizedPanelLabel(\\\"Persp View\\\")) -mbv $menusOkayInPanels $panelName;\\n$editorName = $panelName;\\nmodelEditor -e \\n -cam `findStartUpCamera persp` \\n -useInteractiveMode 0\\n -displayLights \\\"default\\\" \\n -displayAppearance \\\"smoothShaded\\\" \\n -activeOnly 0\\n -ignorePanZoom 0\\n -wireframeOnShaded 0\\n -headsUpDisplay 1\\n -holdOuts 1\\n -selectionHiliteDisplay 1\\n -useDefaultMaterial 0\\n -bufferMode \\\"double\\\" \\n -twoSidedLighting 0\\n -backfaceCulling 0\\n -xray 0\\n -jointXray 0\\n -activeComponentsXray 0\\n -displayTextures 0\\n -smoothWireframe 0\\n -lineWidth 1\\n -textureAnisotropic 0\\n -textureHilight 1\\n -textureSampling 2\\n -textureDisplay \\\"modulate\\\" \\n -textureMaxSize 32768\\n -fogging 0\\n -fogSource \\\"fragment\\\" \\n -fogMode \\\"linear\\\" \\n -fogStart 0\\n -fogEnd 100\\n -fogDensity 0.1\\n -fogColor 0.5 0.5 0.5 1 \\n -depthOfFieldPreview 1\\n -maxConstantTransparency 1\\n -rendererName \\\"vp2Renderer\\\" \\n -objectFilterShowInHUD 1\\n -isFiltered 0\\n -colorResolution 256 256 \\n -bumpResolution 512 512 \\n -textureCompression 0\\n -transparencyAlgorithm \\\"frontAndBackCull\\\" \\n -transpInShadows 0\\n -cullingOverride \\\"none\\\" \\n -lowQualityLighting 0\\n -maximumNumHardwareLights 1\\n -occlusionCulling 0\\n -shadingModel 0\\n -useBaseRenderer 0\\n -useReducedRenderer 0\\n -smallObjectCulling 0\\n -smallObjectThreshold -1 \\n -interactiveDisableShadows 0\\n -interactiveBackFaceCull 0\\n -sortTransparent 1\\n -controllers 0\\n -nurbsCurves 0\\n -nurbsSurfaces 0\\n -polymeshes 1\\n -subdivSurfaces 0\\n -planes 0\\n -lights 0\\n -cameras 0\\n -controlVertices 1\\n -hulls 0\\n -grid 1\\n -imagePlane 0\\n -joints 1\\n -ikHandles 0\\n -deformers 0\\n -dynamics 0\\n -particleInstancers 0\\n -fluids 0\\n -hairSystems 0\\n -follicles 0\\n -nCloths 0\\n -nParticles 0\\n -nRigids 0\\n -dynamicConstraints 0\\n -locators 0\\n -manipulators 1\\n -pluginShapes 0\\n -dimensions 0\\n -handles 0\\n -pivots 0\\n -textures 0\\n -strokes 0\\n -motionTrails 0\\n -clipGhosts 0\\n -greasePencils 0\\n -shadows 0\\n -captureSequenceNumber -1\\n -width 1002\\n -height 672\\n -sceneRenderFilter 0\\n $editorName;\\nmodelEditor -e -viewSelected 0 $editorName;\\nmodelEditor -e \\n -pluginObjects \\\"gpuCacheDisplayFilter\\\" 0 \\n $editorName\"\n" + + "\t\t\t\t$configName;\n\n setNamedPanelLayout (localizedPanelLabel(\"Current Layout\"));\n }\n\n panelHistory -e -clear mainPanelHistory;\n sceneUIReplacement -clear;\n\t}\n\n\ngrid -spacing 5 -size 12 -divisions 5 -displayAxes yes -displayGridLines yes -displayDivisionLines yes -displayPerspectiveLabels no -displayOrthographicLabels no -displayAxesBold yes -perspectiveLabelPosition axis -orthographicLabelPosition edge;\nviewManip -drawCompass 0 -compassAngle 0 -frontParameters \"\" -homeParameters \"\" -selectionLockParameters \"\";\n}\n"); + setAttr ".st" 3; +createNode script -n "sceneConfigurationScriptNode"; + rename -uid "9695FD46-4766-62B2-B249-11B8782449EC"; + setAttr ".b" -type "string" "playbackOptions -min 0 -max 100 -ast 0 -aet 100 "; + setAttr ".st" 6; +select -ne :time1; + setAttr ".o" 426; + setAttr ".unw" 426; +select -ne :hardwareRenderingGlobals; + setAttr ".otfna" -type "stringArray" 22 "NURBS Curves" "NURBS Surfaces" "Polygons" "Subdiv Surface" "Particles" "Particle Instance" "Fluids" "Strokes" "Image Planes" "UI" "Lights" "Cameras" "Locators" "Joints" "IK Handles" "Deformers" "Motion Trails" "Components" "Hair Systems" "Follicles" "Misc. UI" "Ornaments" ; + setAttr ".otfva" -type "Int32Array" 22 0 1 1 1 1 1 + 1 1 1 0 0 0 0 0 0 0 0 0 + 0 0 0 0 ; + setAttr ".fprt" yes; +select -ne :renderPartition; + setAttr -s 6 ".st"; +select -ne :renderGlobalsList1; +select -ne :defaultShaderList1; + setAttr -s 9 ".s"; +select -ne :postProcessList1; + setAttr -s 2 ".p"; +select -ne :defaultRenderUtilityList1; + setAttr -s 4 ".u"; +select -ne :defaultRenderingList1; +select -ne :defaultTextureList1; + setAttr -s 4 ".tx"; +select -ne :initialShadingGroup; + setAttr ".ro" yes; +select -ne :initialParticleSE; + setAttr ".ro" yes; +select -ne :defaultRenderGlobals; + addAttr -ci true -h true -sn "dss" -ln "defaultSurfaceShader" -dt "string"; + setAttr ".ren" -type "string" "arnold"; + setAttr ".dss" -type "string" "lambert1"; +select -ne :defaultResolution; + setAttr ".pa" 1; +select -ne :defaultColorMgtGlobals; + setAttr ".cfe" yes; + setAttr ".cfp" -type "string" "/OCIO-configs/Maya2022-default/config.ocio"; + setAttr ".vtn" -type "string" "ACES 1.0 SDR-video (sRGB)"; + setAttr ".vn" -type "string" "ACES 1.0 SDR-video"; + setAttr ".dn" -type "string" "sRGB"; + setAttr ".wsn" -type "string" "ACEScg"; + setAttr ".otn" -type "string" "ACES 1.0 SDR-video (sRGB)"; + setAttr ".potn" -type "string" "ACES 1.0 SDR-video (sRGB)"; +select -ne :hardwareRenderGlobals; + setAttr ".ctrs" 256; + setAttr ".btrs" 512; +select -ne :ikSystem; + setAttr -s 3 ".sol"; +connectAttr "Armature_DL.di" "Armature.do"; +connectAttr "Armature.s" "Avatar_Hips.is"; +connectAttr "Avatar_Hips_scaleConstraint1.csx" "Avatar_Hips.sx"; +connectAttr "Avatar_Hips_scaleConstraint1.csy" "Avatar_Hips.sy"; +connectAttr "Avatar_Hips_scaleConstraint1.csz" "Avatar_Hips.sz"; +connectAttr "Avatar_Hips_parentConstraint1.ctx" "Avatar_Hips.tx"; +connectAttr "Avatar_Hips_parentConstraint1.cty" "Avatar_Hips.ty"; +connectAttr "Avatar_Hips_parentConstraint1.ctz" "Avatar_Hips.tz"; +connectAttr "Avatar_Hips_parentConstraint1.crx" "Avatar_Hips.rx"; +connectAttr "Avatar_Hips_parentConstraint1.cry" "Avatar_Hips.ry"; +connectAttr "Avatar_Hips_parentConstraint1.crz" "Avatar_Hips.rz"; +connectAttr "Avatar_Hips.s" "Avatar_LeftUpLeg.is"; +connectAttr "Avatar_LeftUpLeg_scaleConstraint1.csx" "Avatar_LeftUpLeg.sx"; +connectAttr "Avatar_LeftUpLeg_scaleConstraint1.csy" "Avatar_LeftUpLeg.sy"; +connectAttr "Avatar_LeftUpLeg_scaleConstraint1.csz" "Avatar_LeftUpLeg.sz"; +connectAttr "Avatar_LeftUpLeg_parentConstraint1.ctx" "Avatar_LeftUpLeg.tx"; +connectAttr "Avatar_LeftUpLeg_parentConstraint1.cty" "Avatar_LeftUpLeg.ty"; +connectAttr "Avatar_LeftUpLeg_parentConstraint1.ctz" "Avatar_LeftUpLeg.tz"; +connectAttr "Avatar_LeftUpLeg_parentConstraint1.crx" "Avatar_LeftUpLeg.rx"; +connectAttr "Avatar_LeftUpLeg_parentConstraint1.cry" "Avatar_LeftUpLeg.ry"; +connectAttr "Avatar_LeftUpLeg_parentConstraint1.crz" "Avatar_LeftUpLeg.rz"; +connectAttr "Avatar_LeftUpLeg.s" "Avatar_LeftLeg.is"; +connectAttr "Avatar_LeftLeg_scaleConstraint1.csx" "Avatar_LeftLeg.sx"; +connectAttr "Avatar_LeftLeg_scaleConstraint1.csy" "Avatar_LeftLeg.sy"; +connectAttr "Avatar_LeftLeg_scaleConstraint1.csz" "Avatar_LeftLeg.sz"; +connectAttr "Avatar_LeftLeg_parentConstraint1.ctx" "Avatar_LeftLeg.tx"; +connectAttr "Avatar_LeftLeg_parentConstraint1.cty" "Avatar_LeftLeg.ty"; +connectAttr "Avatar_LeftLeg_parentConstraint1.ctz" "Avatar_LeftLeg.tz"; +connectAttr "Avatar_LeftLeg_parentConstraint1.crx" "Avatar_LeftLeg.rx"; +connectAttr "Avatar_LeftLeg_parentConstraint1.cry" "Avatar_LeftLeg.ry"; +connectAttr "Avatar_LeftLeg_parentConstraint1.crz" "Avatar_LeftLeg.rz"; +connectAttr "Avatar_LeftLeg.s" "Avatar_LeftFoot.is"; +connectAttr "Avatar_LeftFoot_scaleConstraint1.csx" "Avatar_LeftFoot.sx"; +connectAttr "Avatar_LeftFoot_scaleConstraint1.csy" "Avatar_LeftFoot.sy"; +connectAttr "Avatar_LeftFoot_scaleConstraint1.csz" "Avatar_LeftFoot.sz"; +connectAttr "Avatar_LeftFoot_parentConstraint1.ctx" "Avatar_LeftFoot.tx"; +connectAttr "Avatar_LeftFoot_parentConstraint1.cty" "Avatar_LeftFoot.ty"; +connectAttr "Avatar_LeftFoot_parentConstraint1.ctz" "Avatar_LeftFoot.tz"; +connectAttr "Avatar_LeftFoot_parentConstraint1.crx" "Avatar_LeftFoot.rx"; +connectAttr "Avatar_LeftFoot_parentConstraint1.cry" "Avatar_LeftFoot.ry"; +connectAttr "Avatar_LeftFoot_parentConstraint1.crz" "Avatar_LeftFoot.rz"; +connectAttr "Avatar_LeftFoot.s" "Avatar_LeftToeBase.is"; +connectAttr "Avatar_LeftToeBase_scaleConstraint1.csx" "Avatar_LeftToeBase.sx"; +connectAttr "Avatar_LeftToeBase_scaleConstraint1.csy" "Avatar_LeftToeBase.sy"; +connectAttr "Avatar_LeftToeBase_scaleConstraint1.csz" "Avatar_LeftToeBase.sz"; +connectAttr "Avatar_LeftToeBase_parentConstraint1.ctx" "Avatar_LeftToeBase.tx"; +connectAttr "Avatar_LeftToeBase_parentConstraint1.cty" "Avatar_LeftToeBase.ty"; +connectAttr "Avatar_LeftToeBase_parentConstraint1.ctz" "Avatar_LeftToeBase.tz"; +connectAttr "Avatar_LeftToeBase_parentConstraint1.crx" "Avatar_LeftToeBase.rx"; +connectAttr "Avatar_LeftToeBase_parentConstraint1.cry" "Avatar_LeftToeBase.ry"; +connectAttr "Avatar_LeftToeBase_parentConstraint1.crz" "Avatar_LeftToeBase.rz"; +connectAttr "Avatar_LeftToeBase.s" "Avatar_LeftToeBase_end.is"; +connectAttr "Avatar_LeftToeBase_end.s" "Avatar_LeftToeBase_end_end.is"; +connectAttr "Avatar_LeftToeBase.ssc" "Avatar_LeftToeBase_scaleConstraint1.tsc"; +connectAttr "Avatar_LeftToeBase.pim" "Avatar_LeftToeBase_scaleConstraint1.cpim"; +connectAttr "Toes_L.s" "Avatar_LeftToeBase_scaleConstraint1.tg[0].ts"; +connectAttr "Toes_L.pm" "Avatar_LeftToeBase_scaleConstraint1.tg[0].tpm"; +connectAttr "Avatar_LeftToeBase_scaleConstraint1.w0" "Avatar_LeftToeBase_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftToeBase.ro" "Avatar_LeftToeBase_parentConstraint1.cro"; +connectAttr "Avatar_LeftToeBase.pim" "Avatar_LeftToeBase_parentConstraint1.cpim" + ; +connectAttr "Avatar_LeftToeBase.rp" "Avatar_LeftToeBase_parentConstraint1.crp"; +connectAttr "Avatar_LeftToeBase.rpt" "Avatar_LeftToeBase_parentConstraint1.crt"; +connectAttr "Avatar_LeftToeBase.jo" "Avatar_LeftToeBase_parentConstraint1.cjo"; +connectAttr "Toes_L.t" "Avatar_LeftToeBase_parentConstraint1.tg[0].tt"; +connectAttr "Toes_L.rp" "Avatar_LeftToeBase_parentConstraint1.tg[0].trp"; +connectAttr "Toes_L.rpt" "Avatar_LeftToeBase_parentConstraint1.tg[0].trt"; +connectAttr "Toes_L.r" "Avatar_LeftToeBase_parentConstraint1.tg[0].tr"; +connectAttr "Toes_L.ro" "Avatar_LeftToeBase_parentConstraint1.tg[0].tro"; +connectAttr "Toes_L.s" "Avatar_LeftToeBase_parentConstraint1.tg[0].ts"; +connectAttr "Toes_L.pm" "Avatar_LeftToeBase_parentConstraint1.tg[0].tpm"; +connectAttr "Toes_L.jo" "Avatar_LeftToeBase_parentConstraint1.tg[0].tjo"; +connectAttr "Toes_L.ssc" "Avatar_LeftToeBase_parentConstraint1.tg[0].tsc"; +connectAttr "Toes_L.is" "Avatar_LeftToeBase_parentConstraint1.tg[0].tis"; +connectAttr "Avatar_LeftToeBase_parentConstraint1.w0" "Avatar_LeftToeBase_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftFoot.ssc" "Avatar_LeftFoot_scaleConstraint1.tsc"; +connectAttr "Avatar_LeftFoot.pim" "Avatar_LeftFoot_scaleConstraint1.cpim"; +connectAttr "Ankle_L.s" "Avatar_LeftFoot_scaleConstraint1.tg[0].ts"; +connectAttr "Ankle_L.pm" "Avatar_LeftFoot_scaleConstraint1.tg[0].tpm"; +connectAttr "Avatar_LeftFoot_scaleConstraint1.w0" "Avatar_LeftFoot_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftFoot.ro" "Avatar_LeftFoot_parentConstraint1.cro"; +connectAttr "Avatar_LeftFoot.pim" "Avatar_LeftFoot_parentConstraint1.cpim"; +connectAttr "Avatar_LeftFoot.rp" "Avatar_LeftFoot_parentConstraint1.crp"; +connectAttr "Avatar_LeftFoot.rpt" "Avatar_LeftFoot_parentConstraint1.crt"; +connectAttr "Avatar_LeftFoot.jo" "Avatar_LeftFoot_parentConstraint1.cjo"; +connectAttr "Ankle_L.t" "Avatar_LeftFoot_parentConstraint1.tg[0].tt"; +connectAttr "Ankle_L.rp" "Avatar_LeftFoot_parentConstraint1.tg[0].trp"; +connectAttr "Ankle_L.rpt" "Avatar_LeftFoot_parentConstraint1.tg[0].trt"; +connectAttr "Ankle_L.r" "Avatar_LeftFoot_parentConstraint1.tg[0].tr"; +connectAttr "Ankle_L.ro" "Avatar_LeftFoot_parentConstraint1.tg[0].tro"; +connectAttr "Ankle_L.s" "Avatar_LeftFoot_parentConstraint1.tg[0].ts"; +connectAttr "Ankle_L.pm" "Avatar_LeftFoot_parentConstraint1.tg[0].tpm"; +connectAttr "Ankle_L.jo" "Avatar_LeftFoot_parentConstraint1.tg[0].tjo"; +connectAttr "Ankle_L.ssc" "Avatar_LeftFoot_parentConstraint1.tg[0].tsc"; +connectAttr "Ankle_L.is" "Avatar_LeftFoot_parentConstraint1.tg[0].tis"; +connectAttr "Avatar_LeftFoot_parentConstraint1.w0" "Avatar_LeftFoot_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftLeg.ssc" "Avatar_LeftLeg_scaleConstraint1.tsc"; +connectAttr "Avatar_LeftLeg.pim" "Avatar_LeftLeg_scaleConstraint1.cpim"; +connectAttr "Knee_L.s" "Avatar_LeftLeg_scaleConstraint1.tg[0].ts"; +connectAttr "Knee_L.pm" "Avatar_LeftLeg_scaleConstraint1.tg[0].tpm"; +connectAttr "Avatar_LeftLeg_scaleConstraint1.w0" "Avatar_LeftLeg_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftLeg.ro" "Avatar_LeftLeg_parentConstraint1.cro"; +connectAttr "Avatar_LeftLeg.pim" "Avatar_LeftLeg_parentConstraint1.cpim"; +connectAttr "Avatar_LeftLeg.rp" "Avatar_LeftLeg_parentConstraint1.crp"; +connectAttr "Avatar_LeftLeg.rpt" "Avatar_LeftLeg_parentConstraint1.crt"; +connectAttr "Avatar_LeftLeg.jo" "Avatar_LeftLeg_parentConstraint1.cjo"; +connectAttr "Knee_L.t" "Avatar_LeftLeg_parentConstraint1.tg[0].tt"; +connectAttr "Knee_L.rp" "Avatar_LeftLeg_parentConstraint1.tg[0].trp"; +connectAttr "Knee_L.rpt" "Avatar_LeftLeg_parentConstraint1.tg[0].trt"; +connectAttr "Knee_L.r" "Avatar_LeftLeg_parentConstraint1.tg[0].tr"; +connectAttr "Knee_L.ro" "Avatar_LeftLeg_parentConstraint1.tg[0].tro"; +connectAttr "Knee_L.s" "Avatar_LeftLeg_parentConstraint1.tg[0].ts"; +connectAttr "Knee_L.pm" "Avatar_LeftLeg_parentConstraint1.tg[0].tpm"; +connectAttr "Knee_L.jo" "Avatar_LeftLeg_parentConstraint1.tg[0].tjo"; +connectAttr "Knee_L.ssc" "Avatar_LeftLeg_parentConstraint1.tg[0].tsc"; +connectAttr "Knee_L.is" "Avatar_LeftLeg_parentConstraint1.tg[0].tis"; +connectAttr "Avatar_LeftLeg_parentConstraint1.w0" "Avatar_LeftLeg_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftUpLeg.ssc" "Avatar_LeftUpLeg_scaleConstraint1.tsc"; +connectAttr "Avatar_LeftUpLeg.pim" "Avatar_LeftUpLeg_scaleConstraint1.cpim"; +connectAttr "Hip_L.s" "Avatar_LeftUpLeg_scaleConstraint1.tg[0].ts"; +connectAttr "Hip_L.pm" "Avatar_LeftUpLeg_scaleConstraint1.tg[0].tpm"; +connectAttr "Avatar_LeftUpLeg_scaleConstraint1.w0" "Avatar_LeftUpLeg_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftUpLeg.ro" "Avatar_LeftUpLeg_parentConstraint1.cro"; +connectAttr "Avatar_LeftUpLeg.pim" "Avatar_LeftUpLeg_parentConstraint1.cpim"; +connectAttr "Avatar_LeftUpLeg.rp" "Avatar_LeftUpLeg_parentConstraint1.crp"; +connectAttr "Avatar_LeftUpLeg.rpt" "Avatar_LeftUpLeg_parentConstraint1.crt"; +connectAttr "Avatar_LeftUpLeg.jo" "Avatar_LeftUpLeg_parentConstraint1.cjo"; +connectAttr "Hip_L.t" "Avatar_LeftUpLeg_parentConstraint1.tg[0].tt"; +connectAttr "Hip_L.rp" "Avatar_LeftUpLeg_parentConstraint1.tg[0].trp"; +connectAttr "Hip_L.rpt" "Avatar_LeftUpLeg_parentConstraint1.tg[0].trt"; +connectAttr "Hip_L.r" "Avatar_LeftUpLeg_parentConstraint1.tg[0].tr"; +connectAttr "Hip_L.ro" "Avatar_LeftUpLeg_parentConstraint1.tg[0].tro"; +connectAttr "Hip_L.s" "Avatar_LeftUpLeg_parentConstraint1.tg[0].ts"; +connectAttr "Hip_L.pm" "Avatar_LeftUpLeg_parentConstraint1.tg[0].tpm"; +connectAttr "Hip_L.jo" "Avatar_LeftUpLeg_parentConstraint1.tg[0].tjo"; +connectAttr "Hip_L.ssc" "Avatar_LeftUpLeg_parentConstraint1.tg[0].tsc"; +connectAttr "Hip_L.is" "Avatar_LeftUpLeg_parentConstraint1.tg[0].tis"; +connectAttr "Avatar_LeftUpLeg_parentConstraint1.w0" "Avatar_LeftUpLeg_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_Hips.s" "Avatar_RightUpLeg.is"; +connectAttr "Avatar_RightUpLeg_scaleConstraint1.csx" "Avatar_RightUpLeg.sx"; +connectAttr "Avatar_RightUpLeg_scaleConstraint1.csy" "Avatar_RightUpLeg.sy"; +connectAttr "Avatar_RightUpLeg_scaleConstraint1.csz" "Avatar_RightUpLeg.sz"; +connectAttr "Avatar_RightUpLeg_parentConstraint1.ctx" "Avatar_RightUpLeg.tx"; +connectAttr "Avatar_RightUpLeg_parentConstraint1.cty" "Avatar_RightUpLeg.ty"; +connectAttr "Avatar_RightUpLeg_parentConstraint1.ctz" "Avatar_RightUpLeg.tz"; +connectAttr "Avatar_RightUpLeg_parentConstraint1.crx" "Avatar_RightUpLeg.rx"; +connectAttr "Avatar_RightUpLeg_parentConstraint1.cry" "Avatar_RightUpLeg.ry"; +connectAttr "Avatar_RightUpLeg_parentConstraint1.crz" "Avatar_RightUpLeg.rz"; +connectAttr "Avatar_RightUpLeg.s" "Avatar_RightLeg.is"; +connectAttr "Avatar_RightLeg_scaleConstraint1.csx" "Avatar_RightLeg.sx"; +connectAttr "Avatar_RightLeg_scaleConstraint1.csy" "Avatar_RightLeg.sy"; +connectAttr "Avatar_RightLeg_scaleConstraint1.csz" "Avatar_RightLeg.sz"; +connectAttr "Avatar_RightLeg_parentConstraint1.ctx" "Avatar_RightLeg.tx"; +connectAttr "Avatar_RightLeg_parentConstraint1.cty" "Avatar_RightLeg.ty"; +connectAttr "Avatar_RightLeg_parentConstraint1.ctz" "Avatar_RightLeg.tz"; +connectAttr "Avatar_RightLeg_parentConstraint1.crx" "Avatar_RightLeg.rx"; +connectAttr "Avatar_RightLeg_parentConstraint1.cry" "Avatar_RightLeg.ry"; +connectAttr "Avatar_RightLeg_parentConstraint1.crz" "Avatar_RightLeg.rz"; +connectAttr "Avatar_RightLeg.s" "Avatar_RightFoot.is"; +connectAttr "Avatar_RightFoot_scaleConstraint1.csx" "Avatar_RightFoot.sx"; +connectAttr "Avatar_RightFoot_scaleConstraint1.csy" "Avatar_RightFoot.sy"; +connectAttr "Avatar_RightFoot_scaleConstraint1.csz" "Avatar_RightFoot.sz"; +connectAttr "Avatar_RightFoot_parentConstraint1.ctx" "Avatar_RightFoot.tx"; +connectAttr "Avatar_RightFoot_parentConstraint1.cty" "Avatar_RightFoot.ty"; +connectAttr "Avatar_RightFoot_parentConstraint1.ctz" "Avatar_RightFoot.tz"; +connectAttr "Avatar_RightFoot_parentConstraint1.crx" "Avatar_RightFoot.rx"; +connectAttr "Avatar_RightFoot_parentConstraint1.cry" "Avatar_RightFoot.ry"; +connectAttr "Avatar_RightFoot_parentConstraint1.crz" "Avatar_RightFoot.rz"; +connectAttr "Avatar_RightFoot.s" "Avatar_RightToeBase.is"; +connectAttr "Avatar_RightToeBase_scaleConstraint1.csx" "Avatar_RightToeBase.sx"; +connectAttr "Avatar_RightToeBase_scaleConstraint1.csy" "Avatar_RightToeBase.sy"; +connectAttr "Avatar_RightToeBase_scaleConstraint1.csz" "Avatar_RightToeBase.sz"; +connectAttr "Avatar_RightToeBase_parentConstraint1.ctx" "Avatar_RightToeBase.tx" + ; +connectAttr "Avatar_RightToeBase_parentConstraint1.cty" "Avatar_RightToeBase.ty" + ; +connectAttr "Avatar_RightToeBase_parentConstraint1.ctz" "Avatar_RightToeBase.tz" + ; +connectAttr "Avatar_RightToeBase_parentConstraint1.crx" "Avatar_RightToeBase.rx" + ; +connectAttr "Avatar_RightToeBase_parentConstraint1.cry" "Avatar_RightToeBase.ry" + ; +connectAttr "Avatar_RightToeBase_parentConstraint1.crz" "Avatar_RightToeBase.rz" + ; +connectAttr "Avatar_RightToeBase.s" "Avatar_RightToeBase_end.is"; +connectAttr "Avatar_RightToeBase_end.s" "Avatar_RightToeBase_end_end.is"; +connectAttr "Avatar_RightToeBase.ssc" "Avatar_RightToeBase_scaleConstraint1.tsc" + ; +connectAttr "Avatar_RightToeBase.pim" "Avatar_RightToeBase_scaleConstraint1.cpim" + ; +connectAttr "Toes_R.s" "Avatar_RightToeBase_scaleConstraint1.tg[0].ts"; +connectAttr "Toes_R.pm" "Avatar_RightToeBase_scaleConstraint1.tg[0].tpm"; +connectAttr "Avatar_RightToeBase_scaleConstraint1.w0" "Avatar_RightToeBase_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightToeBase.ro" "Avatar_RightToeBase_parentConstraint1.cro" + ; +connectAttr "Avatar_RightToeBase.pim" "Avatar_RightToeBase_parentConstraint1.cpim" + ; +connectAttr "Avatar_RightToeBase.rp" "Avatar_RightToeBase_parentConstraint1.crp" + ; +connectAttr "Avatar_RightToeBase.rpt" "Avatar_RightToeBase_parentConstraint1.crt" + ; +connectAttr "Avatar_RightToeBase.jo" "Avatar_RightToeBase_parentConstraint1.cjo" + ; +connectAttr "Toes_R.t" "Avatar_RightToeBase_parentConstraint1.tg[0].tt"; +connectAttr "Toes_R.rp" "Avatar_RightToeBase_parentConstraint1.tg[0].trp"; +connectAttr "Toes_R.rpt" "Avatar_RightToeBase_parentConstraint1.tg[0].trt"; +connectAttr "Toes_R.r" "Avatar_RightToeBase_parentConstraint1.tg[0].tr"; +connectAttr "Toes_R.ro" "Avatar_RightToeBase_parentConstraint1.tg[0].tro"; +connectAttr "Toes_R.s" "Avatar_RightToeBase_parentConstraint1.tg[0].ts"; +connectAttr "Toes_R.pm" "Avatar_RightToeBase_parentConstraint1.tg[0].tpm"; +connectAttr "Toes_R.jo" "Avatar_RightToeBase_parentConstraint1.tg[0].tjo"; +connectAttr "Toes_R.ssc" "Avatar_RightToeBase_parentConstraint1.tg[0].tsc"; +connectAttr "Toes_R.is" "Avatar_RightToeBase_parentConstraint1.tg[0].tis"; +connectAttr "Avatar_RightToeBase_parentConstraint1.w0" "Avatar_RightToeBase_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightFoot.ssc" "Avatar_RightFoot_scaleConstraint1.tsc"; +connectAttr "Avatar_RightFoot.pim" "Avatar_RightFoot_scaleConstraint1.cpim"; +connectAttr "Ankle_R.s" "Avatar_RightFoot_scaleConstraint1.tg[0].ts"; +connectAttr "Ankle_R.pm" "Avatar_RightFoot_scaleConstraint1.tg[0].tpm"; +connectAttr "Avatar_RightFoot_scaleConstraint1.w0" "Avatar_RightFoot_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightFoot.ro" "Avatar_RightFoot_parentConstraint1.cro"; +connectAttr "Avatar_RightFoot.pim" "Avatar_RightFoot_parentConstraint1.cpim"; +connectAttr "Avatar_RightFoot.rp" "Avatar_RightFoot_parentConstraint1.crp"; +connectAttr "Avatar_RightFoot.rpt" "Avatar_RightFoot_parentConstraint1.crt"; +connectAttr "Avatar_RightFoot.jo" "Avatar_RightFoot_parentConstraint1.cjo"; +connectAttr "Ankle_R.t" "Avatar_RightFoot_parentConstraint1.tg[0].tt"; +connectAttr "Ankle_R.rp" "Avatar_RightFoot_parentConstraint1.tg[0].trp"; +connectAttr "Ankle_R.rpt" "Avatar_RightFoot_parentConstraint1.tg[0].trt"; +connectAttr "Ankle_R.r" "Avatar_RightFoot_parentConstraint1.tg[0].tr"; +connectAttr "Ankle_R.ro" "Avatar_RightFoot_parentConstraint1.tg[0].tro"; +connectAttr "Ankle_R.s" "Avatar_RightFoot_parentConstraint1.tg[0].ts"; +connectAttr "Ankle_R.pm" "Avatar_RightFoot_parentConstraint1.tg[0].tpm"; +connectAttr "Ankle_R.jo" "Avatar_RightFoot_parentConstraint1.tg[0].tjo"; +connectAttr "Ankle_R.ssc" "Avatar_RightFoot_parentConstraint1.tg[0].tsc"; +connectAttr "Ankle_R.is" "Avatar_RightFoot_parentConstraint1.tg[0].tis"; +connectAttr "Avatar_RightFoot_parentConstraint1.w0" "Avatar_RightFoot_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightLeg.ssc" "Avatar_RightLeg_scaleConstraint1.tsc"; +connectAttr "Avatar_RightLeg.pim" "Avatar_RightLeg_scaleConstraint1.cpim"; +connectAttr "Knee_R.s" "Avatar_RightLeg_scaleConstraint1.tg[0].ts"; +connectAttr "Knee_R.pm" "Avatar_RightLeg_scaleConstraint1.tg[0].tpm"; +connectAttr "Avatar_RightLeg_scaleConstraint1.w0" "Avatar_RightLeg_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightLeg.ro" "Avatar_RightLeg_parentConstraint1.cro"; +connectAttr "Avatar_RightLeg.pim" "Avatar_RightLeg_parentConstraint1.cpim"; +connectAttr "Avatar_RightLeg.rp" "Avatar_RightLeg_parentConstraint1.crp"; +connectAttr "Avatar_RightLeg.rpt" "Avatar_RightLeg_parentConstraint1.crt"; +connectAttr "Avatar_RightLeg.jo" "Avatar_RightLeg_parentConstraint1.cjo"; +connectAttr "Knee_R.t" "Avatar_RightLeg_parentConstraint1.tg[0].tt"; +connectAttr "Knee_R.rp" "Avatar_RightLeg_parentConstraint1.tg[0].trp"; +connectAttr "Knee_R.rpt" "Avatar_RightLeg_parentConstraint1.tg[0].trt"; +connectAttr "Knee_R.r" "Avatar_RightLeg_parentConstraint1.tg[0].tr"; +connectAttr "Knee_R.ro" "Avatar_RightLeg_parentConstraint1.tg[0].tro"; +connectAttr "Knee_R.s" "Avatar_RightLeg_parentConstraint1.tg[0].ts"; +connectAttr "Knee_R.pm" "Avatar_RightLeg_parentConstraint1.tg[0].tpm"; +connectAttr "Knee_R.jo" "Avatar_RightLeg_parentConstraint1.tg[0].tjo"; +connectAttr "Knee_R.ssc" "Avatar_RightLeg_parentConstraint1.tg[0].tsc"; +connectAttr "Knee_R.is" "Avatar_RightLeg_parentConstraint1.tg[0].tis"; +connectAttr "Avatar_RightLeg_parentConstraint1.w0" "Avatar_RightLeg_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightUpLeg.ssc" "Avatar_RightUpLeg_scaleConstraint1.tsc"; +connectAttr "Avatar_RightUpLeg.pim" "Avatar_RightUpLeg_scaleConstraint1.cpim"; +connectAttr "Hip_R.s" "Avatar_RightUpLeg_scaleConstraint1.tg[0].ts"; +connectAttr "Hip_R.pm" "Avatar_RightUpLeg_scaleConstraint1.tg[0].tpm"; +connectAttr "Avatar_RightUpLeg_scaleConstraint1.w0" "Avatar_RightUpLeg_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightUpLeg.ro" "Avatar_RightUpLeg_parentConstraint1.cro"; +connectAttr "Avatar_RightUpLeg.pim" "Avatar_RightUpLeg_parentConstraint1.cpim"; +connectAttr "Avatar_RightUpLeg.rp" "Avatar_RightUpLeg_parentConstraint1.crp"; +connectAttr "Avatar_RightUpLeg.rpt" "Avatar_RightUpLeg_parentConstraint1.crt"; +connectAttr "Avatar_RightUpLeg.jo" "Avatar_RightUpLeg_parentConstraint1.cjo"; +connectAttr "Hip_R.t" "Avatar_RightUpLeg_parentConstraint1.tg[0].tt"; +connectAttr "Hip_R.rp" "Avatar_RightUpLeg_parentConstraint1.tg[0].trp"; +connectAttr "Hip_R.rpt" "Avatar_RightUpLeg_parentConstraint1.tg[0].trt"; +connectAttr "Hip_R.r" "Avatar_RightUpLeg_parentConstraint1.tg[0].tr"; +connectAttr "Hip_R.ro" "Avatar_RightUpLeg_parentConstraint1.tg[0].tro"; +connectAttr "Hip_R.s" "Avatar_RightUpLeg_parentConstraint1.tg[0].ts"; +connectAttr "Hip_R.pm" "Avatar_RightUpLeg_parentConstraint1.tg[0].tpm"; +connectAttr "Hip_R.jo" "Avatar_RightUpLeg_parentConstraint1.tg[0].tjo"; +connectAttr "Hip_R.ssc" "Avatar_RightUpLeg_parentConstraint1.tg[0].tsc"; +connectAttr "Hip_R.is" "Avatar_RightUpLeg_parentConstraint1.tg[0].tis"; +connectAttr "Avatar_RightUpLeg_parentConstraint1.w0" "Avatar_RightUpLeg_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_Hips.s" "Avatar_Spine.is"; +connectAttr "Avatar_Spine_scaleConstraint1.csx" "Avatar_Spine.sx"; +connectAttr "Avatar_Spine_scaleConstraint1.csy" "Avatar_Spine.sy"; +connectAttr "Avatar_Spine_scaleConstraint1.csz" "Avatar_Spine.sz"; +connectAttr "Avatar_Spine_parentConstraint1.ctx" "Avatar_Spine.tx"; +connectAttr "Avatar_Spine_parentConstraint1.cty" "Avatar_Spine.ty"; +connectAttr "Avatar_Spine_parentConstraint1.ctz" "Avatar_Spine.tz"; +connectAttr "Avatar_Spine_parentConstraint1.crx" "Avatar_Spine.rx"; +connectAttr "Avatar_Spine_parentConstraint1.cry" "Avatar_Spine.ry"; +connectAttr "Avatar_Spine_parentConstraint1.crz" "Avatar_Spine.rz"; +connectAttr "Avatar_Spine.s" "Avatar_Spine1.is"; +connectAttr "Avatar_Spine1_scaleConstraint1.csx" "Avatar_Spine1.sx"; +connectAttr "Avatar_Spine1_scaleConstraint1.csy" "Avatar_Spine1.sy"; +connectAttr "Avatar_Spine1_scaleConstraint1.csz" "Avatar_Spine1.sz"; +connectAttr "Avatar_Spine1_parentConstraint1.ctx" "Avatar_Spine1.tx"; +connectAttr "Avatar_Spine1_parentConstraint1.cty" "Avatar_Spine1.ty"; +connectAttr "Avatar_Spine1_parentConstraint1.ctz" "Avatar_Spine1.tz"; +connectAttr "Avatar_Spine1_parentConstraint1.crx" "Avatar_Spine1.rx"; +connectAttr "Avatar_Spine1_parentConstraint1.cry" "Avatar_Spine1.ry"; +connectAttr "Avatar_Spine1_parentConstraint1.crz" "Avatar_Spine1.rz"; +connectAttr "Avatar_Spine1.s" "Avatar_Spine2.is"; +connectAttr "Avatar_Spine2_scaleConstraint1.csx" "Avatar_Spine2.sx"; +connectAttr "Avatar_Spine2_scaleConstraint1.csy" "Avatar_Spine2.sy"; +connectAttr "Avatar_Spine2_scaleConstraint1.csz" "Avatar_Spine2.sz"; +connectAttr "Avatar_Spine2_parentConstraint1.ctx" "Avatar_Spine2.tx"; +connectAttr "Avatar_Spine2_parentConstraint1.cty" "Avatar_Spine2.ty"; +connectAttr "Avatar_Spine2_parentConstraint1.ctz" "Avatar_Spine2.tz"; +connectAttr "Avatar_Spine2_parentConstraint1.crx" "Avatar_Spine2.rx"; +connectAttr "Avatar_Spine2_parentConstraint1.cry" "Avatar_Spine2.ry"; +connectAttr "Avatar_Spine2_parentConstraint1.crz" "Avatar_Spine2.rz"; +connectAttr "Avatar_Spine2.s" "Avatar_LeftShoulder.is"; +connectAttr "Avatar_LeftShoulder_scaleConstraint1.csx" "Avatar_LeftShoulder.sx"; +connectAttr "Avatar_LeftShoulder_scaleConstraint1.csy" "Avatar_LeftShoulder.sy"; +connectAttr "Avatar_LeftShoulder_scaleConstraint1.csz" "Avatar_LeftShoulder.sz"; +connectAttr "Avatar_LeftShoulder_parentConstraint1.ctx" "Avatar_LeftShoulder.tx" + ; +connectAttr "Avatar_LeftShoulder_parentConstraint1.cty" "Avatar_LeftShoulder.ty" + ; +connectAttr "Avatar_LeftShoulder_parentConstraint1.ctz" "Avatar_LeftShoulder.tz" + ; +connectAttr "Avatar_LeftShoulder_parentConstraint1.crx" "Avatar_LeftShoulder.rx" + ; +connectAttr "Avatar_LeftShoulder_parentConstraint1.cry" "Avatar_LeftShoulder.ry" + ; +connectAttr "Avatar_LeftShoulder_parentConstraint1.crz" "Avatar_LeftShoulder.rz" + ; +connectAttr "Avatar_LeftShoulder.s" "Avatar_LeftArm.is"; +connectAttr "Avatar_LeftArm_scaleConstraint1.csx" "Avatar_LeftArm.sx"; +connectAttr "Avatar_LeftArm_scaleConstraint1.csy" "Avatar_LeftArm.sy"; +connectAttr "Avatar_LeftArm_scaleConstraint1.csz" "Avatar_LeftArm.sz"; +connectAttr "Avatar_LeftArm_parentConstraint1.ctx" "Avatar_LeftArm.tx"; +connectAttr "Avatar_LeftArm_parentConstraint1.cty" "Avatar_LeftArm.ty"; +connectAttr "Avatar_LeftArm_parentConstraint1.ctz" "Avatar_LeftArm.tz"; +connectAttr "Avatar_LeftArm_parentConstraint1.crx" "Avatar_LeftArm.rx"; +connectAttr "Avatar_LeftArm_parentConstraint1.cry" "Avatar_LeftArm.ry"; +connectAttr "Avatar_LeftArm_parentConstraint1.crz" "Avatar_LeftArm.rz"; +connectAttr "Avatar_LeftArm.s" "Avatar_LeftForeArm.is"; +connectAttr "Avatar_LeftForeArm_scaleConstraint1.csx" "Avatar_LeftForeArm.sx"; +connectAttr "Avatar_LeftForeArm_scaleConstraint1.csy" "Avatar_LeftForeArm.sy"; +connectAttr "Avatar_LeftForeArm_scaleConstraint1.csz" "Avatar_LeftForeArm.sz"; +connectAttr "Avatar_LeftForeArm_parentConstraint1.ctx" "Avatar_LeftForeArm.tx"; +connectAttr "Avatar_LeftForeArm_parentConstraint1.cty" "Avatar_LeftForeArm.ty"; +connectAttr "Avatar_LeftForeArm_parentConstraint1.ctz" "Avatar_LeftForeArm.tz"; +connectAttr "Avatar_LeftForeArm_parentConstraint1.crx" "Avatar_LeftForeArm.rx"; +connectAttr "Avatar_LeftForeArm_parentConstraint1.cry" "Avatar_LeftForeArm.ry"; +connectAttr "Avatar_LeftForeArm_parentConstraint1.crz" "Avatar_LeftForeArm.rz"; +connectAttr "Avatar_LeftForeArm.s" "Avatar_LeftHand.is"; +connectAttr "Avatar_LeftHand_scaleConstraint1.csx" "Avatar_LeftHand.sx"; +connectAttr "Avatar_LeftHand_scaleConstraint1.csy" "Avatar_LeftHand.sy"; +connectAttr "Avatar_LeftHand_scaleConstraint1.csz" "Avatar_LeftHand.sz"; +connectAttr "Avatar_LeftHand_parentConstraint1.ctx" "Avatar_LeftHand.tx"; +connectAttr "Avatar_LeftHand_parentConstraint1.cty" "Avatar_LeftHand.ty"; +connectAttr "Avatar_LeftHand_parentConstraint1.ctz" "Avatar_LeftHand.tz"; +connectAttr "Avatar_LeftHand_parentConstraint1.crx" "Avatar_LeftHand.rx"; +connectAttr "Avatar_LeftHand_parentConstraint1.cry" "Avatar_LeftHand.ry"; +connectAttr "Avatar_LeftHand_parentConstraint1.crz" "Avatar_LeftHand.rz"; +connectAttr "Avatar_LeftHand.s" "Avatar_LeftHandThumb1.is"; +connectAttr "Avatar_LeftHandThumb1_scaleConstraint1.csx" "Avatar_LeftHandThumb1.sx" + ; +connectAttr "Avatar_LeftHandThumb1_scaleConstraint1.csy" "Avatar_LeftHandThumb1.sy" + ; +connectAttr "Avatar_LeftHandThumb1_scaleConstraint1.csz" "Avatar_LeftHandThumb1.sz" + ; +connectAttr "Avatar_LeftHandThumb1_parentConstraint1.ctx" "Avatar_LeftHandThumb1.tx" + ; +connectAttr "Avatar_LeftHandThumb1_parentConstraint1.cty" "Avatar_LeftHandThumb1.ty" + ; +connectAttr "Avatar_LeftHandThumb1_parentConstraint1.ctz" "Avatar_LeftHandThumb1.tz" + ; +connectAttr "Avatar_LeftHandThumb1_parentConstraint1.crx" "Avatar_LeftHandThumb1.rx" + ; +connectAttr "Avatar_LeftHandThumb1_parentConstraint1.cry" "Avatar_LeftHandThumb1.ry" + ; +connectAttr "Avatar_LeftHandThumb1_parentConstraint1.crz" "Avatar_LeftHandThumb1.rz" + ; +connectAttr "Avatar_LeftHandThumb1.s" "Avatar_LeftHandThumb2.is"; +connectAttr "Avatar_LeftHandThumb2_scaleConstraint1.csx" "Avatar_LeftHandThumb2.sx" + ; +connectAttr "Avatar_LeftHandThumb2_scaleConstraint1.csy" "Avatar_LeftHandThumb2.sy" + ; +connectAttr "Avatar_LeftHandThumb2_scaleConstraint1.csz" "Avatar_LeftHandThumb2.sz" + ; +connectAttr "Avatar_LeftHandThumb2_parentConstraint1.ctx" "Avatar_LeftHandThumb2.tx" + ; +connectAttr "Avatar_LeftHandThumb2_parentConstraint1.cty" "Avatar_LeftHandThumb2.ty" + ; +connectAttr "Avatar_LeftHandThumb2_parentConstraint1.ctz" "Avatar_LeftHandThumb2.tz" + ; +connectAttr "Avatar_LeftHandThumb2_parentConstraint1.crx" "Avatar_LeftHandThumb2.rx" + ; +connectAttr "Avatar_LeftHandThumb2_parentConstraint1.cry" "Avatar_LeftHandThumb2.ry" + ; +connectAttr "Avatar_LeftHandThumb2_parentConstraint1.crz" "Avatar_LeftHandThumb2.rz" + ; +connectAttr "Avatar_LeftHandThumb2.s" "Avatar_LeftHandThumb3.is"; +connectAttr "Avatar_LeftHandThumb3_scaleConstraint1.csx" "Avatar_LeftHandThumb3.sx" + ; +connectAttr "Avatar_LeftHandThumb3_scaleConstraint1.csy" "Avatar_LeftHandThumb3.sy" + ; +connectAttr "Avatar_LeftHandThumb3_scaleConstraint1.csz" "Avatar_LeftHandThumb3.sz" + ; +connectAttr "Avatar_LeftHandThumb3_parentConstraint1.ctx" "Avatar_LeftHandThumb3.tx" + ; +connectAttr "Avatar_LeftHandThumb3_parentConstraint1.cty" "Avatar_LeftHandThumb3.ty" + ; +connectAttr "Avatar_LeftHandThumb3_parentConstraint1.ctz" "Avatar_LeftHandThumb3.tz" + ; +connectAttr "Avatar_LeftHandThumb3_parentConstraint1.crx" "Avatar_LeftHandThumb3.rx" + ; +connectAttr "Avatar_LeftHandThumb3_parentConstraint1.cry" "Avatar_LeftHandThumb3.ry" + ; +connectAttr "Avatar_LeftHandThumb3_parentConstraint1.crz" "Avatar_LeftHandThumb3.rz" + ; +connectAttr "Avatar_LeftHandThumb3.s" "Avatar_LeftHandThumb4.is"; +connectAttr "Avatar_LeftHandThumb4_scaleConstraint1.csx" "Avatar_LeftHandThumb4.sx" + ; +connectAttr "Avatar_LeftHandThumb4_scaleConstraint1.csy" "Avatar_LeftHandThumb4.sy" + ; +connectAttr "Avatar_LeftHandThumb4_scaleConstraint1.csz" "Avatar_LeftHandThumb4.sz" + ; +connectAttr "Avatar_LeftHandThumb4_parentConstraint1.ctx" "Avatar_LeftHandThumb4.tx" + ; +connectAttr "Avatar_LeftHandThumb4_parentConstraint1.cty" "Avatar_LeftHandThumb4.ty" + ; +connectAttr "Avatar_LeftHandThumb4_parentConstraint1.ctz" "Avatar_LeftHandThumb4.tz" + ; +connectAttr "Avatar_LeftHandThumb4_parentConstraint1.crx" "Avatar_LeftHandThumb4.rx" + ; +connectAttr "Avatar_LeftHandThumb4_parentConstraint1.cry" "Avatar_LeftHandThumb4.ry" + ; +connectAttr "Avatar_LeftHandThumb4_parentConstraint1.crz" "Avatar_LeftHandThumb4.rz" + ; +connectAttr "Avatar_LeftHandThumb4.s" "Avatar_LeftHandThumb4_end.is"; +connectAttr "Avatar_LeftHandThumb4_end.s" "Avatar_LeftHandThumb4_end_end.is"; +connectAttr "Avatar_LeftHandThumb4.ssc" "Avatar_LeftHandThumb4_scaleConstraint1.tsc" + ; +connectAttr "Avatar_LeftHandThumb4.pim" "Avatar_LeftHandThumb4_scaleConstraint1.cpim" + ; +connectAttr "ThumbFinger4_L.s" "Avatar_LeftHandThumb4_scaleConstraint1.tg[0].ts" + ; +connectAttr "ThumbFinger4_L.pm" "Avatar_LeftHandThumb4_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_LeftHandThumb4_scaleConstraint1.w0" "Avatar_LeftHandThumb4_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandThumb4.ro" "Avatar_LeftHandThumb4_parentConstraint1.cro" + ; +connectAttr "Avatar_LeftHandThumb4.pim" "Avatar_LeftHandThumb4_parentConstraint1.cpim" + ; +connectAttr "Avatar_LeftHandThumb4.rp" "Avatar_LeftHandThumb4_parentConstraint1.crp" + ; +connectAttr "Avatar_LeftHandThumb4.rpt" "Avatar_LeftHandThumb4_parentConstraint1.crt" + ; +connectAttr "Avatar_LeftHandThumb4.jo" "Avatar_LeftHandThumb4_parentConstraint1.cjo" + ; +connectAttr "ThumbFinger4_L.t" "Avatar_LeftHandThumb4_parentConstraint1.tg[0].tt" + ; +connectAttr "ThumbFinger4_L.rp" "Avatar_LeftHandThumb4_parentConstraint1.tg[0].trp" + ; +connectAttr "ThumbFinger4_L.rpt" "Avatar_LeftHandThumb4_parentConstraint1.tg[0].trt" + ; +connectAttr "ThumbFinger4_L.r" "Avatar_LeftHandThumb4_parentConstraint1.tg[0].tr" + ; +connectAttr "ThumbFinger4_L.ro" "Avatar_LeftHandThumb4_parentConstraint1.tg[0].tro" + ; +connectAttr "ThumbFinger4_L.s" "Avatar_LeftHandThumb4_parentConstraint1.tg[0].ts" + ; +connectAttr "ThumbFinger4_L.pm" "Avatar_LeftHandThumb4_parentConstraint1.tg[0].tpm" + ; +connectAttr "ThumbFinger4_L.jo" "Avatar_LeftHandThumb4_parentConstraint1.tg[0].tjo" + ; +connectAttr "ThumbFinger4_L.ssc" "Avatar_LeftHandThumb4_parentConstraint1.tg[0].tsc" + ; +connectAttr "ThumbFinger4_L.is" "Avatar_LeftHandThumb4_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_LeftHandThumb4_parentConstraint1.w0" "Avatar_LeftHandThumb4_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandThumb3.ssc" "Avatar_LeftHandThumb3_scaleConstraint1.tsc" + ; +connectAttr "Avatar_LeftHandThumb3.pim" "Avatar_LeftHandThumb3_scaleConstraint1.cpim" + ; +connectAttr "ThumbFinger3_L.s" "Avatar_LeftHandThumb3_scaleConstraint1.tg[0].ts" + ; +connectAttr "ThumbFinger3_L.pm" "Avatar_LeftHandThumb3_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_LeftHandThumb3_scaleConstraint1.w0" "Avatar_LeftHandThumb3_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandThumb3.ro" "Avatar_LeftHandThumb3_parentConstraint1.cro" + ; +connectAttr "Avatar_LeftHandThumb3.pim" "Avatar_LeftHandThumb3_parentConstraint1.cpim" + ; +connectAttr "Avatar_LeftHandThumb3.rp" "Avatar_LeftHandThumb3_parentConstraint1.crp" + ; +connectAttr "Avatar_LeftHandThumb3.rpt" "Avatar_LeftHandThumb3_parentConstraint1.crt" + ; +connectAttr "Avatar_LeftHandThumb3.jo" "Avatar_LeftHandThumb3_parentConstraint1.cjo" + ; +connectAttr "ThumbFinger3_L.t" "Avatar_LeftHandThumb3_parentConstraint1.tg[0].tt" + ; +connectAttr "ThumbFinger3_L.rp" "Avatar_LeftHandThumb3_parentConstraint1.tg[0].trp" + ; +connectAttr "ThumbFinger3_L.rpt" "Avatar_LeftHandThumb3_parentConstraint1.tg[0].trt" + ; +connectAttr "ThumbFinger3_L.r" "Avatar_LeftHandThumb3_parentConstraint1.tg[0].tr" + ; +connectAttr "ThumbFinger3_L.ro" "Avatar_LeftHandThumb3_parentConstraint1.tg[0].tro" + ; +connectAttr "ThumbFinger3_L.s" "Avatar_LeftHandThumb3_parentConstraint1.tg[0].ts" + ; +connectAttr "ThumbFinger3_L.pm" "Avatar_LeftHandThumb3_parentConstraint1.tg[0].tpm" + ; +connectAttr "ThumbFinger3_L.jo" "Avatar_LeftHandThumb3_parentConstraint1.tg[0].tjo" + ; +connectAttr "ThumbFinger3_L.ssc" "Avatar_LeftHandThumb3_parentConstraint1.tg[0].tsc" + ; +connectAttr "ThumbFinger3_L.is" "Avatar_LeftHandThumb3_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_LeftHandThumb3_parentConstraint1.w0" "Avatar_LeftHandThumb3_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandThumb2.ssc" "Avatar_LeftHandThumb2_scaleConstraint1.tsc" + ; +connectAttr "Avatar_LeftHandThumb2.pim" "Avatar_LeftHandThumb2_scaleConstraint1.cpim" + ; +connectAttr "ThumbFinger2_L.s" "Avatar_LeftHandThumb2_scaleConstraint1.tg[0].ts" + ; +connectAttr "ThumbFinger2_L.pm" "Avatar_LeftHandThumb2_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_LeftHandThumb2_scaleConstraint1.w0" "Avatar_LeftHandThumb2_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandThumb2.ro" "Avatar_LeftHandThumb2_parentConstraint1.cro" + ; +connectAttr "Avatar_LeftHandThumb2.pim" "Avatar_LeftHandThumb2_parentConstraint1.cpim" + ; +connectAttr "Avatar_LeftHandThumb2.rp" "Avatar_LeftHandThumb2_parentConstraint1.crp" + ; +connectAttr "Avatar_LeftHandThumb2.rpt" "Avatar_LeftHandThumb2_parentConstraint1.crt" + ; +connectAttr "Avatar_LeftHandThumb2.jo" "Avatar_LeftHandThumb2_parentConstraint1.cjo" + ; +connectAttr "ThumbFinger2_L.t" "Avatar_LeftHandThumb2_parentConstraint1.tg[0].tt" + ; +connectAttr "ThumbFinger2_L.rp" "Avatar_LeftHandThumb2_parentConstraint1.tg[0].trp" + ; +connectAttr "ThumbFinger2_L.rpt" "Avatar_LeftHandThumb2_parentConstraint1.tg[0].trt" + ; +connectAttr "ThumbFinger2_L.r" "Avatar_LeftHandThumb2_parentConstraint1.tg[0].tr" + ; +connectAttr "ThumbFinger2_L.ro" "Avatar_LeftHandThumb2_parentConstraint1.tg[0].tro" + ; +connectAttr "ThumbFinger2_L.s" "Avatar_LeftHandThumb2_parentConstraint1.tg[0].ts" + ; +connectAttr "ThumbFinger2_L.pm" "Avatar_LeftHandThumb2_parentConstraint1.tg[0].tpm" + ; +connectAttr "ThumbFinger2_L.jo" "Avatar_LeftHandThumb2_parentConstraint1.tg[0].tjo" + ; +connectAttr "ThumbFinger2_L.ssc" "Avatar_LeftHandThumb2_parentConstraint1.tg[0].tsc" + ; +connectAttr "ThumbFinger2_L.is" "Avatar_LeftHandThumb2_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_LeftHandThumb2_parentConstraint1.w0" "Avatar_LeftHandThumb2_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandThumb1.ssc" "Avatar_LeftHandThumb1_scaleConstraint1.tsc" + ; +connectAttr "Avatar_LeftHandThumb1.pim" "Avatar_LeftHandThumb1_scaleConstraint1.cpim" + ; +connectAttr "ThumbFinger1_L.s" "Avatar_LeftHandThumb1_scaleConstraint1.tg[0].ts" + ; +connectAttr "ThumbFinger1_L.pm" "Avatar_LeftHandThumb1_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_LeftHandThumb1_scaleConstraint1.w0" "Avatar_LeftHandThumb1_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandThumb1.ro" "Avatar_LeftHandThumb1_parentConstraint1.cro" + ; +connectAttr "Avatar_LeftHandThumb1.pim" "Avatar_LeftHandThumb1_parentConstraint1.cpim" + ; +connectAttr "Avatar_LeftHandThumb1.rp" "Avatar_LeftHandThumb1_parentConstraint1.crp" + ; +connectAttr "Avatar_LeftHandThumb1.rpt" "Avatar_LeftHandThumb1_parentConstraint1.crt" + ; +connectAttr "Avatar_LeftHandThumb1.jo" "Avatar_LeftHandThumb1_parentConstraint1.cjo" + ; +connectAttr "ThumbFinger1_L.t" "Avatar_LeftHandThumb1_parentConstraint1.tg[0].tt" + ; +connectAttr "ThumbFinger1_L.rp" "Avatar_LeftHandThumb1_parentConstraint1.tg[0].trp" + ; +connectAttr "ThumbFinger1_L.rpt" "Avatar_LeftHandThumb1_parentConstraint1.tg[0].trt" + ; +connectAttr "ThumbFinger1_L.r" "Avatar_LeftHandThumb1_parentConstraint1.tg[0].tr" + ; +connectAttr "ThumbFinger1_L.ro" "Avatar_LeftHandThumb1_parentConstraint1.tg[0].tro" + ; +connectAttr "ThumbFinger1_L.s" "Avatar_LeftHandThumb1_parentConstraint1.tg[0].ts" + ; +connectAttr "ThumbFinger1_L.pm" "Avatar_LeftHandThumb1_parentConstraint1.tg[0].tpm" + ; +connectAttr "ThumbFinger1_L.jo" "Avatar_LeftHandThumb1_parentConstraint1.tg[0].tjo" + ; +connectAttr "ThumbFinger1_L.ssc" "Avatar_LeftHandThumb1_parentConstraint1.tg[0].tsc" + ; +connectAttr "ThumbFinger1_L.is" "Avatar_LeftHandThumb1_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_LeftHandThumb1_parentConstraint1.w0" "Avatar_LeftHandThumb1_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHand.s" "Avatar_LeftHandIndex1.is"; +connectAttr "Avatar_LeftHandIndex1_scaleConstraint1.csx" "Avatar_LeftHandIndex1.sx" + ; +connectAttr "Avatar_LeftHandIndex1_scaleConstraint1.csy" "Avatar_LeftHandIndex1.sy" + ; +connectAttr "Avatar_LeftHandIndex1_scaleConstraint1.csz" "Avatar_LeftHandIndex1.sz" + ; +connectAttr "Avatar_LeftHandIndex1_parentConstraint1.ctx" "Avatar_LeftHandIndex1.tx" + ; +connectAttr "Avatar_LeftHandIndex1_parentConstraint1.cty" "Avatar_LeftHandIndex1.ty" + ; +connectAttr "Avatar_LeftHandIndex1_parentConstraint1.ctz" "Avatar_LeftHandIndex1.tz" + ; +connectAttr "Avatar_LeftHandIndex1_parentConstraint1.crx" "Avatar_LeftHandIndex1.rx" + ; +connectAttr "Avatar_LeftHandIndex1_parentConstraint1.cry" "Avatar_LeftHandIndex1.ry" + ; +connectAttr "Avatar_LeftHandIndex1_parentConstraint1.crz" "Avatar_LeftHandIndex1.rz" + ; +connectAttr "Avatar_LeftHandIndex1.s" "Avatar_LeftHandIndex2.is"; +connectAttr "Avatar_LeftHandIndex2_scaleConstraint1.csx" "Avatar_LeftHandIndex2.sx" + ; +connectAttr "Avatar_LeftHandIndex2_scaleConstraint1.csy" "Avatar_LeftHandIndex2.sy" + ; +connectAttr "Avatar_LeftHandIndex2_scaleConstraint1.csz" "Avatar_LeftHandIndex2.sz" + ; +connectAttr "Avatar_LeftHandIndex2_parentConstraint1.ctx" "Avatar_LeftHandIndex2.tx" + ; +connectAttr "Avatar_LeftHandIndex2_parentConstraint1.cty" "Avatar_LeftHandIndex2.ty" + ; +connectAttr "Avatar_LeftHandIndex2_parentConstraint1.ctz" "Avatar_LeftHandIndex2.tz" + ; +connectAttr "Avatar_LeftHandIndex2_parentConstraint1.crx" "Avatar_LeftHandIndex2.rx" + ; +connectAttr "Avatar_LeftHandIndex2_parentConstraint1.cry" "Avatar_LeftHandIndex2.ry" + ; +connectAttr "Avatar_LeftHandIndex2_parentConstraint1.crz" "Avatar_LeftHandIndex2.rz" + ; +connectAttr "Avatar_LeftHandIndex2.s" "Avatar_LeftHandIndex3.is"; +connectAttr "Avatar_LeftHandIndex3_scaleConstraint1.csx" "Avatar_LeftHandIndex3.sx" + ; +connectAttr "Avatar_LeftHandIndex3_scaleConstraint1.csy" "Avatar_LeftHandIndex3.sy" + ; +connectAttr "Avatar_LeftHandIndex3_scaleConstraint1.csz" "Avatar_LeftHandIndex3.sz" + ; +connectAttr "Avatar_LeftHandIndex3_parentConstraint1.ctx" "Avatar_LeftHandIndex3.tx" + ; +connectAttr "Avatar_LeftHandIndex3_parentConstraint1.cty" "Avatar_LeftHandIndex3.ty" + ; +connectAttr "Avatar_LeftHandIndex3_parentConstraint1.ctz" "Avatar_LeftHandIndex3.tz" + ; +connectAttr "Avatar_LeftHandIndex3_parentConstraint1.crx" "Avatar_LeftHandIndex3.rx" + ; +connectAttr "Avatar_LeftHandIndex3_parentConstraint1.cry" "Avatar_LeftHandIndex3.ry" + ; +connectAttr "Avatar_LeftHandIndex3_parentConstraint1.crz" "Avatar_LeftHandIndex3.rz" + ; +connectAttr "Avatar_LeftHandIndex3.s" "Avatar_LeftHandIndex4.is"; +connectAttr "Avatar_LeftHandIndex4_scaleConstraint1.csx" "Avatar_LeftHandIndex4.sx" + ; +connectAttr "Avatar_LeftHandIndex4_scaleConstraint1.csy" "Avatar_LeftHandIndex4.sy" + ; +connectAttr "Avatar_LeftHandIndex4_scaleConstraint1.csz" "Avatar_LeftHandIndex4.sz" + ; +connectAttr "Avatar_LeftHandIndex4_parentConstraint1.ctx" "Avatar_LeftHandIndex4.tx" + ; +connectAttr "Avatar_LeftHandIndex4_parentConstraint1.cty" "Avatar_LeftHandIndex4.ty" + ; +connectAttr "Avatar_LeftHandIndex4_parentConstraint1.ctz" "Avatar_LeftHandIndex4.tz" + ; +connectAttr "Avatar_LeftHandIndex4_parentConstraint1.crx" "Avatar_LeftHandIndex4.rx" + ; +connectAttr "Avatar_LeftHandIndex4_parentConstraint1.cry" "Avatar_LeftHandIndex4.ry" + ; +connectAttr "Avatar_LeftHandIndex4_parentConstraint1.crz" "Avatar_LeftHandIndex4.rz" + ; +connectAttr "Avatar_LeftHandIndex4.s" "Avatar_LeftHandIndex4_end.is"; +connectAttr "Avatar_LeftHandIndex4_end.s" "Avatar_LeftHandIndex4_end_end.is"; +connectAttr "Avatar_LeftHandIndex4.ssc" "Avatar_LeftHandIndex4_scaleConstraint1.tsc" + ; +connectAttr "Avatar_LeftHandIndex4.pim" "Avatar_LeftHandIndex4_scaleConstraint1.cpim" + ; +connectAttr "IndexFinger4_L.s" "Avatar_LeftHandIndex4_scaleConstraint1.tg[0].ts" + ; +connectAttr "IndexFinger4_L.pm" "Avatar_LeftHandIndex4_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_LeftHandIndex4_scaleConstraint1.w0" "Avatar_LeftHandIndex4_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandIndex4.ro" "Avatar_LeftHandIndex4_parentConstraint1.cro" + ; +connectAttr "Avatar_LeftHandIndex4.pim" "Avatar_LeftHandIndex4_parentConstraint1.cpim" + ; +connectAttr "Avatar_LeftHandIndex4.rp" "Avatar_LeftHandIndex4_parentConstraint1.crp" + ; +connectAttr "Avatar_LeftHandIndex4.rpt" "Avatar_LeftHandIndex4_parentConstraint1.crt" + ; +connectAttr "Avatar_LeftHandIndex4.jo" "Avatar_LeftHandIndex4_parentConstraint1.cjo" + ; +connectAttr "IndexFinger4_L.t" "Avatar_LeftHandIndex4_parentConstraint1.tg[0].tt" + ; +connectAttr "IndexFinger4_L.rp" "Avatar_LeftHandIndex4_parentConstraint1.tg[0].trp" + ; +connectAttr "IndexFinger4_L.rpt" "Avatar_LeftHandIndex4_parentConstraint1.tg[0].trt" + ; +connectAttr "IndexFinger4_L.r" "Avatar_LeftHandIndex4_parentConstraint1.tg[0].tr" + ; +connectAttr "IndexFinger4_L.ro" "Avatar_LeftHandIndex4_parentConstraint1.tg[0].tro" + ; +connectAttr "IndexFinger4_L.s" "Avatar_LeftHandIndex4_parentConstraint1.tg[0].ts" + ; +connectAttr "IndexFinger4_L.pm" "Avatar_LeftHandIndex4_parentConstraint1.tg[0].tpm" + ; +connectAttr "IndexFinger4_L.jo" "Avatar_LeftHandIndex4_parentConstraint1.tg[0].tjo" + ; +connectAttr "IndexFinger4_L.ssc" "Avatar_LeftHandIndex4_parentConstraint1.tg[0].tsc" + ; +connectAttr "IndexFinger4_L.is" "Avatar_LeftHandIndex4_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_LeftHandIndex4_parentConstraint1.w0" "Avatar_LeftHandIndex4_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandIndex3.ssc" "Avatar_LeftHandIndex3_scaleConstraint1.tsc" + ; +connectAttr "Avatar_LeftHandIndex3.pim" "Avatar_LeftHandIndex3_scaleConstraint1.cpim" + ; +connectAttr "IndexFinger3_L.s" "Avatar_LeftHandIndex3_scaleConstraint1.tg[0].ts" + ; +connectAttr "IndexFinger3_L.pm" "Avatar_LeftHandIndex3_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_LeftHandIndex3_scaleConstraint1.w0" "Avatar_LeftHandIndex3_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandIndex3.ro" "Avatar_LeftHandIndex3_parentConstraint1.cro" + ; +connectAttr "Avatar_LeftHandIndex3.pim" "Avatar_LeftHandIndex3_parentConstraint1.cpim" + ; +connectAttr "Avatar_LeftHandIndex3.rp" "Avatar_LeftHandIndex3_parentConstraint1.crp" + ; +connectAttr "Avatar_LeftHandIndex3.rpt" "Avatar_LeftHandIndex3_parentConstraint1.crt" + ; +connectAttr "Avatar_LeftHandIndex3.jo" "Avatar_LeftHandIndex3_parentConstraint1.cjo" + ; +connectAttr "IndexFinger3_L.t" "Avatar_LeftHandIndex3_parentConstraint1.tg[0].tt" + ; +connectAttr "IndexFinger3_L.rp" "Avatar_LeftHandIndex3_parentConstraint1.tg[0].trp" + ; +connectAttr "IndexFinger3_L.rpt" "Avatar_LeftHandIndex3_parentConstraint1.tg[0].trt" + ; +connectAttr "IndexFinger3_L.r" "Avatar_LeftHandIndex3_parentConstraint1.tg[0].tr" + ; +connectAttr "IndexFinger3_L.ro" "Avatar_LeftHandIndex3_parentConstraint1.tg[0].tro" + ; +connectAttr "IndexFinger3_L.s" "Avatar_LeftHandIndex3_parentConstraint1.tg[0].ts" + ; +connectAttr "IndexFinger3_L.pm" "Avatar_LeftHandIndex3_parentConstraint1.tg[0].tpm" + ; +connectAttr "IndexFinger3_L.jo" "Avatar_LeftHandIndex3_parentConstraint1.tg[0].tjo" + ; +connectAttr "IndexFinger3_L.ssc" "Avatar_LeftHandIndex3_parentConstraint1.tg[0].tsc" + ; +connectAttr "IndexFinger3_L.is" "Avatar_LeftHandIndex3_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_LeftHandIndex3_parentConstraint1.w0" "Avatar_LeftHandIndex3_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandIndex2.ssc" "Avatar_LeftHandIndex2_scaleConstraint1.tsc" + ; +connectAttr "Avatar_LeftHandIndex2.pim" "Avatar_LeftHandIndex2_scaleConstraint1.cpim" + ; +connectAttr "IndexFinger2_L.s" "Avatar_LeftHandIndex2_scaleConstraint1.tg[0].ts" + ; +connectAttr "IndexFinger2_L.pm" "Avatar_LeftHandIndex2_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_LeftHandIndex2_scaleConstraint1.w0" "Avatar_LeftHandIndex2_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandIndex2.ro" "Avatar_LeftHandIndex2_parentConstraint1.cro" + ; +connectAttr "Avatar_LeftHandIndex2.pim" "Avatar_LeftHandIndex2_parentConstraint1.cpim" + ; +connectAttr "Avatar_LeftHandIndex2.rp" "Avatar_LeftHandIndex2_parentConstraint1.crp" + ; +connectAttr "Avatar_LeftHandIndex2.rpt" "Avatar_LeftHandIndex2_parentConstraint1.crt" + ; +connectAttr "Avatar_LeftHandIndex2.jo" "Avatar_LeftHandIndex2_parentConstraint1.cjo" + ; +connectAttr "IndexFinger2_L.t" "Avatar_LeftHandIndex2_parentConstraint1.tg[0].tt" + ; +connectAttr "IndexFinger2_L.rp" "Avatar_LeftHandIndex2_parentConstraint1.tg[0].trp" + ; +connectAttr "IndexFinger2_L.rpt" "Avatar_LeftHandIndex2_parentConstraint1.tg[0].trt" + ; +connectAttr "IndexFinger2_L.r" "Avatar_LeftHandIndex2_parentConstraint1.tg[0].tr" + ; +connectAttr "IndexFinger2_L.ro" "Avatar_LeftHandIndex2_parentConstraint1.tg[0].tro" + ; +connectAttr "IndexFinger2_L.s" "Avatar_LeftHandIndex2_parentConstraint1.tg[0].ts" + ; +connectAttr "IndexFinger2_L.pm" "Avatar_LeftHandIndex2_parentConstraint1.tg[0].tpm" + ; +connectAttr "IndexFinger2_L.jo" "Avatar_LeftHandIndex2_parentConstraint1.tg[0].tjo" + ; +connectAttr "IndexFinger2_L.ssc" "Avatar_LeftHandIndex2_parentConstraint1.tg[0].tsc" + ; +connectAttr "IndexFinger2_L.is" "Avatar_LeftHandIndex2_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_LeftHandIndex2_parentConstraint1.w0" "Avatar_LeftHandIndex2_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandIndex1.ssc" "Avatar_LeftHandIndex1_scaleConstraint1.tsc" + ; +connectAttr "Avatar_LeftHandIndex1.pim" "Avatar_LeftHandIndex1_scaleConstraint1.cpim" + ; +connectAttr "IndexFinger1_L.s" "Avatar_LeftHandIndex1_scaleConstraint1.tg[0].ts" + ; +connectAttr "IndexFinger1_L.pm" "Avatar_LeftHandIndex1_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_LeftHandIndex1_scaleConstraint1.w0" "Avatar_LeftHandIndex1_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandIndex1.ro" "Avatar_LeftHandIndex1_parentConstraint1.cro" + ; +connectAttr "Avatar_LeftHandIndex1.pim" "Avatar_LeftHandIndex1_parentConstraint1.cpim" + ; +connectAttr "Avatar_LeftHandIndex1.rp" "Avatar_LeftHandIndex1_parentConstraint1.crp" + ; +connectAttr "Avatar_LeftHandIndex1.rpt" "Avatar_LeftHandIndex1_parentConstraint1.crt" + ; +connectAttr "Avatar_LeftHandIndex1.jo" "Avatar_LeftHandIndex1_parentConstraint1.cjo" + ; +connectAttr "IndexFinger1_L.t" "Avatar_LeftHandIndex1_parentConstraint1.tg[0].tt" + ; +connectAttr "IndexFinger1_L.rp" "Avatar_LeftHandIndex1_parentConstraint1.tg[0].trp" + ; +connectAttr "IndexFinger1_L.rpt" "Avatar_LeftHandIndex1_parentConstraint1.tg[0].trt" + ; +connectAttr "IndexFinger1_L.r" "Avatar_LeftHandIndex1_parentConstraint1.tg[0].tr" + ; +connectAttr "IndexFinger1_L.ro" "Avatar_LeftHandIndex1_parentConstraint1.tg[0].tro" + ; +connectAttr "IndexFinger1_L.s" "Avatar_LeftHandIndex1_parentConstraint1.tg[0].ts" + ; +connectAttr "IndexFinger1_L.pm" "Avatar_LeftHandIndex1_parentConstraint1.tg[0].tpm" + ; +connectAttr "IndexFinger1_L.jo" "Avatar_LeftHandIndex1_parentConstraint1.tg[0].tjo" + ; +connectAttr "IndexFinger1_L.ssc" "Avatar_LeftHandIndex1_parentConstraint1.tg[0].tsc" + ; +connectAttr "IndexFinger1_L.is" "Avatar_LeftHandIndex1_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_LeftHandIndex1_parentConstraint1.w0" "Avatar_LeftHandIndex1_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHand.s" "Avatar_LeftHandMiddle1.is"; +connectAttr "Avatar_LeftHandMiddle1_scaleConstraint1.csx" "Avatar_LeftHandMiddle1.sx" + ; +connectAttr "Avatar_LeftHandMiddle1_scaleConstraint1.csy" "Avatar_LeftHandMiddle1.sy" + ; +connectAttr "Avatar_LeftHandMiddle1_scaleConstraint1.csz" "Avatar_LeftHandMiddle1.sz" + ; +connectAttr "Avatar_LeftHandMiddle1_parentConstraint1.ctx" "Avatar_LeftHandMiddle1.tx" + ; +connectAttr "Avatar_LeftHandMiddle1_parentConstraint1.cty" "Avatar_LeftHandMiddle1.ty" + ; +connectAttr "Avatar_LeftHandMiddle1_parentConstraint1.ctz" "Avatar_LeftHandMiddle1.tz" + ; +connectAttr "Avatar_LeftHandMiddle1_parentConstraint1.crx" "Avatar_LeftHandMiddle1.rx" + ; +connectAttr "Avatar_LeftHandMiddle1_parentConstraint1.cry" "Avatar_LeftHandMiddle1.ry" + ; +connectAttr "Avatar_LeftHandMiddle1_parentConstraint1.crz" "Avatar_LeftHandMiddle1.rz" + ; +connectAttr "Avatar_LeftHandMiddle1.s" "Avatar_LeftHandMiddle2.is"; +connectAttr "Avatar_LeftHandMiddle2_scaleConstraint1.csx" "Avatar_LeftHandMiddle2.sx" + ; +connectAttr "Avatar_LeftHandMiddle2_scaleConstraint1.csy" "Avatar_LeftHandMiddle2.sy" + ; +connectAttr "Avatar_LeftHandMiddle2_scaleConstraint1.csz" "Avatar_LeftHandMiddle2.sz" + ; +connectAttr "Avatar_LeftHandMiddle2_parentConstraint1.ctx" "Avatar_LeftHandMiddle2.tx" + ; +connectAttr "Avatar_LeftHandMiddle2_parentConstraint1.cty" "Avatar_LeftHandMiddle2.ty" + ; +connectAttr "Avatar_LeftHandMiddle2_parentConstraint1.ctz" "Avatar_LeftHandMiddle2.tz" + ; +connectAttr "Avatar_LeftHandMiddle2_parentConstraint1.crx" "Avatar_LeftHandMiddle2.rx" + ; +connectAttr "Avatar_LeftHandMiddle2_parentConstraint1.cry" "Avatar_LeftHandMiddle2.ry" + ; +connectAttr "Avatar_LeftHandMiddle2_parentConstraint1.crz" "Avatar_LeftHandMiddle2.rz" + ; +connectAttr "Avatar_LeftHandMiddle2.s" "Avatar_LeftHandMiddle3.is"; +connectAttr "Avatar_LeftHandMiddle3_scaleConstraint1.csx" "Avatar_LeftHandMiddle3.sx" + ; +connectAttr "Avatar_LeftHandMiddle3_scaleConstraint1.csy" "Avatar_LeftHandMiddle3.sy" + ; +connectAttr "Avatar_LeftHandMiddle3_scaleConstraint1.csz" "Avatar_LeftHandMiddle3.sz" + ; +connectAttr "Avatar_LeftHandMiddle3_parentConstraint1.ctx" "Avatar_LeftHandMiddle3.tx" + ; +connectAttr "Avatar_LeftHandMiddle3_parentConstraint1.cty" "Avatar_LeftHandMiddle3.ty" + ; +connectAttr "Avatar_LeftHandMiddle3_parentConstraint1.ctz" "Avatar_LeftHandMiddle3.tz" + ; +connectAttr "Avatar_LeftHandMiddle3_parentConstraint1.crx" "Avatar_LeftHandMiddle3.rx" + ; +connectAttr "Avatar_LeftHandMiddle3_parentConstraint1.cry" "Avatar_LeftHandMiddle3.ry" + ; +connectAttr "Avatar_LeftHandMiddle3_parentConstraint1.crz" "Avatar_LeftHandMiddle3.rz" + ; +connectAttr "Avatar_LeftHandMiddle3.s" "Avatar_LeftHandMiddle4.is"; +connectAttr "Avatar_LeftHandMiddle4_scaleConstraint1.csx" "Avatar_LeftHandMiddle4.sx" + ; +connectAttr "Avatar_LeftHandMiddle4_scaleConstraint1.csy" "Avatar_LeftHandMiddle4.sy" + ; +connectAttr "Avatar_LeftHandMiddle4_scaleConstraint1.csz" "Avatar_LeftHandMiddle4.sz" + ; +connectAttr "Avatar_LeftHandMiddle4_parentConstraint1.ctx" "Avatar_LeftHandMiddle4.tx" + ; +connectAttr "Avatar_LeftHandMiddle4_parentConstraint1.cty" "Avatar_LeftHandMiddle4.ty" + ; +connectAttr "Avatar_LeftHandMiddle4_parentConstraint1.ctz" "Avatar_LeftHandMiddle4.tz" + ; +connectAttr "Avatar_LeftHandMiddle4_parentConstraint1.crx" "Avatar_LeftHandMiddle4.rx" + ; +connectAttr "Avatar_LeftHandMiddle4_parentConstraint1.cry" "Avatar_LeftHandMiddle4.ry" + ; +connectAttr "Avatar_LeftHandMiddle4_parentConstraint1.crz" "Avatar_LeftHandMiddle4.rz" + ; +connectAttr "Avatar_LeftHandMiddle4.s" "Avatar_LeftHandMiddle4_end.is"; +connectAttr "Avatar_LeftHandMiddle4_end.s" "Avatar_LeftHandMiddle4_end_end.is"; +connectAttr "Avatar_LeftHandMiddle4.ssc" "Avatar_LeftHandMiddle4_scaleConstraint1.tsc" + ; +connectAttr "Avatar_LeftHandMiddle4.pim" "Avatar_LeftHandMiddle4_scaleConstraint1.cpim" + ; +connectAttr "MiddleFinger4_L.s" "Avatar_LeftHandMiddle4_scaleConstraint1.tg[0].ts" + ; +connectAttr "MiddleFinger4_L.pm" "Avatar_LeftHandMiddle4_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_LeftHandMiddle4_scaleConstraint1.w0" "Avatar_LeftHandMiddle4_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandMiddle4.ro" "Avatar_LeftHandMiddle4_parentConstraint1.cro" + ; +connectAttr "Avatar_LeftHandMiddle4.pim" "Avatar_LeftHandMiddle4_parentConstraint1.cpim" + ; +connectAttr "Avatar_LeftHandMiddle4.rp" "Avatar_LeftHandMiddle4_parentConstraint1.crp" + ; +connectAttr "Avatar_LeftHandMiddle4.rpt" "Avatar_LeftHandMiddle4_parentConstraint1.crt" + ; +connectAttr "Avatar_LeftHandMiddle4.jo" "Avatar_LeftHandMiddle4_parentConstraint1.cjo" + ; +connectAttr "MiddleFinger4_L.t" "Avatar_LeftHandMiddle4_parentConstraint1.tg[0].tt" + ; +connectAttr "MiddleFinger4_L.rp" "Avatar_LeftHandMiddle4_parentConstraint1.tg[0].trp" + ; +connectAttr "MiddleFinger4_L.rpt" "Avatar_LeftHandMiddle4_parentConstraint1.tg[0].trt" + ; +connectAttr "MiddleFinger4_L.r" "Avatar_LeftHandMiddle4_parentConstraint1.tg[0].tr" + ; +connectAttr "MiddleFinger4_L.ro" "Avatar_LeftHandMiddle4_parentConstraint1.tg[0].tro" + ; +connectAttr "MiddleFinger4_L.s" "Avatar_LeftHandMiddle4_parentConstraint1.tg[0].ts" + ; +connectAttr "MiddleFinger4_L.pm" "Avatar_LeftHandMiddle4_parentConstraint1.tg[0].tpm" + ; +connectAttr "MiddleFinger4_L.jo" "Avatar_LeftHandMiddle4_parentConstraint1.tg[0].tjo" + ; +connectAttr "MiddleFinger4_L.ssc" "Avatar_LeftHandMiddle4_parentConstraint1.tg[0].tsc" + ; +connectAttr "MiddleFinger4_L.is" "Avatar_LeftHandMiddle4_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_LeftHandMiddle4_parentConstraint1.w0" "Avatar_LeftHandMiddle4_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandMiddle3.ssc" "Avatar_LeftHandMiddle3_scaleConstraint1.tsc" + ; +connectAttr "Avatar_LeftHandMiddle3.pim" "Avatar_LeftHandMiddle3_scaleConstraint1.cpim" + ; +connectAttr "MiddleFinger3_L.s" "Avatar_LeftHandMiddle3_scaleConstraint1.tg[0].ts" + ; +connectAttr "MiddleFinger3_L.pm" "Avatar_LeftHandMiddle3_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_LeftHandMiddle3_scaleConstraint1.w0" "Avatar_LeftHandMiddle3_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandMiddle3.ro" "Avatar_LeftHandMiddle3_parentConstraint1.cro" + ; +connectAttr "Avatar_LeftHandMiddle3.pim" "Avatar_LeftHandMiddle3_parentConstraint1.cpim" + ; +connectAttr "Avatar_LeftHandMiddle3.rp" "Avatar_LeftHandMiddle3_parentConstraint1.crp" + ; +connectAttr "Avatar_LeftHandMiddle3.rpt" "Avatar_LeftHandMiddle3_parentConstraint1.crt" + ; +connectAttr "Avatar_LeftHandMiddle3.jo" "Avatar_LeftHandMiddle3_parentConstraint1.cjo" + ; +connectAttr "MiddleFinger3_L.t" "Avatar_LeftHandMiddle3_parentConstraint1.tg[0].tt" + ; +connectAttr "MiddleFinger3_L.rp" "Avatar_LeftHandMiddle3_parentConstraint1.tg[0].trp" + ; +connectAttr "MiddleFinger3_L.rpt" "Avatar_LeftHandMiddle3_parentConstraint1.tg[0].trt" + ; +connectAttr "MiddleFinger3_L.r" "Avatar_LeftHandMiddle3_parentConstraint1.tg[0].tr" + ; +connectAttr "MiddleFinger3_L.ro" "Avatar_LeftHandMiddle3_parentConstraint1.tg[0].tro" + ; +connectAttr "MiddleFinger3_L.s" "Avatar_LeftHandMiddle3_parentConstraint1.tg[0].ts" + ; +connectAttr "MiddleFinger3_L.pm" "Avatar_LeftHandMiddle3_parentConstraint1.tg[0].tpm" + ; +connectAttr "MiddleFinger3_L.jo" "Avatar_LeftHandMiddle3_parentConstraint1.tg[0].tjo" + ; +connectAttr "MiddleFinger3_L.ssc" "Avatar_LeftHandMiddle3_parentConstraint1.tg[0].tsc" + ; +connectAttr "MiddleFinger3_L.is" "Avatar_LeftHandMiddle3_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_LeftHandMiddle3_parentConstraint1.w0" "Avatar_LeftHandMiddle3_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandMiddle2.ssc" "Avatar_LeftHandMiddle2_scaleConstraint1.tsc" + ; +connectAttr "Avatar_LeftHandMiddle2.pim" "Avatar_LeftHandMiddle2_scaleConstraint1.cpim" + ; +connectAttr "MiddleFinger2_L.s" "Avatar_LeftHandMiddle2_scaleConstraint1.tg[0].ts" + ; +connectAttr "MiddleFinger2_L.pm" "Avatar_LeftHandMiddle2_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_LeftHandMiddle2_scaleConstraint1.w0" "Avatar_LeftHandMiddle2_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandMiddle2.ro" "Avatar_LeftHandMiddle2_parentConstraint1.cro" + ; +connectAttr "Avatar_LeftHandMiddle2.pim" "Avatar_LeftHandMiddle2_parentConstraint1.cpim" + ; +connectAttr "Avatar_LeftHandMiddle2.rp" "Avatar_LeftHandMiddle2_parentConstraint1.crp" + ; +connectAttr "Avatar_LeftHandMiddle2.rpt" "Avatar_LeftHandMiddle2_parentConstraint1.crt" + ; +connectAttr "Avatar_LeftHandMiddle2.jo" "Avatar_LeftHandMiddle2_parentConstraint1.cjo" + ; +connectAttr "MiddleFinger2_L.t" "Avatar_LeftHandMiddle2_parentConstraint1.tg[0].tt" + ; +connectAttr "MiddleFinger2_L.rp" "Avatar_LeftHandMiddle2_parentConstraint1.tg[0].trp" + ; +connectAttr "MiddleFinger2_L.rpt" "Avatar_LeftHandMiddle2_parentConstraint1.tg[0].trt" + ; +connectAttr "MiddleFinger2_L.r" "Avatar_LeftHandMiddle2_parentConstraint1.tg[0].tr" + ; +connectAttr "MiddleFinger2_L.ro" "Avatar_LeftHandMiddle2_parentConstraint1.tg[0].tro" + ; +connectAttr "MiddleFinger2_L.s" "Avatar_LeftHandMiddle2_parentConstraint1.tg[0].ts" + ; +connectAttr "MiddleFinger2_L.pm" "Avatar_LeftHandMiddle2_parentConstraint1.tg[0].tpm" + ; +connectAttr "MiddleFinger2_L.jo" "Avatar_LeftHandMiddle2_parentConstraint1.tg[0].tjo" + ; +connectAttr "MiddleFinger2_L.ssc" "Avatar_LeftHandMiddle2_parentConstraint1.tg[0].tsc" + ; +connectAttr "MiddleFinger2_L.is" "Avatar_LeftHandMiddle2_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_LeftHandMiddle2_parentConstraint1.w0" "Avatar_LeftHandMiddle2_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandMiddle1.ssc" "Avatar_LeftHandMiddle1_scaleConstraint1.tsc" + ; +connectAttr "Avatar_LeftHandMiddle1.pim" "Avatar_LeftHandMiddle1_scaleConstraint1.cpim" + ; +connectAttr "MiddleFinger1_L.s" "Avatar_LeftHandMiddle1_scaleConstraint1.tg[0].ts" + ; +connectAttr "MiddleFinger1_L.pm" "Avatar_LeftHandMiddle1_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_LeftHandMiddle1_scaleConstraint1.w0" "Avatar_LeftHandMiddle1_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandMiddle1.ro" "Avatar_LeftHandMiddle1_parentConstraint1.cro" + ; +connectAttr "Avatar_LeftHandMiddle1.pim" "Avatar_LeftHandMiddle1_parentConstraint1.cpim" + ; +connectAttr "Avatar_LeftHandMiddle1.rp" "Avatar_LeftHandMiddle1_parentConstraint1.crp" + ; +connectAttr "Avatar_LeftHandMiddle1.rpt" "Avatar_LeftHandMiddle1_parentConstraint1.crt" + ; +connectAttr "Avatar_LeftHandMiddle1.jo" "Avatar_LeftHandMiddle1_parentConstraint1.cjo" + ; +connectAttr "MiddleFinger1_L.t" "Avatar_LeftHandMiddle1_parentConstraint1.tg[0].tt" + ; +connectAttr "MiddleFinger1_L.rp" "Avatar_LeftHandMiddle1_parentConstraint1.tg[0].trp" + ; +connectAttr "MiddleFinger1_L.rpt" "Avatar_LeftHandMiddle1_parentConstraint1.tg[0].trt" + ; +connectAttr "MiddleFinger1_L.r" "Avatar_LeftHandMiddle1_parentConstraint1.tg[0].tr" + ; +connectAttr "MiddleFinger1_L.ro" "Avatar_LeftHandMiddle1_parentConstraint1.tg[0].tro" + ; +connectAttr "MiddleFinger1_L.s" "Avatar_LeftHandMiddle1_parentConstraint1.tg[0].ts" + ; +connectAttr "MiddleFinger1_L.pm" "Avatar_LeftHandMiddle1_parentConstraint1.tg[0].tpm" + ; +connectAttr "MiddleFinger1_L.jo" "Avatar_LeftHandMiddle1_parentConstraint1.tg[0].tjo" + ; +connectAttr "MiddleFinger1_L.ssc" "Avatar_LeftHandMiddle1_parentConstraint1.tg[0].tsc" + ; +connectAttr "MiddleFinger1_L.is" "Avatar_LeftHandMiddle1_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_LeftHandMiddle1_parentConstraint1.w0" "Avatar_LeftHandMiddle1_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHand.s" "Avatar_LeftHandRing1.is"; +connectAttr "Avatar_LeftHandRing1_scaleConstraint1.csx" "Avatar_LeftHandRing1.sx" + ; +connectAttr "Avatar_LeftHandRing1_scaleConstraint1.csy" "Avatar_LeftHandRing1.sy" + ; +connectAttr "Avatar_LeftHandRing1_scaleConstraint1.csz" "Avatar_LeftHandRing1.sz" + ; +connectAttr "Avatar_LeftHandRing1_parentConstraint1.ctx" "Avatar_LeftHandRing1.tx" + ; +connectAttr "Avatar_LeftHandRing1_parentConstraint1.cty" "Avatar_LeftHandRing1.ty" + ; +connectAttr "Avatar_LeftHandRing1_parentConstraint1.ctz" "Avatar_LeftHandRing1.tz" + ; +connectAttr "Avatar_LeftHandRing1_parentConstraint1.crx" "Avatar_LeftHandRing1.rx" + ; +connectAttr "Avatar_LeftHandRing1_parentConstraint1.cry" "Avatar_LeftHandRing1.ry" + ; +connectAttr "Avatar_LeftHandRing1_parentConstraint1.crz" "Avatar_LeftHandRing1.rz" + ; +connectAttr "Avatar_LeftHandRing1.s" "Avatar_LeftHandRing2.is"; +connectAttr "Avatar_LeftHandRing2_scaleConstraint1.csx" "Avatar_LeftHandRing2.sx" + ; +connectAttr "Avatar_LeftHandRing2_scaleConstraint1.csy" "Avatar_LeftHandRing2.sy" + ; +connectAttr "Avatar_LeftHandRing2_scaleConstraint1.csz" "Avatar_LeftHandRing2.sz" + ; +connectAttr "Avatar_LeftHandRing2_parentConstraint1.ctx" "Avatar_LeftHandRing2.tx" + ; +connectAttr "Avatar_LeftHandRing2_parentConstraint1.cty" "Avatar_LeftHandRing2.ty" + ; +connectAttr "Avatar_LeftHandRing2_parentConstraint1.ctz" "Avatar_LeftHandRing2.tz" + ; +connectAttr "Avatar_LeftHandRing2_parentConstraint1.crx" "Avatar_LeftHandRing2.rx" + ; +connectAttr "Avatar_LeftHandRing2_parentConstraint1.cry" "Avatar_LeftHandRing2.ry" + ; +connectAttr "Avatar_LeftHandRing2_parentConstraint1.crz" "Avatar_LeftHandRing2.rz" + ; +connectAttr "Avatar_LeftHandRing2.s" "Avatar_LeftHandRing3.is"; +connectAttr "Avatar_LeftHandRing3_scaleConstraint1.csx" "Avatar_LeftHandRing3.sx" + ; +connectAttr "Avatar_LeftHandRing3_scaleConstraint1.csy" "Avatar_LeftHandRing3.sy" + ; +connectAttr "Avatar_LeftHandRing3_scaleConstraint1.csz" "Avatar_LeftHandRing3.sz" + ; +connectAttr "Avatar_LeftHandRing3_parentConstraint1.ctx" "Avatar_LeftHandRing3.tx" + ; +connectAttr "Avatar_LeftHandRing3_parentConstraint1.cty" "Avatar_LeftHandRing3.ty" + ; +connectAttr "Avatar_LeftHandRing3_parentConstraint1.ctz" "Avatar_LeftHandRing3.tz" + ; +connectAttr "Avatar_LeftHandRing3_parentConstraint1.crx" "Avatar_LeftHandRing3.rx" + ; +connectAttr "Avatar_LeftHandRing3_parentConstraint1.cry" "Avatar_LeftHandRing3.ry" + ; +connectAttr "Avatar_LeftHandRing3_parentConstraint1.crz" "Avatar_LeftHandRing3.rz" + ; +connectAttr "Avatar_LeftHandRing3.s" "Avatar_LeftHandRing4.is"; +connectAttr "Avatar_LeftHandRing4_scaleConstraint1.csx" "Avatar_LeftHandRing4.sx" + ; +connectAttr "Avatar_LeftHandRing4_scaleConstraint1.csy" "Avatar_LeftHandRing4.sy" + ; +connectAttr "Avatar_LeftHandRing4_scaleConstraint1.csz" "Avatar_LeftHandRing4.sz" + ; +connectAttr "Avatar_LeftHandRing4_parentConstraint1.ctx" "Avatar_LeftHandRing4.tx" + ; +connectAttr "Avatar_LeftHandRing4_parentConstraint1.cty" "Avatar_LeftHandRing4.ty" + ; +connectAttr "Avatar_LeftHandRing4_parentConstraint1.ctz" "Avatar_LeftHandRing4.tz" + ; +connectAttr "Avatar_LeftHandRing4_parentConstraint1.crx" "Avatar_LeftHandRing4.rx" + ; +connectAttr "Avatar_LeftHandRing4_parentConstraint1.cry" "Avatar_LeftHandRing4.ry" + ; +connectAttr "Avatar_LeftHandRing4_parentConstraint1.crz" "Avatar_LeftHandRing4.rz" + ; +connectAttr "Avatar_LeftHandRing4.s" "Avatar_LeftHandRing4_end.is"; +connectAttr "Avatar_LeftHandRing4_end.s" "Avatar_LeftHandRing4_end_end.is"; +connectAttr "Avatar_LeftHandRing4.ssc" "Avatar_LeftHandRing4_scaleConstraint1.tsc" + ; +connectAttr "Avatar_LeftHandRing4.pim" "Avatar_LeftHandRing4_scaleConstraint1.cpim" + ; +connectAttr "RingFinger4_L.s" "Avatar_LeftHandRing4_scaleConstraint1.tg[0].ts"; +connectAttr "RingFinger4_L.pm" "Avatar_LeftHandRing4_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_LeftHandRing4_scaleConstraint1.w0" "Avatar_LeftHandRing4_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandRing4.ro" "Avatar_LeftHandRing4_parentConstraint1.cro" + ; +connectAttr "Avatar_LeftHandRing4.pim" "Avatar_LeftHandRing4_parentConstraint1.cpim" + ; +connectAttr "Avatar_LeftHandRing4.rp" "Avatar_LeftHandRing4_parentConstraint1.crp" + ; +connectAttr "Avatar_LeftHandRing4.rpt" "Avatar_LeftHandRing4_parentConstraint1.crt" + ; +connectAttr "Avatar_LeftHandRing4.jo" "Avatar_LeftHandRing4_parentConstraint1.cjo" + ; +connectAttr "RingFinger4_L.t" "Avatar_LeftHandRing4_parentConstraint1.tg[0].tt"; +connectAttr "RingFinger4_L.rp" "Avatar_LeftHandRing4_parentConstraint1.tg[0].trp" + ; +connectAttr "RingFinger4_L.rpt" "Avatar_LeftHandRing4_parentConstraint1.tg[0].trt" + ; +connectAttr "RingFinger4_L.r" "Avatar_LeftHandRing4_parentConstraint1.tg[0].tr"; +connectAttr "RingFinger4_L.ro" "Avatar_LeftHandRing4_parentConstraint1.tg[0].tro" + ; +connectAttr "RingFinger4_L.s" "Avatar_LeftHandRing4_parentConstraint1.tg[0].ts"; +connectAttr "RingFinger4_L.pm" "Avatar_LeftHandRing4_parentConstraint1.tg[0].tpm" + ; +connectAttr "RingFinger4_L.jo" "Avatar_LeftHandRing4_parentConstraint1.tg[0].tjo" + ; +connectAttr "RingFinger4_L.ssc" "Avatar_LeftHandRing4_parentConstraint1.tg[0].tsc" + ; +connectAttr "RingFinger4_L.is" "Avatar_LeftHandRing4_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_LeftHandRing4_parentConstraint1.w0" "Avatar_LeftHandRing4_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandRing3.ssc" "Avatar_LeftHandRing3_scaleConstraint1.tsc" + ; +connectAttr "Avatar_LeftHandRing3.pim" "Avatar_LeftHandRing3_scaleConstraint1.cpim" + ; +connectAttr "RingFinger3_L.s" "Avatar_LeftHandRing3_scaleConstraint1.tg[0].ts"; +connectAttr "RingFinger3_L.pm" "Avatar_LeftHandRing3_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_LeftHandRing3_scaleConstraint1.w0" "Avatar_LeftHandRing3_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandRing3.ro" "Avatar_LeftHandRing3_parentConstraint1.cro" + ; +connectAttr "Avatar_LeftHandRing3.pim" "Avatar_LeftHandRing3_parentConstraint1.cpim" + ; +connectAttr "Avatar_LeftHandRing3.rp" "Avatar_LeftHandRing3_parentConstraint1.crp" + ; +connectAttr "Avatar_LeftHandRing3.rpt" "Avatar_LeftHandRing3_parentConstraint1.crt" + ; +connectAttr "Avatar_LeftHandRing3.jo" "Avatar_LeftHandRing3_parentConstraint1.cjo" + ; +connectAttr "RingFinger3_L.t" "Avatar_LeftHandRing3_parentConstraint1.tg[0].tt"; +connectAttr "RingFinger3_L.rp" "Avatar_LeftHandRing3_parentConstraint1.tg[0].trp" + ; +connectAttr "RingFinger3_L.rpt" "Avatar_LeftHandRing3_parentConstraint1.tg[0].trt" + ; +connectAttr "RingFinger3_L.r" "Avatar_LeftHandRing3_parentConstraint1.tg[0].tr"; +connectAttr "RingFinger3_L.ro" "Avatar_LeftHandRing3_parentConstraint1.tg[0].tro" + ; +connectAttr "RingFinger3_L.s" "Avatar_LeftHandRing3_parentConstraint1.tg[0].ts"; +connectAttr "RingFinger3_L.pm" "Avatar_LeftHandRing3_parentConstraint1.tg[0].tpm" + ; +connectAttr "RingFinger3_L.jo" "Avatar_LeftHandRing3_parentConstraint1.tg[0].tjo" + ; +connectAttr "RingFinger3_L.ssc" "Avatar_LeftHandRing3_parentConstraint1.tg[0].tsc" + ; +connectAttr "RingFinger3_L.is" "Avatar_LeftHandRing3_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_LeftHandRing3_parentConstraint1.w0" "Avatar_LeftHandRing3_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandRing2.ssc" "Avatar_LeftHandRing2_scaleConstraint1.tsc" + ; +connectAttr "Avatar_LeftHandRing2.pim" "Avatar_LeftHandRing2_scaleConstraint1.cpim" + ; +connectAttr "RingFinger2_L.s" "Avatar_LeftHandRing2_scaleConstraint1.tg[0].ts"; +connectAttr "RingFinger2_L.pm" "Avatar_LeftHandRing2_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_LeftHandRing2_scaleConstraint1.w0" "Avatar_LeftHandRing2_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandRing2.ro" "Avatar_LeftHandRing2_parentConstraint1.cro" + ; +connectAttr "Avatar_LeftHandRing2.pim" "Avatar_LeftHandRing2_parentConstraint1.cpim" + ; +connectAttr "Avatar_LeftHandRing2.rp" "Avatar_LeftHandRing2_parentConstraint1.crp" + ; +connectAttr "Avatar_LeftHandRing2.rpt" "Avatar_LeftHandRing2_parentConstraint1.crt" + ; +connectAttr "Avatar_LeftHandRing2.jo" "Avatar_LeftHandRing2_parentConstraint1.cjo" + ; +connectAttr "RingFinger2_L.t" "Avatar_LeftHandRing2_parentConstraint1.tg[0].tt"; +connectAttr "RingFinger2_L.rp" "Avatar_LeftHandRing2_parentConstraint1.tg[0].trp" + ; +connectAttr "RingFinger2_L.rpt" "Avatar_LeftHandRing2_parentConstraint1.tg[0].trt" + ; +connectAttr "RingFinger2_L.r" "Avatar_LeftHandRing2_parentConstraint1.tg[0].tr"; +connectAttr "RingFinger2_L.ro" "Avatar_LeftHandRing2_parentConstraint1.tg[0].tro" + ; +connectAttr "RingFinger2_L.s" "Avatar_LeftHandRing2_parentConstraint1.tg[0].ts"; +connectAttr "RingFinger2_L.pm" "Avatar_LeftHandRing2_parentConstraint1.tg[0].tpm" + ; +connectAttr "RingFinger2_L.jo" "Avatar_LeftHandRing2_parentConstraint1.tg[0].tjo" + ; +connectAttr "RingFinger2_L.ssc" "Avatar_LeftHandRing2_parentConstraint1.tg[0].tsc" + ; +connectAttr "RingFinger2_L.is" "Avatar_LeftHandRing2_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_LeftHandRing2_parentConstraint1.w0" "Avatar_LeftHandRing2_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandRing1.ssc" "Avatar_LeftHandRing1_scaleConstraint1.tsc" + ; +connectAttr "Avatar_LeftHandRing1.pim" "Avatar_LeftHandRing1_scaleConstraint1.cpim" + ; +connectAttr "RingFinger1_L.s" "Avatar_LeftHandRing1_scaleConstraint1.tg[0].ts"; +connectAttr "RingFinger1_L.pm" "Avatar_LeftHandRing1_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_LeftHandRing1_scaleConstraint1.w0" "Avatar_LeftHandRing1_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandRing1.ro" "Avatar_LeftHandRing1_parentConstraint1.cro" + ; +connectAttr "Avatar_LeftHandRing1.pim" "Avatar_LeftHandRing1_parentConstraint1.cpim" + ; +connectAttr "Avatar_LeftHandRing1.rp" "Avatar_LeftHandRing1_parentConstraint1.crp" + ; +connectAttr "Avatar_LeftHandRing1.rpt" "Avatar_LeftHandRing1_parentConstraint1.crt" + ; +connectAttr "Avatar_LeftHandRing1.jo" "Avatar_LeftHandRing1_parentConstraint1.cjo" + ; +connectAttr "RingFinger1_L.t" "Avatar_LeftHandRing1_parentConstraint1.tg[0].tt"; +connectAttr "RingFinger1_L.rp" "Avatar_LeftHandRing1_parentConstraint1.tg[0].trp" + ; +connectAttr "RingFinger1_L.rpt" "Avatar_LeftHandRing1_parentConstraint1.tg[0].trt" + ; +connectAttr "RingFinger1_L.r" "Avatar_LeftHandRing1_parentConstraint1.tg[0].tr"; +connectAttr "RingFinger1_L.ro" "Avatar_LeftHandRing1_parentConstraint1.tg[0].tro" + ; +connectAttr "RingFinger1_L.s" "Avatar_LeftHandRing1_parentConstraint1.tg[0].ts"; +connectAttr "RingFinger1_L.pm" "Avatar_LeftHandRing1_parentConstraint1.tg[0].tpm" + ; +connectAttr "RingFinger1_L.jo" "Avatar_LeftHandRing1_parentConstraint1.tg[0].tjo" + ; +connectAttr "RingFinger1_L.ssc" "Avatar_LeftHandRing1_parentConstraint1.tg[0].tsc" + ; +connectAttr "RingFinger1_L.is" "Avatar_LeftHandRing1_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_LeftHandRing1_parentConstraint1.w0" "Avatar_LeftHandRing1_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHand.s" "Avatar_LeftHandPinky1.is"; +connectAttr "Avatar_LeftHandPinky1_scaleConstraint1.csx" "Avatar_LeftHandPinky1.sx" + ; +connectAttr "Avatar_LeftHandPinky1_scaleConstraint1.csy" "Avatar_LeftHandPinky1.sy" + ; +connectAttr "Avatar_LeftHandPinky1_scaleConstraint1.csz" "Avatar_LeftHandPinky1.sz" + ; +connectAttr "Avatar_LeftHandPinky1_parentConstraint1.ctx" "Avatar_LeftHandPinky1.tx" + ; +connectAttr "Avatar_LeftHandPinky1_parentConstraint1.cty" "Avatar_LeftHandPinky1.ty" + ; +connectAttr "Avatar_LeftHandPinky1_parentConstraint1.ctz" "Avatar_LeftHandPinky1.tz" + ; +connectAttr "Avatar_LeftHandPinky1_parentConstraint1.crx" "Avatar_LeftHandPinky1.rx" + ; +connectAttr "Avatar_LeftHandPinky1_parentConstraint1.cry" "Avatar_LeftHandPinky1.ry" + ; +connectAttr "Avatar_LeftHandPinky1_parentConstraint1.crz" "Avatar_LeftHandPinky1.rz" + ; +connectAttr "Avatar_LeftHandPinky1.s" "Avatar_LeftHandPinky2.is"; +connectAttr "Avatar_LeftHandPinky2_scaleConstraint1.csx" "Avatar_LeftHandPinky2.sx" + ; +connectAttr "Avatar_LeftHandPinky2_scaleConstraint1.csy" "Avatar_LeftHandPinky2.sy" + ; +connectAttr "Avatar_LeftHandPinky2_scaleConstraint1.csz" "Avatar_LeftHandPinky2.sz" + ; +connectAttr "Avatar_LeftHandPinky2_parentConstraint1.ctx" "Avatar_LeftHandPinky2.tx" + ; +connectAttr "Avatar_LeftHandPinky2_parentConstraint1.cty" "Avatar_LeftHandPinky2.ty" + ; +connectAttr "Avatar_LeftHandPinky2_parentConstraint1.ctz" "Avatar_LeftHandPinky2.tz" + ; +connectAttr "Avatar_LeftHandPinky2_parentConstraint1.crx" "Avatar_LeftHandPinky2.rx" + ; +connectAttr "Avatar_LeftHandPinky2_parentConstraint1.cry" "Avatar_LeftHandPinky2.ry" + ; +connectAttr "Avatar_LeftHandPinky2_parentConstraint1.crz" "Avatar_LeftHandPinky2.rz" + ; +connectAttr "Avatar_LeftHandPinky2.s" "Avatar_LeftHandPinky3.is"; +connectAttr "Avatar_LeftHandPinky3_scaleConstraint1.csx" "Avatar_LeftHandPinky3.sx" + ; +connectAttr "Avatar_LeftHandPinky3_scaleConstraint1.csy" "Avatar_LeftHandPinky3.sy" + ; +connectAttr "Avatar_LeftHandPinky3_scaleConstraint1.csz" "Avatar_LeftHandPinky3.sz" + ; +connectAttr "Avatar_LeftHandPinky3_parentConstraint1.ctx" "Avatar_LeftHandPinky3.tx" + ; +connectAttr "Avatar_LeftHandPinky3_parentConstraint1.cty" "Avatar_LeftHandPinky3.ty" + ; +connectAttr "Avatar_LeftHandPinky3_parentConstraint1.ctz" "Avatar_LeftHandPinky3.tz" + ; +connectAttr "Avatar_LeftHandPinky3_parentConstraint1.crx" "Avatar_LeftHandPinky3.rx" + ; +connectAttr "Avatar_LeftHandPinky3_parentConstraint1.cry" "Avatar_LeftHandPinky3.ry" + ; +connectAttr "Avatar_LeftHandPinky3_parentConstraint1.crz" "Avatar_LeftHandPinky3.rz" + ; +connectAttr "Avatar_LeftHandPinky3.s" "Avatar_LeftHandPinky4.is"; +connectAttr "Avatar_LeftHandPinky4_scaleConstraint1.csx" "Avatar_LeftHandPinky4.sx" + ; +connectAttr "Avatar_LeftHandPinky4_scaleConstraint1.csy" "Avatar_LeftHandPinky4.sy" + ; +connectAttr "Avatar_LeftHandPinky4_scaleConstraint1.csz" "Avatar_LeftHandPinky4.sz" + ; +connectAttr "Avatar_LeftHandPinky4_parentConstraint1.ctx" "Avatar_LeftHandPinky4.tx" + ; +connectAttr "Avatar_LeftHandPinky4_parentConstraint1.cty" "Avatar_LeftHandPinky4.ty" + ; +connectAttr "Avatar_LeftHandPinky4_parentConstraint1.ctz" "Avatar_LeftHandPinky4.tz" + ; +connectAttr "Avatar_LeftHandPinky4_parentConstraint1.crx" "Avatar_LeftHandPinky4.rx" + ; +connectAttr "Avatar_LeftHandPinky4_parentConstraint1.cry" "Avatar_LeftHandPinky4.ry" + ; +connectAttr "Avatar_LeftHandPinky4_parentConstraint1.crz" "Avatar_LeftHandPinky4.rz" + ; +connectAttr "Avatar_LeftHandPinky4.s" "Avatar_LeftHandPinky4_end.is"; +connectAttr "Avatar_LeftHandPinky4_end.s" "Avatar_LeftHandPinky4_end_end.is"; +connectAttr "Avatar_LeftHandPinky4.ssc" "Avatar_LeftHandPinky4_scaleConstraint1.tsc" + ; +connectAttr "Avatar_LeftHandPinky4.pim" "Avatar_LeftHandPinky4_scaleConstraint1.cpim" + ; +connectAttr "PinkyFinger4_L.s" "Avatar_LeftHandPinky4_scaleConstraint1.tg[0].ts" + ; +connectAttr "PinkyFinger4_L.pm" "Avatar_LeftHandPinky4_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_LeftHandPinky4_scaleConstraint1.w0" "Avatar_LeftHandPinky4_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandPinky4.ro" "Avatar_LeftHandPinky4_parentConstraint1.cro" + ; +connectAttr "Avatar_LeftHandPinky4.pim" "Avatar_LeftHandPinky4_parentConstraint1.cpim" + ; +connectAttr "Avatar_LeftHandPinky4.rp" "Avatar_LeftHandPinky4_parentConstraint1.crp" + ; +connectAttr "Avatar_LeftHandPinky4.rpt" "Avatar_LeftHandPinky4_parentConstraint1.crt" + ; +connectAttr "Avatar_LeftHandPinky4.jo" "Avatar_LeftHandPinky4_parentConstraint1.cjo" + ; +connectAttr "PinkyFinger4_L.t" "Avatar_LeftHandPinky4_parentConstraint1.tg[0].tt" + ; +connectAttr "PinkyFinger4_L.rp" "Avatar_LeftHandPinky4_parentConstraint1.tg[0].trp" + ; +connectAttr "PinkyFinger4_L.rpt" "Avatar_LeftHandPinky4_parentConstraint1.tg[0].trt" + ; +connectAttr "PinkyFinger4_L.r" "Avatar_LeftHandPinky4_parentConstraint1.tg[0].tr" + ; +connectAttr "PinkyFinger4_L.ro" "Avatar_LeftHandPinky4_parentConstraint1.tg[0].tro" + ; +connectAttr "PinkyFinger4_L.s" "Avatar_LeftHandPinky4_parentConstraint1.tg[0].ts" + ; +connectAttr "PinkyFinger4_L.pm" "Avatar_LeftHandPinky4_parentConstraint1.tg[0].tpm" + ; +connectAttr "PinkyFinger4_L.jo" "Avatar_LeftHandPinky4_parentConstraint1.tg[0].tjo" + ; +connectAttr "PinkyFinger4_L.ssc" "Avatar_LeftHandPinky4_parentConstraint1.tg[0].tsc" + ; +connectAttr "PinkyFinger4_L.is" "Avatar_LeftHandPinky4_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_LeftHandPinky4_parentConstraint1.w0" "Avatar_LeftHandPinky4_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandPinky3.ssc" "Avatar_LeftHandPinky3_scaleConstraint1.tsc" + ; +connectAttr "Avatar_LeftHandPinky3.pim" "Avatar_LeftHandPinky3_scaleConstraint1.cpim" + ; +connectAttr "PinkyFinger3_L.s" "Avatar_LeftHandPinky3_scaleConstraint1.tg[0].ts" + ; +connectAttr "PinkyFinger3_L.pm" "Avatar_LeftHandPinky3_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_LeftHandPinky3_scaleConstraint1.w0" "Avatar_LeftHandPinky3_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandPinky3.ro" "Avatar_LeftHandPinky3_parentConstraint1.cro" + ; +connectAttr "Avatar_LeftHandPinky3.pim" "Avatar_LeftHandPinky3_parentConstraint1.cpim" + ; +connectAttr "Avatar_LeftHandPinky3.rp" "Avatar_LeftHandPinky3_parentConstraint1.crp" + ; +connectAttr "Avatar_LeftHandPinky3.rpt" "Avatar_LeftHandPinky3_parentConstraint1.crt" + ; +connectAttr "Avatar_LeftHandPinky3.jo" "Avatar_LeftHandPinky3_parentConstraint1.cjo" + ; +connectAttr "PinkyFinger3_L.t" "Avatar_LeftHandPinky3_parentConstraint1.tg[0].tt" + ; +connectAttr "PinkyFinger3_L.rp" "Avatar_LeftHandPinky3_parentConstraint1.tg[0].trp" + ; +connectAttr "PinkyFinger3_L.rpt" "Avatar_LeftHandPinky3_parentConstraint1.tg[0].trt" + ; +connectAttr "PinkyFinger3_L.r" "Avatar_LeftHandPinky3_parentConstraint1.tg[0].tr" + ; +connectAttr "PinkyFinger3_L.ro" "Avatar_LeftHandPinky3_parentConstraint1.tg[0].tro" + ; +connectAttr "PinkyFinger3_L.s" "Avatar_LeftHandPinky3_parentConstraint1.tg[0].ts" + ; +connectAttr "PinkyFinger3_L.pm" "Avatar_LeftHandPinky3_parentConstraint1.tg[0].tpm" + ; +connectAttr "PinkyFinger3_L.jo" "Avatar_LeftHandPinky3_parentConstraint1.tg[0].tjo" + ; +connectAttr "PinkyFinger3_L.ssc" "Avatar_LeftHandPinky3_parentConstraint1.tg[0].tsc" + ; +connectAttr "PinkyFinger3_L.is" "Avatar_LeftHandPinky3_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_LeftHandPinky3_parentConstraint1.w0" "Avatar_LeftHandPinky3_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandPinky2.ssc" "Avatar_LeftHandPinky2_scaleConstraint1.tsc" + ; +connectAttr "Avatar_LeftHandPinky2.pim" "Avatar_LeftHandPinky2_scaleConstraint1.cpim" + ; +connectAttr "PinkyFinger2_L.s" "Avatar_LeftHandPinky2_scaleConstraint1.tg[0].ts" + ; +connectAttr "PinkyFinger2_L.pm" "Avatar_LeftHandPinky2_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_LeftHandPinky2_scaleConstraint1.w0" "Avatar_LeftHandPinky2_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandPinky2.ro" "Avatar_LeftHandPinky2_parentConstraint1.cro" + ; +connectAttr "Avatar_LeftHandPinky2.pim" "Avatar_LeftHandPinky2_parentConstraint1.cpim" + ; +connectAttr "Avatar_LeftHandPinky2.rp" "Avatar_LeftHandPinky2_parentConstraint1.crp" + ; +connectAttr "Avatar_LeftHandPinky2.rpt" "Avatar_LeftHandPinky2_parentConstraint1.crt" + ; +connectAttr "Avatar_LeftHandPinky2.jo" "Avatar_LeftHandPinky2_parentConstraint1.cjo" + ; +connectAttr "PinkyFinger2_L.t" "Avatar_LeftHandPinky2_parentConstraint1.tg[0].tt" + ; +connectAttr "PinkyFinger2_L.rp" "Avatar_LeftHandPinky2_parentConstraint1.tg[0].trp" + ; +connectAttr "PinkyFinger2_L.rpt" "Avatar_LeftHandPinky2_parentConstraint1.tg[0].trt" + ; +connectAttr "PinkyFinger2_L.r" "Avatar_LeftHandPinky2_parentConstraint1.tg[0].tr" + ; +connectAttr "PinkyFinger2_L.ro" "Avatar_LeftHandPinky2_parentConstraint1.tg[0].tro" + ; +connectAttr "PinkyFinger2_L.s" "Avatar_LeftHandPinky2_parentConstraint1.tg[0].ts" + ; +connectAttr "PinkyFinger2_L.pm" "Avatar_LeftHandPinky2_parentConstraint1.tg[0].tpm" + ; +connectAttr "PinkyFinger2_L.jo" "Avatar_LeftHandPinky2_parentConstraint1.tg[0].tjo" + ; +connectAttr "PinkyFinger2_L.ssc" "Avatar_LeftHandPinky2_parentConstraint1.tg[0].tsc" + ; +connectAttr "PinkyFinger2_L.is" "Avatar_LeftHandPinky2_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_LeftHandPinky2_parentConstraint1.w0" "Avatar_LeftHandPinky2_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandPinky1.ssc" "Avatar_LeftHandPinky1_scaleConstraint1.tsc" + ; +connectAttr "Avatar_LeftHandPinky1.pim" "Avatar_LeftHandPinky1_scaleConstraint1.cpim" + ; +connectAttr "PinkyFinger1_L.s" "Avatar_LeftHandPinky1_scaleConstraint1.tg[0].ts" + ; +connectAttr "PinkyFinger1_L.pm" "Avatar_LeftHandPinky1_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_LeftHandPinky1_scaleConstraint1.w0" "Avatar_LeftHandPinky1_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHandPinky1.ro" "Avatar_LeftHandPinky1_parentConstraint1.cro" + ; +connectAttr "Avatar_LeftHandPinky1.pim" "Avatar_LeftHandPinky1_parentConstraint1.cpim" + ; +connectAttr "Avatar_LeftHandPinky1.rp" "Avatar_LeftHandPinky1_parentConstraint1.crp" + ; +connectAttr "Avatar_LeftHandPinky1.rpt" "Avatar_LeftHandPinky1_parentConstraint1.crt" + ; +connectAttr "Avatar_LeftHandPinky1.jo" "Avatar_LeftHandPinky1_parentConstraint1.cjo" + ; +connectAttr "PinkyFinger1_L.t" "Avatar_LeftHandPinky1_parentConstraint1.tg[0].tt" + ; +connectAttr "PinkyFinger1_L.rp" "Avatar_LeftHandPinky1_parentConstraint1.tg[0].trp" + ; +connectAttr "PinkyFinger1_L.rpt" "Avatar_LeftHandPinky1_parentConstraint1.tg[0].trt" + ; +connectAttr "PinkyFinger1_L.r" "Avatar_LeftHandPinky1_parentConstraint1.tg[0].tr" + ; +connectAttr "PinkyFinger1_L.ro" "Avatar_LeftHandPinky1_parentConstraint1.tg[0].tro" + ; +connectAttr "PinkyFinger1_L.s" "Avatar_LeftHandPinky1_parentConstraint1.tg[0].ts" + ; +connectAttr "PinkyFinger1_L.pm" "Avatar_LeftHandPinky1_parentConstraint1.tg[0].tpm" + ; +connectAttr "PinkyFinger1_L.jo" "Avatar_LeftHandPinky1_parentConstraint1.tg[0].tjo" + ; +connectAttr "PinkyFinger1_L.ssc" "Avatar_LeftHandPinky1_parentConstraint1.tg[0].tsc" + ; +connectAttr "PinkyFinger1_L.is" "Avatar_LeftHandPinky1_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_LeftHandPinky1_parentConstraint1.w0" "Avatar_LeftHandPinky1_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHand.ssc" "Avatar_LeftHand_scaleConstraint1.tsc"; +connectAttr "Avatar_LeftHand.pim" "Avatar_LeftHand_scaleConstraint1.cpim"; +connectAttr "Wrist_L.s" "Avatar_LeftHand_scaleConstraint1.tg[0].ts"; +connectAttr "Wrist_L.pm" "Avatar_LeftHand_scaleConstraint1.tg[0].tpm"; +connectAttr "Avatar_LeftHand_scaleConstraint1.w0" "Avatar_LeftHand_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftHand.ro" "Avatar_LeftHand_parentConstraint1.cro"; +connectAttr "Avatar_LeftHand.pim" "Avatar_LeftHand_parentConstraint1.cpim"; +connectAttr "Avatar_LeftHand.rp" "Avatar_LeftHand_parentConstraint1.crp"; +connectAttr "Avatar_LeftHand.rpt" "Avatar_LeftHand_parentConstraint1.crt"; +connectAttr "Avatar_LeftHand.jo" "Avatar_LeftHand_parentConstraint1.cjo"; +connectAttr "Wrist_L.t" "Avatar_LeftHand_parentConstraint1.tg[0].tt"; +connectAttr "Wrist_L.rp" "Avatar_LeftHand_parentConstraint1.tg[0].trp"; +connectAttr "Wrist_L.rpt" "Avatar_LeftHand_parentConstraint1.tg[0].trt"; +connectAttr "Wrist_L.r" "Avatar_LeftHand_parentConstraint1.tg[0].tr"; +connectAttr "Wrist_L.ro" "Avatar_LeftHand_parentConstraint1.tg[0].tro"; +connectAttr "Wrist_L.s" "Avatar_LeftHand_parentConstraint1.tg[0].ts"; +connectAttr "Wrist_L.pm" "Avatar_LeftHand_parentConstraint1.tg[0].tpm"; +connectAttr "Wrist_L.jo" "Avatar_LeftHand_parentConstraint1.tg[0].tjo"; +connectAttr "Wrist_L.ssc" "Avatar_LeftHand_parentConstraint1.tg[0].tsc"; +connectAttr "Wrist_L.is" "Avatar_LeftHand_parentConstraint1.tg[0].tis"; +connectAttr "Avatar_LeftHand_parentConstraint1.w0" "Avatar_LeftHand_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftForeArm.ssc" "Avatar_LeftForeArm_scaleConstraint1.tsc"; +connectAttr "Avatar_LeftForeArm.pim" "Avatar_LeftForeArm_scaleConstraint1.cpim"; +connectAttr "Elbow_L.s" "Avatar_LeftForeArm_scaleConstraint1.tg[0].ts"; +connectAttr "Elbow_L.pm" "Avatar_LeftForeArm_scaleConstraint1.tg[0].tpm"; +connectAttr "Avatar_LeftForeArm_scaleConstraint1.w0" "Avatar_LeftForeArm_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftForeArm.ro" "Avatar_LeftForeArm_parentConstraint1.cro"; +connectAttr "Avatar_LeftForeArm.pim" "Avatar_LeftForeArm_parentConstraint1.cpim" + ; +connectAttr "Avatar_LeftForeArm.rp" "Avatar_LeftForeArm_parentConstraint1.crp"; +connectAttr "Avatar_LeftForeArm.rpt" "Avatar_LeftForeArm_parentConstraint1.crt"; +connectAttr "Avatar_LeftForeArm.jo" "Avatar_LeftForeArm_parentConstraint1.cjo"; +connectAttr "Elbow_L.t" "Avatar_LeftForeArm_parentConstraint1.tg[0].tt"; +connectAttr "Elbow_L.rp" "Avatar_LeftForeArm_parentConstraint1.tg[0].trp"; +connectAttr "Elbow_L.rpt" "Avatar_LeftForeArm_parentConstraint1.tg[0].trt"; +connectAttr "Elbow_L.r" "Avatar_LeftForeArm_parentConstraint1.tg[0].tr"; +connectAttr "Elbow_L.ro" "Avatar_LeftForeArm_parentConstraint1.tg[0].tro"; +connectAttr "Elbow_L.s" "Avatar_LeftForeArm_parentConstraint1.tg[0].ts"; +connectAttr "Elbow_L.pm" "Avatar_LeftForeArm_parentConstraint1.tg[0].tpm"; +connectAttr "Elbow_L.jo" "Avatar_LeftForeArm_parentConstraint1.tg[0].tjo"; +connectAttr "Elbow_L.ssc" "Avatar_LeftForeArm_parentConstraint1.tg[0].tsc"; +connectAttr "Elbow_L.is" "Avatar_LeftForeArm_parentConstraint1.tg[0].tis"; +connectAttr "Avatar_LeftForeArm_parentConstraint1.w0" "Avatar_LeftForeArm_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftArm.ssc" "Avatar_LeftArm_scaleConstraint1.tsc"; +connectAttr "Avatar_LeftArm.pim" "Avatar_LeftArm_scaleConstraint1.cpim"; +connectAttr "Shoulder_L.s" "Avatar_LeftArm_scaleConstraint1.tg[0].ts"; +connectAttr "Shoulder_L.pm" "Avatar_LeftArm_scaleConstraint1.tg[0].tpm"; +connectAttr "Avatar_LeftArm_scaleConstraint1.w0" "Avatar_LeftArm_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftArm.ro" "Avatar_LeftArm_parentConstraint1.cro"; +connectAttr "Avatar_LeftArm.pim" "Avatar_LeftArm_parentConstraint1.cpim"; +connectAttr "Avatar_LeftArm.rp" "Avatar_LeftArm_parentConstraint1.crp"; +connectAttr "Avatar_LeftArm.rpt" "Avatar_LeftArm_parentConstraint1.crt"; +connectAttr "Avatar_LeftArm.jo" "Avatar_LeftArm_parentConstraint1.cjo"; +connectAttr "Shoulder_L.t" "Avatar_LeftArm_parentConstraint1.tg[0].tt"; +connectAttr "Shoulder_L.rp" "Avatar_LeftArm_parentConstraint1.tg[0].trp"; +connectAttr "Shoulder_L.rpt" "Avatar_LeftArm_parentConstraint1.tg[0].trt"; +connectAttr "Shoulder_L.r" "Avatar_LeftArm_parentConstraint1.tg[0].tr"; +connectAttr "Shoulder_L.ro" "Avatar_LeftArm_parentConstraint1.tg[0].tro"; +connectAttr "Shoulder_L.s" "Avatar_LeftArm_parentConstraint1.tg[0].ts"; +connectAttr "Shoulder_L.pm" "Avatar_LeftArm_parentConstraint1.tg[0].tpm"; +connectAttr "Shoulder_L.jo" "Avatar_LeftArm_parentConstraint1.tg[0].tjo"; +connectAttr "Shoulder_L.ssc" "Avatar_LeftArm_parentConstraint1.tg[0].tsc"; +connectAttr "Shoulder_L.is" "Avatar_LeftArm_parentConstraint1.tg[0].tis"; +connectAttr "Avatar_LeftArm_parentConstraint1.w0" "Avatar_LeftArm_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftShoulder.ssc" "Avatar_LeftShoulder_scaleConstraint1.tsc" + ; +connectAttr "Avatar_LeftShoulder.pim" "Avatar_LeftShoulder_scaleConstraint1.cpim" + ; +connectAttr "Scapula_L.s" "Avatar_LeftShoulder_scaleConstraint1.tg[0].ts"; +connectAttr "Scapula_L.pm" "Avatar_LeftShoulder_scaleConstraint1.tg[0].tpm"; +connectAttr "Avatar_LeftShoulder_scaleConstraint1.w0" "Avatar_LeftShoulder_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_LeftShoulder.ro" "Avatar_LeftShoulder_parentConstraint1.cro" + ; +connectAttr "Avatar_LeftShoulder.pim" "Avatar_LeftShoulder_parentConstraint1.cpim" + ; +connectAttr "Avatar_LeftShoulder.rp" "Avatar_LeftShoulder_parentConstraint1.crp" + ; +connectAttr "Avatar_LeftShoulder.rpt" "Avatar_LeftShoulder_parentConstraint1.crt" + ; +connectAttr "Avatar_LeftShoulder.jo" "Avatar_LeftShoulder_parentConstraint1.cjo" + ; +connectAttr "Scapula_L.t" "Avatar_LeftShoulder_parentConstraint1.tg[0].tt"; +connectAttr "Scapula_L.rp" "Avatar_LeftShoulder_parentConstraint1.tg[0].trp"; +connectAttr "Scapula_L.rpt" "Avatar_LeftShoulder_parentConstraint1.tg[0].trt"; +connectAttr "Scapula_L.r" "Avatar_LeftShoulder_parentConstraint1.tg[0].tr"; +connectAttr "Scapula_L.ro" "Avatar_LeftShoulder_parentConstraint1.tg[0].tro"; +connectAttr "Scapula_L.s" "Avatar_LeftShoulder_parentConstraint1.tg[0].ts"; +connectAttr "Scapula_L.pm" "Avatar_LeftShoulder_parentConstraint1.tg[0].tpm"; +connectAttr "Scapula_L.jo" "Avatar_LeftShoulder_parentConstraint1.tg[0].tjo"; +connectAttr "Scapula_L.ssc" "Avatar_LeftShoulder_parentConstraint1.tg[0].tsc"; +connectAttr "Scapula_L.is" "Avatar_LeftShoulder_parentConstraint1.tg[0].tis"; +connectAttr "Avatar_LeftShoulder_parentConstraint1.w0" "Avatar_LeftShoulder_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_Spine2.s" "Avatar_RightShoulder.is"; +connectAttr "Avatar_RightShoulder_scaleConstraint1.csx" "Avatar_RightShoulder.sx" + ; +connectAttr "Avatar_RightShoulder_scaleConstraint1.csy" "Avatar_RightShoulder.sy" + ; +connectAttr "Avatar_RightShoulder_scaleConstraint1.csz" "Avatar_RightShoulder.sz" + ; +connectAttr "Avatar_RightShoulder_parentConstraint1.ctx" "Avatar_RightShoulder.tx" + ; +connectAttr "Avatar_RightShoulder_parentConstraint1.cty" "Avatar_RightShoulder.ty" + ; +connectAttr "Avatar_RightShoulder_parentConstraint1.ctz" "Avatar_RightShoulder.tz" + ; +connectAttr "Avatar_RightShoulder_parentConstraint1.crx" "Avatar_RightShoulder.rx" + ; +connectAttr "Avatar_RightShoulder_parentConstraint1.cry" "Avatar_RightShoulder.ry" + ; +connectAttr "Avatar_RightShoulder_parentConstraint1.crz" "Avatar_RightShoulder.rz" + ; +connectAttr "Avatar_RightShoulder.s" "Avatar_RightArm.is"; +connectAttr "Avatar_RightArm_scaleConstraint1.csx" "Avatar_RightArm.sx"; +connectAttr "Avatar_RightArm_scaleConstraint1.csy" "Avatar_RightArm.sy"; +connectAttr "Avatar_RightArm_scaleConstraint1.csz" "Avatar_RightArm.sz"; +connectAttr "Avatar_RightArm_parentConstraint1.ctx" "Avatar_RightArm.tx"; +connectAttr "Avatar_RightArm_parentConstraint1.cty" "Avatar_RightArm.ty"; +connectAttr "Avatar_RightArm_parentConstraint1.ctz" "Avatar_RightArm.tz"; +connectAttr "Avatar_RightArm_parentConstraint1.crx" "Avatar_RightArm.rx"; +connectAttr "Avatar_RightArm_parentConstraint1.cry" "Avatar_RightArm.ry"; +connectAttr "Avatar_RightArm_parentConstraint1.crz" "Avatar_RightArm.rz"; +connectAttr "Avatar_RightArm.s" "Avatar_RightForeArm.is"; +connectAttr "Avatar_RightForeArm_scaleConstraint1.csx" "Avatar_RightForeArm.sx"; +connectAttr "Avatar_RightForeArm_scaleConstraint1.csy" "Avatar_RightForeArm.sy"; +connectAttr "Avatar_RightForeArm_scaleConstraint1.csz" "Avatar_RightForeArm.sz"; +connectAttr "Avatar_RightForeArm_parentConstraint1.ctx" "Avatar_RightForeArm.tx" + ; +connectAttr "Avatar_RightForeArm_parentConstraint1.cty" "Avatar_RightForeArm.ty" + ; +connectAttr "Avatar_RightForeArm_parentConstraint1.ctz" "Avatar_RightForeArm.tz" + ; +connectAttr "Avatar_RightForeArm_parentConstraint1.crx" "Avatar_RightForeArm.rx" + ; +connectAttr "Avatar_RightForeArm_parentConstraint1.cry" "Avatar_RightForeArm.ry" + ; +connectAttr "Avatar_RightForeArm_parentConstraint1.crz" "Avatar_RightForeArm.rz" + ; +connectAttr "Avatar_RightForeArm.s" "Avatar_RightHand.is"; +connectAttr "Avatar_RightHand_scaleConstraint1.csx" "Avatar_RightHand.sx"; +connectAttr "Avatar_RightHand_scaleConstraint1.csy" "Avatar_RightHand.sy"; +connectAttr "Avatar_RightHand_scaleConstraint1.csz" "Avatar_RightHand.sz"; +connectAttr "Avatar_RightHand_parentConstraint1.ctx" "Avatar_RightHand.tx"; +connectAttr "Avatar_RightHand_parentConstraint1.cty" "Avatar_RightHand.ty"; +connectAttr "Avatar_RightHand_parentConstraint1.ctz" "Avatar_RightHand.tz"; +connectAttr "Avatar_RightHand_parentConstraint1.crx" "Avatar_RightHand.rx"; +connectAttr "Avatar_RightHand_parentConstraint1.cry" "Avatar_RightHand.ry"; +connectAttr "Avatar_RightHand_parentConstraint1.crz" "Avatar_RightHand.rz"; +connectAttr "Avatar_RightHand.s" "Avatar_RightHandThumb1.is"; +connectAttr "Avatar_RightHandThumb1_scaleConstraint1.csx" "Avatar_RightHandThumb1.sx" + ; +connectAttr "Avatar_RightHandThumb1_scaleConstraint1.csy" "Avatar_RightHandThumb1.sy" + ; +connectAttr "Avatar_RightHandThumb1_scaleConstraint1.csz" "Avatar_RightHandThumb1.sz" + ; +connectAttr "Avatar_RightHandThumb1_parentConstraint1.ctx" "Avatar_RightHandThumb1.tx" + ; +connectAttr "Avatar_RightHandThumb1_parentConstraint1.cty" "Avatar_RightHandThumb1.ty" + ; +connectAttr "Avatar_RightHandThumb1_parentConstraint1.ctz" "Avatar_RightHandThumb1.tz" + ; +connectAttr "Avatar_RightHandThumb1_parentConstraint1.crx" "Avatar_RightHandThumb1.rx" + ; +connectAttr "Avatar_RightHandThumb1_parentConstraint1.cry" "Avatar_RightHandThumb1.ry" + ; +connectAttr "Avatar_RightHandThumb1_parentConstraint1.crz" "Avatar_RightHandThumb1.rz" + ; +connectAttr "Avatar_RightHandThumb1.s" "Avatar_RightHandThumb2.is"; +connectAttr "Avatar_RightHandThumb2_scaleConstraint1.csx" "Avatar_RightHandThumb2.sx" + ; +connectAttr "Avatar_RightHandThumb2_scaleConstraint1.csy" "Avatar_RightHandThumb2.sy" + ; +connectAttr "Avatar_RightHandThumb2_scaleConstraint1.csz" "Avatar_RightHandThumb2.sz" + ; +connectAttr "Avatar_RightHandThumb2_parentConstraint1.ctx" "Avatar_RightHandThumb2.tx" + ; +connectAttr "Avatar_RightHandThumb2_parentConstraint1.cty" "Avatar_RightHandThumb2.ty" + ; +connectAttr "Avatar_RightHandThumb2_parentConstraint1.ctz" "Avatar_RightHandThumb2.tz" + ; +connectAttr "Avatar_RightHandThumb2_parentConstraint1.crx" "Avatar_RightHandThumb2.rx" + ; +connectAttr "Avatar_RightHandThumb2_parentConstraint1.cry" "Avatar_RightHandThumb2.ry" + ; +connectAttr "Avatar_RightHandThumb2_parentConstraint1.crz" "Avatar_RightHandThumb2.rz" + ; +connectAttr "Avatar_RightHandThumb2.s" "Avatar_RightHandThumb3.is"; +connectAttr "Avatar_RightHandThumb3_scaleConstraint1.csx" "Avatar_RightHandThumb3.sx" + ; +connectAttr "Avatar_RightHandThumb3_scaleConstraint1.csy" "Avatar_RightHandThumb3.sy" + ; +connectAttr "Avatar_RightHandThumb3_scaleConstraint1.csz" "Avatar_RightHandThumb3.sz" + ; +connectAttr "Avatar_RightHandThumb3_parentConstraint1.ctx" "Avatar_RightHandThumb3.tx" + ; +connectAttr "Avatar_RightHandThumb3_parentConstraint1.cty" "Avatar_RightHandThumb3.ty" + ; +connectAttr "Avatar_RightHandThumb3_parentConstraint1.ctz" "Avatar_RightHandThumb3.tz" + ; +connectAttr "Avatar_RightHandThumb3_parentConstraint1.crx" "Avatar_RightHandThumb3.rx" + ; +connectAttr "Avatar_RightHandThumb3_parentConstraint1.cry" "Avatar_RightHandThumb3.ry" + ; +connectAttr "Avatar_RightHandThumb3_parentConstraint1.crz" "Avatar_RightHandThumb3.rz" + ; +connectAttr "Avatar_RightHandThumb3.s" "Avatar_RightHandThumb4.is"; +connectAttr "Avatar_RightHandThumb4_scaleConstraint1.csx" "Avatar_RightHandThumb4.sx" + ; +connectAttr "Avatar_RightHandThumb4_scaleConstraint1.csy" "Avatar_RightHandThumb4.sy" + ; +connectAttr "Avatar_RightHandThumb4_scaleConstraint1.csz" "Avatar_RightHandThumb4.sz" + ; +connectAttr "Avatar_RightHandThumb4_parentConstraint1.ctx" "Avatar_RightHandThumb4.tx" + ; +connectAttr "Avatar_RightHandThumb4_parentConstraint1.cty" "Avatar_RightHandThumb4.ty" + ; +connectAttr "Avatar_RightHandThumb4_parentConstraint1.ctz" "Avatar_RightHandThumb4.tz" + ; +connectAttr "Avatar_RightHandThumb4_parentConstraint1.crx" "Avatar_RightHandThumb4.rx" + ; +connectAttr "Avatar_RightHandThumb4_parentConstraint1.cry" "Avatar_RightHandThumb4.ry" + ; +connectAttr "Avatar_RightHandThumb4_parentConstraint1.crz" "Avatar_RightHandThumb4.rz" + ; +connectAttr "Avatar_RightHandThumb4.s" "Avatar_RightHandThumb4_end.is"; +connectAttr "Avatar_RightHandThumb4_end.s" "Avatar_RightHandThumb4_end_end.is"; +connectAttr "Avatar_RightHandThumb4.ssc" "Avatar_RightHandThumb4_scaleConstraint1.tsc" + ; +connectAttr "Avatar_RightHandThumb4.pim" "Avatar_RightHandThumb4_scaleConstraint1.cpim" + ; +connectAttr "ThumbFinger4_R.s" "Avatar_RightHandThumb4_scaleConstraint1.tg[0].ts" + ; +connectAttr "ThumbFinger4_R.pm" "Avatar_RightHandThumb4_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_RightHandThumb4_scaleConstraint1.w0" "Avatar_RightHandThumb4_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandThumb4.ro" "Avatar_RightHandThumb4_parentConstraint1.cro" + ; +connectAttr "Avatar_RightHandThumb4.pim" "Avatar_RightHandThumb4_parentConstraint1.cpim" + ; +connectAttr "Avatar_RightHandThumb4.rp" "Avatar_RightHandThumb4_parentConstraint1.crp" + ; +connectAttr "Avatar_RightHandThumb4.rpt" "Avatar_RightHandThumb4_parentConstraint1.crt" + ; +connectAttr "Avatar_RightHandThumb4.jo" "Avatar_RightHandThumb4_parentConstraint1.cjo" + ; +connectAttr "ThumbFinger4_R.t" "Avatar_RightHandThumb4_parentConstraint1.tg[0].tt" + ; +connectAttr "ThumbFinger4_R.rp" "Avatar_RightHandThumb4_parentConstraint1.tg[0].trp" + ; +connectAttr "ThumbFinger4_R.rpt" "Avatar_RightHandThumb4_parentConstraint1.tg[0].trt" + ; +connectAttr "ThumbFinger4_R.r" "Avatar_RightHandThumb4_parentConstraint1.tg[0].tr" + ; +connectAttr "ThumbFinger4_R.ro" "Avatar_RightHandThumb4_parentConstraint1.tg[0].tro" + ; +connectAttr "ThumbFinger4_R.s" "Avatar_RightHandThumb4_parentConstraint1.tg[0].ts" + ; +connectAttr "ThumbFinger4_R.pm" "Avatar_RightHandThumb4_parentConstraint1.tg[0].tpm" + ; +connectAttr "ThumbFinger4_R.jo" "Avatar_RightHandThumb4_parentConstraint1.tg[0].tjo" + ; +connectAttr "ThumbFinger4_R.ssc" "Avatar_RightHandThumb4_parentConstraint1.tg[0].tsc" + ; +connectAttr "ThumbFinger4_R.is" "Avatar_RightHandThumb4_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_RightHandThumb4_parentConstraint1.w0" "Avatar_RightHandThumb4_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandThumb3.ssc" "Avatar_RightHandThumb3_scaleConstraint1.tsc" + ; +connectAttr "Avatar_RightHandThumb3.pim" "Avatar_RightHandThumb3_scaleConstraint1.cpim" + ; +connectAttr "ThumbFinger3_R.s" "Avatar_RightHandThumb3_scaleConstraint1.tg[0].ts" + ; +connectAttr "ThumbFinger3_R.pm" "Avatar_RightHandThumb3_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_RightHandThumb3_scaleConstraint1.w0" "Avatar_RightHandThumb3_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandThumb3.ro" "Avatar_RightHandThumb3_parentConstraint1.cro" + ; +connectAttr "Avatar_RightHandThumb3.pim" "Avatar_RightHandThumb3_parentConstraint1.cpim" + ; +connectAttr "Avatar_RightHandThumb3.rp" "Avatar_RightHandThumb3_parentConstraint1.crp" + ; +connectAttr "Avatar_RightHandThumb3.rpt" "Avatar_RightHandThumb3_parentConstraint1.crt" + ; +connectAttr "Avatar_RightHandThumb3.jo" "Avatar_RightHandThumb3_parentConstraint1.cjo" + ; +connectAttr "ThumbFinger3_R.t" "Avatar_RightHandThumb3_parentConstraint1.tg[0].tt" + ; +connectAttr "ThumbFinger3_R.rp" "Avatar_RightHandThumb3_parentConstraint1.tg[0].trp" + ; +connectAttr "ThumbFinger3_R.rpt" "Avatar_RightHandThumb3_parentConstraint1.tg[0].trt" + ; +connectAttr "ThumbFinger3_R.r" "Avatar_RightHandThumb3_parentConstraint1.tg[0].tr" + ; +connectAttr "ThumbFinger3_R.ro" "Avatar_RightHandThumb3_parentConstraint1.tg[0].tro" + ; +connectAttr "ThumbFinger3_R.s" "Avatar_RightHandThumb3_parentConstraint1.tg[0].ts" + ; +connectAttr "ThumbFinger3_R.pm" "Avatar_RightHandThumb3_parentConstraint1.tg[0].tpm" + ; +connectAttr "ThumbFinger3_R.jo" "Avatar_RightHandThumb3_parentConstraint1.tg[0].tjo" + ; +connectAttr "ThumbFinger3_R.ssc" "Avatar_RightHandThumb3_parentConstraint1.tg[0].tsc" + ; +connectAttr "ThumbFinger3_R.is" "Avatar_RightHandThumb3_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_RightHandThumb3_parentConstraint1.w0" "Avatar_RightHandThumb3_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandThumb2.ssc" "Avatar_RightHandThumb2_scaleConstraint1.tsc" + ; +connectAttr "Avatar_RightHandThumb2.pim" "Avatar_RightHandThumb2_scaleConstraint1.cpim" + ; +connectAttr "ThumbFinger2_R.s" "Avatar_RightHandThumb2_scaleConstraint1.tg[0].ts" + ; +connectAttr "ThumbFinger2_R.pm" "Avatar_RightHandThumb2_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_RightHandThumb2_scaleConstraint1.w0" "Avatar_RightHandThumb2_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandThumb2.ro" "Avatar_RightHandThumb2_parentConstraint1.cro" + ; +connectAttr "Avatar_RightHandThumb2.pim" "Avatar_RightHandThumb2_parentConstraint1.cpim" + ; +connectAttr "Avatar_RightHandThumb2.rp" "Avatar_RightHandThumb2_parentConstraint1.crp" + ; +connectAttr "Avatar_RightHandThumb2.rpt" "Avatar_RightHandThumb2_parentConstraint1.crt" + ; +connectAttr "Avatar_RightHandThumb2.jo" "Avatar_RightHandThumb2_parentConstraint1.cjo" + ; +connectAttr "ThumbFinger2_R.t" "Avatar_RightHandThumb2_parentConstraint1.tg[0].tt" + ; +connectAttr "ThumbFinger2_R.rp" "Avatar_RightHandThumb2_parentConstraint1.tg[0].trp" + ; +connectAttr "ThumbFinger2_R.rpt" "Avatar_RightHandThumb2_parentConstraint1.tg[0].trt" + ; +connectAttr "ThumbFinger2_R.r" "Avatar_RightHandThumb2_parentConstraint1.tg[0].tr" + ; +connectAttr "ThumbFinger2_R.ro" "Avatar_RightHandThumb2_parentConstraint1.tg[0].tro" + ; +connectAttr "ThumbFinger2_R.s" "Avatar_RightHandThumb2_parentConstraint1.tg[0].ts" + ; +connectAttr "ThumbFinger2_R.pm" "Avatar_RightHandThumb2_parentConstraint1.tg[0].tpm" + ; +connectAttr "ThumbFinger2_R.jo" "Avatar_RightHandThumb2_parentConstraint1.tg[0].tjo" + ; +connectAttr "ThumbFinger2_R.ssc" "Avatar_RightHandThumb2_parentConstraint1.tg[0].tsc" + ; +connectAttr "ThumbFinger2_R.is" "Avatar_RightHandThumb2_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_RightHandThumb2_parentConstraint1.w0" "Avatar_RightHandThumb2_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandThumb1.ssc" "Avatar_RightHandThumb1_scaleConstraint1.tsc" + ; +connectAttr "Avatar_RightHandThumb1.pim" "Avatar_RightHandThumb1_scaleConstraint1.cpim" + ; +connectAttr "ThumbFinger1_R.s" "Avatar_RightHandThumb1_scaleConstraint1.tg[0].ts" + ; +connectAttr "ThumbFinger1_R.pm" "Avatar_RightHandThumb1_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_RightHandThumb1_scaleConstraint1.w0" "Avatar_RightHandThumb1_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandThumb1.ro" "Avatar_RightHandThumb1_parentConstraint1.cro" + ; +connectAttr "Avatar_RightHandThumb1.pim" "Avatar_RightHandThumb1_parentConstraint1.cpim" + ; +connectAttr "Avatar_RightHandThumb1.rp" "Avatar_RightHandThumb1_parentConstraint1.crp" + ; +connectAttr "Avatar_RightHandThumb1.rpt" "Avatar_RightHandThumb1_parentConstraint1.crt" + ; +connectAttr "Avatar_RightHandThumb1.jo" "Avatar_RightHandThumb1_parentConstraint1.cjo" + ; +connectAttr "ThumbFinger1_R.t" "Avatar_RightHandThumb1_parentConstraint1.tg[0].tt" + ; +connectAttr "ThumbFinger1_R.rp" "Avatar_RightHandThumb1_parentConstraint1.tg[0].trp" + ; +connectAttr "ThumbFinger1_R.rpt" "Avatar_RightHandThumb1_parentConstraint1.tg[0].trt" + ; +connectAttr "ThumbFinger1_R.r" "Avatar_RightHandThumb1_parentConstraint1.tg[0].tr" + ; +connectAttr "ThumbFinger1_R.ro" "Avatar_RightHandThumb1_parentConstraint1.tg[0].tro" + ; +connectAttr "ThumbFinger1_R.s" "Avatar_RightHandThumb1_parentConstraint1.tg[0].ts" + ; +connectAttr "ThumbFinger1_R.pm" "Avatar_RightHandThumb1_parentConstraint1.tg[0].tpm" + ; +connectAttr "ThumbFinger1_R.jo" "Avatar_RightHandThumb1_parentConstraint1.tg[0].tjo" + ; +connectAttr "ThumbFinger1_R.ssc" "Avatar_RightHandThumb1_parentConstraint1.tg[0].tsc" + ; +connectAttr "ThumbFinger1_R.is" "Avatar_RightHandThumb1_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_RightHandThumb1_parentConstraint1.w0" "Avatar_RightHandThumb1_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHand.s" "Avatar_RightHandIndex1.is"; +connectAttr "Avatar_RightHandIndex1_scaleConstraint1.csx" "Avatar_RightHandIndex1.sx" + ; +connectAttr "Avatar_RightHandIndex1_scaleConstraint1.csy" "Avatar_RightHandIndex1.sy" + ; +connectAttr "Avatar_RightHandIndex1_scaleConstraint1.csz" "Avatar_RightHandIndex1.sz" + ; +connectAttr "Avatar_RightHandIndex1_parentConstraint1.ctx" "Avatar_RightHandIndex1.tx" + ; +connectAttr "Avatar_RightHandIndex1_parentConstraint1.cty" "Avatar_RightHandIndex1.ty" + ; +connectAttr "Avatar_RightHandIndex1_parentConstraint1.ctz" "Avatar_RightHandIndex1.tz" + ; +connectAttr "Avatar_RightHandIndex1_parentConstraint1.crx" "Avatar_RightHandIndex1.rx" + ; +connectAttr "Avatar_RightHandIndex1_parentConstraint1.cry" "Avatar_RightHandIndex1.ry" + ; +connectAttr "Avatar_RightHandIndex1_parentConstraint1.crz" "Avatar_RightHandIndex1.rz" + ; +connectAttr "Avatar_RightHandIndex1.s" "Avatar_RightHandIndex2.is"; +connectAttr "Avatar_RightHandIndex2_scaleConstraint1.csx" "Avatar_RightHandIndex2.sx" + ; +connectAttr "Avatar_RightHandIndex2_scaleConstraint1.csy" "Avatar_RightHandIndex2.sy" + ; +connectAttr "Avatar_RightHandIndex2_scaleConstraint1.csz" "Avatar_RightHandIndex2.sz" + ; +connectAttr "Avatar_RightHandIndex2_parentConstraint1.ctx" "Avatar_RightHandIndex2.tx" + ; +connectAttr "Avatar_RightHandIndex2_parentConstraint1.cty" "Avatar_RightHandIndex2.ty" + ; +connectAttr "Avatar_RightHandIndex2_parentConstraint1.ctz" "Avatar_RightHandIndex2.tz" + ; +connectAttr "Avatar_RightHandIndex2_parentConstraint1.crx" "Avatar_RightHandIndex2.rx" + ; +connectAttr "Avatar_RightHandIndex2_parentConstraint1.cry" "Avatar_RightHandIndex2.ry" + ; +connectAttr "Avatar_RightHandIndex2_parentConstraint1.crz" "Avatar_RightHandIndex2.rz" + ; +connectAttr "Avatar_RightHandIndex2.s" "Avatar_RightHandIndex3.is"; +connectAttr "Avatar_RightHandIndex3_scaleConstraint1.csx" "Avatar_RightHandIndex3.sx" + ; +connectAttr "Avatar_RightHandIndex3_scaleConstraint1.csy" "Avatar_RightHandIndex3.sy" + ; +connectAttr "Avatar_RightHandIndex3_scaleConstraint1.csz" "Avatar_RightHandIndex3.sz" + ; +connectAttr "Avatar_RightHandIndex3_parentConstraint1.ctx" "Avatar_RightHandIndex3.tx" + ; +connectAttr "Avatar_RightHandIndex3_parentConstraint1.cty" "Avatar_RightHandIndex3.ty" + ; +connectAttr "Avatar_RightHandIndex3_parentConstraint1.ctz" "Avatar_RightHandIndex3.tz" + ; +connectAttr "Avatar_RightHandIndex3_parentConstraint1.crx" "Avatar_RightHandIndex3.rx" + ; +connectAttr "Avatar_RightHandIndex3_parentConstraint1.cry" "Avatar_RightHandIndex3.ry" + ; +connectAttr "Avatar_RightHandIndex3_parentConstraint1.crz" "Avatar_RightHandIndex3.rz" + ; +connectAttr "Avatar_RightHandIndex3.s" "Avatar_RightHandIndex4.is"; +connectAttr "Avatar_RightHandIndex4_scaleConstraint1.csx" "Avatar_RightHandIndex4.sx" + ; +connectAttr "Avatar_RightHandIndex4_scaleConstraint1.csy" "Avatar_RightHandIndex4.sy" + ; +connectAttr "Avatar_RightHandIndex4_scaleConstraint1.csz" "Avatar_RightHandIndex4.sz" + ; +connectAttr "Avatar_RightHandIndex4_parentConstraint1.ctx" "Avatar_RightHandIndex4.tx" + ; +connectAttr "Avatar_RightHandIndex4_parentConstraint1.cty" "Avatar_RightHandIndex4.ty" + ; +connectAttr "Avatar_RightHandIndex4_parentConstraint1.ctz" "Avatar_RightHandIndex4.tz" + ; +connectAttr "Avatar_RightHandIndex4_parentConstraint1.crx" "Avatar_RightHandIndex4.rx" + ; +connectAttr "Avatar_RightHandIndex4_parentConstraint1.cry" "Avatar_RightHandIndex4.ry" + ; +connectAttr "Avatar_RightHandIndex4_parentConstraint1.crz" "Avatar_RightHandIndex4.rz" + ; +connectAttr "Avatar_RightHandIndex4.s" "Avatar_RightHandIndex4_end.is"; +connectAttr "Avatar_RightHandIndex4_end.s" "Avatar_RightHandIndex4_end_end.is"; +connectAttr "Avatar_RightHandIndex4.ssc" "Avatar_RightHandIndex4_scaleConstraint1.tsc" + ; +connectAttr "Avatar_RightHandIndex4.pim" "Avatar_RightHandIndex4_scaleConstraint1.cpim" + ; +connectAttr "IndexFinger4_R.s" "Avatar_RightHandIndex4_scaleConstraint1.tg[0].ts" + ; +connectAttr "IndexFinger4_R.pm" "Avatar_RightHandIndex4_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_RightHandIndex4_scaleConstraint1.w0" "Avatar_RightHandIndex4_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandIndex4.ro" "Avatar_RightHandIndex4_parentConstraint1.cro" + ; +connectAttr "Avatar_RightHandIndex4.pim" "Avatar_RightHandIndex4_parentConstraint1.cpim" + ; +connectAttr "Avatar_RightHandIndex4.rp" "Avatar_RightHandIndex4_parentConstraint1.crp" + ; +connectAttr "Avatar_RightHandIndex4.rpt" "Avatar_RightHandIndex4_parentConstraint1.crt" + ; +connectAttr "Avatar_RightHandIndex4.jo" "Avatar_RightHandIndex4_parentConstraint1.cjo" + ; +connectAttr "IndexFinger4_R.t" "Avatar_RightHandIndex4_parentConstraint1.tg[0].tt" + ; +connectAttr "IndexFinger4_R.rp" "Avatar_RightHandIndex4_parentConstraint1.tg[0].trp" + ; +connectAttr "IndexFinger4_R.rpt" "Avatar_RightHandIndex4_parentConstraint1.tg[0].trt" + ; +connectAttr "IndexFinger4_R.r" "Avatar_RightHandIndex4_parentConstraint1.tg[0].tr" + ; +connectAttr "IndexFinger4_R.ro" "Avatar_RightHandIndex4_parentConstraint1.tg[0].tro" + ; +connectAttr "IndexFinger4_R.s" "Avatar_RightHandIndex4_parentConstraint1.tg[0].ts" + ; +connectAttr "IndexFinger4_R.pm" "Avatar_RightHandIndex4_parentConstraint1.tg[0].tpm" + ; +connectAttr "IndexFinger4_R.jo" "Avatar_RightHandIndex4_parentConstraint1.tg[0].tjo" + ; +connectAttr "IndexFinger4_R.ssc" "Avatar_RightHandIndex4_parentConstraint1.tg[0].tsc" + ; +connectAttr "IndexFinger4_R.is" "Avatar_RightHandIndex4_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_RightHandIndex4_parentConstraint1.w0" "Avatar_RightHandIndex4_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandIndex3.ssc" "Avatar_RightHandIndex3_scaleConstraint1.tsc" + ; +connectAttr "Avatar_RightHandIndex3.pim" "Avatar_RightHandIndex3_scaleConstraint1.cpim" + ; +connectAttr "IndexFinger3_R.s" "Avatar_RightHandIndex3_scaleConstraint1.tg[0].ts" + ; +connectAttr "IndexFinger3_R.pm" "Avatar_RightHandIndex3_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_RightHandIndex3_scaleConstraint1.w0" "Avatar_RightHandIndex3_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandIndex3.ro" "Avatar_RightHandIndex3_parentConstraint1.cro" + ; +connectAttr "Avatar_RightHandIndex3.pim" "Avatar_RightHandIndex3_parentConstraint1.cpim" + ; +connectAttr "Avatar_RightHandIndex3.rp" "Avatar_RightHandIndex3_parentConstraint1.crp" + ; +connectAttr "Avatar_RightHandIndex3.rpt" "Avatar_RightHandIndex3_parentConstraint1.crt" + ; +connectAttr "Avatar_RightHandIndex3.jo" "Avatar_RightHandIndex3_parentConstraint1.cjo" + ; +connectAttr "IndexFinger3_R.t" "Avatar_RightHandIndex3_parentConstraint1.tg[0].tt" + ; +connectAttr "IndexFinger3_R.rp" "Avatar_RightHandIndex3_parentConstraint1.tg[0].trp" + ; +connectAttr "IndexFinger3_R.rpt" "Avatar_RightHandIndex3_parentConstraint1.tg[0].trt" + ; +connectAttr "IndexFinger3_R.r" "Avatar_RightHandIndex3_parentConstraint1.tg[0].tr" + ; +connectAttr "IndexFinger3_R.ro" "Avatar_RightHandIndex3_parentConstraint1.tg[0].tro" + ; +connectAttr "IndexFinger3_R.s" "Avatar_RightHandIndex3_parentConstraint1.tg[0].ts" + ; +connectAttr "IndexFinger3_R.pm" "Avatar_RightHandIndex3_parentConstraint1.tg[0].tpm" + ; +connectAttr "IndexFinger3_R.jo" "Avatar_RightHandIndex3_parentConstraint1.tg[0].tjo" + ; +connectAttr "IndexFinger3_R.ssc" "Avatar_RightHandIndex3_parentConstraint1.tg[0].tsc" + ; +connectAttr "IndexFinger3_R.is" "Avatar_RightHandIndex3_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_RightHandIndex3_parentConstraint1.w0" "Avatar_RightHandIndex3_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandIndex2.ssc" "Avatar_RightHandIndex2_scaleConstraint1.tsc" + ; +connectAttr "Avatar_RightHandIndex2.pim" "Avatar_RightHandIndex2_scaleConstraint1.cpim" + ; +connectAttr "IndexFinger2_R.s" "Avatar_RightHandIndex2_scaleConstraint1.tg[0].ts" + ; +connectAttr "IndexFinger2_R.pm" "Avatar_RightHandIndex2_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_RightHandIndex2_scaleConstraint1.w0" "Avatar_RightHandIndex2_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandIndex2.ro" "Avatar_RightHandIndex2_parentConstraint1.cro" + ; +connectAttr "Avatar_RightHandIndex2.pim" "Avatar_RightHandIndex2_parentConstraint1.cpim" + ; +connectAttr "Avatar_RightHandIndex2.rp" "Avatar_RightHandIndex2_parentConstraint1.crp" + ; +connectAttr "Avatar_RightHandIndex2.rpt" "Avatar_RightHandIndex2_parentConstraint1.crt" + ; +connectAttr "Avatar_RightHandIndex2.jo" "Avatar_RightHandIndex2_parentConstraint1.cjo" + ; +connectAttr "IndexFinger2_R.t" "Avatar_RightHandIndex2_parentConstraint1.tg[0].tt" + ; +connectAttr "IndexFinger2_R.rp" "Avatar_RightHandIndex2_parentConstraint1.tg[0].trp" + ; +connectAttr "IndexFinger2_R.rpt" "Avatar_RightHandIndex2_parentConstraint1.tg[0].trt" + ; +connectAttr "IndexFinger2_R.r" "Avatar_RightHandIndex2_parentConstraint1.tg[0].tr" + ; +connectAttr "IndexFinger2_R.ro" "Avatar_RightHandIndex2_parentConstraint1.tg[0].tro" + ; +connectAttr "IndexFinger2_R.s" "Avatar_RightHandIndex2_parentConstraint1.tg[0].ts" + ; +connectAttr "IndexFinger2_R.pm" "Avatar_RightHandIndex2_parentConstraint1.tg[0].tpm" + ; +connectAttr "IndexFinger2_R.jo" "Avatar_RightHandIndex2_parentConstraint1.tg[0].tjo" + ; +connectAttr "IndexFinger2_R.ssc" "Avatar_RightHandIndex2_parentConstraint1.tg[0].tsc" + ; +connectAttr "IndexFinger2_R.is" "Avatar_RightHandIndex2_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_RightHandIndex2_parentConstraint1.w0" "Avatar_RightHandIndex2_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandIndex1.ssc" "Avatar_RightHandIndex1_scaleConstraint1.tsc" + ; +connectAttr "Avatar_RightHandIndex1.pim" "Avatar_RightHandIndex1_scaleConstraint1.cpim" + ; +connectAttr "IndexFinger1_R.s" "Avatar_RightHandIndex1_scaleConstraint1.tg[0].ts" + ; +connectAttr "IndexFinger1_R.pm" "Avatar_RightHandIndex1_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_RightHandIndex1_scaleConstraint1.w0" "Avatar_RightHandIndex1_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandIndex1.ro" "Avatar_RightHandIndex1_parentConstraint1.cro" + ; +connectAttr "Avatar_RightHandIndex1.pim" "Avatar_RightHandIndex1_parentConstraint1.cpim" + ; +connectAttr "Avatar_RightHandIndex1.rp" "Avatar_RightHandIndex1_parentConstraint1.crp" + ; +connectAttr "Avatar_RightHandIndex1.rpt" "Avatar_RightHandIndex1_parentConstraint1.crt" + ; +connectAttr "Avatar_RightHandIndex1.jo" "Avatar_RightHandIndex1_parentConstraint1.cjo" + ; +connectAttr "IndexFinger1_R.t" "Avatar_RightHandIndex1_parentConstraint1.tg[0].tt" + ; +connectAttr "IndexFinger1_R.rp" "Avatar_RightHandIndex1_parentConstraint1.tg[0].trp" + ; +connectAttr "IndexFinger1_R.rpt" "Avatar_RightHandIndex1_parentConstraint1.tg[0].trt" + ; +connectAttr "IndexFinger1_R.r" "Avatar_RightHandIndex1_parentConstraint1.tg[0].tr" + ; +connectAttr "IndexFinger1_R.ro" "Avatar_RightHandIndex1_parentConstraint1.tg[0].tro" + ; +connectAttr "IndexFinger1_R.s" "Avatar_RightHandIndex1_parentConstraint1.tg[0].ts" + ; +connectAttr "IndexFinger1_R.pm" "Avatar_RightHandIndex1_parentConstraint1.tg[0].tpm" + ; +connectAttr "IndexFinger1_R.jo" "Avatar_RightHandIndex1_parentConstraint1.tg[0].tjo" + ; +connectAttr "IndexFinger1_R.ssc" "Avatar_RightHandIndex1_parentConstraint1.tg[0].tsc" + ; +connectAttr "IndexFinger1_R.is" "Avatar_RightHandIndex1_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_RightHandIndex1_parentConstraint1.w0" "Avatar_RightHandIndex1_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHand.s" "Avatar_RightHandMiddle1.is"; +connectAttr "Avatar_RightHandMiddle1_scaleConstraint1.csx" "Avatar_RightHandMiddle1.sx" + ; +connectAttr "Avatar_RightHandMiddle1_scaleConstraint1.csy" "Avatar_RightHandMiddle1.sy" + ; +connectAttr "Avatar_RightHandMiddle1_scaleConstraint1.csz" "Avatar_RightHandMiddle1.sz" + ; +connectAttr "Avatar_RightHandMiddle1_parentConstraint1.ctx" "Avatar_RightHandMiddle1.tx" + ; +connectAttr "Avatar_RightHandMiddle1_parentConstraint1.cty" "Avatar_RightHandMiddle1.ty" + ; +connectAttr "Avatar_RightHandMiddle1_parentConstraint1.ctz" "Avatar_RightHandMiddle1.tz" + ; +connectAttr "Avatar_RightHandMiddle1_parentConstraint1.crx" "Avatar_RightHandMiddle1.rx" + ; +connectAttr "Avatar_RightHandMiddle1_parentConstraint1.cry" "Avatar_RightHandMiddle1.ry" + ; +connectAttr "Avatar_RightHandMiddle1_parentConstraint1.crz" "Avatar_RightHandMiddle1.rz" + ; +connectAttr "Avatar_RightHandMiddle1.s" "Avatar_RightHandMiddle2.is"; +connectAttr "Avatar_RightHandMiddle2_scaleConstraint1.csx" "Avatar_RightHandMiddle2.sx" + ; +connectAttr "Avatar_RightHandMiddle2_scaleConstraint1.csy" "Avatar_RightHandMiddle2.sy" + ; +connectAttr "Avatar_RightHandMiddle2_scaleConstraint1.csz" "Avatar_RightHandMiddle2.sz" + ; +connectAttr "Avatar_RightHandMiddle2_parentConstraint1.ctx" "Avatar_RightHandMiddle2.tx" + ; +connectAttr "Avatar_RightHandMiddle2_parentConstraint1.cty" "Avatar_RightHandMiddle2.ty" + ; +connectAttr "Avatar_RightHandMiddle2_parentConstraint1.ctz" "Avatar_RightHandMiddle2.tz" + ; +connectAttr "Avatar_RightHandMiddle2_parentConstraint1.crx" "Avatar_RightHandMiddle2.rx" + ; +connectAttr "Avatar_RightHandMiddle2_parentConstraint1.cry" "Avatar_RightHandMiddle2.ry" + ; +connectAttr "Avatar_RightHandMiddle2_parentConstraint1.crz" "Avatar_RightHandMiddle2.rz" + ; +connectAttr "Avatar_RightHandMiddle2.s" "Avatar_RightHandMiddle3.is"; +connectAttr "Avatar_RightHandMiddle3_scaleConstraint1.csx" "Avatar_RightHandMiddle3.sx" + ; +connectAttr "Avatar_RightHandMiddle3_scaleConstraint1.csy" "Avatar_RightHandMiddle3.sy" + ; +connectAttr "Avatar_RightHandMiddle3_scaleConstraint1.csz" "Avatar_RightHandMiddle3.sz" + ; +connectAttr "Avatar_RightHandMiddle3_parentConstraint1.ctx" "Avatar_RightHandMiddle3.tx" + ; +connectAttr "Avatar_RightHandMiddle3_parentConstraint1.cty" "Avatar_RightHandMiddle3.ty" + ; +connectAttr "Avatar_RightHandMiddle3_parentConstraint1.ctz" "Avatar_RightHandMiddle3.tz" + ; +connectAttr "Avatar_RightHandMiddle3_parentConstraint1.crx" "Avatar_RightHandMiddle3.rx" + ; +connectAttr "Avatar_RightHandMiddle3_parentConstraint1.cry" "Avatar_RightHandMiddle3.ry" + ; +connectAttr "Avatar_RightHandMiddle3_parentConstraint1.crz" "Avatar_RightHandMiddle3.rz" + ; +connectAttr "Avatar_RightHandMiddle3.s" "Avatar_RightHandMiddle4.is"; +connectAttr "Avatar_RightHandMiddle4_scaleConstraint1.csx" "Avatar_RightHandMiddle4.sx" + ; +connectAttr "Avatar_RightHandMiddle4_scaleConstraint1.csy" "Avatar_RightHandMiddle4.sy" + ; +connectAttr "Avatar_RightHandMiddle4_scaleConstraint1.csz" "Avatar_RightHandMiddle4.sz" + ; +connectAttr "Avatar_RightHandMiddle4_parentConstraint1.ctx" "Avatar_RightHandMiddle4.tx" + ; +connectAttr "Avatar_RightHandMiddle4_parentConstraint1.cty" "Avatar_RightHandMiddle4.ty" + ; +connectAttr "Avatar_RightHandMiddle4_parentConstraint1.ctz" "Avatar_RightHandMiddle4.tz" + ; +connectAttr "Avatar_RightHandMiddle4_parentConstraint1.crx" "Avatar_RightHandMiddle4.rx" + ; +connectAttr "Avatar_RightHandMiddle4_parentConstraint1.cry" "Avatar_RightHandMiddle4.ry" + ; +connectAttr "Avatar_RightHandMiddle4_parentConstraint1.crz" "Avatar_RightHandMiddle4.rz" + ; +connectAttr "Avatar_RightHandMiddle4.s" "Avatar_RightHandMiddle4_end.is"; +connectAttr "Avatar_RightHandMiddle4_end.s" "Avatar_RightHandMiddle4_end_end.is" + ; +connectAttr "Avatar_RightHandMiddle4.ssc" "Avatar_RightHandMiddle4_scaleConstraint1.tsc" + ; +connectAttr "Avatar_RightHandMiddle4.pim" "Avatar_RightHandMiddle4_scaleConstraint1.cpim" + ; +connectAttr "MiddleFinger4_R.s" "Avatar_RightHandMiddle4_scaleConstraint1.tg[0].ts" + ; +connectAttr "MiddleFinger4_R.pm" "Avatar_RightHandMiddle4_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_RightHandMiddle4_scaleConstraint1.w0" "Avatar_RightHandMiddle4_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandMiddle4.ro" "Avatar_RightHandMiddle4_parentConstraint1.cro" + ; +connectAttr "Avatar_RightHandMiddle4.pim" "Avatar_RightHandMiddle4_parentConstraint1.cpim" + ; +connectAttr "Avatar_RightHandMiddle4.rp" "Avatar_RightHandMiddle4_parentConstraint1.crp" + ; +connectAttr "Avatar_RightHandMiddle4.rpt" "Avatar_RightHandMiddle4_parentConstraint1.crt" + ; +connectAttr "Avatar_RightHandMiddle4.jo" "Avatar_RightHandMiddle4_parentConstraint1.cjo" + ; +connectAttr "MiddleFinger4_R.t" "Avatar_RightHandMiddle4_parentConstraint1.tg[0].tt" + ; +connectAttr "MiddleFinger4_R.rp" "Avatar_RightHandMiddle4_parentConstraint1.tg[0].trp" + ; +connectAttr "MiddleFinger4_R.rpt" "Avatar_RightHandMiddle4_parentConstraint1.tg[0].trt" + ; +connectAttr "MiddleFinger4_R.r" "Avatar_RightHandMiddle4_parentConstraint1.tg[0].tr" + ; +connectAttr "MiddleFinger4_R.ro" "Avatar_RightHandMiddle4_parentConstraint1.tg[0].tro" + ; +connectAttr "MiddleFinger4_R.s" "Avatar_RightHandMiddle4_parentConstraint1.tg[0].ts" + ; +connectAttr "MiddleFinger4_R.pm" "Avatar_RightHandMiddle4_parentConstraint1.tg[0].tpm" + ; +connectAttr "MiddleFinger4_R.jo" "Avatar_RightHandMiddle4_parentConstraint1.tg[0].tjo" + ; +connectAttr "MiddleFinger4_R.ssc" "Avatar_RightHandMiddle4_parentConstraint1.tg[0].tsc" + ; +connectAttr "MiddleFinger4_R.is" "Avatar_RightHandMiddle4_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_RightHandMiddle4_parentConstraint1.w0" "Avatar_RightHandMiddle4_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandMiddle3.ssc" "Avatar_RightHandMiddle3_scaleConstraint1.tsc" + ; +connectAttr "Avatar_RightHandMiddle3.pim" "Avatar_RightHandMiddle3_scaleConstraint1.cpim" + ; +connectAttr "MiddleFinger3_R.s" "Avatar_RightHandMiddle3_scaleConstraint1.tg[0].ts" + ; +connectAttr "MiddleFinger3_R.pm" "Avatar_RightHandMiddle3_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_RightHandMiddle3_scaleConstraint1.w0" "Avatar_RightHandMiddle3_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandMiddle3.ro" "Avatar_RightHandMiddle3_parentConstraint1.cro" + ; +connectAttr "Avatar_RightHandMiddle3.pim" "Avatar_RightHandMiddle3_parentConstraint1.cpim" + ; +connectAttr "Avatar_RightHandMiddle3.rp" "Avatar_RightHandMiddle3_parentConstraint1.crp" + ; +connectAttr "Avatar_RightHandMiddle3.rpt" "Avatar_RightHandMiddle3_parentConstraint1.crt" + ; +connectAttr "Avatar_RightHandMiddle3.jo" "Avatar_RightHandMiddle3_parentConstraint1.cjo" + ; +connectAttr "MiddleFinger3_R.t" "Avatar_RightHandMiddle3_parentConstraint1.tg[0].tt" + ; +connectAttr "MiddleFinger3_R.rp" "Avatar_RightHandMiddle3_parentConstraint1.tg[0].trp" + ; +connectAttr "MiddleFinger3_R.rpt" "Avatar_RightHandMiddle3_parentConstraint1.tg[0].trt" + ; +connectAttr "MiddleFinger3_R.r" "Avatar_RightHandMiddle3_parentConstraint1.tg[0].tr" + ; +connectAttr "MiddleFinger3_R.ro" "Avatar_RightHandMiddle3_parentConstraint1.tg[0].tro" + ; +connectAttr "MiddleFinger3_R.s" "Avatar_RightHandMiddle3_parentConstraint1.tg[0].ts" + ; +connectAttr "MiddleFinger3_R.pm" "Avatar_RightHandMiddle3_parentConstraint1.tg[0].tpm" + ; +connectAttr "MiddleFinger3_R.jo" "Avatar_RightHandMiddle3_parentConstraint1.tg[0].tjo" + ; +connectAttr "MiddleFinger3_R.ssc" "Avatar_RightHandMiddle3_parentConstraint1.tg[0].tsc" + ; +connectAttr "MiddleFinger3_R.is" "Avatar_RightHandMiddle3_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_RightHandMiddle3_parentConstraint1.w0" "Avatar_RightHandMiddle3_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandMiddle2.ssc" "Avatar_RightHandMiddle2_scaleConstraint1.tsc" + ; +connectAttr "Avatar_RightHandMiddle2.pim" "Avatar_RightHandMiddle2_scaleConstraint1.cpim" + ; +connectAttr "MiddleFinger2_R.s" "Avatar_RightHandMiddle2_scaleConstraint1.tg[0].ts" + ; +connectAttr "MiddleFinger2_R.pm" "Avatar_RightHandMiddle2_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_RightHandMiddle2_scaleConstraint1.w0" "Avatar_RightHandMiddle2_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandMiddle2.ro" "Avatar_RightHandMiddle2_parentConstraint1.cro" + ; +connectAttr "Avatar_RightHandMiddle2.pim" "Avatar_RightHandMiddle2_parentConstraint1.cpim" + ; +connectAttr "Avatar_RightHandMiddle2.rp" "Avatar_RightHandMiddle2_parentConstraint1.crp" + ; +connectAttr "Avatar_RightHandMiddle2.rpt" "Avatar_RightHandMiddle2_parentConstraint1.crt" + ; +connectAttr "Avatar_RightHandMiddle2.jo" "Avatar_RightHandMiddle2_parentConstraint1.cjo" + ; +connectAttr "MiddleFinger2_R.t" "Avatar_RightHandMiddle2_parentConstraint1.tg[0].tt" + ; +connectAttr "MiddleFinger2_R.rp" "Avatar_RightHandMiddle2_parentConstraint1.tg[0].trp" + ; +connectAttr "MiddleFinger2_R.rpt" "Avatar_RightHandMiddle2_parentConstraint1.tg[0].trt" + ; +connectAttr "MiddleFinger2_R.r" "Avatar_RightHandMiddle2_parentConstraint1.tg[0].tr" + ; +connectAttr "MiddleFinger2_R.ro" "Avatar_RightHandMiddle2_parentConstraint1.tg[0].tro" + ; +connectAttr "MiddleFinger2_R.s" "Avatar_RightHandMiddle2_parentConstraint1.tg[0].ts" + ; +connectAttr "MiddleFinger2_R.pm" "Avatar_RightHandMiddle2_parentConstraint1.tg[0].tpm" + ; +connectAttr "MiddleFinger2_R.jo" "Avatar_RightHandMiddle2_parentConstraint1.tg[0].tjo" + ; +connectAttr "MiddleFinger2_R.ssc" "Avatar_RightHandMiddle2_parentConstraint1.tg[0].tsc" + ; +connectAttr "MiddleFinger2_R.is" "Avatar_RightHandMiddle2_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_RightHandMiddle2_parentConstraint1.w0" "Avatar_RightHandMiddle2_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandMiddle1.ssc" "Avatar_RightHandMiddle1_scaleConstraint1.tsc" + ; +connectAttr "Avatar_RightHandMiddle1.pim" "Avatar_RightHandMiddle1_scaleConstraint1.cpim" + ; +connectAttr "MiddleFinger1_R.s" "Avatar_RightHandMiddle1_scaleConstraint1.tg[0].ts" + ; +connectAttr "MiddleFinger1_R.pm" "Avatar_RightHandMiddle1_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_RightHandMiddle1_scaleConstraint1.w0" "Avatar_RightHandMiddle1_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandMiddle1.ro" "Avatar_RightHandMiddle1_parentConstraint1.cro" + ; +connectAttr "Avatar_RightHandMiddle1.pim" "Avatar_RightHandMiddle1_parentConstraint1.cpim" + ; +connectAttr "Avatar_RightHandMiddle1.rp" "Avatar_RightHandMiddle1_parentConstraint1.crp" + ; +connectAttr "Avatar_RightHandMiddle1.rpt" "Avatar_RightHandMiddle1_parentConstraint1.crt" + ; +connectAttr "Avatar_RightHandMiddle1.jo" "Avatar_RightHandMiddle1_parentConstraint1.cjo" + ; +connectAttr "MiddleFinger1_R.t" "Avatar_RightHandMiddle1_parentConstraint1.tg[0].tt" + ; +connectAttr "MiddleFinger1_R.rp" "Avatar_RightHandMiddle1_parentConstraint1.tg[0].trp" + ; +connectAttr "MiddleFinger1_R.rpt" "Avatar_RightHandMiddle1_parentConstraint1.tg[0].trt" + ; +connectAttr "MiddleFinger1_R.r" "Avatar_RightHandMiddle1_parentConstraint1.tg[0].tr" + ; +connectAttr "MiddleFinger1_R.ro" "Avatar_RightHandMiddle1_parentConstraint1.tg[0].tro" + ; +connectAttr "MiddleFinger1_R.s" "Avatar_RightHandMiddle1_parentConstraint1.tg[0].ts" + ; +connectAttr "MiddleFinger1_R.pm" "Avatar_RightHandMiddle1_parentConstraint1.tg[0].tpm" + ; +connectAttr "MiddleFinger1_R.jo" "Avatar_RightHandMiddle1_parentConstraint1.tg[0].tjo" + ; +connectAttr "MiddleFinger1_R.ssc" "Avatar_RightHandMiddle1_parentConstraint1.tg[0].tsc" + ; +connectAttr "MiddleFinger1_R.is" "Avatar_RightHandMiddle1_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_RightHandMiddle1_parentConstraint1.w0" "Avatar_RightHandMiddle1_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHand.s" "Avatar_RightHandRing1.is"; +connectAttr "Avatar_RightHandRing1_scaleConstraint1.csx" "Avatar_RightHandRing1.sx" + ; +connectAttr "Avatar_RightHandRing1_scaleConstraint1.csy" "Avatar_RightHandRing1.sy" + ; +connectAttr "Avatar_RightHandRing1_scaleConstraint1.csz" "Avatar_RightHandRing1.sz" + ; +connectAttr "Avatar_RightHandRing1_parentConstraint1.ctx" "Avatar_RightHandRing1.tx" + ; +connectAttr "Avatar_RightHandRing1_parentConstraint1.cty" "Avatar_RightHandRing1.ty" + ; +connectAttr "Avatar_RightHandRing1_parentConstraint1.ctz" "Avatar_RightHandRing1.tz" + ; +connectAttr "Avatar_RightHandRing1_parentConstraint1.crx" "Avatar_RightHandRing1.rx" + ; +connectAttr "Avatar_RightHandRing1_parentConstraint1.cry" "Avatar_RightHandRing1.ry" + ; +connectAttr "Avatar_RightHandRing1_parentConstraint1.crz" "Avatar_RightHandRing1.rz" + ; +connectAttr "Avatar_RightHandRing1.s" "Avatar_RightHandRing2.is"; +connectAttr "Avatar_RightHandRing2_scaleConstraint1.csx" "Avatar_RightHandRing2.sx" + ; +connectAttr "Avatar_RightHandRing2_scaleConstraint1.csy" "Avatar_RightHandRing2.sy" + ; +connectAttr "Avatar_RightHandRing2_scaleConstraint1.csz" "Avatar_RightHandRing2.sz" + ; +connectAttr "Avatar_RightHandRing2_parentConstraint1.ctx" "Avatar_RightHandRing2.tx" + ; +connectAttr "Avatar_RightHandRing2_parentConstraint1.cty" "Avatar_RightHandRing2.ty" + ; +connectAttr "Avatar_RightHandRing2_parentConstraint1.ctz" "Avatar_RightHandRing2.tz" + ; +connectAttr "Avatar_RightHandRing2_parentConstraint1.crx" "Avatar_RightHandRing2.rx" + ; +connectAttr "Avatar_RightHandRing2_parentConstraint1.cry" "Avatar_RightHandRing2.ry" + ; +connectAttr "Avatar_RightHandRing2_parentConstraint1.crz" "Avatar_RightHandRing2.rz" + ; +connectAttr "Avatar_RightHandRing2.s" "Avatar_RightHandRing3.is"; +connectAttr "Avatar_RightHandRing3_scaleConstraint1.csx" "Avatar_RightHandRing3.sx" + ; +connectAttr "Avatar_RightHandRing3_scaleConstraint1.csy" "Avatar_RightHandRing3.sy" + ; +connectAttr "Avatar_RightHandRing3_scaleConstraint1.csz" "Avatar_RightHandRing3.sz" + ; +connectAttr "Avatar_RightHandRing3_parentConstraint1.ctx" "Avatar_RightHandRing3.tx" + ; +connectAttr "Avatar_RightHandRing3_parentConstraint1.cty" "Avatar_RightHandRing3.ty" + ; +connectAttr "Avatar_RightHandRing3_parentConstraint1.ctz" "Avatar_RightHandRing3.tz" + ; +connectAttr "Avatar_RightHandRing3_parentConstraint1.crx" "Avatar_RightHandRing3.rx" + ; +connectAttr "Avatar_RightHandRing3_parentConstraint1.cry" "Avatar_RightHandRing3.ry" + ; +connectAttr "Avatar_RightHandRing3_parentConstraint1.crz" "Avatar_RightHandRing3.rz" + ; +connectAttr "Avatar_RightHandRing3.s" "Avatar_RightHandRing4.is"; +connectAttr "Avatar_RightHandRing4_scaleConstraint1.csx" "Avatar_RightHandRing4.sx" + ; +connectAttr "Avatar_RightHandRing4_scaleConstraint1.csy" "Avatar_RightHandRing4.sy" + ; +connectAttr "Avatar_RightHandRing4_scaleConstraint1.csz" "Avatar_RightHandRing4.sz" + ; +connectAttr "Avatar_RightHandRing4_parentConstraint1.ctx" "Avatar_RightHandRing4.tx" + ; +connectAttr "Avatar_RightHandRing4_parentConstraint1.cty" "Avatar_RightHandRing4.ty" + ; +connectAttr "Avatar_RightHandRing4_parentConstraint1.ctz" "Avatar_RightHandRing4.tz" + ; +connectAttr "Avatar_RightHandRing4_parentConstraint1.crx" "Avatar_RightHandRing4.rx" + ; +connectAttr "Avatar_RightHandRing4_parentConstraint1.cry" "Avatar_RightHandRing4.ry" + ; +connectAttr "Avatar_RightHandRing4_parentConstraint1.crz" "Avatar_RightHandRing4.rz" + ; +connectAttr "Avatar_RightHandRing4.s" "Avatar_RightHandRing4_end.is"; +connectAttr "Avatar_RightHandRing4_end.s" "Avatar_RightHandRing4_end_end.is"; +connectAttr "Avatar_RightHandRing4.ssc" "Avatar_RightHandRing4_scaleConstraint1.tsc" + ; +connectAttr "Avatar_RightHandRing4.pim" "Avatar_RightHandRing4_scaleConstraint1.cpim" + ; +connectAttr "RingFinger4_R.s" "Avatar_RightHandRing4_scaleConstraint1.tg[0].ts"; +connectAttr "RingFinger4_R.pm" "Avatar_RightHandRing4_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_RightHandRing4_scaleConstraint1.w0" "Avatar_RightHandRing4_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandRing4.ro" "Avatar_RightHandRing4_parentConstraint1.cro" + ; +connectAttr "Avatar_RightHandRing4.pim" "Avatar_RightHandRing4_parentConstraint1.cpim" + ; +connectAttr "Avatar_RightHandRing4.rp" "Avatar_RightHandRing4_parentConstraint1.crp" + ; +connectAttr "Avatar_RightHandRing4.rpt" "Avatar_RightHandRing4_parentConstraint1.crt" + ; +connectAttr "Avatar_RightHandRing4.jo" "Avatar_RightHandRing4_parentConstraint1.cjo" + ; +connectAttr "RingFinger4_R.t" "Avatar_RightHandRing4_parentConstraint1.tg[0].tt" + ; +connectAttr "RingFinger4_R.rp" "Avatar_RightHandRing4_parentConstraint1.tg[0].trp" + ; +connectAttr "RingFinger4_R.rpt" "Avatar_RightHandRing4_parentConstraint1.tg[0].trt" + ; +connectAttr "RingFinger4_R.r" "Avatar_RightHandRing4_parentConstraint1.tg[0].tr" + ; +connectAttr "RingFinger4_R.ro" "Avatar_RightHandRing4_parentConstraint1.tg[0].tro" + ; +connectAttr "RingFinger4_R.s" "Avatar_RightHandRing4_parentConstraint1.tg[0].ts" + ; +connectAttr "RingFinger4_R.pm" "Avatar_RightHandRing4_parentConstraint1.tg[0].tpm" + ; +connectAttr "RingFinger4_R.jo" "Avatar_RightHandRing4_parentConstraint1.tg[0].tjo" + ; +connectAttr "RingFinger4_R.ssc" "Avatar_RightHandRing4_parentConstraint1.tg[0].tsc" + ; +connectAttr "RingFinger4_R.is" "Avatar_RightHandRing4_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_RightHandRing4_parentConstraint1.w0" "Avatar_RightHandRing4_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandRing3.ssc" "Avatar_RightHandRing3_scaleConstraint1.tsc" + ; +connectAttr "Avatar_RightHandRing3.pim" "Avatar_RightHandRing3_scaleConstraint1.cpim" + ; +connectAttr "RingFinger3_R.s" "Avatar_RightHandRing3_scaleConstraint1.tg[0].ts"; +connectAttr "RingFinger3_R.pm" "Avatar_RightHandRing3_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_RightHandRing3_scaleConstraint1.w0" "Avatar_RightHandRing3_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandRing3.ro" "Avatar_RightHandRing3_parentConstraint1.cro" + ; +connectAttr "Avatar_RightHandRing3.pim" "Avatar_RightHandRing3_parentConstraint1.cpim" + ; +connectAttr "Avatar_RightHandRing3.rp" "Avatar_RightHandRing3_parentConstraint1.crp" + ; +connectAttr "Avatar_RightHandRing3.rpt" "Avatar_RightHandRing3_parentConstraint1.crt" + ; +connectAttr "Avatar_RightHandRing3.jo" "Avatar_RightHandRing3_parentConstraint1.cjo" + ; +connectAttr "RingFinger3_R.t" "Avatar_RightHandRing3_parentConstraint1.tg[0].tt" + ; +connectAttr "RingFinger3_R.rp" "Avatar_RightHandRing3_parentConstraint1.tg[0].trp" + ; +connectAttr "RingFinger3_R.rpt" "Avatar_RightHandRing3_parentConstraint1.tg[0].trt" + ; +connectAttr "RingFinger3_R.r" "Avatar_RightHandRing3_parentConstraint1.tg[0].tr" + ; +connectAttr "RingFinger3_R.ro" "Avatar_RightHandRing3_parentConstraint1.tg[0].tro" + ; +connectAttr "RingFinger3_R.s" "Avatar_RightHandRing3_parentConstraint1.tg[0].ts" + ; +connectAttr "RingFinger3_R.pm" "Avatar_RightHandRing3_parentConstraint1.tg[0].tpm" + ; +connectAttr "RingFinger3_R.jo" "Avatar_RightHandRing3_parentConstraint1.tg[0].tjo" + ; +connectAttr "RingFinger3_R.ssc" "Avatar_RightHandRing3_parentConstraint1.tg[0].tsc" + ; +connectAttr "RingFinger3_R.is" "Avatar_RightHandRing3_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_RightHandRing3_parentConstraint1.w0" "Avatar_RightHandRing3_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandRing2.ssc" "Avatar_RightHandRing2_scaleConstraint1.tsc" + ; +connectAttr "Avatar_RightHandRing2.pim" "Avatar_RightHandRing2_scaleConstraint1.cpim" + ; +connectAttr "RingFinger2_R.s" "Avatar_RightHandRing2_scaleConstraint1.tg[0].ts"; +connectAttr "RingFinger2_R.pm" "Avatar_RightHandRing2_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_RightHandRing2_scaleConstraint1.w0" "Avatar_RightHandRing2_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandRing2.ro" "Avatar_RightHandRing2_parentConstraint1.cro" + ; +connectAttr "Avatar_RightHandRing2.pim" "Avatar_RightHandRing2_parentConstraint1.cpim" + ; +connectAttr "Avatar_RightHandRing2.rp" "Avatar_RightHandRing2_parentConstraint1.crp" + ; +connectAttr "Avatar_RightHandRing2.rpt" "Avatar_RightHandRing2_parentConstraint1.crt" + ; +connectAttr "Avatar_RightHandRing2.jo" "Avatar_RightHandRing2_parentConstraint1.cjo" + ; +connectAttr "RingFinger2_R.t" "Avatar_RightHandRing2_parentConstraint1.tg[0].tt" + ; +connectAttr "RingFinger2_R.rp" "Avatar_RightHandRing2_parentConstraint1.tg[0].trp" + ; +connectAttr "RingFinger2_R.rpt" "Avatar_RightHandRing2_parentConstraint1.tg[0].trt" + ; +connectAttr "RingFinger2_R.r" "Avatar_RightHandRing2_parentConstraint1.tg[0].tr" + ; +connectAttr "RingFinger2_R.ro" "Avatar_RightHandRing2_parentConstraint1.tg[0].tro" + ; +connectAttr "RingFinger2_R.s" "Avatar_RightHandRing2_parentConstraint1.tg[0].ts" + ; +connectAttr "RingFinger2_R.pm" "Avatar_RightHandRing2_parentConstraint1.tg[0].tpm" + ; +connectAttr "RingFinger2_R.jo" "Avatar_RightHandRing2_parentConstraint1.tg[0].tjo" + ; +connectAttr "RingFinger2_R.ssc" "Avatar_RightHandRing2_parentConstraint1.tg[0].tsc" + ; +connectAttr "RingFinger2_R.is" "Avatar_RightHandRing2_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_RightHandRing2_parentConstraint1.w0" "Avatar_RightHandRing2_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandRing1.ssc" "Avatar_RightHandRing1_scaleConstraint1.tsc" + ; +connectAttr "Avatar_RightHandRing1.pim" "Avatar_RightHandRing1_scaleConstraint1.cpim" + ; +connectAttr "RingFinger1_R.s" "Avatar_RightHandRing1_scaleConstraint1.tg[0].ts"; +connectAttr "RingFinger1_R.pm" "Avatar_RightHandRing1_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_RightHandRing1_scaleConstraint1.w0" "Avatar_RightHandRing1_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandRing1.ro" "Avatar_RightHandRing1_parentConstraint1.cro" + ; +connectAttr "Avatar_RightHandRing1.pim" "Avatar_RightHandRing1_parentConstraint1.cpim" + ; +connectAttr "Avatar_RightHandRing1.rp" "Avatar_RightHandRing1_parentConstraint1.crp" + ; +connectAttr "Avatar_RightHandRing1.rpt" "Avatar_RightHandRing1_parentConstraint1.crt" + ; +connectAttr "Avatar_RightHandRing1.jo" "Avatar_RightHandRing1_parentConstraint1.cjo" + ; +connectAttr "RingFinger1_R.t" "Avatar_RightHandRing1_parentConstraint1.tg[0].tt" + ; +connectAttr "RingFinger1_R.rp" "Avatar_RightHandRing1_parentConstraint1.tg[0].trp" + ; +connectAttr "RingFinger1_R.rpt" "Avatar_RightHandRing1_parentConstraint1.tg[0].trt" + ; +connectAttr "RingFinger1_R.r" "Avatar_RightHandRing1_parentConstraint1.tg[0].tr" + ; +connectAttr "RingFinger1_R.ro" "Avatar_RightHandRing1_parentConstraint1.tg[0].tro" + ; +connectAttr "RingFinger1_R.s" "Avatar_RightHandRing1_parentConstraint1.tg[0].ts" + ; +connectAttr "RingFinger1_R.pm" "Avatar_RightHandRing1_parentConstraint1.tg[0].tpm" + ; +connectAttr "RingFinger1_R.jo" "Avatar_RightHandRing1_parentConstraint1.tg[0].tjo" + ; +connectAttr "RingFinger1_R.ssc" "Avatar_RightHandRing1_parentConstraint1.tg[0].tsc" + ; +connectAttr "RingFinger1_R.is" "Avatar_RightHandRing1_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_RightHandRing1_parentConstraint1.w0" "Avatar_RightHandRing1_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHand.s" "Avatar_RightHandPinky1.is"; +connectAttr "Avatar_RightHandPinky1_scaleConstraint1.csx" "Avatar_RightHandPinky1.sx" + ; +connectAttr "Avatar_RightHandPinky1_scaleConstraint1.csy" "Avatar_RightHandPinky1.sy" + ; +connectAttr "Avatar_RightHandPinky1_scaleConstraint1.csz" "Avatar_RightHandPinky1.sz" + ; +connectAttr "Avatar_RightHandPinky1_parentConstraint1.ctx" "Avatar_RightHandPinky1.tx" + ; +connectAttr "Avatar_RightHandPinky1_parentConstraint1.cty" "Avatar_RightHandPinky1.ty" + ; +connectAttr "Avatar_RightHandPinky1_parentConstraint1.ctz" "Avatar_RightHandPinky1.tz" + ; +connectAttr "Avatar_RightHandPinky1_parentConstraint1.crx" "Avatar_RightHandPinky1.rx" + ; +connectAttr "Avatar_RightHandPinky1_parentConstraint1.cry" "Avatar_RightHandPinky1.ry" + ; +connectAttr "Avatar_RightHandPinky1_parentConstraint1.crz" "Avatar_RightHandPinky1.rz" + ; +connectAttr "Avatar_RightHandPinky1.s" "Avatar_RightHandPinky2.is"; +connectAttr "Avatar_RightHandPinky2_scaleConstraint1.csx" "Avatar_RightHandPinky2.sx" + ; +connectAttr "Avatar_RightHandPinky2_scaleConstraint1.csy" "Avatar_RightHandPinky2.sy" + ; +connectAttr "Avatar_RightHandPinky2_scaleConstraint1.csz" "Avatar_RightHandPinky2.sz" + ; +connectAttr "Avatar_RightHandPinky2_parentConstraint1.ctx" "Avatar_RightHandPinky2.tx" + ; +connectAttr "Avatar_RightHandPinky2_parentConstraint1.cty" "Avatar_RightHandPinky2.ty" + ; +connectAttr "Avatar_RightHandPinky2_parentConstraint1.ctz" "Avatar_RightHandPinky2.tz" + ; +connectAttr "Avatar_RightHandPinky2_parentConstraint1.crx" "Avatar_RightHandPinky2.rx" + ; +connectAttr "Avatar_RightHandPinky2_parentConstraint1.cry" "Avatar_RightHandPinky2.ry" + ; +connectAttr "Avatar_RightHandPinky2_parentConstraint1.crz" "Avatar_RightHandPinky2.rz" + ; +connectAttr "Avatar_RightHandPinky2.s" "Avatar_RightHandPinky3.is"; +connectAttr "Avatar_RightHandPinky3_scaleConstraint1.csx" "Avatar_RightHandPinky3.sx" + ; +connectAttr "Avatar_RightHandPinky3_scaleConstraint1.csy" "Avatar_RightHandPinky3.sy" + ; +connectAttr "Avatar_RightHandPinky3_scaleConstraint1.csz" "Avatar_RightHandPinky3.sz" + ; +connectAttr "Avatar_RightHandPinky3_parentConstraint1.ctx" "Avatar_RightHandPinky3.tx" + ; +connectAttr "Avatar_RightHandPinky3_parentConstraint1.cty" "Avatar_RightHandPinky3.ty" + ; +connectAttr "Avatar_RightHandPinky3_parentConstraint1.ctz" "Avatar_RightHandPinky3.tz" + ; +connectAttr "Avatar_RightHandPinky3_parentConstraint1.crx" "Avatar_RightHandPinky3.rx" + ; +connectAttr "Avatar_RightHandPinky3_parentConstraint1.cry" "Avatar_RightHandPinky3.ry" + ; +connectAttr "Avatar_RightHandPinky3_parentConstraint1.crz" "Avatar_RightHandPinky3.rz" + ; +connectAttr "Avatar_RightHandPinky3.s" "Avatar_RightHandPinky4.is"; +connectAttr "Avatar_RightHandPinky4_scaleConstraint1.csx" "Avatar_RightHandPinky4.sx" + ; +connectAttr "Avatar_RightHandPinky4_scaleConstraint1.csy" "Avatar_RightHandPinky4.sy" + ; +connectAttr "Avatar_RightHandPinky4_scaleConstraint1.csz" "Avatar_RightHandPinky4.sz" + ; +connectAttr "Avatar_RightHandPinky4_parentConstraint1.ctx" "Avatar_RightHandPinky4.tx" + ; +connectAttr "Avatar_RightHandPinky4_parentConstraint1.cty" "Avatar_RightHandPinky4.ty" + ; +connectAttr "Avatar_RightHandPinky4_parentConstraint1.ctz" "Avatar_RightHandPinky4.tz" + ; +connectAttr "Avatar_RightHandPinky4_parentConstraint1.crx" "Avatar_RightHandPinky4.rx" + ; +connectAttr "Avatar_RightHandPinky4_parentConstraint1.cry" "Avatar_RightHandPinky4.ry" + ; +connectAttr "Avatar_RightHandPinky4_parentConstraint1.crz" "Avatar_RightHandPinky4.rz" + ; +connectAttr "Avatar_RightHandPinky4.s" "Avatar_RightHandPinky4_end.is"; +connectAttr "Avatar_RightHandPinky4_end.s" "Avatar_RightHandPinky4_end_end.is"; +connectAttr "Avatar_RightHandPinky4.ssc" "Avatar_RightHandPinky4_scaleConstraint1.tsc" + ; +connectAttr "Avatar_RightHandPinky4.pim" "Avatar_RightHandPinky4_scaleConstraint1.cpim" + ; +connectAttr "PinkyFinger4_R.s" "Avatar_RightHandPinky4_scaleConstraint1.tg[0].ts" + ; +connectAttr "PinkyFinger4_R.pm" "Avatar_RightHandPinky4_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_RightHandPinky4_scaleConstraint1.w0" "Avatar_RightHandPinky4_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandPinky4.ro" "Avatar_RightHandPinky4_parentConstraint1.cro" + ; +connectAttr "Avatar_RightHandPinky4.pim" "Avatar_RightHandPinky4_parentConstraint1.cpim" + ; +connectAttr "Avatar_RightHandPinky4.rp" "Avatar_RightHandPinky4_parentConstraint1.crp" + ; +connectAttr "Avatar_RightHandPinky4.rpt" "Avatar_RightHandPinky4_parentConstraint1.crt" + ; +connectAttr "Avatar_RightHandPinky4.jo" "Avatar_RightHandPinky4_parentConstraint1.cjo" + ; +connectAttr "PinkyFinger4_R.t" "Avatar_RightHandPinky4_parentConstraint1.tg[0].tt" + ; +connectAttr "PinkyFinger4_R.rp" "Avatar_RightHandPinky4_parentConstraint1.tg[0].trp" + ; +connectAttr "PinkyFinger4_R.rpt" "Avatar_RightHandPinky4_parentConstraint1.tg[0].trt" + ; +connectAttr "PinkyFinger4_R.r" "Avatar_RightHandPinky4_parentConstraint1.tg[0].tr" + ; +connectAttr "PinkyFinger4_R.ro" "Avatar_RightHandPinky4_parentConstraint1.tg[0].tro" + ; +connectAttr "PinkyFinger4_R.s" "Avatar_RightHandPinky4_parentConstraint1.tg[0].ts" + ; +connectAttr "PinkyFinger4_R.pm" "Avatar_RightHandPinky4_parentConstraint1.tg[0].tpm" + ; +connectAttr "PinkyFinger4_R.jo" "Avatar_RightHandPinky4_parentConstraint1.tg[0].tjo" + ; +connectAttr "PinkyFinger4_R.ssc" "Avatar_RightHandPinky4_parentConstraint1.tg[0].tsc" + ; +connectAttr "PinkyFinger4_R.is" "Avatar_RightHandPinky4_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_RightHandPinky4_parentConstraint1.w0" "Avatar_RightHandPinky4_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandPinky3.ssc" "Avatar_RightHandPinky3_scaleConstraint1.tsc" + ; +connectAttr "Avatar_RightHandPinky3.pim" "Avatar_RightHandPinky3_scaleConstraint1.cpim" + ; +connectAttr "PinkyFinger3_R.s" "Avatar_RightHandPinky3_scaleConstraint1.tg[0].ts" + ; +connectAttr "PinkyFinger3_R.pm" "Avatar_RightHandPinky3_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_RightHandPinky3_scaleConstraint1.w0" "Avatar_RightHandPinky3_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandPinky3.ro" "Avatar_RightHandPinky3_parentConstraint1.cro" + ; +connectAttr "Avatar_RightHandPinky3.pim" "Avatar_RightHandPinky3_parentConstraint1.cpim" + ; +connectAttr "Avatar_RightHandPinky3.rp" "Avatar_RightHandPinky3_parentConstraint1.crp" + ; +connectAttr "Avatar_RightHandPinky3.rpt" "Avatar_RightHandPinky3_parentConstraint1.crt" + ; +connectAttr "Avatar_RightHandPinky3.jo" "Avatar_RightHandPinky3_parentConstraint1.cjo" + ; +connectAttr "PinkyFinger3_R.t" "Avatar_RightHandPinky3_parentConstraint1.tg[0].tt" + ; +connectAttr "PinkyFinger3_R.rp" "Avatar_RightHandPinky3_parentConstraint1.tg[0].trp" + ; +connectAttr "PinkyFinger3_R.rpt" "Avatar_RightHandPinky3_parentConstraint1.tg[0].trt" + ; +connectAttr "PinkyFinger3_R.r" "Avatar_RightHandPinky3_parentConstraint1.tg[0].tr" + ; +connectAttr "PinkyFinger3_R.ro" "Avatar_RightHandPinky3_parentConstraint1.tg[0].tro" + ; +connectAttr "PinkyFinger3_R.s" "Avatar_RightHandPinky3_parentConstraint1.tg[0].ts" + ; +connectAttr "PinkyFinger3_R.pm" "Avatar_RightHandPinky3_parentConstraint1.tg[0].tpm" + ; +connectAttr "PinkyFinger3_R.jo" "Avatar_RightHandPinky3_parentConstraint1.tg[0].tjo" + ; +connectAttr "PinkyFinger3_R.ssc" "Avatar_RightHandPinky3_parentConstraint1.tg[0].tsc" + ; +connectAttr "PinkyFinger3_R.is" "Avatar_RightHandPinky3_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_RightHandPinky3_parentConstraint1.w0" "Avatar_RightHandPinky3_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandPinky2.ssc" "Avatar_RightHandPinky2_scaleConstraint1.tsc" + ; +connectAttr "Avatar_RightHandPinky2.pim" "Avatar_RightHandPinky2_scaleConstraint1.cpim" + ; +connectAttr "PinkyFinger2_R.s" "Avatar_RightHandPinky2_scaleConstraint1.tg[0].ts" + ; +connectAttr "PinkyFinger2_R.pm" "Avatar_RightHandPinky2_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_RightHandPinky2_scaleConstraint1.w0" "Avatar_RightHandPinky2_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandPinky2.ro" "Avatar_RightHandPinky2_parentConstraint1.cro" + ; +connectAttr "Avatar_RightHandPinky2.pim" "Avatar_RightHandPinky2_parentConstraint1.cpim" + ; +connectAttr "Avatar_RightHandPinky2.rp" "Avatar_RightHandPinky2_parentConstraint1.crp" + ; +connectAttr "Avatar_RightHandPinky2.rpt" "Avatar_RightHandPinky2_parentConstraint1.crt" + ; +connectAttr "Avatar_RightHandPinky2.jo" "Avatar_RightHandPinky2_parentConstraint1.cjo" + ; +connectAttr "PinkyFinger2_R.t" "Avatar_RightHandPinky2_parentConstraint1.tg[0].tt" + ; +connectAttr "PinkyFinger2_R.rp" "Avatar_RightHandPinky2_parentConstraint1.tg[0].trp" + ; +connectAttr "PinkyFinger2_R.rpt" "Avatar_RightHandPinky2_parentConstraint1.tg[0].trt" + ; +connectAttr "PinkyFinger2_R.r" "Avatar_RightHandPinky2_parentConstraint1.tg[0].tr" + ; +connectAttr "PinkyFinger2_R.ro" "Avatar_RightHandPinky2_parentConstraint1.tg[0].tro" + ; +connectAttr "PinkyFinger2_R.s" "Avatar_RightHandPinky2_parentConstraint1.tg[0].ts" + ; +connectAttr "PinkyFinger2_R.pm" "Avatar_RightHandPinky2_parentConstraint1.tg[0].tpm" + ; +connectAttr "PinkyFinger2_R.jo" "Avatar_RightHandPinky2_parentConstraint1.tg[0].tjo" + ; +connectAttr "PinkyFinger2_R.ssc" "Avatar_RightHandPinky2_parentConstraint1.tg[0].tsc" + ; +connectAttr "PinkyFinger2_R.is" "Avatar_RightHandPinky2_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_RightHandPinky2_parentConstraint1.w0" "Avatar_RightHandPinky2_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandPinky1.ssc" "Avatar_RightHandPinky1_scaleConstraint1.tsc" + ; +connectAttr "Avatar_RightHandPinky1.pim" "Avatar_RightHandPinky1_scaleConstraint1.cpim" + ; +connectAttr "PinkyFinger1_R.s" "Avatar_RightHandPinky1_scaleConstraint1.tg[0].ts" + ; +connectAttr "PinkyFinger1_R.pm" "Avatar_RightHandPinky1_scaleConstraint1.tg[0].tpm" + ; +connectAttr "Avatar_RightHandPinky1_scaleConstraint1.w0" "Avatar_RightHandPinky1_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHandPinky1.ro" "Avatar_RightHandPinky1_parentConstraint1.cro" + ; +connectAttr "Avatar_RightHandPinky1.pim" "Avatar_RightHandPinky1_parentConstraint1.cpim" + ; +connectAttr "Avatar_RightHandPinky1.rp" "Avatar_RightHandPinky1_parentConstraint1.crp" + ; +connectAttr "Avatar_RightHandPinky1.rpt" "Avatar_RightHandPinky1_parentConstraint1.crt" + ; +connectAttr "Avatar_RightHandPinky1.jo" "Avatar_RightHandPinky1_parentConstraint1.cjo" + ; +connectAttr "PinkyFinger1_R.t" "Avatar_RightHandPinky1_parentConstraint1.tg[0].tt" + ; +connectAttr "PinkyFinger1_R.rp" "Avatar_RightHandPinky1_parentConstraint1.tg[0].trp" + ; +connectAttr "PinkyFinger1_R.rpt" "Avatar_RightHandPinky1_parentConstraint1.tg[0].trt" + ; +connectAttr "PinkyFinger1_R.r" "Avatar_RightHandPinky1_parentConstraint1.tg[0].tr" + ; +connectAttr "PinkyFinger1_R.ro" "Avatar_RightHandPinky1_parentConstraint1.tg[0].tro" + ; +connectAttr "PinkyFinger1_R.s" "Avatar_RightHandPinky1_parentConstraint1.tg[0].ts" + ; +connectAttr "PinkyFinger1_R.pm" "Avatar_RightHandPinky1_parentConstraint1.tg[0].tpm" + ; +connectAttr "PinkyFinger1_R.jo" "Avatar_RightHandPinky1_parentConstraint1.tg[0].tjo" + ; +connectAttr "PinkyFinger1_R.ssc" "Avatar_RightHandPinky1_parentConstraint1.tg[0].tsc" + ; +connectAttr "PinkyFinger1_R.is" "Avatar_RightHandPinky1_parentConstraint1.tg[0].tis" + ; +connectAttr "Avatar_RightHandPinky1_parentConstraint1.w0" "Avatar_RightHandPinky1_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHand.ssc" "Avatar_RightHand_scaleConstraint1.tsc"; +connectAttr "Avatar_RightHand.pim" "Avatar_RightHand_scaleConstraint1.cpim"; +connectAttr "Wrist_R.s" "Avatar_RightHand_scaleConstraint1.tg[0].ts"; +connectAttr "Wrist_R.pm" "Avatar_RightHand_scaleConstraint1.tg[0].tpm"; +connectAttr "Avatar_RightHand_scaleConstraint1.w0" "Avatar_RightHand_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightHand.ro" "Avatar_RightHand_parentConstraint1.cro"; +connectAttr "Avatar_RightHand.pim" "Avatar_RightHand_parentConstraint1.cpim"; +connectAttr "Avatar_RightHand.rp" "Avatar_RightHand_parentConstraint1.crp"; +connectAttr "Avatar_RightHand.rpt" "Avatar_RightHand_parentConstraint1.crt"; +connectAttr "Avatar_RightHand.jo" "Avatar_RightHand_parentConstraint1.cjo"; +connectAttr "Wrist_R.t" "Avatar_RightHand_parentConstraint1.tg[0].tt"; +connectAttr "Wrist_R.rp" "Avatar_RightHand_parentConstraint1.tg[0].trp"; +connectAttr "Wrist_R.rpt" "Avatar_RightHand_parentConstraint1.tg[0].trt"; +connectAttr "Wrist_R.r" "Avatar_RightHand_parentConstraint1.tg[0].tr"; +connectAttr "Wrist_R.ro" "Avatar_RightHand_parentConstraint1.tg[0].tro"; +connectAttr "Wrist_R.s" "Avatar_RightHand_parentConstraint1.tg[0].ts"; +connectAttr "Wrist_R.pm" "Avatar_RightHand_parentConstraint1.tg[0].tpm"; +connectAttr "Wrist_R.jo" "Avatar_RightHand_parentConstraint1.tg[0].tjo"; +connectAttr "Wrist_R.ssc" "Avatar_RightHand_parentConstraint1.tg[0].tsc"; +connectAttr "Wrist_R.is" "Avatar_RightHand_parentConstraint1.tg[0].tis"; +connectAttr "Avatar_RightHand_parentConstraint1.w0" "Avatar_RightHand_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightForeArm.ssc" "Avatar_RightForeArm_scaleConstraint1.tsc" + ; +connectAttr "Avatar_RightForeArm.pim" "Avatar_RightForeArm_scaleConstraint1.cpim" + ; +connectAttr "Elbow_R.s" "Avatar_RightForeArm_scaleConstraint1.tg[0].ts"; +connectAttr "Elbow_R.pm" "Avatar_RightForeArm_scaleConstraint1.tg[0].tpm"; +connectAttr "Avatar_RightForeArm_scaleConstraint1.w0" "Avatar_RightForeArm_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightForeArm.ro" "Avatar_RightForeArm_parentConstraint1.cro" + ; +connectAttr "Avatar_RightForeArm.pim" "Avatar_RightForeArm_parentConstraint1.cpim" + ; +connectAttr "Avatar_RightForeArm.rp" "Avatar_RightForeArm_parentConstraint1.crp" + ; +connectAttr "Avatar_RightForeArm.rpt" "Avatar_RightForeArm_parentConstraint1.crt" + ; +connectAttr "Avatar_RightForeArm.jo" "Avatar_RightForeArm_parentConstraint1.cjo" + ; +connectAttr "Elbow_R.t" "Avatar_RightForeArm_parentConstraint1.tg[0].tt"; +connectAttr "Elbow_R.rp" "Avatar_RightForeArm_parentConstraint1.tg[0].trp"; +connectAttr "Elbow_R.rpt" "Avatar_RightForeArm_parentConstraint1.tg[0].trt"; +connectAttr "Elbow_R.r" "Avatar_RightForeArm_parentConstraint1.tg[0].tr"; +connectAttr "Elbow_R.ro" "Avatar_RightForeArm_parentConstraint1.tg[0].tro"; +connectAttr "Elbow_R.s" "Avatar_RightForeArm_parentConstraint1.tg[0].ts"; +connectAttr "Elbow_R.pm" "Avatar_RightForeArm_parentConstraint1.tg[0].tpm"; +connectAttr "Elbow_R.jo" "Avatar_RightForeArm_parentConstraint1.tg[0].tjo"; +connectAttr "Elbow_R.ssc" "Avatar_RightForeArm_parentConstraint1.tg[0].tsc"; +connectAttr "Elbow_R.is" "Avatar_RightForeArm_parentConstraint1.tg[0].tis"; +connectAttr "Avatar_RightForeArm_parentConstraint1.w0" "Avatar_RightForeArm_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightArm.ssc" "Avatar_RightArm_scaleConstraint1.tsc"; +connectAttr "Avatar_RightArm.pim" "Avatar_RightArm_scaleConstraint1.cpim"; +connectAttr "Shoulder_R.s" "Avatar_RightArm_scaleConstraint1.tg[0].ts"; +connectAttr "Shoulder_R.pm" "Avatar_RightArm_scaleConstraint1.tg[0].tpm"; +connectAttr "Avatar_RightArm_scaleConstraint1.w0" "Avatar_RightArm_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightArm.ro" "Avatar_RightArm_parentConstraint1.cro"; +connectAttr "Avatar_RightArm.pim" "Avatar_RightArm_parentConstraint1.cpim"; +connectAttr "Avatar_RightArm.rp" "Avatar_RightArm_parentConstraint1.crp"; +connectAttr "Avatar_RightArm.rpt" "Avatar_RightArm_parentConstraint1.crt"; +connectAttr "Avatar_RightArm.jo" "Avatar_RightArm_parentConstraint1.cjo"; +connectAttr "Shoulder_R.t" "Avatar_RightArm_parentConstraint1.tg[0].tt"; +connectAttr "Shoulder_R.rp" "Avatar_RightArm_parentConstraint1.tg[0].trp"; +connectAttr "Shoulder_R.rpt" "Avatar_RightArm_parentConstraint1.tg[0].trt"; +connectAttr "Shoulder_R.r" "Avatar_RightArm_parentConstraint1.tg[0].tr"; +connectAttr "Shoulder_R.ro" "Avatar_RightArm_parentConstraint1.tg[0].tro"; +connectAttr "Shoulder_R.s" "Avatar_RightArm_parentConstraint1.tg[0].ts"; +connectAttr "Shoulder_R.pm" "Avatar_RightArm_parentConstraint1.tg[0].tpm"; +connectAttr "Shoulder_R.jo" "Avatar_RightArm_parentConstraint1.tg[0].tjo"; +connectAttr "Shoulder_R.ssc" "Avatar_RightArm_parentConstraint1.tg[0].tsc"; +connectAttr "Shoulder_R.is" "Avatar_RightArm_parentConstraint1.tg[0].tis"; +connectAttr "Avatar_RightArm_parentConstraint1.w0" "Avatar_RightArm_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightShoulder.ssc" "Avatar_RightShoulder_scaleConstraint1.tsc" + ; +connectAttr "Avatar_RightShoulder.pim" "Avatar_RightShoulder_scaleConstraint1.cpim" + ; +connectAttr "Scapula_R.s" "Avatar_RightShoulder_scaleConstraint1.tg[0].ts"; +connectAttr "Scapula_R.pm" "Avatar_RightShoulder_scaleConstraint1.tg[0].tpm"; +connectAttr "Avatar_RightShoulder_scaleConstraint1.w0" "Avatar_RightShoulder_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_RightShoulder.ro" "Avatar_RightShoulder_parentConstraint1.cro" + ; +connectAttr "Avatar_RightShoulder.pim" "Avatar_RightShoulder_parentConstraint1.cpim" + ; +connectAttr "Avatar_RightShoulder.rp" "Avatar_RightShoulder_parentConstraint1.crp" + ; +connectAttr "Avatar_RightShoulder.rpt" "Avatar_RightShoulder_parentConstraint1.crt" + ; +connectAttr "Avatar_RightShoulder.jo" "Avatar_RightShoulder_parentConstraint1.cjo" + ; +connectAttr "Scapula_R.t" "Avatar_RightShoulder_parentConstraint1.tg[0].tt"; +connectAttr "Scapula_R.rp" "Avatar_RightShoulder_parentConstraint1.tg[0].trp"; +connectAttr "Scapula_R.rpt" "Avatar_RightShoulder_parentConstraint1.tg[0].trt"; +connectAttr "Scapula_R.r" "Avatar_RightShoulder_parentConstraint1.tg[0].tr"; +connectAttr "Scapula_R.ro" "Avatar_RightShoulder_parentConstraint1.tg[0].tro"; +connectAttr "Scapula_R.s" "Avatar_RightShoulder_parentConstraint1.tg[0].ts"; +connectAttr "Scapula_R.pm" "Avatar_RightShoulder_parentConstraint1.tg[0].tpm"; +connectAttr "Scapula_R.jo" "Avatar_RightShoulder_parentConstraint1.tg[0].tjo"; +connectAttr "Scapula_R.ssc" "Avatar_RightShoulder_parentConstraint1.tg[0].tsc"; +connectAttr "Scapula_R.is" "Avatar_RightShoulder_parentConstraint1.tg[0].tis"; +connectAttr "Avatar_RightShoulder_parentConstraint1.w0" "Avatar_RightShoulder_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_Spine2.s" "Avatar_Neck.is"; +connectAttr "Avatar_Neck_scaleConstraint1.csx" "Avatar_Neck.sx"; +connectAttr "Avatar_Neck_scaleConstraint1.csy" "Avatar_Neck.sy"; +connectAttr "Avatar_Neck_scaleConstraint1.csz" "Avatar_Neck.sz"; +connectAttr "Avatar_Neck_parentConstraint1.ctx" "Avatar_Neck.tx"; +connectAttr "Avatar_Neck_parentConstraint1.cty" "Avatar_Neck.ty"; +connectAttr "Avatar_Neck_parentConstraint1.ctz" "Avatar_Neck.tz"; +connectAttr "Avatar_Neck_parentConstraint1.crx" "Avatar_Neck.rx"; +connectAttr "Avatar_Neck_parentConstraint1.cry" "Avatar_Neck.ry"; +connectAttr "Avatar_Neck_parentConstraint1.crz" "Avatar_Neck.rz"; +connectAttr "Avatar_Neck.s" "Avatar_Head.is"; +connectAttr "Avatar_Head_scaleConstraint1.csx" "Avatar_Head.sx"; +connectAttr "Avatar_Head_scaleConstraint1.csy" "Avatar_Head.sy"; +connectAttr "Avatar_Head_scaleConstraint1.csz" "Avatar_Head.sz"; +connectAttr "Avatar_Head_parentConstraint1.ctx" "Avatar_Head.tx"; +connectAttr "Avatar_Head_parentConstraint1.cty" "Avatar_Head.ty"; +connectAttr "Avatar_Head_parentConstraint1.ctz" "Avatar_Head.tz"; +connectAttr "Avatar_Head_parentConstraint1.crx" "Avatar_Head.rx"; +connectAttr "Avatar_Head_parentConstraint1.cry" "Avatar_Head.ry"; +connectAttr "Avatar_Head_parentConstraint1.crz" "Avatar_Head.rz"; +connectAttr "Avatar_Head.s" "Avatar_Head_end.is"; +connectAttr "Avatar_Head_end.s" "Avatar_Head_end_end.is"; +connectAttr "Avatar_Head_end_end_scaleConstraint1.csx" "Avatar_Head_end_end.sx"; +connectAttr "Avatar_Head_end_end_scaleConstraint1.csy" "Avatar_Head_end_end.sy"; +connectAttr "Avatar_Head_end_end_scaleConstraint1.csz" "Avatar_Head_end_end.sz"; +connectAttr "Avatar_Head_end_end_parentConstraint1.ctx" "Avatar_Head_end_end.tx" + ; +connectAttr "Avatar_Head_end_end_parentConstraint1.cty" "Avatar_Head_end_end.ty" + ; +connectAttr "Avatar_Head_end_end_parentConstraint1.ctz" "Avatar_Head_end_end.tz" + ; +connectAttr "Avatar_Head_end_end_parentConstraint1.crx" "Avatar_Head_end_end.rx" + ; +connectAttr "Avatar_Head_end_end_parentConstraint1.cry" "Avatar_Head_end_end.ry" + ; +connectAttr "Avatar_Head_end_end_parentConstraint1.crz" "Avatar_Head_end_end.rz" + ; +connectAttr "Avatar_Head_end_end.ssc" "Avatar_Head_end_end_scaleConstraint1.tsc" + ; +connectAttr "Avatar_Head_end_end.pim" "Avatar_Head_end_end_scaleConstraint1.cpim" + ; +connectAttr "HeadEnd_M.s" "Avatar_Head_end_end_scaleConstraint1.tg[0].ts"; +connectAttr "HeadEnd_M.pm" "Avatar_Head_end_end_scaleConstraint1.tg[0].tpm"; +connectAttr "Avatar_Head_end_end_scaleConstraint1.w0" "Avatar_Head_end_end_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_Head_end_end.ro" "Avatar_Head_end_end_parentConstraint1.cro" + ; +connectAttr "Avatar_Head_end_end.pim" "Avatar_Head_end_end_parentConstraint1.cpim" + ; +connectAttr "Avatar_Head_end_end.rp" "Avatar_Head_end_end_parentConstraint1.crp" + ; +connectAttr "Avatar_Head_end_end.rpt" "Avatar_Head_end_end_parentConstraint1.crt" + ; +connectAttr "Avatar_Head_end_end.jo" "Avatar_Head_end_end_parentConstraint1.cjo" + ; +connectAttr "HeadEnd_M.t" "Avatar_Head_end_end_parentConstraint1.tg[0].tt"; +connectAttr "HeadEnd_M.rp" "Avatar_Head_end_end_parentConstraint1.tg[0].trp"; +connectAttr "HeadEnd_M.rpt" "Avatar_Head_end_end_parentConstraint1.tg[0].trt"; +connectAttr "HeadEnd_M.r" "Avatar_Head_end_end_parentConstraint1.tg[0].tr"; +connectAttr "HeadEnd_M.ro" "Avatar_Head_end_end_parentConstraint1.tg[0].tro"; +connectAttr "HeadEnd_M.s" "Avatar_Head_end_end_parentConstraint1.tg[0].ts"; +connectAttr "HeadEnd_M.pm" "Avatar_Head_end_end_parentConstraint1.tg[0].tpm"; +connectAttr "HeadEnd_M.jo" "Avatar_Head_end_end_parentConstraint1.tg[0].tjo"; +connectAttr "HeadEnd_M.ssc" "Avatar_Head_end_end_parentConstraint1.tg[0].tsc"; +connectAttr "HeadEnd_M.is" "Avatar_Head_end_end_parentConstraint1.tg[0].tis"; +connectAttr "Avatar_Head_end_end_parentConstraint1.w0" "Avatar_Head_end_end_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_Head.ssc" "Avatar_Head_scaleConstraint1.tsc"; +connectAttr "Avatar_Head.pim" "Avatar_Head_scaleConstraint1.cpim"; +connectAttr "Head_M.s" "Avatar_Head_scaleConstraint1.tg[0].ts"; +connectAttr "Head_M.pm" "Avatar_Head_scaleConstraint1.tg[0].tpm"; +connectAttr "Avatar_Head_scaleConstraint1.w0" "Avatar_Head_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_Head.ro" "Avatar_Head_parentConstraint1.cro"; +connectAttr "Avatar_Head.pim" "Avatar_Head_parentConstraint1.cpim"; +connectAttr "Avatar_Head.rp" "Avatar_Head_parentConstraint1.crp"; +connectAttr "Avatar_Head.rpt" "Avatar_Head_parentConstraint1.crt"; +connectAttr "Avatar_Head.jo" "Avatar_Head_parentConstraint1.cjo"; +connectAttr "Head_M.t" "Avatar_Head_parentConstraint1.tg[0].tt"; +connectAttr "Head_M.rp" "Avatar_Head_parentConstraint1.tg[0].trp"; +connectAttr "Head_M.rpt" "Avatar_Head_parentConstraint1.tg[0].trt"; +connectAttr "Head_M.r" "Avatar_Head_parentConstraint1.tg[0].tr"; +connectAttr "Head_M.ro" "Avatar_Head_parentConstraint1.tg[0].tro"; +connectAttr "Head_M.s" "Avatar_Head_parentConstraint1.tg[0].ts"; +connectAttr "Head_M.pm" "Avatar_Head_parentConstraint1.tg[0].tpm"; +connectAttr "Head_M.jo" "Avatar_Head_parentConstraint1.tg[0].tjo"; +connectAttr "Head_M.ssc" "Avatar_Head_parentConstraint1.tg[0].tsc"; +connectAttr "Head_M.is" "Avatar_Head_parentConstraint1.tg[0].tis"; +connectAttr "Avatar_Head_parentConstraint1.w0" "Avatar_Head_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_Neck.ssc" "Avatar_Neck_scaleConstraint1.tsc"; +connectAttr "Avatar_Neck.pim" "Avatar_Neck_scaleConstraint1.cpim"; +connectAttr "Neck_M.s" "Avatar_Neck_scaleConstraint1.tg[0].ts"; +connectAttr "Neck_M.pm" "Avatar_Neck_scaleConstraint1.tg[0].tpm"; +connectAttr "Avatar_Neck_scaleConstraint1.w0" "Avatar_Neck_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_Neck.ro" "Avatar_Neck_parentConstraint1.cro"; +connectAttr "Avatar_Neck.pim" "Avatar_Neck_parentConstraint1.cpim"; +connectAttr "Avatar_Neck.rp" "Avatar_Neck_parentConstraint1.crp"; +connectAttr "Avatar_Neck.rpt" "Avatar_Neck_parentConstraint1.crt"; +connectAttr "Avatar_Neck.jo" "Avatar_Neck_parentConstraint1.cjo"; +connectAttr "Neck_M.t" "Avatar_Neck_parentConstraint1.tg[0].tt"; +connectAttr "Neck_M.rp" "Avatar_Neck_parentConstraint1.tg[0].trp"; +connectAttr "Neck_M.rpt" "Avatar_Neck_parentConstraint1.tg[0].trt"; +connectAttr "Neck_M.r" "Avatar_Neck_parentConstraint1.tg[0].tr"; +connectAttr "Neck_M.ro" "Avatar_Neck_parentConstraint1.tg[0].tro"; +connectAttr "Neck_M.s" "Avatar_Neck_parentConstraint1.tg[0].ts"; +connectAttr "Neck_M.pm" "Avatar_Neck_parentConstraint1.tg[0].tpm"; +connectAttr "Neck_M.jo" "Avatar_Neck_parentConstraint1.tg[0].tjo"; +connectAttr "Neck_M.ssc" "Avatar_Neck_parentConstraint1.tg[0].tsc"; +connectAttr "Neck_M.is" "Avatar_Neck_parentConstraint1.tg[0].tis"; +connectAttr "Avatar_Neck_parentConstraint1.w0" "Avatar_Neck_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_Spine2.ssc" "Avatar_Spine2_scaleConstraint1.tsc"; +connectAttr "Avatar_Spine2.pim" "Avatar_Spine2_scaleConstraint1.cpim"; +connectAttr "Chest_M.s" "Avatar_Spine2_scaleConstraint1.tg[0].ts"; +connectAttr "Chest_M.pm" "Avatar_Spine2_scaleConstraint1.tg[0].tpm"; +connectAttr "Avatar_Spine2_scaleConstraint1.w0" "Avatar_Spine2_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_Spine2.ro" "Avatar_Spine2_parentConstraint1.cro"; +connectAttr "Avatar_Spine2.pim" "Avatar_Spine2_parentConstraint1.cpim"; +connectAttr "Avatar_Spine2.rp" "Avatar_Spine2_parentConstraint1.crp"; +connectAttr "Avatar_Spine2.rpt" "Avatar_Spine2_parentConstraint1.crt"; +connectAttr "Avatar_Spine2.jo" "Avatar_Spine2_parentConstraint1.cjo"; +connectAttr "Chest_M.t" "Avatar_Spine2_parentConstraint1.tg[0].tt"; +connectAttr "Chest_M.rp" "Avatar_Spine2_parentConstraint1.tg[0].trp"; +connectAttr "Chest_M.rpt" "Avatar_Spine2_parentConstraint1.tg[0].trt"; +connectAttr "Chest_M.r" "Avatar_Spine2_parentConstraint1.tg[0].tr"; +connectAttr "Chest_M.ro" "Avatar_Spine2_parentConstraint1.tg[0].tro"; +connectAttr "Chest_M.s" "Avatar_Spine2_parentConstraint1.tg[0].ts"; +connectAttr "Chest_M.pm" "Avatar_Spine2_parentConstraint1.tg[0].tpm"; +connectAttr "Chest_M.jo" "Avatar_Spine2_parentConstraint1.tg[0].tjo"; +connectAttr "Chest_M.ssc" "Avatar_Spine2_parentConstraint1.tg[0].tsc"; +connectAttr "Chest_M.is" "Avatar_Spine2_parentConstraint1.tg[0].tis"; +connectAttr "Avatar_Spine2_parentConstraint1.w0" "Avatar_Spine2_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_Spine1.ssc" "Avatar_Spine1_scaleConstraint1.tsc"; +connectAttr "Avatar_Spine1.pim" "Avatar_Spine1_scaleConstraint1.cpim"; +connectAttr "Spine1_M.s" "Avatar_Spine1_scaleConstraint1.tg[0].ts"; +connectAttr "Spine1_M.pm" "Avatar_Spine1_scaleConstraint1.tg[0].tpm"; +connectAttr "Avatar_Spine1_scaleConstraint1.w0" "Avatar_Spine1_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_Spine1.ro" "Avatar_Spine1_parentConstraint1.cro"; +connectAttr "Avatar_Spine1.pim" "Avatar_Spine1_parentConstraint1.cpim"; +connectAttr "Avatar_Spine1.rp" "Avatar_Spine1_parentConstraint1.crp"; +connectAttr "Avatar_Spine1.rpt" "Avatar_Spine1_parentConstraint1.crt"; +connectAttr "Avatar_Spine1.jo" "Avatar_Spine1_parentConstraint1.cjo"; +connectAttr "Spine1_M.t" "Avatar_Spine1_parentConstraint1.tg[0].tt"; +connectAttr "Spine1_M.rp" "Avatar_Spine1_parentConstraint1.tg[0].trp"; +connectAttr "Spine1_M.rpt" "Avatar_Spine1_parentConstraint1.tg[0].trt"; +connectAttr "Spine1_M.r" "Avatar_Spine1_parentConstraint1.tg[0].tr"; +connectAttr "Spine1_M.ro" "Avatar_Spine1_parentConstraint1.tg[0].tro"; +connectAttr "Spine1_M.s" "Avatar_Spine1_parentConstraint1.tg[0].ts"; +connectAttr "Spine1_M.pm" "Avatar_Spine1_parentConstraint1.tg[0].tpm"; +connectAttr "Spine1_M.jo" "Avatar_Spine1_parentConstraint1.tg[0].tjo"; +connectAttr "Spine1_M.ssc" "Avatar_Spine1_parentConstraint1.tg[0].tsc"; +connectAttr "Spine1_M.is" "Avatar_Spine1_parentConstraint1.tg[0].tis"; +connectAttr "Avatar_Spine1_parentConstraint1.w0" "Avatar_Spine1_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_Spine.ssc" "Avatar_Spine_scaleConstraint1.tsc"; +connectAttr "Avatar_Spine.pim" "Avatar_Spine_scaleConstraint1.cpim"; +connectAttr "RootPart1_M.s" "Avatar_Spine_scaleConstraint1.tg[0].ts"; +connectAttr "RootPart1_M.pm" "Avatar_Spine_scaleConstraint1.tg[0].tpm"; +connectAttr "Avatar_Spine_scaleConstraint1.w0" "Avatar_Spine_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_Spine.ro" "Avatar_Spine_parentConstraint1.cro"; +connectAttr "Avatar_Spine.pim" "Avatar_Spine_parentConstraint1.cpim"; +connectAttr "Avatar_Spine.rp" "Avatar_Spine_parentConstraint1.crp"; +connectAttr "Avatar_Spine.rpt" "Avatar_Spine_parentConstraint1.crt"; +connectAttr "Avatar_Spine.jo" "Avatar_Spine_parentConstraint1.cjo"; +connectAttr "RootPart1_M.t" "Avatar_Spine_parentConstraint1.tg[0].tt"; +connectAttr "RootPart1_M.rp" "Avatar_Spine_parentConstraint1.tg[0].trp"; +connectAttr "RootPart1_M.rpt" "Avatar_Spine_parentConstraint1.tg[0].trt"; +connectAttr "RootPart1_M.r" "Avatar_Spine_parentConstraint1.tg[0].tr"; +connectAttr "RootPart1_M.ro" "Avatar_Spine_parentConstraint1.tg[0].tro"; +connectAttr "RootPart1_M.s" "Avatar_Spine_parentConstraint1.tg[0].ts"; +connectAttr "RootPart1_M.pm" "Avatar_Spine_parentConstraint1.tg[0].tpm"; +connectAttr "RootPart1_M.jo" "Avatar_Spine_parentConstraint1.tg[0].tjo"; +connectAttr "RootPart1_M.ssc" "Avatar_Spine_parentConstraint1.tg[0].tsc"; +connectAttr "RootPart1_M.is" "Avatar_Spine_parentConstraint1.tg[0].tis"; +connectAttr "Avatar_Spine_parentConstraint1.w0" "Avatar_Spine_parentConstraint1.tg[0].tw" + ; +connectAttr "Avatar_Hips.ssc" "Avatar_Hips_scaleConstraint1.tsc"; +connectAttr "Avatar_Hips.pim" "Avatar_Hips_scaleConstraint1.cpim"; +connectAttr "Root_M.s" "Avatar_Hips_scaleConstraint1.tg[0].ts"; +connectAttr "Root_M.pm" "Avatar_Hips_scaleConstraint1.tg[0].tpm"; +connectAttr "Avatar_Hips_scaleConstraint1.w0" "Avatar_Hips_scaleConstraint1.tg[0].tw" + ; +connectAttr "Avatar_Hips.ro" "Avatar_Hips_parentConstraint1.cro"; +connectAttr "Avatar_Hips.pim" "Avatar_Hips_parentConstraint1.cpim"; +connectAttr "Avatar_Hips.rp" "Avatar_Hips_parentConstraint1.crp"; +connectAttr "Avatar_Hips.rpt" "Avatar_Hips_parentConstraint1.crt"; +connectAttr "Avatar_Hips.jo" "Avatar_Hips_parentConstraint1.cjo"; +connectAttr "Root_M.t" "Avatar_Hips_parentConstraint1.tg[0].tt"; +connectAttr "Root_M.rp" "Avatar_Hips_parentConstraint1.tg[0].trp"; +connectAttr "Root_M.rpt" "Avatar_Hips_parentConstraint1.tg[0].trt"; +connectAttr "Root_M.r" "Avatar_Hips_parentConstraint1.tg[0].tr"; +connectAttr "Root_M.ro" "Avatar_Hips_parentConstraint1.tg[0].tro"; +connectAttr "Root_M.s" "Avatar_Hips_parentConstraint1.tg[0].ts"; +connectAttr "Root_M.pm" "Avatar_Hips_parentConstraint1.tg[0].tpm"; +connectAttr "Root_M.jo" "Avatar_Hips_parentConstraint1.tg[0].tjo"; +connectAttr "Root_M.ssc" "Avatar_Hips_parentConstraint1.tg[0].tsc"; +connectAttr "Root_M.is" "Avatar_Hips_parentConstraint1.tg[0].tis"; +connectAttr "Avatar_Hips_parentConstraint1.w0" "Avatar_Hips_parentConstraint1.tg[0].tw" + ; +connectAttr "skinCluster1.og[0]" "M_Mask_EyesShape.i"; +connectAttr "skinCluster2.og[0]" "M_Feet_BaseMeshShape.i"; +connectAttr "skinCluster3.og[0]" "M_Mask_MouthShape.i"; +connectAttr "skinCluster4.og[0]" "M_Head_BaseMeshShape.i"; +connectAttr "skinCluster5.og[0]" "M_lBody_BaseMeshShape.i"; +connectAttr "skinCluster6.og[0]" "M_uBody_BaseMeshShape.i"; +connectAttr "skinCluster7.og[0]" "M_Mask_EyebrowsShape.i"; +connectAttr "MotionSystem.v" "MainShape.v"; +connectAttr "MainScaleMultiplyDivide.o" "FKSystem.s"; +connectAttr "Main.fkVis" "FKSystem.v"; +connectAttr "FKFollowRoot_parentConstraint1.ctx" "FKFollowRoot.tx"; +connectAttr "FKFollowRoot_parentConstraint1.cty" "FKFollowRoot.ty"; +connectAttr "FKFollowRoot_parentConstraint1.ctz" "FKFollowRoot.tz"; +connectAttr "FKFollowRoot_parentConstraint1.crx" "FKFollowRoot.rx"; +connectAttr "FKFollowRoot_parentConstraint1.cry" "FKFollowRoot.ry"; +connectAttr "FKFollowRoot_parentConstraint1.crz" "FKFollowRoot.rz"; +connectAttr "FKFollowRoot.ro" "FKFollowRoot_parentConstraint1.cro"; +connectAttr "FKFollowRoot.pim" "FKFollowRoot_parentConstraint1.cpim"; +connectAttr "FKFollowRoot.rp" "FKFollowRoot_parentConstraint1.crp"; +connectAttr "FKFollowRoot.rpt" "FKFollowRoot_parentConstraint1.crt"; +connectAttr "RootX_M.t" "FKFollowRoot_parentConstraint1.tg[0].tt"; +connectAttr "RootX_M.rp" "FKFollowRoot_parentConstraint1.tg[0].trp"; +connectAttr "RootX_M.rpt" "FKFollowRoot_parentConstraint1.tg[0].trt"; +connectAttr "RootX_M.r" "FKFollowRoot_parentConstraint1.tg[0].tr"; +connectAttr "RootX_M.ro" "FKFollowRoot_parentConstraint1.tg[0].tro"; +connectAttr "RootX_M.s" "FKFollowRoot_parentConstraint1.tg[0].ts"; +connectAttr "RootX_M.pm" "FKFollowRoot_parentConstraint1.tg[0].tpm"; +connectAttr "FKFollowRoot_parentConstraint1.w0" "FKFollowRoot_parentConstraint1.tg[0].tw" + ; +connectAttr "FKIKBlendSpineCondition_M.ocg" "FKOffsetRoot_M.v"; +connectAttr "FKIKBlendSpineCondition_M.ocg" "HipSwingerOffset_M.v"; +connectAttr "HipSwingReversePart1_orientConstraint1.crx" "HipSwingReversePart1.rx" + ; +connectAttr "HipSwingReversePart1_orientConstraint1.cry" "HipSwingReversePart1.ry" + ; +connectAttr "HipSwingReversePart1_orientConstraint1.crz" "HipSwingReversePart1.rz" + ; +connectAttr "HipSwingReversePart2_orientConstraint1.crx" "HipSwingReversePart2.rx" + ; +connectAttr "HipSwingReversePart2_orientConstraint1.cry" "HipSwingReversePart2.ry" + ; +connectAttr "HipSwingReversePart2_orientConstraint1.crz" "HipSwingReversePart2.rz" + ; +connectAttr "HipSwingReversePart2.ro" "HipSwingReversePart2_orientConstraint1.cro" + ; +connectAttr "HipSwingReversePart2.pim" "HipSwingReversePart2_orientConstraint1.cpim" + ; +connectAttr "HipSwingerStabilizerTarget.r" "HipSwingReversePart2_orientConstraint1.tg[0].tr" + ; +connectAttr "HipSwingerStabilizerTarget.ro" "HipSwingReversePart2_orientConstraint1.tg[0].tro" + ; +connectAttr "HipSwingerStabilizerTarget.pm" "HipSwingReversePart2_orientConstraint1.tg[0].tpm" + ; +connectAttr "HipSwingReversePart2_orientConstraint1.w0" "HipSwingReversePart2_orientConstraint1.tg[0].tw" + ; +connectAttr "HipSwinger_M.r" "HipSwingReversePart2_orientConstraint1.tg[1].tr"; +connectAttr "HipSwinger_M.ro" "HipSwingReversePart2_orientConstraint1.tg[1].tro" + ; +connectAttr "HipSwinger_M.pm" "HipSwingReversePart2_orientConstraint1.tg[1].tpm" + ; +connectAttr "HipSwingReversePart2_orientConstraint1.w1" "HipSwingReversePart2_orientConstraint1.tg[1].tw" + ; +connectAttr "HipSwingReverseRoot_orientConstraint1.crx" "HipSwingReverseRoot.rx" + ; +connectAttr "HipSwingReverseRoot_orientConstraint1.cry" "HipSwingReverseRoot.ry" + ; +connectAttr "HipSwingReverseRoot_orientConstraint1.crz" "HipSwingReverseRoot.rz" + ; +connectAttr "HipSwingReverseRoot.ro" "HipSwingReverseRoot_orientConstraint1.cro" + ; +connectAttr "HipSwingReverseRoot.pim" "HipSwingReverseRoot_orientConstraint1.cpim" + ; +connectAttr "HipSwinger_M.r" "HipSwingReverseRoot_orientConstraint1.tg[0].tr"; +connectAttr "HipSwinger_M.ro" "HipSwingReverseRoot_orientConstraint1.tg[0].tro"; +connectAttr "HipSwinger_M.pm" "HipSwingReverseRoot_orientConstraint1.tg[0].tpm"; +connectAttr "HipSwingReverseRoot_orientConstraint1.w0" "HipSwingReverseRoot_orientConstraint1.tg[0].tw" + ; +connectAttr "HipSwingReversePart1.ro" "HipSwingReversePart1_orientConstraint1.cro" + ; +connectAttr "HipSwingReversePart1.pim" "HipSwingReversePart1_orientConstraint1.cpim" + ; +connectAttr "HipSwingerStabilizerTarget.r" "HipSwingReversePart1_orientConstraint1.tg[0].tr" + ; +connectAttr "HipSwingerStabilizerTarget.ro" "HipSwingReversePart1_orientConstraint1.tg[0].tro" + ; +connectAttr "HipSwingerStabilizerTarget.pm" "HipSwingReversePart1_orientConstraint1.tg[0].tpm" + ; +connectAttr "HipSwingReversePart1_orientConstraint1.w0" "HipSwingReversePart1_orientConstraint1.tg[0].tw" + ; +connectAttr "HipSwinger_M.r" "HipSwingReversePart1_orientConstraint1.tg[1].tr"; +connectAttr "HipSwinger_M.ro" "HipSwingReversePart1_orientConstraint1.tg[1].tro" + ; +connectAttr "HipSwinger_M.pm" "HipSwingReversePart1_orientConstraint1.tg[1].tpm" + ; +connectAttr "HipSwingReversePart1_orientConstraint1.w1" "HipSwingReversePart1_orientConstraint1.tg[1].tw" + ; +connectAttr "HipSwingReverseXPart1_orientConstraint1.crx" "HipSwingReverseXPart1.rx" + ; +connectAttr "HipSwingReverseXPart1_orientConstraint1.cry" "HipSwingReverseXPart1.ry" + ; +connectAttr "HipSwingReverseXPart1_orientConstraint1.crz" "HipSwingReverseXPart1.rz" + ; +connectAttr "HipSwingReverseXPart1.ro" "HipSwingReverseXPart1_orientConstraint1.cro" + ; +connectAttr "HipSwingReverseXPart1.pim" "HipSwingReverseXPart1_orientConstraint1.cpim" + ; +connectAttr "HipSwingReversePart1.r" "HipSwingReverseXPart1_orientConstraint1.tg[0].tr" + ; +connectAttr "HipSwingReversePart1.ro" "HipSwingReverseXPart1_orientConstraint1.tg[0].tro" + ; +connectAttr "HipSwingReversePart1.pm" "HipSwingReverseXPart1_orientConstraint1.tg[0].tpm" + ; +connectAttr "HipSwingReverseXPart1_orientConstraint1.w0" "HipSwingReverseXPart1_orientConstraint1.tg[0].tw" + ; +connectAttr "HipSwingReverseXPart2_orientConstraint1.crx" "HipSwingReverseXPart2.rx" + ; +connectAttr "HipSwingReverseXPart2_orientConstraint1.cry" "HipSwingReverseXPart2.ry" + ; +connectAttr "HipSwingReverseXPart2_orientConstraint1.crz" "HipSwingReverseXPart2.rz" + ; +connectAttr "HipSwingReverseXPart2.ro" "HipSwingReverseXPart2_orientConstraint1.cro" + ; +connectAttr "HipSwingReverseXPart2.pim" "HipSwingReverseXPart2_orientConstraint1.cpim" + ; +connectAttr "HipSwingReversePart2.r" "HipSwingReverseXPart2_orientConstraint1.tg[0].tr" + ; +connectAttr "HipSwingReversePart2.ro" "HipSwingReverseXPart2_orientConstraint1.tg[0].tro" + ; +connectAttr "HipSwingReversePart2.pm" "HipSwingReverseXPart2_orientConstraint1.tg[0].tpm" + ; +connectAttr "HipSwingReverseXPart2_orientConstraint1.w0" "HipSwingReverseXPart2_orientConstraint1.tg[0].tw" + ; +connectAttr "FKRoot_M.t" "FKXRoot_M.t"; +connectAttr "FKXRoot_M_pointConstraint1.ctx" "FKXRoot_M.tx"; +connectAttr "FKXRoot_M_pointConstraint1.cty" "FKXRoot_M.ty"; +connectAttr "FKXRoot_M_pointConstraint1.ctz" "FKXRoot_M.tz"; +connectAttr "FKXRoot_M_orientConstraint1.crx" "FKXRoot_M.rx"; +connectAttr "FKXRoot_M_orientConstraint1.cry" "FKXRoot_M.ry"; +connectAttr "FKXRoot_M_orientConstraint1.crz" "FKXRoot_M.rz"; +connectAttr "FKXRoot_M.ro" "FKXRoot_M_orientConstraint1.cro"; +connectAttr "FKXRoot_M.pim" "FKXRoot_M_orientConstraint1.cpim"; +connectAttr "FKXRoot_M.jo" "FKXRoot_M_orientConstraint1.cjo"; +connectAttr "FKXRoot_M.is" "FKXRoot_M_orientConstraint1.is"; +connectAttr "FKRoot_M.r" "FKXRoot_M_orientConstraint1.tg[0].tr"; +connectAttr "FKRoot_M.ro" "FKXRoot_M_orientConstraint1.tg[0].tro"; +connectAttr "FKRoot_M.pm" "FKXRoot_M_orientConstraint1.tg[0].tpm"; +connectAttr "FKXRoot_M_orientConstraint1.w0" "FKXRoot_M_orientConstraint1.tg[0].tw" + ; +connectAttr "FKOffsetRoot_M.r" "FKXRoot_M_orientConstraint1.tg[1].tr"; +connectAttr "FKOffsetRoot_M.ro" "FKXRoot_M_orientConstraint1.tg[1].tro"; +connectAttr "FKOffsetRoot_M.pm" "FKXRoot_M_orientConstraint1.tg[1].tpm"; +connectAttr "FKXRoot_M_orientConstraint1.w1" "FKXRoot_M_orientConstraint1.tg[1].tw" + ; +connectAttr "HipSwingReverseXPart2.r" "FKXRoot_M_orientConstraint1.o"; +connectAttr "FKOffsetRootPart1_M_pointConstraint1.ctx" "FKOffsetRootPart1_M.tx"; +connectAttr "FKOffsetRootPart1_M_pointConstraint1.cty" "FKOffsetRootPart1_M.ty"; +connectAttr "FKOffsetRootPart1_M_pointConstraint1.ctz" "FKOffsetRootPart1_M.tz"; +connectAttr "FKRoot_M.sx" "FKRootPart1_M.sx"; +connectAttr "FKRoot_M.sy" "FKRootPart1_M.sy"; +connectAttr "FKRoot_M.sz" "FKRootPart1_M.sz"; +connectAttr "FKRootPart1_M.s" "FKXRootPart1_M.is"; +connectAttr "FKXRootPart1_M_orientConstraint1.crx" "FKXRootPart1_M.rx"; +connectAttr "FKXRootPart1_M_orientConstraint1.cry" "FKXRootPart1_M.ry"; +connectAttr "FKXRootPart1_M_orientConstraint1.crz" "FKXRootPart1_M.rz"; +connectAttr "FKXRootPart1_M.ro" "FKXRootPart1_M_orientConstraint1.cro"; +connectAttr "FKXRootPart1_M.pim" "FKXRootPart1_M_orientConstraint1.cpim"; +connectAttr "FKXRootPart1_M.jo" "FKXRootPart1_M_orientConstraint1.cjo"; +connectAttr "FKXRootPart1_M.is" "FKXRootPart1_M_orientConstraint1.is"; +connectAttr "FKRoot_M.r" "FKXRootPart1_M_orientConstraint1.tg[0].tr"; +connectAttr "FKRoot_M.ro" "FKXRootPart1_M_orientConstraint1.tg[0].tro"; +connectAttr "FKRoot_M.pm" "FKXRootPart1_M_orientConstraint1.tg[0].tpm"; +connectAttr "FKXRootPart1_M_orientConstraint1.w0" "FKXRootPart1_M_orientConstraint1.tg[0].tw" + ; +connectAttr "FKOffsetRoot_M.r" "FKXRootPart1_M_orientConstraint1.tg[1].tr"; +connectAttr "FKOffsetRoot_M.ro" "FKXRootPart1_M_orientConstraint1.tg[1].tro"; +connectAttr "FKOffsetRoot_M.pm" "FKXRootPart1_M_orientConstraint1.tg[1].tpm"; +connectAttr "FKXRootPart1_M_orientConstraint1.w1" "FKXRootPart1_M_orientConstraint1.tg[1].tw" + ; +connectAttr "HipSwingReverseXPart1.r" "FKXRootPart1_M_orientConstraint1.o"; +connectAttr "FKOffsetRootPart2_M_pointConstraint1.ctx" "FKOffsetRootPart2_M.tx"; +connectAttr "FKOffsetRootPart2_M_pointConstraint1.cty" "FKOffsetRootPart2_M.ty"; +connectAttr "FKOffsetRootPart2_M_pointConstraint1.ctz" "FKOffsetRootPart2_M.tz"; +connectAttr "FKRoot_M.sx" "FKRootPart2_M.sx"; +connectAttr "FKRoot_M.sy" "FKRootPart2_M.sy"; +connectAttr "FKRoot_M.sz" "FKRootPart2_M.sz"; +connectAttr "FKRootPart2_M.s" "FKXRootPart2_M.is"; +connectAttr "FKXRootPart2_M_orientConstraint1.crx" "FKXRootPart2_M.rx"; +connectAttr "FKXRootPart2_M_orientConstraint1.cry" "FKXRootPart2_M.ry"; +connectAttr "FKXRootPart2_M_orientConstraint1.crz" "FKXRootPart2_M.rz"; +connectAttr "FKXRootPart2_M.ro" "FKXRootPart2_M_orientConstraint1.cro"; +connectAttr "FKXRootPart2_M.pim" "FKXRootPart2_M_orientConstraint1.cpim"; +connectAttr "FKXRootPart2_M.jo" "FKXRootPart2_M_orientConstraint1.cjo"; +connectAttr "FKXRootPart2_M.is" "FKXRootPart2_M_orientConstraint1.is"; +connectAttr "FKRoot_M.r" "FKXRootPart2_M_orientConstraint1.tg[0].tr"; +connectAttr "FKRoot_M.ro" "FKXRootPart2_M_orientConstraint1.tg[0].tro"; +connectAttr "FKRoot_M.pm" "FKXRootPart2_M_orientConstraint1.tg[0].tpm"; +connectAttr "FKXRootPart2_M_orientConstraint1.w0" "FKXRootPart2_M_orientConstraint1.tg[0].tw" + ; +connectAttr "FKOffsetRoot_M.r" "FKXRootPart2_M_orientConstraint1.tg[1].tr"; +connectAttr "FKOffsetRoot_M.ro" "FKXRootPart2_M_orientConstraint1.tg[1].tro"; +connectAttr "FKOffsetRoot_M.pm" "FKXRootPart2_M_orientConstraint1.tg[1].tpm"; +connectAttr "FKXRootPart2_M_orientConstraint1.w1" "FKXRootPart2_M_orientConstraint1.tg[1].tw" + ; +connectAttr "FKPS1Spine1_M_scaleConstraint1.csx" "FKPS1Spine1_M.sx"; +connectAttr "FKPS1Spine1_M_scaleConstraint1.csy" "FKPS1Spine1_M.sy"; +connectAttr "FKPS1Spine1_M_scaleConstraint1.csz" "FKPS1Spine1_M.sz"; +connectAttr "FKPS1Spine1_M.pim" "FKPS1Spine1_M_scaleConstraint1.cpim"; +connectAttr "FKRootPart2_M.s" "FKPS1Spine1_M_scaleConstraint1.tg[0].ts"; +connectAttr "FKRootPart2_M.pm" "FKPS1Spine1_M_scaleConstraint1.tg[0].tpm"; +connectAttr "FKPS1Spine1_M_scaleConstraint1.w0" "FKPS1Spine1_M_scaleConstraint1.tg[0].tw" + ; +connectAttr "HipSwingerStabilizer_orientConstraint1.crx" "HipSwingerStabilizer.rx" + ; +connectAttr "HipSwingerStabilizer_orientConstraint1.cry" "HipSwingerStabilizer.ry" + ; +connectAttr "HipSwingerStabilizer_orientConstraint1.crz" "HipSwingerStabilizer.rz" + ; +connectAttr "FKOffsetSpine1_M_pointConstraint1.ctx" "FKOffsetSpine1_M.tx"; +connectAttr "FKOffsetSpine1_M_pointConstraint1.cty" "FKOffsetSpine1_M.ty"; +connectAttr "FKOffsetSpine1_M_pointConstraint1.ctz" "FKOffsetSpine1_M.tz"; +connectAttr "FKSpine1_M.t" "FKXSpine1_M.t"; +connectAttr "FKXSpine1_M_orientConstraint1.crx" "FKXSpine1_M.rx"; +connectAttr "FKXSpine1_M_orientConstraint1.cry" "FKXSpine1_M.ry"; +connectAttr "FKXSpine1_M_orientConstraint1.crz" "FKXSpine1_M.rz"; +connectAttr "FKXSpine1_M.ro" "FKXSpine1_M_orientConstraint1.cro"; +connectAttr "FKXSpine1_M.pim" "FKXSpine1_M_orientConstraint1.cpim"; +connectAttr "FKXSpine1_M.jo" "FKXSpine1_M_orientConstraint1.cjo"; +connectAttr "FKXSpine1_M.is" "FKXSpine1_M_orientConstraint1.is"; +connectAttr "FKSpine1_M.r" "FKXSpine1_M_orientConstraint1.tg[0].tr"; +connectAttr "FKSpine1_M.ro" "FKXSpine1_M_orientConstraint1.tg[0].tro"; +connectAttr "FKSpine1_M.pm" "FKXSpine1_M_orientConstraint1.tg[0].tpm"; +connectAttr "FKXSpine1_M_orientConstraint1.w0" "FKXSpine1_M_orientConstraint1.tg[0].tw" + ; +connectAttr "FKOffsetSpine1_M.r" "FKXSpine1_M_orientConstraint1.tg[1].tr"; +connectAttr "FKOffsetSpine1_M.ro" "FKXSpine1_M_orientConstraint1.tg[1].tro"; +connectAttr "FKOffsetSpine1_M.pm" "FKXSpine1_M_orientConstraint1.tg[1].tpm"; +connectAttr "FKXSpine1_M_orientConstraint1.w1" "FKXSpine1_M_orientConstraint1.tg[1].tw" + ; +connectAttr "FKOffsetSpine1Part1_M_pointConstraint1.ctx" "FKOffsetSpine1Part1_M.tx" + ; +connectAttr "FKOffsetSpine1Part1_M_pointConstraint1.cty" "FKOffsetSpine1Part1_M.ty" + ; +connectAttr "FKOffsetSpine1Part1_M_pointConstraint1.ctz" "FKOffsetSpine1Part1_M.tz" + ; +connectAttr "FKSpine1_M.sx" "FKSpine1Part1_M.sx"; +connectAttr "FKSpine1_M.sy" "FKSpine1Part1_M.sy"; +connectAttr "FKSpine1_M.sz" "FKSpine1Part1_M.sz"; +connectAttr "FKSpine1Part1_M.s" "FKXSpine1Part1_M.is"; +connectAttr "FKXSpine1Part1_M_orientConstraint1.crx" "FKXSpine1Part1_M.rx"; +connectAttr "FKXSpine1Part1_M_orientConstraint1.cry" "FKXSpine1Part1_M.ry"; +connectAttr "FKXSpine1Part1_M_orientConstraint1.crz" "FKXSpine1Part1_M.rz"; +connectAttr "FKXSpine1Part1_M.ro" "FKXSpine1Part1_M_orientConstraint1.cro"; +connectAttr "FKXSpine1Part1_M.pim" "FKXSpine1Part1_M_orientConstraint1.cpim"; +connectAttr "FKXSpine1Part1_M.jo" "FKXSpine1Part1_M_orientConstraint1.cjo"; +connectAttr "FKXSpine1Part1_M.is" "FKXSpine1Part1_M_orientConstraint1.is"; +connectAttr "FKSpine1_M.r" "FKXSpine1Part1_M_orientConstraint1.tg[0].tr"; +connectAttr "FKSpine1_M.ro" "FKXSpine1Part1_M_orientConstraint1.tg[0].tro"; +connectAttr "FKSpine1_M.pm" "FKXSpine1Part1_M_orientConstraint1.tg[0].tpm"; +connectAttr "FKXSpine1Part1_M_orientConstraint1.w0" "FKXSpine1Part1_M_orientConstraint1.tg[0].tw" + ; +connectAttr "FKOffsetSpine1_M.r" "FKXSpine1Part1_M_orientConstraint1.tg[1].tr"; +connectAttr "FKOffsetSpine1_M.ro" "FKXSpine1Part1_M_orientConstraint1.tg[1].tro" + ; +connectAttr "FKOffsetSpine1_M.pm" "FKXSpine1Part1_M_orientConstraint1.tg[1].tpm" + ; +connectAttr "FKXSpine1Part1_M_orientConstraint1.w1" "FKXSpine1Part1_M_orientConstraint1.tg[1].tw" + ; +connectAttr "FKOffsetSpine1Part2_M_pointConstraint1.ctx" "FKOffsetSpine1Part2_M.tx" + ; +connectAttr "FKOffsetSpine1Part2_M_pointConstraint1.cty" "FKOffsetSpine1Part2_M.ty" + ; +connectAttr "FKOffsetSpine1Part2_M_pointConstraint1.ctz" "FKOffsetSpine1Part2_M.tz" + ; +connectAttr "FKSpine1_M.sx" "FKSpine1Part2_M.sx"; +connectAttr "FKSpine1_M.sy" "FKSpine1Part2_M.sy"; +connectAttr "FKSpine1_M.sz" "FKSpine1Part2_M.sz"; +connectAttr "FKSpine1Part2_M.s" "FKXSpine1Part2_M.is"; +connectAttr "FKXSpine1Part2_M_orientConstraint1.crx" "FKXSpine1Part2_M.rx"; +connectAttr "FKXSpine1Part2_M_orientConstraint1.cry" "FKXSpine1Part2_M.ry"; +connectAttr "FKXSpine1Part2_M_orientConstraint1.crz" "FKXSpine1Part2_M.rz"; +connectAttr "FKXSpine1Part2_M.ro" "FKXSpine1Part2_M_orientConstraint1.cro"; +connectAttr "FKXSpine1Part2_M.pim" "FKXSpine1Part2_M_orientConstraint1.cpim"; +connectAttr "FKXSpine1Part2_M.jo" "FKXSpine1Part2_M_orientConstraint1.cjo"; +connectAttr "FKXSpine1Part2_M.is" "FKXSpine1Part2_M_orientConstraint1.is"; +connectAttr "FKSpine1_M.r" "FKXSpine1Part2_M_orientConstraint1.tg[0].tr"; +connectAttr "FKSpine1_M.ro" "FKXSpine1Part2_M_orientConstraint1.tg[0].tro"; +connectAttr "FKSpine1_M.pm" "FKXSpine1Part2_M_orientConstraint1.tg[0].tpm"; +connectAttr "FKXSpine1Part2_M_orientConstraint1.w0" "FKXSpine1Part2_M_orientConstraint1.tg[0].tw" + ; +connectAttr "FKOffsetSpine1_M.r" "FKXSpine1Part2_M_orientConstraint1.tg[1].tr"; +connectAttr "FKOffsetSpine1_M.ro" "FKXSpine1Part2_M_orientConstraint1.tg[1].tro" + ; +connectAttr "FKOffsetSpine1_M.pm" "FKXSpine1Part2_M_orientConstraint1.tg[1].tpm" + ; +connectAttr "FKXSpine1Part2_M_orientConstraint1.w1" "FKXSpine1Part2_M_orientConstraint1.tg[1].tw" + ; +connectAttr "FKOffsetChest_M_pointConstraint1.ctx" "FKOffsetChest_M.tx"; +connectAttr "FKOffsetChest_M_pointConstraint1.cty" "FKOffsetChest_M.ty"; +connectAttr "FKOffsetChest_M_pointConstraint1.ctz" "FKOffsetChest_M.tz"; +connectAttr "FKChest_M.s" "FKXChest_M.is"; +connectAttr "FKOffsetChest_M.pim" "FKOffsetChest_M_pointConstraint1.cpim"; +connectAttr "FKOffsetChest_M.rp" "FKOffsetChest_M_pointConstraint1.crp"; +connectAttr "FKOffsetChest_M.rpt" "FKOffsetChest_M_pointConstraint1.crt"; +connectAttr "FKPS2Chest_M.t" "FKOffsetChest_M_pointConstraint1.tg[0].tt"; +connectAttr "FKPS2Chest_M.rp" "FKOffsetChest_M_pointConstraint1.tg[0].trp"; +connectAttr "FKPS2Chest_M.rpt" "FKOffsetChest_M_pointConstraint1.tg[0].trt"; +connectAttr "FKPS2Chest_M.pm" "FKOffsetChest_M_pointConstraint1.tg[0].tpm"; +connectAttr "FKOffsetChest_M_pointConstraint1.w0" "FKOffsetChest_M_pointConstraint1.tg[0].tw" + ; +connectAttr "FKPS1Chest_M_scaleConstraint1.csx" "FKPS1Chest_M.sx"; +connectAttr "FKPS1Chest_M_scaleConstraint1.csy" "FKPS1Chest_M.sy"; +connectAttr "FKPS1Chest_M_scaleConstraint1.csz" "FKPS1Chest_M.sz"; +connectAttr "FKPS1Chest_M.pim" "FKPS1Chest_M_scaleConstraint1.cpim"; +connectAttr "FKSpine1Part2_M.s" "FKPS1Chest_M_scaleConstraint1.tg[0].ts"; +connectAttr "FKSpine1Part2_M.pm" "FKPS1Chest_M_scaleConstraint1.tg[0].tpm"; +connectAttr "FKPS1Chest_M_scaleConstraint1.w0" "FKPS1Chest_M_scaleConstraint1.tg[0].tw" + ; +connectAttr "FKOffsetSpine1Part2_M.pim" "FKOffsetSpine1Part2_M_pointConstraint1.cpim" + ; +connectAttr "FKOffsetSpine1Part2_M.rp" "FKOffsetSpine1Part2_M_pointConstraint1.crp" + ; +connectAttr "FKOffsetSpine1Part2_M.rpt" "FKOffsetSpine1Part2_M_pointConstraint1.crt" + ; +connectAttr "FKPS2Spine1Part2_M.t" "FKOffsetSpine1Part2_M_pointConstraint1.tg[0].tt" + ; +connectAttr "FKPS2Spine1Part2_M.rp" "FKOffsetSpine1Part2_M_pointConstraint1.tg[0].trp" + ; +connectAttr "FKPS2Spine1Part2_M.rpt" "FKOffsetSpine1Part2_M_pointConstraint1.tg[0].trt" + ; +connectAttr "FKPS2Spine1Part2_M.pm" "FKOffsetSpine1Part2_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "FKOffsetSpine1Part2_M_pointConstraint1.w0" "FKOffsetSpine1Part2_M_pointConstraint1.tg[0].tw" + ; +connectAttr "FKPS1Spine1Part2_M_scaleConstraint1.csx" "FKPS1Spine1Part2_M.sx"; +connectAttr "FKPS1Spine1Part2_M_scaleConstraint1.csy" "FKPS1Spine1Part2_M.sy"; +connectAttr "FKPS1Spine1Part2_M_scaleConstraint1.csz" "FKPS1Spine1Part2_M.sz"; +connectAttr "FKPS1Spine1Part2_M.pim" "FKPS1Spine1Part2_M_scaleConstraint1.cpim"; +connectAttr "FKSpine1Part1_M.s" "FKPS1Spine1Part2_M_scaleConstraint1.tg[0].ts"; +connectAttr "FKSpine1Part1_M.pm" "FKPS1Spine1Part2_M_scaleConstraint1.tg[0].tpm" + ; +connectAttr "FKPS1Spine1Part2_M_scaleConstraint1.w0" "FKPS1Spine1Part2_M_scaleConstraint1.tg[0].tw" + ; +connectAttr "FKOffsetSpine1Part1_M.pim" "FKOffsetSpine1Part1_M_pointConstraint1.cpim" + ; +connectAttr "FKOffsetSpine1Part1_M.rp" "FKOffsetSpine1Part1_M_pointConstraint1.crp" + ; +connectAttr "FKOffsetSpine1Part1_M.rpt" "FKOffsetSpine1Part1_M_pointConstraint1.crt" + ; +connectAttr "FKPS2Spine1Part1_M.t" "FKOffsetSpine1Part1_M_pointConstraint1.tg[0].tt" + ; +connectAttr "FKPS2Spine1Part1_M.rp" "FKOffsetSpine1Part1_M_pointConstraint1.tg[0].trp" + ; +connectAttr "FKPS2Spine1Part1_M.rpt" "FKOffsetSpine1Part1_M_pointConstraint1.tg[0].trt" + ; +connectAttr "FKPS2Spine1Part1_M.pm" "FKOffsetSpine1Part1_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "FKOffsetSpine1Part1_M_pointConstraint1.w0" "FKOffsetSpine1Part1_M_pointConstraint1.tg[0].tw" + ; +connectAttr "FKPS1Spine1Part1_M_scaleConstraint1.csx" "FKPS1Spine1Part1_M.sx"; +connectAttr "FKPS1Spine1Part1_M_scaleConstraint1.csy" "FKPS1Spine1Part1_M.sy"; +connectAttr "FKPS1Spine1Part1_M_scaleConstraint1.csz" "FKPS1Spine1Part1_M.sz"; +connectAttr "FKPS1Spine1Part1_M.pim" "FKPS1Spine1Part1_M_scaleConstraint1.cpim"; +connectAttr "FKSpine1_M.s" "FKPS1Spine1Part1_M_scaleConstraint1.tg[0].ts"; +connectAttr "FKSpine1_M.pm" "FKPS1Spine1Part1_M_scaleConstraint1.tg[0].tpm"; +connectAttr "FKPS1Spine1Part1_M_scaleConstraint1.w0" "FKPS1Spine1Part1_M_scaleConstraint1.tg[0].tw" + ; +connectAttr "FKOffsetSpine1_M.pim" "FKOffsetSpine1_M_pointConstraint1.cpim"; +connectAttr "FKOffsetSpine1_M.rp" "FKOffsetSpine1_M_pointConstraint1.crp"; +connectAttr "FKOffsetSpine1_M.rpt" "FKOffsetSpine1_M_pointConstraint1.crt"; +connectAttr "FKPS2Spine1_M.t" "FKOffsetSpine1_M_pointConstraint1.tg[0].tt"; +connectAttr "FKPS2Spine1_M.rp" "FKOffsetSpine1_M_pointConstraint1.tg[0].trp"; +connectAttr "FKPS2Spine1_M.rpt" "FKOffsetSpine1_M_pointConstraint1.tg[0].trt"; +connectAttr "FKPS2Spine1_M.pm" "FKOffsetSpine1_M_pointConstraint1.tg[0].tpm"; +connectAttr "FKOffsetSpine1_M_pointConstraint1.w0" "FKOffsetSpine1_M_pointConstraint1.tg[0].tw" + ; +connectAttr "HipSwingerStabilizer.ro" "HipSwingerStabilizer_orientConstraint1.cro" + ; +connectAttr "HipSwingerStabilizer.pim" "HipSwingerStabilizer_orientConstraint1.cpim" + ; +connectAttr "HipSwingerStabilizerTarget.r" "HipSwingerStabilizer_orientConstraint1.tg[0].tr" + ; +connectAttr "HipSwingerStabilizerTarget.ro" "HipSwingerStabilizer_orientConstraint1.tg[0].tro" + ; +connectAttr "HipSwingerStabilizerTarget.pm" "HipSwingerStabilizer_orientConstraint1.tg[0].tpm" + ; +connectAttr "HipSwingerStabilizer_orientConstraint1.w0" "HipSwingerStabilizer_orientConstraint1.tg[0].tw" + ; +connectAttr "FKOffsetRootPart2_M.pim" "FKOffsetRootPart2_M_pointConstraint1.cpim" + ; +connectAttr "FKOffsetRootPart2_M.rp" "FKOffsetRootPart2_M_pointConstraint1.crp"; +connectAttr "FKOffsetRootPart2_M.rpt" "FKOffsetRootPart2_M_pointConstraint1.crt" + ; +connectAttr "FKPS2RootPart2_M.t" "FKOffsetRootPart2_M_pointConstraint1.tg[0].tt" + ; +connectAttr "FKPS2RootPart2_M.rp" "FKOffsetRootPart2_M_pointConstraint1.tg[0].trp" + ; +connectAttr "FKPS2RootPart2_M.rpt" "FKOffsetRootPart2_M_pointConstraint1.tg[0].trt" + ; +connectAttr "FKPS2RootPart2_M.pm" "FKOffsetRootPart2_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "FKOffsetRootPart2_M_pointConstraint1.w0" "FKOffsetRootPart2_M_pointConstraint1.tg[0].tw" + ; +connectAttr "FKPS1RootPart2_M_scaleConstraint1.csx" "FKPS1RootPart2_M.sx"; +connectAttr "FKPS1RootPart2_M_scaleConstraint1.csy" "FKPS1RootPart2_M.sy"; +connectAttr "FKPS1RootPart2_M_scaleConstraint1.csz" "FKPS1RootPart2_M.sz"; +connectAttr "FKPS1RootPart2_M.pim" "FKPS1RootPart2_M_scaleConstraint1.cpim"; +connectAttr "FKRootPart1_M.s" "FKPS1RootPart2_M_scaleConstraint1.tg[0].ts"; +connectAttr "FKRootPart1_M.pm" "FKPS1RootPart2_M_scaleConstraint1.tg[0].tpm"; +connectAttr "FKPS1RootPart2_M_scaleConstraint1.w0" "FKPS1RootPart2_M_scaleConstraint1.tg[0].tw" + ; +connectAttr "FKOffsetRootPart1_M.pim" "FKOffsetRootPart1_M_pointConstraint1.cpim" + ; +connectAttr "FKOffsetRootPart1_M.rp" "FKOffsetRootPart1_M_pointConstraint1.crp"; +connectAttr "FKOffsetRootPart1_M.rpt" "FKOffsetRootPart1_M_pointConstraint1.crt" + ; +connectAttr "FKPS2RootPart1_M.t" "FKOffsetRootPart1_M_pointConstraint1.tg[0].tt" + ; +connectAttr "FKPS2RootPart1_M.rp" "FKOffsetRootPart1_M_pointConstraint1.tg[0].trp" + ; +connectAttr "FKPS2RootPart1_M.rpt" "FKOffsetRootPart1_M_pointConstraint1.tg[0].trt" + ; +connectAttr "FKPS2RootPart1_M.pm" "FKOffsetRootPart1_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "FKOffsetRootPart1_M_pointConstraint1.w0" "FKOffsetRootPart1_M_pointConstraint1.tg[0].tw" + ; +connectAttr "FKPS1RootPart1_M_scaleConstraint1.csx" "FKPS1RootPart1_M.sx"; +connectAttr "FKPS1RootPart1_M_scaleConstraint1.csy" "FKPS1RootPart1_M.sy"; +connectAttr "FKPS1RootPart1_M_scaleConstraint1.csz" "FKPS1RootPart1_M.sz"; +connectAttr "FKPS1RootPart1_M.pim" "FKPS1RootPart1_M_scaleConstraint1.cpim"; +connectAttr "FKRoot_M.s" "FKPS1RootPart1_M_scaleConstraint1.tg[0].ts"; +connectAttr "FKRoot_M.pm" "FKPS1RootPart1_M_scaleConstraint1.tg[0].tpm"; +connectAttr "FKPS1RootPart1_M_scaleConstraint1.w0" "FKPS1RootPart1_M_scaleConstraint1.tg[0].tw" + ; +connectAttr "FKXRoot_M.pim" "FKXRoot_M_pointConstraint1.cpim"; +connectAttr "FKXRoot_M.rp" "FKXRoot_M_pointConstraint1.crp"; +connectAttr "FKXRoot_M.rpt" "FKXRoot_M_pointConstraint1.crt"; +connectAttr "HipSwingReverseRoot.t" "FKXRoot_M_pointConstraint1.tg[0].tt"; +connectAttr "HipSwingReverseRoot.rp" "FKXRoot_M_pointConstraint1.tg[0].trp"; +connectAttr "HipSwingReverseRoot.rpt" "FKXRoot_M_pointConstraint1.tg[0].trt"; +connectAttr "HipSwingReverseRoot.pm" "FKXRoot_M_pointConstraint1.tg[0].tpm"; +connectAttr "FKXRoot_M_pointConstraint1.w0" "FKXRoot_M_pointConstraint1.tg[0].tw" + ; +connectAttr "FKParentConstraintToRoot_M_parentConstraint1.ctx" "FKParentConstraintToRoot_M.tx" + ; +connectAttr "FKParentConstraintToRoot_M_parentConstraint1.cty" "FKParentConstraintToRoot_M.ty" + ; +connectAttr "FKParentConstraintToRoot_M_parentConstraint1.ctz" "FKParentConstraintToRoot_M.tz" + ; +connectAttr "FKParentConstraintToRoot_M_parentConstraint1.crx" "FKParentConstraintToRoot_M.rx" + ; +connectAttr "FKParentConstraintToRoot_M_parentConstraint1.cry" "FKParentConstraintToRoot_M.ry" + ; +connectAttr "FKParentConstraintToRoot_M_parentConstraint1.crz" "FKParentConstraintToRoot_M.rz" + ; +connectAttr "FKParentConstraintToRoot_M.ro" "FKParentConstraintToRoot_M_parentConstraint1.cro" + ; +connectAttr "FKParentConstraintToRoot_M.pim" "FKParentConstraintToRoot_M_parentConstraint1.cpim" + ; +connectAttr "FKParentConstraintToRoot_M.rp" "FKParentConstraintToRoot_M_parentConstraint1.crp" + ; +connectAttr "FKParentConstraintToRoot_M.rpt" "FKParentConstraintToRoot_M_parentConstraint1.crt" + ; +connectAttr "LegLockConstrained.t" "FKParentConstraintToRoot_M_parentConstraint1.tg[0].tt" + ; +connectAttr "LegLockConstrained.rp" "FKParentConstraintToRoot_M_parentConstraint1.tg[0].trp" + ; +connectAttr "LegLockConstrained.rpt" "FKParentConstraintToRoot_M_parentConstraint1.tg[0].trt" + ; +connectAttr "LegLockConstrained.r" "FKParentConstraintToRoot_M_parentConstraint1.tg[0].tr" + ; +connectAttr "LegLockConstrained.ro" "FKParentConstraintToRoot_M_parentConstraint1.tg[0].tro" + ; +connectAttr "LegLockConstrained.s" "FKParentConstraintToRoot_M_parentConstraint1.tg[0].ts" + ; +connectAttr "LegLockConstrained.pm" "FKParentConstraintToRoot_M_parentConstraint1.tg[0].tpm" + ; +connectAttr "FKParentConstraintToRoot_M_parentConstraint1.w0" "FKParentConstraintToRoot_M_parentConstraint1.tg[0].tw" + ; +connectAttr "FKIKBlendLegCondition_R.ocg" "FKOffsetHip_R.v"; +connectAttr "FKHip_R.s" "FKXHip_R.is"; +connectAttr "FKOffsetKnee_R_pointConstraint1.ctx" "FKOffsetKnee_R.tx"; +connectAttr "FKOffsetKnee_R_pointConstraint1.cty" "FKOffsetKnee_R.ty"; +connectAttr "FKOffsetKnee_R_pointConstraint1.ctz" "FKOffsetKnee_R.tz"; +connectAttr "FKKnee_R.s" "FKXKnee_R.is"; +connectAttr "FKOffsetAnkle_R_pointConstraint1.ctx" "FKOffsetAnkle_R.tx"; +connectAttr "FKOffsetAnkle_R_pointConstraint1.cty" "FKOffsetAnkle_R.ty"; +connectAttr "FKOffsetAnkle_R_pointConstraint1.ctz" "FKOffsetAnkle_R.tz"; +connectAttr "FKAnkle_R.s" "FKXAnkle_R.is"; +connectAttr "FKExtraToes_R_translateX.o" "FKExtraToes_R.tx"; +connectAttr "FKExtraToes_R_translateY.o" "FKExtraToes_R.ty"; +connectAttr "FKExtraToes_R_translateZ.o" "FKExtraToes_R.tz"; +connectAttr "FKExtraToes_R_rotateX.o" "FKExtraToes_R.rx"; +connectAttr "FKExtraToes_R_rotateY.o" "FKExtraToes_R.ry"; +connectAttr "FKExtraToes_R_rotateZ.o" "FKExtraToes_R.rz"; +connectAttr "FKToes_R.s" "FKXToes_R.is"; +connectAttr "FKOffsetAnkle_R.pim" "FKOffsetAnkle_R_pointConstraint1.cpim"; +connectAttr "FKOffsetAnkle_R.rp" "FKOffsetAnkle_R_pointConstraint1.crp"; +connectAttr "FKOffsetAnkle_R.rpt" "FKOffsetAnkle_R_pointConstraint1.crt"; +connectAttr "FKPS2Ankle_R.t" "FKOffsetAnkle_R_pointConstraint1.tg[0].tt"; +connectAttr "FKPS2Ankle_R.rp" "FKOffsetAnkle_R_pointConstraint1.tg[0].trp"; +connectAttr "FKPS2Ankle_R.rpt" "FKOffsetAnkle_R_pointConstraint1.tg[0].trt"; +connectAttr "FKPS2Ankle_R.pm" "FKOffsetAnkle_R_pointConstraint1.tg[0].tpm"; +connectAttr "FKOffsetAnkle_R_pointConstraint1.w0" "FKOffsetAnkle_R_pointConstraint1.tg[0].tw" + ; +connectAttr "FKPS1Ankle_R_scaleConstraint1.csx" "FKPS1Ankle_R.sx"; +connectAttr "FKPS1Ankle_R_scaleConstraint1.csy" "FKPS1Ankle_R.sy"; +connectAttr "FKPS1Ankle_R_scaleConstraint1.csz" "FKPS1Ankle_R.sz"; +connectAttr "FKPS1Ankle_R.pim" "FKPS1Ankle_R_scaleConstraint1.cpim"; +connectAttr "FKKnee_R.s" "FKPS1Ankle_R_scaleConstraint1.tg[0].ts"; +connectAttr "FKKnee_R.pm" "FKPS1Ankle_R_scaleConstraint1.tg[0].tpm"; +connectAttr "FKPS1Ankle_R_scaleConstraint1.w0" "FKPS1Ankle_R_scaleConstraint1.tg[0].tw" + ; +connectAttr "FKOffsetKnee_R.pim" "FKOffsetKnee_R_pointConstraint1.cpim"; +connectAttr "FKOffsetKnee_R.rp" "FKOffsetKnee_R_pointConstraint1.crp"; +connectAttr "FKOffsetKnee_R.rpt" "FKOffsetKnee_R_pointConstraint1.crt"; +connectAttr "FKPS2Knee_R.t" "FKOffsetKnee_R_pointConstraint1.tg[0].tt"; +connectAttr "FKPS2Knee_R.rp" "FKOffsetKnee_R_pointConstraint1.tg[0].trp"; +connectAttr "FKPS2Knee_R.rpt" "FKOffsetKnee_R_pointConstraint1.tg[0].trt"; +connectAttr "FKPS2Knee_R.pm" "FKOffsetKnee_R_pointConstraint1.tg[0].tpm"; +connectAttr "FKOffsetKnee_R_pointConstraint1.w0" "FKOffsetKnee_R_pointConstraint1.tg[0].tw" + ; +connectAttr "FKPS1Knee_R_scaleConstraint1.csx" "FKPS1Knee_R.sx"; +connectAttr "FKPS1Knee_R_scaleConstraint1.csy" "FKPS1Knee_R.sy"; +connectAttr "FKPS1Knee_R_scaleConstraint1.csz" "FKPS1Knee_R.sz"; +connectAttr "FKPS1Knee_R.pim" "FKPS1Knee_R_scaleConstraint1.cpim"; +connectAttr "FKHip_R.s" "FKPS1Knee_R_scaleConstraint1.tg[0].ts"; +connectAttr "FKHip_R.pm" "FKPS1Knee_R_scaleConstraint1.tg[0].tpm"; +connectAttr "FKPS1Knee_R_scaleConstraint1.w0" "FKPS1Knee_R_scaleConstraint1.tg[0].tw" + ; +connectAttr "FKIKBlendLegCondition_L.ocg" "FKOffsetHip_L.v"; +connectAttr "FKHip_L.s" "FKXHip_L.is"; +connectAttr "FKOffsetKnee_L_pointConstraint1.ctx" "FKOffsetKnee_L.tx"; +connectAttr "FKOffsetKnee_L_pointConstraint1.cty" "FKOffsetKnee_L.ty"; +connectAttr "FKOffsetKnee_L_pointConstraint1.ctz" "FKOffsetKnee_L.tz"; +connectAttr "FKKnee_L.s" "FKXKnee_L.is"; +connectAttr "FKOffsetAnkle_L_pointConstraint1.ctx" "FKOffsetAnkle_L.tx"; +connectAttr "FKOffsetAnkle_L_pointConstraint1.cty" "FKOffsetAnkle_L.ty"; +connectAttr "FKOffsetAnkle_L_pointConstraint1.ctz" "FKOffsetAnkle_L.tz"; +connectAttr "FKAnkle_L.s" "FKXAnkle_L.is"; +connectAttr "FKExtraToes_L_translateX.o" "FKExtraToes_L.tx"; +connectAttr "FKExtraToes_L_translateY.o" "FKExtraToes_L.ty"; +connectAttr "FKExtraToes_L_translateZ.o" "FKExtraToes_L.tz"; +connectAttr "FKExtraToes_L_rotateX.o" "FKExtraToes_L.rx"; +connectAttr "FKExtraToes_L_rotateY.o" "FKExtraToes_L.ry"; +connectAttr "FKExtraToes_L_rotateZ.o" "FKExtraToes_L.rz"; +connectAttr "FKToes_L.s" "FKXToes_L.is"; +connectAttr "FKOffsetAnkle_L.pim" "FKOffsetAnkle_L_pointConstraint1.cpim"; +connectAttr "FKOffsetAnkle_L.rp" "FKOffsetAnkle_L_pointConstraint1.crp"; +connectAttr "FKOffsetAnkle_L.rpt" "FKOffsetAnkle_L_pointConstraint1.crt"; +connectAttr "FKPS2Ankle_L.t" "FKOffsetAnkle_L_pointConstraint1.tg[0].tt"; +connectAttr "FKPS2Ankle_L.rp" "FKOffsetAnkle_L_pointConstraint1.tg[0].trp"; +connectAttr "FKPS2Ankle_L.rpt" "FKOffsetAnkle_L_pointConstraint1.tg[0].trt"; +connectAttr "FKPS2Ankle_L.pm" "FKOffsetAnkle_L_pointConstraint1.tg[0].tpm"; +connectAttr "FKOffsetAnkle_L_pointConstraint1.w0" "FKOffsetAnkle_L_pointConstraint1.tg[0].tw" + ; +connectAttr "FKPS1Ankle_L_scaleConstraint1.csx" "FKPS1Ankle_L.sx"; +connectAttr "FKPS1Ankle_L_scaleConstraint1.csy" "FKPS1Ankle_L.sy"; +connectAttr "FKPS1Ankle_L_scaleConstraint1.csz" "FKPS1Ankle_L.sz"; +connectAttr "FKPS1Ankle_L.pim" "FKPS1Ankle_L_scaleConstraint1.cpim"; +connectAttr "FKKnee_L.s" "FKPS1Ankle_L_scaleConstraint1.tg[0].ts"; +connectAttr "FKKnee_L.pm" "FKPS1Ankle_L_scaleConstraint1.tg[0].tpm"; +connectAttr "FKPS1Ankle_L_scaleConstraint1.w0" "FKPS1Ankle_L_scaleConstraint1.tg[0].tw" + ; +connectAttr "FKOffsetKnee_L.pim" "FKOffsetKnee_L_pointConstraint1.cpim"; +connectAttr "FKOffsetKnee_L.rp" "FKOffsetKnee_L_pointConstraint1.crp"; +connectAttr "FKOffsetKnee_L.rpt" "FKOffsetKnee_L_pointConstraint1.crt"; +connectAttr "FKPS2Knee_L.t" "FKOffsetKnee_L_pointConstraint1.tg[0].tt"; +connectAttr "FKPS2Knee_L.rp" "FKOffsetKnee_L_pointConstraint1.tg[0].trp"; +connectAttr "FKPS2Knee_L.rpt" "FKOffsetKnee_L_pointConstraint1.tg[0].trt"; +connectAttr "FKPS2Knee_L.pm" "FKOffsetKnee_L_pointConstraint1.tg[0].tpm"; +connectAttr "FKOffsetKnee_L_pointConstraint1.w0" "FKOffsetKnee_L_pointConstraint1.tg[0].tw" + ; +connectAttr "FKPS1Knee_L_scaleConstraint1.csx" "FKPS1Knee_L.sx"; +connectAttr "FKPS1Knee_L_scaleConstraint1.csy" "FKPS1Knee_L.sy"; +connectAttr "FKPS1Knee_L_scaleConstraint1.csz" "FKPS1Knee_L.sz"; +connectAttr "FKPS1Knee_L.pim" "FKPS1Knee_L_scaleConstraint1.cpim"; +connectAttr "FKHip_L.s" "FKPS1Knee_L_scaleConstraint1.tg[0].ts"; +connectAttr "FKHip_L.pm" "FKPS1Knee_L_scaleConstraint1.tg[0].tpm"; +connectAttr "FKPS1Knee_L_scaleConstraint1.w0" "FKPS1Knee_L_scaleConstraint1.tg[0].tw" + ; +connectAttr "FKParentConstraintToChest_M_pointConstraint1.ctx" "FKParentConstraintToChest_M.tx" + ; +connectAttr "FKParentConstraintToChest_M_pointConstraint1.cty" "FKParentConstraintToChest_M.ty" + ; +connectAttr "FKParentConstraintToChest_M_pointConstraint1.ctz" "FKParentConstraintToChest_M.tz" + ; +connectAttr "FKParentConstraintToChest_M_orientConstraint1.crx" "FKParentConstraintToChest_M.rx" + ; +connectAttr "FKParentConstraintToChest_M_orientConstraint1.cry" "FKParentConstraintToChest_M.ry" + ; +connectAttr "FKParentConstraintToChest_M_orientConstraint1.crz" "FKParentConstraintToChest_M.rz" + ; +connectAttr "FKParentConstraintToChest_M.pim" "FKParentConstraintToChest_M_pointConstraint1.cpim" + ; +connectAttr "FKParentConstraintToChest_M.rp" "FKParentConstraintToChest_M_pointConstraint1.crp" + ; +connectAttr "FKParentConstraintToChest_M.rpt" "FKParentConstraintToChest_M_pointConstraint1.crt" + ; +connectAttr "Chest_M.t" "FKParentConstraintToChest_M_pointConstraint1.tg[0].tt"; +connectAttr "Chest_M.rp" "FKParentConstraintToChest_M_pointConstraint1.tg[0].trp" + ; +connectAttr "Chest_M.rpt" "FKParentConstraintToChest_M_pointConstraint1.tg[0].trt" + ; +connectAttr "Chest_M.pm" "FKParentConstraintToChest_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "FKParentConstraintToChest_M_pointConstraint1.w0" "FKParentConstraintToChest_M_pointConstraint1.tg[0].tw" + ; +connectAttr "FKParentConstraintToChest_M.ro" "FKParentConstraintToChest_M_orientConstraint1.cro" + ; +connectAttr "FKParentConstraintToChest_M.pim" "FKParentConstraintToChest_M_orientConstraint1.cpim" + ; +connectAttr "Chest_M.r" "FKParentConstraintToChest_M_orientConstraint1.tg[0].tr" + ; +connectAttr "Chest_M.ro" "FKParentConstraintToChest_M_orientConstraint1.tg[0].tro" + ; +connectAttr "Chest_M.pm" "FKParentConstraintToChest_M_orientConstraint1.tg[0].tpm" + ; +connectAttr "Chest_M.jo" "FKParentConstraintToChest_M_orientConstraint1.tg[0].tjo" + ; +connectAttr "FKParentConstraintToChest_M_orientConstraint1.w0" "FKParentConstraintToChest_M_orientConstraint1.tg[0].tw" + ; +connectAttr "FKNeck_M.t" "FKXNeck_M.t"; +connectAttr "FKXNeck_M_orientConstraint1.crx" "FKXNeck_M.rx"; +connectAttr "FKXNeck_M_orientConstraint1.cry" "FKXNeck_M.ry"; +connectAttr "FKXNeck_M_orientConstraint1.crz" "FKXNeck_M.rz"; +connectAttr "FKXNeck_M.ro" "FKXNeck_M_orientConstraint1.cro"; +connectAttr "FKXNeck_M.pim" "FKXNeck_M_orientConstraint1.cpim"; +connectAttr "FKXNeck_M.jo" "FKXNeck_M_orientConstraint1.cjo"; +connectAttr "FKXNeck_M.is" "FKXNeck_M_orientConstraint1.is"; +connectAttr "FKNeck_M.r" "FKXNeck_M_orientConstraint1.tg[0].tr"; +connectAttr "FKNeck_M.ro" "FKXNeck_M_orientConstraint1.tg[0].tro"; +connectAttr "FKNeck_M.pm" "FKXNeck_M_orientConstraint1.tg[0].tpm"; +connectAttr "FKXNeck_M_orientConstraint1.w0" "FKXNeck_M_orientConstraint1.tg[0].tw" + ; +connectAttr "FKOffsetNeck_M.r" "FKXNeck_M_orientConstraint1.tg[1].tr"; +connectAttr "FKOffsetNeck_M.ro" "FKXNeck_M_orientConstraint1.tg[1].tro"; +connectAttr "FKOffsetNeck_M.pm" "FKXNeck_M_orientConstraint1.tg[1].tpm"; +connectAttr "FKXNeck_M_orientConstraint1.w1" "FKXNeck_M_orientConstraint1.tg[1].tw" + ; +connectAttr "FKOffsetNeckPart1_M_pointConstraint1.ctx" "FKOffsetNeckPart1_M.tx"; +connectAttr "FKOffsetNeckPart1_M_pointConstraint1.cty" "FKOffsetNeckPart1_M.ty"; +connectAttr "FKOffsetNeckPart1_M_pointConstraint1.ctz" "FKOffsetNeckPart1_M.tz"; +connectAttr "FKNeck_M.sx" "FKNeckPart1_M.sx"; +connectAttr "FKNeck_M.sy" "FKNeckPart1_M.sy"; +connectAttr "FKNeck_M.sz" "FKNeckPart1_M.sz"; +connectAttr "FKNeckPart1_M.s" "FKXNeckPart1_M.is"; +connectAttr "FKXNeckPart1_M_orientConstraint1.crx" "FKXNeckPart1_M.rx"; +connectAttr "FKXNeckPart1_M_orientConstraint1.cry" "FKXNeckPart1_M.ry"; +connectAttr "FKXNeckPart1_M_orientConstraint1.crz" "FKXNeckPart1_M.rz"; +connectAttr "FKXNeckPart1_M.ro" "FKXNeckPart1_M_orientConstraint1.cro"; +connectAttr "FKXNeckPart1_M.pim" "FKXNeckPart1_M_orientConstraint1.cpim"; +connectAttr "FKXNeckPart1_M.jo" "FKXNeckPart1_M_orientConstraint1.cjo"; +connectAttr "FKXNeckPart1_M.is" "FKXNeckPart1_M_orientConstraint1.is"; +connectAttr "FKNeck_M.r" "FKXNeckPart1_M_orientConstraint1.tg[0].tr"; +connectAttr "FKNeck_M.ro" "FKXNeckPart1_M_orientConstraint1.tg[0].tro"; +connectAttr "FKNeck_M.pm" "FKXNeckPart1_M_orientConstraint1.tg[0].tpm"; +connectAttr "FKXNeckPart1_M_orientConstraint1.w0" "FKXNeckPart1_M_orientConstraint1.tg[0].tw" + ; +connectAttr "FKOffsetNeck_M.r" "FKXNeckPart1_M_orientConstraint1.tg[1].tr"; +connectAttr "FKOffsetNeck_M.ro" "FKXNeckPart1_M_orientConstraint1.tg[1].tro"; +connectAttr "FKOffsetNeck_M.pm" "FKXNeckPart1_M_orientConstraint1.tg[1].tpm"; +connectAttr "FKXNeckPart1_M_orientConstraint1.w1" "FKXNeckPart1_M_orientConstraint1.tg[1].tw" + ; +connectAttr "FKOffsetNeckPart2_M_pointConstraint1.ctx" "FKOffsetNeckPart2_M.tx"; +connectAttr "FKOffsetNeckPart2_M_pointConstraint1.cty" "FKOffsetNeckPart2_M.ty"; +connectAttr "FKOffsetNeckPart2_M_pointConstraint1.ctz" "FKOffsetNeckPart2_M.tz"; +connectAttr "FKNeck_M.sx" "FKNeckPart2_M.sx"; +connectAttr "FKNeck_M.sy" "FKNeckPart2_M.sy"; +connectAttr "FKNeck_M.sz" "FKNeckPart2_M.sz"; +connectAttr "FKNeckPart2_M.s" "FKXNeckPart2_M.is"; +connectAttr "FKXNeckPart2_M_orientConstraint1.crx" "FKXNeckPart2_M.rx"; +connectAttr "FKXNeckPart2_M_orientConstraint1.cry" "FKXNeckPart2_M.ry"; +connectAttr "FKXNeckPart2_M_orientConstraint1.crz" "FKXNeckPart2_M.rz"; +connectAttr "FKXNeckPart2_M.ro" "FKXNeckPart2_M_orientConstraint1.cro"; +connectAttr "FKXNeckPart2_M.pim" "FKXNeckPart2_M_orientConstraint1.cpim"; +connectAttr "FKXNeckPart2_M.jo" "FKXNeckPart2_M_orientConstraint1.cjo"; +connectAttr "FKXNeckPart2_M.is" "FKXNeckPart2_M_orientConstraint1.is"; +connectAttr "FKNeck_M.r" "FKXNeckPart2_M_orientConstraint1.tg[0].tr"; +connectAttr "FKNeck_M.ro" "FKXNeckPart2_M_orientConstraint1.tg[0].tro"; +connectAttr "FKNeck_M.pm" "FKXNeckPart2_M_orientConstraint1.tg[0].tpm"; +connectAttr "FKXNeckPart2_M_orientConstraint1.w0" "FKXNeckPart2_M_orientConstraint1.tg[0].tw" + ; +connectAttr "FKOffsetNeck_M.r" "FKXNeckPart2_M_orientConstraint1.tg[1].tr"; +connectAttr "FKOffsetNeck_M.ro" "FKXNeckPart2_M_orientConstraint1.tg[1].tro"; +connectAttr "FKOffsetNeck_M.pm" "FKXNeckPart2_M_orientConstraint1.tg[1].tpm"; +connectAttr "FKXNeckPart2_M_orientConstraint1.w1" "FKXNeckPart2_M_orientConstraint1.tg[1].tw" + ; +connectAttr "FKOffsetHead_M_pointConstraint1.ctx" "FKOffsetHead_M.tx"; +connectAttr "FKOffsetHead_M_pointConstraint1.cty" "FKOffsetHead_M.ty"; +connectAttr "FKOffsetHead_M_pointConstraint1.ctz" "FKOffsetHead_M.tz"; +connectAttr "FKGlobalHead_M_orientConstraint1.crx" "FKGlobalHead_M.rx"; +connectAttr "FKGlobalHead_M_orientConstraint1.cry" "FKGlobalHead_M.ry"; +connectAttr "FKGlobalHead_M_orientConstraint1.crz" "FKGlobalHead_M.rz"; +connectAttr "FKHead_M.s" "FKXHead_M.is"; +connectAttr "FKJaw_M.s" "FKXJaw_M.is"; +connectAttr "FKAimEye_R_aimConstraint1.crx" "FKAimEye_R.rx"; +connectAttr "FKAimEye_R_aimConstraint1.cry" "FKAimEye_R.ry"; +connectAttr "FKAimEye_R_aimConstraint1.crz" "FKAimEye_R.rz"; +connectAttr "FKAimEye_R.pim" "FKAimEye_R_aimConstraint1.cpim"; +connectAttr "FKAimEye_R.t" "FKAimEye_R_aimConstraint1.ct"; +connectAttr "FKAimEye_R.rp" "FKAimEye_R_aimConstraint1.crp"; +connectAttr "FKAimEye_R.rpt" "FKAimEye_R_aimConstraint1.crt"; +connectAttr "FKAimEye_R.ro" "FKAimEye_R_aimConstraint1.cro"; +connectAttr "AimEye_R.t" "FKAimEye_R_aimConstraint1.tg[0].tt"; +connectAttr "AimEye_R.rp" "FKAimEye_R_aimConstraint1.tg[0].trp"; +connectAttr "AimEye_R.rpt" "FKAimEye_R_aimConstraint1.tg[0].trt"; +connectAttr "AimEye_R.pm" "FKAimEye_R_aimConstraint1.tg[0].tpm"; +connectAttr "FKAimEye_R_aimConstraint1.w0" "FKAimEye_R_aimConstraint1.tg[0].tw"; +connectAttr "Head_M.wm" "FKAimEye_R_aimConstraint1.wum"; +connectAttr "Main.aimFKVis" "FKEye_RShape.v"; +connectAttr "FKEye_R.s" "FKXEye_R.is"; +connectAttr "FKAimEye_L_aimConstraint1.crx" "FKAimEye_L.rx"; +connectAttr "FKAimEye_L_aimConstraint1.cry" "FKAimEye_L.ry"; +connectAttr "FKAimEye_L_aimConstraint1.crz" "FKAimEye_L.rz"; +connectAttr "FKAimEye_L.pim" "FKAimEye_L_aimConstraint1.cpim"; +connectAttr "FKAimEye_L.t" "FKAimEye_L_aimConstraint1.ct"; +connectAttr "FKAimEye_L.rp" "FKAimEye_L_aimConstraint1.crp"; +connectAttr "FKAimEye_L.rpt" "FKAimEye_L_aimConstraint1.crt"; +connectAttr "FKAimEye_L.ro" "FKAimEye_L_aimConstraint1.cro"; +connectAttr "AimEye_L.t" "FKAimEye_L_aimConstraint1.tg[0].tt"; +connectAttr "AimEye_L.rp" "FKAimEye_L_aimConstraint1.tg[0].trp"; +connectAttr "AimEye_L.rpt" "FKAimEye_L_aimConstraint1.tg[0].trt"; +connectAttr "AimEye_L.pm" "FKAimEye_L_aimConstraint1.tg[0].tpm"; +connectAttr "FKAimEye_L_aimConstraint1.w0" "FKAimEye_L_aimConstraint1.tg[0].tw"; +connectAttr "Head_M.wm" "FKAimEye_L_aimConstraint1.wum"; +connectAttr "Main.aimFKVis" "FKEye_LShape.v"; +connectAttr "FKEye_L.s" "FKXEye_L.is"; +connectAttr "FKGlobalHead_M.ro" "FKGlobalHead_M_orientConstraint1.cro"; +connectAttr "FKGlobalHead_M.pim" "FKGlobalHead_M_orientConstraint1.cpim"; +connectAttr "GlobalHead_M.r" "FKGlobalHead_M_orientConstraint1.tg[0].tr"; +connectAttr "GlobalHead_M.ro" "FKGlobalHead_M_orientConstraint1.tg[0].tro"; +connectAttr "GlobalHead_M.pm" "FKGlobalHead_M_orientConstraint1.tg[0].tpm"; +connectAttr "FKGlobalHead_M_orientConstraint1.w0" "FKGlobalHead_M_orientConstraint1.tg[0].tw" + ; +connectAttr "FKGlobalStaticHead_M.r" "FKGlobalHead_M_orientConstraint1.tg[1].tr" + ; +connectAttr "FKGlobalStaticHead_M.ro" "FKGlobalHead_M_orientConstraint1.tg[1].tro" + ; +connectAttr "FKGlobalStaticHead_M.pm" "FKGlobalHead_M_orientConstraint1.tg[1].tpm" + ; +connectAttr "FKGlobalHead_M_orientConstraint1.w1" "FKGlobalHead_M_orientConstraint1.tg[1].tw" + ; +connectAttr "globalUnitConversionHead_M.o" "FKGlobalHead_M_orientConstraint1.w0" + ; +connectAttr "globalReverseHead_M.ox" "FKGlobalHead_M_orientConstraint1.w1"; +connectAttr "FKOffsetHead_M.pim" "FKOffsetHead_M_pointConstraint1.cpim"; +connectAttr "FKOffsetHead_M.rp" "FKOffsetHead_M_pointConstraint1.crp"; +connectAttr "FKOffsetHead_M.rpt" "FKOffsetHead_M_pointConstraint1.crt"; +connectAttr "FKPS2Head_M.t" "FKOffsetHead_M_pointConstraint1.tg[0].tt"; +connectAttr "FKPS2Head_M.rp" "FKOffsetHead_M_pointConstraint1.tg[0].trp"; +connectAttr "FKPS2Head_M.rpt" "FKOffsetHead_M_pointConstraint1.tg[0].trt"; +connectAttr "FKPS2Head_M.pm" "FKOffsetHead_M_pointConstraint1.tg[0].tpm"; +connectAttr "FKOffsetHead_M_pointConstraint1.w0" "FKOffsetHead_M_pointConstraint1.tg[0].tw" + ; +connectAttr "FKPS1Head_M_scaleConstraint1.csx" "FKPS1Head_M.sx"; +connectAttr "FKPS1Head_M_scaleConstraint1.csy" "FKPS1Head_M.sy"; +connectAttr "FKPS1Head_M_scaleConstraint1.csz" "FKPS1Head_M.sz"; +connectAttr "FKPS1Head_M.pim" "FKPS1Head_M_scaleConstraint1.cpim"; +connectAttr "FKNeckPart2_M.s" "FKPS1Head_M_scaleConstraint1.tg[0].ts"; +connectAttr "FKNeckPart2_M.pm" "FKPS1Head_M_scaleConstraint1.tg[0].tpm"; +connectAttr "FKPS1Head_M_scaleConstraint1.w0" "FKPS1Head_M_scaleConstraint1.tg[0].tw" + ; +connectAttr "FKOffsetNeckPart2_M.pim" "FKOffsetNeckPart2_M_pointConstraint1.cpim" + ; +connectAttr "FKOffsetNeckPart2_M.rp" "FKOffsetNeckPart2_M_pointConstraint1.crp"; +connectAttr "FKOffsetNeckPart2_M.rpt" "FKOffsetNeckPart2_M_pointConstraint1.crt" + ; +connectAttr "FKPS2NeckPart2_M.t" "FKOffsetNeckPart2_M_pointConstraint1.tg[0].tt" + ; +connectAttr "FKPS2NeckPart2_M.rp" "FKOffsetNeckPart2_M_pointConstraint1.tg[0].trp" + ; +connectAttr "FKPS2NeckPart2_M.rpt" "FKOffsetNeckPart2_M_pointConstraint1.tg[0].trt" + ; +connectAttr "FKPS2NeckPart2_M.pm" "FKOffsetNeckPart2_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "FKOffsetNeckPart2_M_pointConstraint1.w0" "FKOffsetNeckPart2_M_pointConstraint1.tg[0].tw" + ; +connectAttr "FKPS1NeckPart2_M_scaleConstraint1.csx" "FKPS1NeckPart2_M.sx"; +connectAttr "FKPS1NeckPart2_M_scaleConstraint1.csy" "FKPS1NeckPart2_M.sy"; +connectAttr "FKPS1NeckPart2_M_scaleConstraint1.csz" "FKPS1NeckPart2_M.sz"; +connectAttr "FKPS1NeckPart2_M.pim" "FKPS1NeckPart2_M_scaleConstraint1.cpim"; +connectAttr "FKNeckPart1_M.s" "FKPS1NeckPart2_M_scaleConstraint1.tg[0].ts"; +connectAttr "FKNeckPart1_M.pm" "FKPS1NeckPart2_M_scaleConstraint1.tg[0].tpm"; +connectAttr "FKPS1NeckPart2_M_scaleConstraint1.w0" "FKPS1NeckPart2_M_scaleConstraint1.tg[0].tw" + ; +connectAttr "FKOffsetNeckPart1_M.pim" "FKOffsetNeckPart1_M_pointConstraint1.cpim" + ; +connectAttr "FKOffsetNeckPart1_M.rp" "FKOffsetNeckPart1_M_pointConstraint1.crp"; +connectAttr "FKOffsetNeckPart1_M.rpt" "FKOffsetNeckPart1_M_pointConstraint1.crt" + ; +connectAttr "FKPS2NeckPart1_M.t" "FKOffsetNeckPart1_M_pointConstraint1.tg[0].tt" + ; +connectAttr "FKPS2NeckPart1_M.rp" "FKOffsetNeckPart1_M_pointConstraint1.tg[0].trp" + ; +connectAttr "FKPS2NeckPart1_M.rpt" "FKOffsetNeckPart1_M_pointConstraint1.tg[0].trt" + ; +connectAttr "FKPS2NeckPart1_M.pm" "FKOffsetNeckPart1_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "FKOffsetNeckPart1_M_pointConstraint1.w0" "FKOffsetNeckPart1_M_pointConstraint1.tg[0].tw" + ; +connectAttr "FKPS1NeckPart1_M_scaleConstraint1.csx" "FKPS1NeckPart1_M.sx"; +connectAttr "FKPS1NeckPart1_M_scaleConstraint1.csy" "FKPS1NeckPart1_M.sy"; +connectAttr "FKPS1NeckPart1_M_scaleConstraint1.csz" "FKPS1NeckPart1_M.sz"; +connectAttr "FKPS1NeckPart1_M.pim" "FKPS1NeckPart1_M_scaleConstraint1.cpim"; +connectAttr "FKNeck_M.s" "FKPS1NeckPart1_M_scaleConstraint1.tg[0].ts"; +connectAttr "FKNeck_M.pm" "FKPS1NeckPart1_M_scaleConstraint1.tg[0].tpm"; +connectAttr "FKPS1NeckPart1_M_scaleConstraint1.w0" "FKPS1NeckPart1_M_scaleConstraint1.tg[0].tw" + ; +connectAttr "FKScapula_R.s" "FKXScapula_R.is"; +connectAttr "FKScapula_L.s" "FKXScapula_L.is"; +connectAttr "FKParentConstraintToWrist_R_pointConstraint1.ctx" "FKParentConstraintToWrist_R.tx" + ; +connectAttr "FKParentConstraintToWrist_R_pointConstraint1.cty" "FKParentConstraintToWrist_R.ty" + ; +connectAttr "FKParentConstraintToWrist_R_pointConstraint1.ctz" "FKParentConstraintToWrist_R.tz" + ; +connectAttr "FKParentConstraintToWrist_R_orientConstraint1.crx" "FKParentConstraintToWrist_R.rx" + ; +connectAttr "FKParentConstraintToWrist_R_orientConstraint1.cry" "FKParentConstraintToWrist_R.ry" + ; +connectAttr "FKParentConstraintToWrist_R_orientConstraint1.crz" "FKParentConstraintToWrist_R.rz" + ; +connectAttr "Main.fingerVis" "FKParentConstraintToWrist_R.v"; +connectAttr "Wrist_R.s" "FKParentConstraintToWrist_R.s"; +connectAttr "FKParentConstraintToWrist_R.pim" "FKParentConstraintToWrist_R_pointConstraint1.cpim" + ; +connectAttr "FKParentConstraintToWrist_R.rp" "FKParentConstraintToWrist_R_pointConstraint1.crp" + ; +connectAttr "FKParentConstraintToWrist_R.rpt" "FKParentConstraintToWrist_R_pointConstraint1.crt" + ; +connectAttr "Wrist_R.t" "FKParentConstraintToWrist_R_pointConstraint1.tg[0].tt"; +connectAttr "Wrist_R.rp" "FKParentConstraintToWrist_R_pointConstraint1.tg[0].trp" + ; +connectAttr "Wrist_R.rpt" "FKParentConstraintToWrist_R_pointConstraint1.tg[0].trt" + ; +connectAttr "Wrist_R.pm" "FKParentConstraintToWrist_R_pointConstraint1.tg[0].tpm" + ; +connectAttr "FKParentConstraintToWrist_R_pointConstraint1.w0" "FKParentConstraintToWrist_R_pointConstraint1.tg[0].tw" + ; +connectAttr "FKParentConstraintToWrist_R.ro" "FKParentConstraintToWrist_R_orientConstraint1.cro" + ; +connectAttr "FKParentConstraintToWrist_R.pim" "FKParentConstraintToWrist_R_orientConstraint1.cpim" + ; +connectAttr "Wrist_R.r" "FKParentConstraintToWrist_R_orientConstraint1.tg[0].tr" + ; +connectAttr "Wrist_R.ro" "FKParentConstraintToWrist_R_orientConstraint1.tg[0].tro" + ; +connectAttr "Wrist_R.pm" "FKParentConstraintToWrist_R_orientConstraint1.tg[0].tpm" + ; +connectAttr "Wrist_R.jo" "FKParentConstraintToWrist_R_orientConstraint1.tg[0].tjo" + ; +connectAttr "FKParentConstraintToWrist_R_orientConstraint1.w0" "FKParentConstraintToWrist_R_orientConstraint1.tg[0].tw" + ; +connectAttr "unitConversion73.o" "SDKFKMiddleFinger1_R.rz"; +connectAttr "FKMiddleFinger1_R.s" "FKXMiddleFinger1_R.is"; +connectAttr "unitConversion75.o" "SDKFKMiddleFinger2_R.rz"; +connectAttr "FKMiddleFinger2_R.s" "FKXMiddleFinger2_R.is"; +connectAttr "unitConversion71.o" "SDKFKMiddleFinger3_R.rz"; +connectAttr "FKMiddleFinger3_R.s" "FKXMiddleFinger3_R.is"; +connectAttr "FKThumbFinger1_R.s" "FKXThumbFinger1_R.is"; +connectAttr "unitConversion89.o" "SDKFKThumbFinger2_R.rz"; +connectAttr "FKThumbFinger2_R.s" "FKXThumbFinger2_R.is"; +connectAttr "unitConversion91.o" "SDKFKThumbFinger3_R.rz"; +connectAttr "FKThumbFinger3_R.s" "FKXThumbFinger3_R.is"; +connectAttr "unitConversion59.o" "SDKFKIndexFinger1_R.rx"; +connectAttr "unitConversion65.o" "SDKFKIndexFinger1_R.rz"; +connectAttr "FKIndexFinger1_R.s" "FKXIndexFinger1_R.is"; +connectAttr "unitConversion69.o" "SDKFKIndexFinger2_R.rz"; +connectAttr "FKIndexFinger2_R.s" "FKXIndexFinger2_R.is"; +connectAttr "unitConversion67.o" "SDKFKIndexFinger3_R.rz"; +connectAttr "FKIndexFinger3_R.s" "FKXIndexFinger3_R.is"; +connectAttr "unitConversion63.o" "SDKFKCup_R.ry"; +connectAttr "FKCup_R.s" "FKXCup_R.is"; +connectAttr "unitConversion57.o" "SDKFKPinkyFinger1_R.rx"; +connectAttr "unitConversion83.o" "SDKFKPinkyFinger1_R.rz"; +connectAttr "FKPinkyFinger1_R.s" "FKXPinkyFinger1_R.is"; +connectAttr "unitConversion87.o" "SDKFKPinkyFinger2_R.rz"; +connectAttr "FKPinkyFinger2_R.s" "FKXPinkyFinger2_R.is"; +connectAttr "unitConversion85.o" "SDKFKPinkyFinger3_R.rz"; +connectAttr "FKPinkyFinger3_R.s" "FKXPinkyFinger3_R.is"; +connectAttr "unitConversion61.o" "SDKFKRingFinger1_R.rx"; +connectAttr "unitConversion77.o" "SDKFKRingFinger1_R.rz"; +connectAttr "FKRingFinger1_R.s" "FKXRingFinger1_R.is"; +connectAttr "unitConversion81.o" "SDKFKRingFinger2_R.rz"; +connectAttr "FKRingFinger2_R.s" "FKXRingFinger2_R.is"; +connectAttr "unitConversion79.o" "SDKFKRingFinger3_R.rz"; +connectAttr "FKRingFinger3_R.s" "FKXRingFinger3_R.is"; +connectAttr "FKParentConstraintToScapula_R_pointConstraint1.ctx" "FKParentConstraintToScapula_R.tx" + ; +connectAttr "FKParentConstraintToScapula_R_pointConstraint1.cty" "FKParentConstraintToScapula_R.ty" + ; +connectAttr "FKParentConstraintToScapula_R_pointConstraint1.ctz" "FKParentConstraintToScapula_R.tz" + ; +connectAttr "FKParentConstraintToScapula_R_orientConstraint1.crx" "FKParentConstraintToScapula_R.rx" + ; +connectAttr "FKParentConstraintToScapula_R_orientConstraint1.cry" "FKParentConstraintToScapula_R.ry" + ; +connectAttr "FKParentConstraintToScapula_R_orientConstraint1.crz" "FKParentConstraintToScapula_R.rz" + ; +connectAttr "FKParentConstraintToScapula_R.pim" "FKParentConstraintToScapula_R_pointConstraint1.cpim" + ; +connectAttr "FKParentConstraintToScapula_R.rp" "FKParentConstraintToScapula_R_pointConstraint1.crp" + ; +connectAttr "FKParentConstraintToScapula_R.rpt" "FKParentConstraintToScapula_R_pointConstraint1.crt" + ; +connectAttr "Scapula_R.t" "FKParentConstraintToScapula_R_pointConstraint1.tg[0].tt" + ; +connectAttr "Scapula_R.rp" "FKParentConstraintToScapula_R_pointConstraint1.tg[0].trp" + ; +connectAttr "Scapula_R.rpt" "FKParentConstraintToScapula_R_pointConstraint1.tg[0].trt" + ; +connectAttr "Scapula_R.pm" "FKParentConstraintToScapula_R_pointConstraint1.tg[0].tpm" + ; +connectAttr "FKParentConstraintToScapula_R_pointConstraint1.w0" "FKParentConstraintToScapula_R_pointConstraint1.tg[0].tw" + ; +connectAttr "FKParentConstraintToScapula_R.ro" "FKParentConstraintToScapula_R_orientConstraint1.cro" + ; +connectAttr "FKParentConstraintToScapula_R.pim" "FKParentConstraintToScapula_R_orientConstraint1.cpim" + ; +connectAttr "Scapula_R.r" "FKParentConstraintToScapula_R_orientConstraint1.tg[0].tr" + ; +connectAttr "Scapula_R.ro" "FKParentConstraintToScapula_R_orientConstraint1.tg[0].tro" + ; +connectAttr "Scapula_R.pm" "FKParentConstraintToScapula_R_orientConstraint1.tg[0].tpm" + ; +connectAttr "Scapula_R.jo" "FKParentConstraintToScapula_R_orientConstraint1.tg[0].tjo" + ; +connectAttr "FKParentConstraintToScapula_R_orientConstraint1.w0" "FKParentConstraintToScapula_R_orientConstraint1.tg[0].tw" + ; +connectAttr "FKIKBlendArmCondition_R.ocg" "FKOffsetShoulder_R.v"; +connectAttr "FKShoulder_R.s" "FKXShoulder_R.is"; +connectAttr "FKOffsetElbow_R_pointConstraint1.ctx" "FKOffsetElbow_R.tx"; +connectAttr "FKOffsetElbow_R_pointConstraint1.cty" "FKOffsetElbow_R.ty"; +connectAttr "FKOffsetElbow_R_pointConstraint1.ctz" "FKOffsetElbow_R.tz"; +connectAttr "FKElbow_R.s" "FKXElbow_R.is"; +connectAttr "FKOffsetWrist_R_pointConstraint1.ctx" "FKOffsetWrist_R.tx"; +connectAttr "FKOffsetWrist_R_pointConstraint1.cty" "FKOffsetWrist_R.ty"; +connectAttr "FKOffsetWrist_R_pointConstraint1.ctz" "FKOffsetWrist_R.tz"; +connectAttr "FKWrist_R.s" "FKXWrist_R.is"; +connectAttr "FKOffsetWrist_R.pim" "FKOffsetWrist_R_pointConstraint1.cpim"; +connectAttr "FKOffsetWrist_R.rp" "FKOffsetWrist_R_pointConstraint1.crp"; +connectAttr "FKOffsetWrist_R.rpt" "FKOffsetWrist_R_pointConstraint1.crt"; +connectAttr "FKPS2Wrist_R.t" "FKOffsetWrist_R_pointConstraint1.tg[0].tt"; +connectAttr "FKPS2Wrist_R.rp" "FKOffsetWrist_R_pointConstraint1.tg[0].trp"; +connectAttr "FKPS2Wrist_R.rpt" "FKOffsetWrist_R_pointConstraint1.tg[0].trt"; +connectAttr "FKPS2Wrist_R.pm" "FKOffsetWrist_R_pointConstraint1.tg[0].tpm"; +connectAttr "FKOffsetWrist_R_pointConstraint1.w0" "FKOffsetWrist_R_pointConstraint1.tg[0].tw" + ; +connectAttr "FKPS1Wrist_R_scaleConstraint1.csx" "FKPS1Wrist_R.sx"; +connectAttr "FKPS1Wrist_R_scaleConstraint1.csy" "FKPS1Wrist_R.sy"; +connectAttr "FKPS1Wrist_R_scaleConstraint1.csz" "FKPS1Wrist_R.sz"; +connectAttr "FKPS1Wrist_R.pim" "FKPS1Wrist_R_scaleConstraint1.cpim"; +connectAttr "FKElbow_R.s" "FKPS1Wrist_R_scaleConstraint1.tg[0].ts"; +connectAttr "FKElbow_R.pm" "FKPS1Wrist_R_scaleConstraint1.tg[0].tpm"; +connectAttr "FKPS1Wrist_R_scaleConstraint1.w0" "FKPS1Wrist_R_scaleConstraint1.tg[0].tw" + ; +connectAttr "FKOffsetElbow_R.pim" "FKOffsetElbow_R_pointConstraint1.cpim"; +connectAttr "FKOffsetElbow_R.rp" "FKOffsetElbow_R_pointConstraint1.crp"; +connectAttr "FKOffsetElbow_R.rpt" "FKOffsetElbow_R_pointConstraint1.crt"; +connectAttr "FKPS2Elbow_R.t" "FKOffsetElbow_R_pointConstraint1.tg[0].tt"; +connectAttr "FKPS2Elbow_R.rp" "FKOffsetElbow_R_pointConstraint1.tg[0].trp"; +connectAttr "FKPS2Elbow_R.rpt" "FKOffsetElbow_R_pointConstraint1.tg[0].trt"; +connectAttr "FKPS2Elbow_R.pm" "FKOffsetElbow_R_pointConstraint1.tg[0].tpm"; +connectAttr "FKOffsetElbow_R_pointConstraint1.w0" "FKOffsetElbow_R_pointConstraint1.tg[0].tw" + ; +connectAttr "FKPS1Elbow_R_scaleConstraint1.csx" "FKPS1Elbow_R.sx"; +connectAttr "FKPS1Elbow_R_scaleConstraint1.csy" "FKPS1Elbow_R.sy"; +connectAttr "FKPS1Elbow_R_scaleConstraint1.csz" "FKPS1Elbow_R.sz"; +connectAttr "FKPS1Elbow_R.pim" "FKPS1Elbow_R_scaleConstraint1.cpim"; +connectAttr "FKShoulder_R.s" "FKPS1Elbow_R_scaleConstraint1.tg[0].ts"; +connectAttr "FKShoulder_R.pm" "FKPS1Elbow_R_scaleConstraint1.tg[0].tpm"; +connectAttr "FKPS1Elbow_R_scaleConstraint1.w0" "FKPS1Elbow_R_scaleConstraint1.tg[0].tw" + ; +connectAttr "FKParentConstraintToWrist_L_pointConstraint1.ctx" "FKParentConstraintToWrist_L.tx" + ; +connectAttr "FKParentConstraintToWrist_L_pointConstraint1.cty" "FKParentConstraintToWrist_L.ty" + ; +connectAttr "FKParentConstraintToWrist_L_pointConstraint1.ctz" "FKParentConstraintToWrist_L.tz" + ; +connectAttr "FKParentConstraintToWrist_L_orientConstraint1.crx" "FKParentConstraintToWrist_L.rx" + ; +connectAttr "FKParentConstraintToWrist_L_orientConstraint1.cry" "FKParentConstraintToWrist_L.ry" + ; +connectAttr "FKParentConstraintToWrist_L_orientConstraint1.crz" "FKParentConstraintToWrist_L.rz" + ; +connectAttr "Main.fingerVis" "FKParentConstraintToWrist_L.v"; +connectAttr "Wrist_L.s" "FKParentConstraintToWrist_L.s"; +connectAttr "FKParentConstraintToWrist_L.pim" "FKParentConstraintToWrist_L_pointConstraint1.cpim" + ; +connectAttr "FKParentConstraintToWrist_L.rp" "FKParentConstraintToWrist_L_pointConstraint1.crp" + ; +connectAttr "FKParentConstraintToWrist_L.rpt" "FKParentConstraintToWrist_L_pointConstraint1.crt" + ; +connectAttr "Wrist_L.t" "FKParentConstraintToWrist_L_pointConstraint1.tg[0].tt"; +connectAttr "Wrist_L.rp" "FKParentConstraintToWrist_L_pointConstraint1.tg[0].trp" + ; +connectAttr "Wrist_L.rpt" "FKParentConstraintToWrist_L_pointConstraint1.tg[0].trt" + ; +connectAttr "Wrist_L.pm" "FKParentConstraintToWrist_L_pointConstraint1.tg[0].tpm" + ; +connectAttr "FKParentConstraintToWrist_L_pointConstraint1.w0" "FKParentConstraintToWrist_L_pointConstraint1.tg[0].tw" + ; +connectAttr "FKParentConstraintToWrist_L.ro" "FKParentConstraintToWrist_L_orientConstraint1.cro" + ; +connectAttr "FKParentConstraintToWrist_L.pim" "FKParentConstraintToWrist_L_orientConstraint1.cpim" + ; +connectAttr "Wrist_L.r" "FKParentConstraintToWrist_L_orientConstraint1.tg[0].tr" + ; +connectAttr "Wrist_L.ro" "FKParentConstraintToWrist_L_orientConstraint1.tg[0].tro" + ; +connectAttr "Wrist_L.pm" "FKParentConstraintToWrist_L_orientConstraint1.tg[0].tpm" + ; +connectAttr "Wrist_L.jo" "FKParentConstraintToWrist_L_orientConstraint1.tg[0].tjo" + ; +connectAttr "FKParentConstraintToWrist_L_orientConstraint1.w0" "FKParentConstraintToWrist_L_orientConstraint1.tg[0].tw" + ; +connectAttr "unitConversion111.o" "SDKFKMiddleFinger1_L.rz"; +connectAttr "FKMiddleFinger1_L.s" "FKXMiddleFinger1_L.is"; +connectAttr "unitConversion107.o" "SDKFKMiddleFinger2_L.rz"; +connectAttr "FKMiddleFinger2_L.s" "FKXMiddleFinger2_L.is"; +connectAttr "unitConversion109.o" "SDKFKMiddleFinger3_L.rz"; +connectAttr "FKMiddleFinger3_L.s" "FKXMiddleFinger3_L.is"; +connectAttr "FKThumbFinger1_L.s" "FKXThumbFinger1_L.is"; +connectAttr "unitConversion127.o" "SDKFKThumbFinger2_L.rz"; +connectAttr "FKThumbFinger2_L.s" "FKXThumbFinger2_L.is"; +connectAttr "unitConversion125.o" "SDKFKThumbFinger3_L.rz"; +connectAttr "FKThumbFinger3_L.s" "FKXThumbFinger3_L.is"; +connectAttr "unitConversion93.o" "SDKFKIndexFinger1_L.rx"; +connectAttr "unitConversion101.o" "SDKFKIndexFinger1_L.rz"; +connectAttr "FKIndexFinger1_L.s" "FKXIndexFinger1_L.is"; +connectAttr "unitConversion105.o" "SDKFKIndexFinger2_L.rz"; +connectAttr "FKIndexFinger2_L.s" "FKXIndexFinger2_L.is"; +connectAttr "unitConversion103.o" "SDKFKIndexFinger3_L.rz"; +connectAttr "FKIndexFinger3_L.s" "FKXIndexFinger3_L.is"; +connectAttr "unitConversion99.o" "SDKFKCup_L.ry"; +connectAttr "FKCup_L.s" "FKXCup_L.is"; +connectAttr "unitConversion95.o" "SDKFKPinkyFinger1_L.rx"; +connectAttr "unitConversion119.o" "SDKFKPinkyFinger1_L.rz"; +connectAttr "FKPinkyFinger1_L.s" "FKXPinkyFinger1_L.is"; +connectAttr "unitConversion121.o" "SDKFKPinkyFinger2_L.rz"; +connectAttr "FKPinkyFinger2_L.s" "FKXPinkyFinger2_L.is"; +connectAttr "unitConversion123.o" "SDKFKPinkyFinger3_L.rz"; +connectAttr "FKPinkyFinger3_L.s" "FKXPinkyFinger3_L.is"; +connectAttr "unitConversion97.o" "SDKFKRingFinger1_L.rx"; +connectAttr "unitConversion117.o" "SDKFKRingFinger1_L.rz"; +connectAttr "FKRingFinger1_L.s" "FKXRingFinger1_L.is"; +connectAttr "unitConversion113.o" "SDKFKRingFinger2_L.rz"; +connectAttr "FKRingFinger2_L.s" "FKXRingFinger2_L.is"; +connectAttr "unitConversion115.o" "SDKFKRingFinger3_L.rz"; +connectAttr "FKRingFinger3_L.s" "FKXRingFinger3_L.is"; +connectAttr "FKParentConstraintToScapula_L_pointConstraint1.ctx" "FKParentConstraintToScapula_L.tx" + ; +connectAttr "FKParentConstraintToScapula_L_pointConstraint1.cty" "FKParentConstraintToScapula_L.ty" + ; +connectAttr "FKParentConstraintToScapula_L_pointConstraint1.ctz" "FKParentConstraintToScapula_L.tz" + ; +connectAttr "FKParentConstraintToScapula_L_orientConstraint1.crx" "FKParentConstraintToScapula_L.rx" + ; +connectAttr "FKParentConstraintToScapula_L_orientConstraint1.cry" "FKParentConstraintToScapula_L.ry" + ; +connectAttr "FKParentConstraintToScapula_L_orientConstraint1.crz" "FKParentConstraintToScapula_L.rz" + ; +connectAttr "FKParentConstraintToScapula_L.pim" "FKParentConstraintToScapula_L_pointConstraint1.cpim" + ; +connectAttr "FKParentConstraintToScapula_L.rp" "FKParentConstraintToScapula_L_pointConstraint1.crp" + ; +connectAttr "FKParentConstraintToScapula_L.rpt" "FKParentConstraintToScapula_L_pointConstraint1.crt" + ; +connectAttr "Scapula_L.t" "FKParentConstraintToScapula_L_pointConstraint1.tg[0].tt" + ; +connectAttr "Scapula_L.rp" "FKParentConstraintToScapula_L_pointConstraint1.tg[0].trp" + ; +connectAttr "Scapula_L.rpt" "FKParentConstraintToScapula_L_pointConstraint1.tg[0].trt" + ; +connectAttr "Scapula_L.pm" "FKParentConstraintToScapula_L_pointConstraint1.tg[0].tpm" + ; +connectAttr "FKParentConstraintToScapula_L_pointConstraint1.w0" "FKParentConstraintToScapula_L_pointConstraint1.tg[0].tw" + ; +connectAttr "FKParentConstraintToScapula_L.ro" "FKParentConstraintToScapula_L_orientConstraint1.cro" + ; +connectAttr "FKParentConstraintToScapula_L.pim" "FKParentConstraintToScapula_L_orientConstraint1.cpim" + ; +connectAttr "Scapula_L.r" "FKParentConstraintToScapula_L_orientConstraint1.tg[0].tr" + ; +connectAttr "Scapula_L.ro" "FKParentConstraintToScapula_L_orientConstraint1.tg[0].tro" + ; +connectAttr "Scapula_L.pm" "FKParentConstraintToScapula_L_orientConstraint1.tg[0].tpm" + ; +connectAttr "Scapula_L.jo" "FKParentConstraintToScapula_L_orientConstraint1.tg[0].tjo" + ; +connectAttr "FKParentConstraintToScapula_L_orientConstraint1.w0" "FKParentConstraintToScapula_L_orientConstraint1.tg[0].tw" + ; +connectAttr "FKIKBlendArmCondition_L.ocg" "FKOffsetShoulder_L.v"; +connectAttr "FKShoulder_L.s" "FKXShoulder_L.is"; +connectAttr "FKOffsetElbow_L_pointConstraint1.ctx" "FKOffsetElbow_L.tx"; +connectAttr "FKOffsetElbow_L_pointConstraint1.cty" "FKOffsetElbow_L.ty"; +connectAttr "FKOffsetElbow_L_pointConstraint1.ctz" "FKOffsetElbow_L.tz"; +connectAttr "FKElbow_L.s" "FKXElbow_L.is"; +connectAttr "FKOffsetWrist_L_pointConstraint1.ctx" "FKOffsetWrist_L.tx"; +connectAttr "FKOffsetWrist_L_pointConstraint1.cty" "FKOffsetWrist_L.ty"; +connectAttr "FKOffsetWrist_L_pointConstraint1.ctz" "FKOffsetWrist_L.tz"; +connectAttr "FKWrist_L.s" "FKXWrist_L.is"; +connectAttr "FKOffsetWrist_L.pim" "FKOffsetWrist_L_pointConstraint1.cpim"; +connectAttr "FKOffsetWrist_L.rp" "FKOffsetWrist_L_pointConstraint1.crp"; +connectAttr "FKOffsetWrist_L.rpt" "FKOffsetWrist_L_pointConstraint1.crt"; +connectAttr "FKPS2Wrist_L.t" "FKOffsetWrist_L_pointConstraint1.tg[0].tt"; +connectAttr "FKPS2Wrist_L.rp" "FKOffsetWrist_L_pointConstraint1.tg[0].trp"; +connectAttr "FKPS2Wrist_L.rpt" "FKOffsetWrist_L_pointConstraint1.tg[0].trt"; +connectAttr "FKPS2Wrist_L.pm" "FKOffsetWrist_L_pointConstraint1.tg[0].tpm"; +connectAttr "FKOffsetWrist_L_pointConstraint1.w0" "FKOffsetWrist_L_pointConstraint1.tg[0].tw" + ; +connectAttr "FKPS1Wrist_L_scaleConstraint1.csx" "FKPS1Wrist_L.sx"; +connectAttr "FKPS1Wrist_L_scaleConstraint1.csy" "FKPS1Wrist_L.sy"; +connectAttr "FKPS1Wrist_L_scaleConstraint1.csz" "FKPS1Wrist_L.sz"; +connectAttr "FKPS1Wrist_L.pim" "FKPS1Wrist_L_scaleConstraint1.cpim"; +connectAttr "FKElbow_L.s" "FKPS1Wrist_L_scaleConstraint1.tg[0].ts"; +connectAttr "FKElbow_L.pm" "FKPS1Wrist_L_scaleConstraint1.tg[0].tpm"; +connectAttr "FKPS1Wrist_L_scaleConstraint1.w0" "FKPS1Wrist_L_scaleConstraint1.tg[0].tw" + ; +connectAttr "FKOffsetElbow_L.pim" "FKOffsetElbow_L_pointConstraint1.cpim"; +connectAttr "FKOffsetElbow_L.rp" "FKOffsetElbow_L_pointConstraint1.crp"; +connectAttr "FKOffsetElbow_L.rpt" "FKOffsetElbow_L_pointConstraint1.crt"; +connectAttr "FKPS2Elbow_L.t" "FKOffsetElbow_L_pointConstraint1.tg[0].tt"; +connectAttr "FKPS2Elbow_L.rp" "FKOffsetElbow_L_pointConstraint1.tg[0].trp"; +connectAttr "FKPS2Elbow_L.rpt" "FKOffsetElbow_L_pointConstraint1.tg[0].trt"; +connectAttr "FKPS2Elbow_L.pm" "FKOffsetElbow_L_pointConstraint1.tg[0].tpm"; +connectAttr "FKOffsetElbow_L_pointConstraint1.w0" "FKOffsetElbow_L_pointConstraint1.tg[0].tw" + ; +connectAttr "FKPS1Elbow_L_scaleConstraint1.csx" "FKPS1Elbow_L.sx"; +connectAttr "FKPS1Elbow_L_scaleConstraint1.csy" "FKPS1Elbow_L.sy"; +connectAttr "FKPS1Elbow_L_scaleConstraint1.csz" "FKPS1Elbow_L.sz"; +connectAttr "FKPS1Elbow_L.pim" "FKPS1Elbow_L_scaleConstraint1.cpim"; +connectAttr "FKShoulder_L.s" "FKPS1Elbow_L_scaleConstraint1.tg[0].ts"; +connectAttr "FKShoulder_L.pm" "FKPS1Elbow_L_scaleConstraint1.tg[0].tpm"; +connectAttr "FKPS1Elbow_L_scaleConstraint1.w0" "FKPS1Elbow_L_scaleConstraint1.tg[0].tw" + ; +connectAttr "MainScaleMultiplyDivide.o" "IKSystem.s"; +connectAttr "Main.ikVis" "IKSystem.v"; +connectAttr "IKParentConstraintHip_R_parentConstraint1.ctx" "IKParentConstraintHip_R.tx" + ; +connectAttr "IKParentConstraintHip_R_parentConstraint1.cty" "IKParentConstraintHip_R.ty" + ; +connectAttr "IKParentConstraintHip_R_parentConstraint1.ctz" "IKParentConstraintHip_R.tz" + ; +connectAttr "IKParentConstraintHip_R_parentConstraint1.crx" "IKParentConstraintHip_R.rx" + ; +connectAttr "IKParentConstraintHip_R_parentConstraint1.cry" "IKParentConstraintHip_R.ry" + ; +connectAttr "IKParentConstraintHip_R_parentConstraint1.crz" "IKParentConstraintHip_R.rz" + ; +connectAttr "FKIKBlendLegCondition_R.ocr" "IKParentConstraintHip_R.v"; +connectAttr "IKParentConstraintHip_R.ro" "IKParentConstraintHip_R_parentConstraint1.cro" + ; +connectAttr "IKParentConstraintHip_R.pim" "IKParentConstraintHip_R_parentConstraint1.cpim" + ; +connectAttr "IKParentConstraintHip_R.rp" "IKParentConstraintHip_R_parentConstraint1.crp" + ; +connectAttr "IKParentConstraintHip_R.rpt" "IKParentConstraintHip_R_parentConstraint1.crt" + ; +connectAttr "LegLockConstrained.t" "IKParentConstraintHip_R_parentConstraint1.tg[0].tt" + ; +connectAttr "LegLockConstrained.rp" "IKParentConstraintHip_R_parentConstraint1.tg[0].trp" + ; +connectAttr "LegLockConstrained.rpt" "IKParentConstraintHip_R_parentConstraint1.tg[0].trt" + ; +connectAttr "LegLockConstrained.r" "IKParentConstraintHip_R_parentConstraint1.tg[0].tr" + ; +connectAttr "LegLockConstrained.ro" "IKParentConstraintHip_R_parentConstraint1.tg[0].tro" + ; +connectAttr "LegLockConstrained.s" "IKParentConstraintHip_R_parentConstraint1.tg[0].ts" + ; +connectAttr "LegLockConstrained.pm" "IKParentConstraintHip_R_parentConstraint1.tg[0].tpm" + ; +connectAttr "IKParentConstraintHip_R_parentConstraint1.w0" "IKParentConstraintHip_R_parentConstraint1.tg[0].tw" + ; +connectAttr "IKXHip_R.s" "IKXKnee_R.is"; +connectAttr "PoleLockBlenderIKXKnee_R.o" "IKXKnee_R.ty"; +connectAttr "IKLeg_R.s" "IKXAnkle_R.s"; +connectAttr "IKXKnee_R.s" "IKXAnkle_R.is"; +connectAttr "IKXAnkle_R_orientConstraint1.crx" "IKXAnkle_R.rx"; +connectAttr "IKXAnkle_R_orientConstraint1.cry" "IKXAnkle_R.ry"; +connectAttr "IKXAnkle_R_orientConstraint1.crz" "IKXAnkle_R.rz"; +connectAttr "PoleLockBlenderIKXAnkle_R.o" "IKXAnkle_R.ty"; +connectAttr "IKXAnkle_R.s" "IKXToes_R.is"; +connectAttr "IKXToes_R.s" "IKXToesEnd_R.is"; +connectAttr "IKXToesEnd_R.tx" "IKToesEffector_R.tx"; +connectAttr "IKXToesEnd_R.ty" "IKToesEffector_R.ty"; +connectAttr "IKXToesEnd_R.tz" "IKToesEffector_R.tz"; +connectAttr "IKXToesEnd_R.opm" "IKToesEffector_R.opm"; +connectAttr "IKXAnkle_R.ro" "IKXAnkle_R_orientConstraint1.cro"; +connectAttr "IKXAnkle_R.pim" "IKXAnkle_R_orientConstraint1.cpim"; +connectAttr "IKXAnkle_R.jo" "IKXAnkle_R_orientConstraint1.cjo"; +connectAttr "IKXAnkle_R.is" "IKXAnkle_R_orientConstraint1.is"; +connectAttr "IKFKAlignedLeg_R.r" "IKXAnkle_R_orientConstraint1.tg[0].tr"; +connectAttr "IKFKAlignedLeg_R.ro" "IKXAnkle_R_orientConstraint1.tg[0].tro"; +connectAttr "IKFKAlignedLeg_R.pm" "IKXAnkle_R_orientConstraint1.tg[0].tpm"; +connectAttr "IKXAnkle_R_orientConstraint1.w0" "IKXAnkle_R_orientConstraint1.tg[0].tw" + ; +connectAttr "IKXToes_R.tx" "IKAnkleEffector_R.tx"; +connectAttr "IKXToes_R.ty" "IKAnkleEffector_R.ty"; +connectAttr "IKXToes_R.tz" "IKAnkleEffector_R.tz"; +connectAttr "IKXToes_R.opm" "IKAnkleEffector_R.opm"; +connectAttr "IKXAnkle_R.tx" "IKLegEffector_R.tx"; +connectAttr "IKXAnkle_R.ty" "IKLegEffector_R.ty"; +connectAttr "IKXAnkle_R.tz" "IKLegEffector_R.tz"; +connectAttr "IKXAnkle_R.opm" "IKLegEffector_R.opm"; +connectAttr "Main.arrowVis" "PoleAnnotationLeg_R.v"; +connectAttr "PoleLeg_RShape.wm" "PoleAnnotationLeg_RShape.dom" -na; +connectAttr "IKParentConstraintShoulder_R_parentConstraint1.ctx" "IKParentConstraintShoulder_R.tx" + ; +connectAttr "IKParentConstraintShoulder_R_parentConstraint1.cty" "IKParentConstraintShoulder_R.ty" + ; +connectAttr "IKParentConstraintShoulder_R_parentConstraint1.ctz" "IKParentConstraintShoulder_R.tz" + ; +connectAttr "IKParentConstraintShoulder_R_parentConstraint1.crx" "IKParentConstraintShoulder_R.rx" + ; +connectAttr "IKParentConstraintShoulder_R_parentConstraint1.cry" "IKParentConstraintShoulder_R.ry" + ; +connectAttr "IKParentConstraintShoulder_R_parentConstraint1.crz" "IKParentConstraintShoulder_R.rz" + ; +connectAttr "FKIKBlendArmCondition_R.ocr" "IKParentConstraintShoulder_R.v"; +connectAttr "IKParentConstraintShoulder_R.ro" "IKParentConstraintShoulder_R_parentConstraint1.cro" + ; +connectAttr "IKParentConstraintShoulder_R.pim" "IKParentConstraintShoulder_R_parentConstraint1.cpim" + ; +connectAttr "IKParentConstraintShoulder_R.rp" "IKParentConstraintShoulder_R_parentConstraint1.crp" + ; +connectAttr "IKParentConstraintShoulder_R.rpt" "IKParentConstraintShoulder_R_parentConstraint1.crt" + ; +connectAttr "Scapula_R.t" "IKParentConstraintShoulder_R_parentConstraint1.tg[0].tt" + ; +connectAttr "Scapula_R.rp" "IKParentConstraintShoulder_R_parentConstraint1.tg[0].trp" + ; +connectAttr "Scapula_R.rpt" "IKParentConstraintShoulder_R_parentConstraint1.tg[0].trt" + ; +connectAttr "Scapula_R.r" "IKParentConstraintShoulder_R_parentConstraint1.tg[0].tr" + ; +connectAttr "Scapula_R.ro" "IKParentConstraintShoulder_R_parentConstraint1.tg[0].tro" + ; +connectAttr "Scapula_R.s" "IKParentConstraintShoulder_R_parentConstraint1.tg[0].ts" + ; +connectAttr "Scapula_R.pm" "IKParentConstraintShoulder_R_parentConstraint1.tg[0].tpm" + ; +connectAttr "Scapula_R.jo" "IKParentConstraintShoulder_R_parentConstraint1.tg[0].tjo" + ; +connectAttr "Scapula_R.ssc" "IKParentConstraintShoulder_R_parentConstraint1.tg[0].tsc" + ; +connectAttr "Scapula_R.is" "IKParentConstraintShoulder_R_parentConstraint1.tg[0].tis" + ; +connectAttr "IKParentConstraintShoulder_R_parentConstraint1.w0" "IKParentConstraintShoulder_R_parentConstraint1.tg[0].tw" + ; +connectAttr "IKXShoulder_R.s" "IKXElbow_R.is"; +connectAttr "PoleLockBlenderIKXElbow_R.o" "IKXElbow_R.ty"; +connectAttr "IKXElbow_R.s" "IKXWrist_R.is"; +connectAttr "IKXWrist_R_orientConstraint1.crx" "IKXWrist_R.rx"; +connectAttr "IKXWrist_R_orientConstraint1.cry" "IKXWrist_R.ry"; +connectAttr "IKXWrist_R_orientConstraint1.crz" "IKXWrist_R.rz"; +connectAttr "PoleLockBlenderIKXWrist_R.o" "IKXWrist_R.ty"; +connectAttr "IKArm_R.s" "IKXWrist_R.s"; +connectAttr "IKXWrist_R.ro" "IKXWrist_R_orientConstraint1.cro"; +connectAttr "IKXWrist_R.pim" "IKXWrist_R_orientConstraint1.cpim"; +connectAttr "IKXWrist_R.jo" "IKXWrist_R_orientConstraint1.cjo"; +connectAttr "IKXWrist_R.is" "IKXWrist_R_orientConstraint1.is"; +connectAttr "IKFKAlignedArm_R.r" "IKXWrist_R_orientConstraint1.tg[0].tr"; +connectAttr "IKFKAlignedArm_R.ro" "IKXWrist_R_orientConstraint1.tg[0].tro"; +connectAttr "IKFKAlignedArm_R.pm" "IKXWrist_R_orientConstraint1.tg[0].tpm"; +connectAttr "IKXWrist_R_orientConstraint1.w0" "IKXWrist_R_orientConstraint1.tg[0].tw" + ; +connectAttr "IKXWrist_R.tx" "IKArmEffector_R.tx"; +connectAttr "IKXWrist_R.ty" "IKArmEffector_R.ty"; +connectAttr "IKXWrist_R.tz" "IKArmEffector_R.tz"; +connectAttr "IKXWrist_R.opm" "IKArmEffector_R.opm"; +connectAttr "Main.arrowVis" "PoleAnnotationArm_R.v"; +connectAttr "PoleArm_RShape.wm" "PoleAnnotationArm_RShape.dom" -na; +connectAttr "FKIKBlendSpineCondition_M.ocr" "IKParentConstraintRoot_M.v"; +connectAttr "IKXRoot_M_parentConstraint1.ctx" "IKXRoot_M.tx"; +connectAttr "IKXRoot_M_parentConstraint1.cty" "IKXRoot_M.ty"; +connectAttr "IKXRoot_M_parentConstraint1.ctz" "IKXRoot_M.tz"; +connectAttr "IKXRoot_M_parentConstraint1.crx" "IKXRoot_M.rx"; +connectAttr "IKXRoot_M_parentConstraint1.cry" "IKXRoot_M.ry"; +connectAttr "IKXRoot_M_parentConstraint1.crz" "IKXRoot_M.rz"; +connectAttr "IKXRoot_M.s" "IKXRootPart1_M.is"; +connectAttr "IKXRootPart1_M_parentConstraint1.crx" "IKXRootPart1_M.rx"; +connectAttr "IKXRootPart1_M_parentConstraint1.cry" "IKXRootPart1_M.ry"; +connectAttr "IKXRootPart1_M_parentConstraint1.crz" "IKXRootPart1_M.rz"; +connectAttr "IKXRootPart1_M_parentConstraint1.ctx" "IKXRootPart1_M.tx"; +connectAttr "IKXRootPart1_M_parentConstraint1.cty" "IKXRootPart1_M.ty"; +connectAttr "IKXRootPart1_M_parentConstraint1.ctz" "IKXRootPart1_M.tz"; +connectAttr "IKXRootPart1_M.s" "IKXRootPart2_M.is"; +connectAttr "IKXRootPart2_M_parentConstraint1.crx" "IKXRootPart2_M.rx"; +connectAttr "IKXRootPart2_M_parentConstraint1.cry" "IKXRootPart2_M.ry"; +connectAttr "IKXRootPart2_M_parentConstraint1.crz" "IKXRootPart2_M.rz"; +connectAttr "IKXRootPart2_M_parentConstraint1.ctx" "IKXRootPart2_M.tx"; +connectAttr "IKXRootPart2_M_parentConstraint1.cty" "IKXRootPart2_M.ty"; +connectAttr "IKXRootPart2_M_parentConstraint1.ctz" "IKXRootPart2_M.tz"; +connectAttr "IKXRootPart2_M.s" "IKXSpine1_M.is"; +connectAttr "IKXSpine1_M_parentConstraint1.crx" "IKXSpine1_M.rx"; +connectAttr "IKXSpine1_M_parentConstraint1.cry" "IKXSpine1_M.ry"; +connectAttr "IKXSpine1_M_parentConstraint1.crz" "IKXSpine1_M.rz"; +connectAttr "IKXSpine1_M_parentConstraint1.ctx" "IKXSpine1_M.tx"; +connectAttr "IKXSpine1_M_parentConstraint1.cty" "IKXSpine1_M.ty"; +connectAttr "IKXSpine1_M_parentConstraint1.ctz" "IKXSpine1_M.tz"; +connectAttr "IKXSpine1_M.s" "IKXSpine1Part1_M.is"; +connectAttr "IKXSpine1Part1_M_parentConstraint1.crx" "IKXSpine1Part1_M.rx"; +connectAttr "IKXSpine1Part1_M_parentConstraint1.cry" "IKXSpine1Part1_M.ry"; +connectAttr "IKXSpine1Part1_M_parentConstraint1.crz" "IKXSpine1Part1_M.rz"; +connectAttr "IKXSpine1Part1_M_parentConstraint1.ctx" "IKXSpine1Part1_M.tx"; +connectAttr "IKXSpine1Part1_M_parentConstraint1.cty" "IKXSpine1Part1_M.ty"; +connectAttr "IKXSpine1Part1_M_parentConstraint1.ctz" "IKXSpine1Part1_M.tz"; +connectAttr "IKXSpine1Part1_M.s" "IKXSpine1Part2_M.is"; +connectAttr "IKXSpine1Part2_M_parentConstraint1.crx" "IKXSpine1Part2_M.rx"; +connectAttr "IKXSpine1Part2_M_parentConstraint1.cry" "IKXSpine1Part2_M.ry"; +connectAttr "IKXSpine1Part2_M_parentConstraint1.crz" "IKXSpine1Part2_M.rz"; +connectAttr "IKXSpine1Part2_M_parentConstraint1.ctx" "IKXSpine1Part2_M.tx"; +connectAttr "IKXSpine1Part2_M_parentConstraint1.cty" "IKXSpine1Part2_M.ty"; +connectAttr "IKXSpine1Part2_M_parentConstraint1.ctz" "IKXSpine1Part2_M.tz"; +connectAttr "IKXSpine1Part2_M.s" "IKXChest_M.is"; +connectAttr "IKXChest_M_orientConstraint1.crx" "IKXChest_M.rx"; +connectAttr "IKXChest_M_orientConstraint1.cry" "IKXChest_M.ry"; +connectAttr "IKXChest_M_orientConstraint1.crz" "IKXChest_M.rz"; +connectAttr "IKXChest_M_pointConstraint1.ctx" "IKXChest_M.tx"; +connectAttr "IKXChest_M_pointConstraint1.cty" "IKXChest_M.ty"; +connectAttr "IKXChest_M_pointConstraint1.ctz" "IKXChest_M.tz"; +connectAttr "IKXChest_M.pim" "IKXChest_M_pointConstraint1.cpim"; +connectAttr "IKXChest_M.rp" "IKXChest_M_pointConstraint1.crp"; +connectAttr "IKXChest_M.rpt" "IKXChest_M_pointConstraint1.crt"; +connectAttr "IKSpChestFollowOffset_M.t" "IKXChest_M_pointConstraint1.tg[0].tt"; +connectAttr "IKSpChestFollowOffset_M.rp" "IKXChest_M_pointConstraint1.tg[0].trp" + ; +connectAttr "IKSpChestFollowOffset_M.rpt" "IKXChest_M_pointConstraint1.tg[0].trt" + ; +connectAttr "IKSpChestFollowOffset_M.pm" "IKXChest_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKXChest_M_pointConstraint1.w0" "IKXChest_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKSpine3LocalOrient2_M.t" "IKXChest_M_pointConstraint1.tg[1].tt"; +connectAttr "IKSpine3LocalOrient2_M.rp" "IKXChest_M_pointConstraint1.tg[1].trp"; +connectAttr "IKSpine3LocalOrient2_M.rpt" "IKXChest_M_pointConstraint1.tg[1].trt" + ; +connectAttr "IKSpine3LocalOrient2_M.pm" "IKXChest_M_pointConstraint1.tg[1].tpm"; +connectAttr "IKXChest_M_pointConstraint1.w1" "IKXChest_M_pointConstraint1.tg[1].tw" + ; +connectAttr "stretchySpineReverse_M.ox" "IKXChest_M_pointConstraint1.w0"; +connectAttr "stretchySpineUnitConversion_M.o" "IKXChest_M_pointConstraint1.w1"; +connectAttr "IKXChest_M.ro" "IKXChest_M_orientConstraint1.cro"; +connectAttr "IKXChest_M.pim" "IKXChest_M_orientConstraint1.cpim"; +connectAttr "IKXChest_M.jo" "IKXChest_M_orientConstraint1.cjo"; +connectAttr "IKXChest_M.is" "IKXChest_M_orientConstraint1.is"; +connectAttr "IKSpine3LocalOrient2_M.r" "IKXChest_M_orientConstraint1.tg[0].tr"; +connectAttr "IKSpine3LocalOrient2_M.ro" "IKXChest_M_orientConstraint1.tg[0].tro" + ; +connectAttr "IKSpine3LocalOrient2_M.pm" "IKXChest_M_orientConstraint1.tg[0].tpm" + ; +connectAttr "IKXChest_M_orientConstraint1.w0" "IKXChest_M_orientConstraint1.tg[0].tw" + ; +connectAttr "IKXSpine1Part2_M.ro" "IKXSpine1Part2_M_parentConstraint1.cro"; +connectAttr "IKXSpine1Part2_M.pim" "IKXSpine1Part2_M_parentConstraint1.cpim"; +connectAttr "IKXSpine1Part2_M.rp" "IKXSpine1Part2_M_parentConstraint1.crp"; +connectAttr "IKXSpine1Part2_M.rpt" "IKXSpine1Part2_M_parentConstraint1.crt"; +connectAttr "IKXSpine1Part2_M.jo" "IKXSpine1Part2_M_parentConstraint1.cjo"; +connectAttr "IKAcSpine1Part2FollowOffset_M.t" "IKXSpine1Part2_M_parentConstraint1.tg[0].tt" + ; +connectAttr "IKAcSpine1Part2FollowOffset_M.rp" "IKXSpine1Part2_M_parentConstraint1.tg[0].trp" + ; +connectAttr "IKAcSpine1Part2FollowOffset_M.rpt" "IKXSpine1Part2_M_parentConstraint1.tg[0].trt" + ; +connectAttr "IKAcSpine1Part2FollowOffset_M.r" "IKXSpine1Part2_M_parentConstraint1.tg[0].tr" + ; +connectAttr "IKAcSpine1Part2FollowOffset_M.ro" "IKXSpine1Part2_M_parentConstraint1.tg[0].tro" + ; +connectAttr "IKAcSpine1Part2FollowOffset_M.s" "IKXSpine1Part2_M_parentConstraint1.tg[0].ts" + ; +connectAttr "IKAcSpine1Part2FollowOffset_M.pm" "IKXSpine1Part2_M_parentConstraint1.tg[0].tpm" + ; +connectAttr "IKXSpine1Part2_M_parentConstraint1.w0" "IKXSpine1Part2_M_parentConstraint1.tg[0].tw" + ; +connectAttr "IKSpSpine1Part2FollowOffset_M.t" "IKXSpine1Part2_M_parentConstraint1.tg[1].tt" + ; +connectAttr "IKSpSpine1Part2FollowOffset_M.rp" "IKXSpine1Part2_M_parentConstraint1.tg[1].trp" + ; +connectAttr "IKSpSpine1Part2FollowOffset_M.rpt" "IKXSpine1Part2_M_parentConstraint1.tg[1].trt" + ; +connectAttr "IKSpSpine1Part2FollowOffset_M.r" "IKXSpine1Part2_M_parentConstraint1.tg[1].tr" + ; +connectAttr "IKSpSpine1Part2FollowOffset_M.ro" "IKXSpine1Part2_M_parentConstraint1.tg[1].tro" + ; +connectAttr "IKSpSpine1Part2FollowOffset_M.s" "IKXSpine1Part2_M_parentConstraint1.tg[1].ts" + ; +connectAttr "IKSpSpine1Part2FollowOffset_M.pm" "IKXSpine1Part2_M_parentConstraint1.tg[1].tpm" + ; +connectAttr "IKXSpine1Part2_M_parentConstraint1.w1" "IKXSpine1Part2_M_parentConstraint1.tg[1].tw" + ; +connectAttr "stretchySpineUnitConversion_M.o" "IKXSpine1Part2_M_parentConstraint1.w0" + ; +connectAttr "stretchySpineReverse_M.ox" "IKXSpine1Part2_M_parentConstraint1.w1"; +connectAttr "IKXSpine1Part1_M.ro" "IKXSpine1Part1_M_parentConstraint1.cro"; +connectAttr "IKXSpine1Part1_M.pim" "IKXSpine1Part1_M_parentConstraint1.cpim"; +connectAttr "IKXSpine1Part1_M.rp" "IKXSpine1Part1_M_parentConstraint1.crp"; +connectAttr "IKXSpine1Part1_M.rpt" "IKXSpine1Part1_M_parentConstraint1.crt"; +connectAttr "IKXSpine1Part1_M.jo" "IKXSpine1Part1_M_parentConstraint1.cjo"; +connectAttr "IKAcSpine1Part1FollowOffset_M.t" "IKXSpine1Part1_M_parentConstraint1.tg[0].tt" + ; +connectAttr "IKAcSpine1Part1FollowOffset_M.rp" "IKXSpine1Part1_M_parentConstraint1.tg[0].trp" + ; +connectAttr "IKAcSpine1Part1FollowOffset_M.rpt" "IKXSpine1Part1_M_parentConstraint1.tg[0].trt" + ; +connectAttr "IKAcSpine1Part1FollowOffset_M.r" "IKXSpine1Part1_M_parentConstraint1.tg[0].tr" + ; +connectAttr "IKAcSpine1Part1FollowOffset_M.ro" "IKXSpine1Part1_M_parentConstraint1.tg[0].tro" + ; +connectAttr "IKAcSpine1Part1FollowOffset_M.s" "IKXSpine1Part1_M_parentConstraint1.tg[0].ts" + ; +connectAttr "IKAcSpine1Part1FollowOffset_M.pm" "IKXSpine1Part1_M_parentConstraint1.tg[0].tpm" + ; +connectAttr "IKXSpine1Part1_M_parentConstraint1.w0" "IKXSpine1Part1_M_parentConstraint1.tg[0].tw" + ; +connectAttr "IKSpSpine1Part1FollowOffset_M.t" "IKXSpine1Part1_M_parentConstraint1.tg[1].tt" + ; +connectAttr "IKSpSpine1Part1FollowOffset_M.rp" "IKXSpine1Part1_M_parentConstraint1.tg[1].trp" + ; +connectAttr "IKSpSpine1Part1FollowOffset_M.rpt" "IKXSpine1Part1_M_parentConstraint1.tg[1].trt" + ; +connectAttr "IKSpSpine1Part1FollowOffset_M.r" "IKXSpine1Part1_M_parentConstraint1.tg[1].tr" + ; +connectAttr "IKSpSpine1Part1FollowOffset_M.ro" "IKXSpine1Part1_M_parentConstraint1.tg[1].tro" + ; +connectAttr "IKSpSpine1Part1FollowOffset_M.s" "IKXSpine1Part1_M_parentConstraint1.tg[1].ts" + ; +connectAttr "IKSpSpine1Part1FollowOffset_M.pm" "IKXSpine1Part1_M_parentConstraint1.tg[1].tpm" + ; +connectAttr "IKXSpine1Part1_M_parentConstraint1.w1" "IKXSpine1Part1_M_parentConstraint1.tg[1].tw" + ; +connectAttr "stretchySpineUnitConversion_M.o" "IKXSpine1Part1_M_parentConstraint1.w0" + ; +connectAttr "stretchySpineReverse_M.ox" "IKXSpine1Part1_M_parentConstraint1.w1"; +connectAttr "IKXSpine1_M.ro" "IKXSpine1_M_parentConstraint1.cro"; +connectAttr "IKXSpine1_M.pim" "IKXSpine1_M_parentConstraint1.cpim"; +connectAttr "IKXSpine1_M.rp" "IKXSpine1_M_parentConstraint1.crp"; +connectAttr "IKXSpine1_M.rpt" "IKXSpine1_M_parentConstraint1.crt"; +connectAttr "IKXSpine1_M.jo" "IKXSpine1_M_parentConstraint1.cjo"; +connectAttr "IKAcSpine1FollowOffset_M.t" "IKXSpine1_M_parentConstraint1.tg[0].tt" + ; +connectAttr "IKAcSpine1FollowOffset_M.rp" "IKXSpine1_M_parentConstraint1.tg[0].trp" + ; +connectAttr "IKAcSpine1FollowOffset_M.rpt" "IKXSpine1_M_parentConstraint1.tg[0].trt" + ; +connectAttr "IKAcSpine1FollowOffset_M.r" "IKXSpine1_M_parentConstraint1.tg[0].tr" + ; +connectAttr "IKAcSpine1FollowOffset_M.ro" "IKXSpine1_M_parentConstraint1.tg[0].tro" + ; +connectAttr "IKAcSpine1FollowOffset_M.s" "IKXSpine1_M_parentConstraint1.tg[0].ts" + ; +connectAttr "IKAcSpine1FollowOffset_M.pm" "IKXSpine1_M_parentConstraint1.tg[0].tpm" + ; +connectAttr "IKXSpine1_M_parentConstraint1.w0" "IKXSpine1_M_parentConstraint1.tg[0].tw" + ; +connectAttr "IKSpSpine1FollowOffset_M.t" "IKXSpine1_M_parentConstraint1.tg[1].tt" + ; +connectAttr "IKSpSpine1FollowOffset_M.rp" "IKXSpine1_M_parentConstraint1.tg[1].trp" + ; +connectAttr "IKSpSpine1FollowOffset_M.rpt" "IKXSpine1_M_parentConstraint1.tg[1].trt" + ; +connectAttr "IKSpSpine1FollowOffset_M.r" "IKXSpine1_M_parentConstraint1.tg[1].tr" + ; +connectAttr "IKSpSpine1FollowOffset_M.ro" "IKXSpine1_M_parentConstraint1.tg[1].tro" + ; +connectAttr "IKSpSpine1FollowOffset_M.s" "IKXSpine1_M_parentConstraint1.tg[1].ts" + ; +connectAttr "IKSpSpine1FollowOffset_M.pm" "IKXSpine1_M_parentConstraint1.tg[1].tpm" + ; +connectAttr "IKXSpine1_M_parentConstraint1.w1" "IKXSpine1_M_parentConstraint1.tg[1].tw" + ; +connectAttr "stretchySpineUnitConversion_M.o" "IKXSpine1_M_parentConstraint1.w0" + ; +connectAttr "stretchySpineReverse_M.ox" "IKXSpine1_M_parentConstraint1.w1"; +connectAttr "IKXRootPart2_M.ro" "IKXRootPart2_M_parentConstraint1.cro"; +connectAttr "IKXRootPart2_M.pim" "IKXRootPart2_M_parentConstraint1.cpim"; +connectAttr "IKXRootPart2_M.rp" "IKXRootPart2_M_parentConstraint1.crp"; +connectAttr "IKXRootPart2_M.rpt" "IKXRootPart2_M_parentConstraint1.crt"; +connectAttr "IKXRootPart2_M.jo" "IKXRootPart2_M_parentConstraint1.cjo"; +connectAttr "IKAcRootPart2FollowOffset_M.t" "IKXRootPart2_M_parentConstraint1.tg[0].tt" + ; +connectAttr "IKAcRootPart2FollowOffset_M.rp" "IKXRootPart2_M_parentConstraint1.tg[0].trp" + ; +connectAttr "IKAcRootPart2FollowOffset_M.rpt" "IKXRootPart2_M_parentConstraint1.tg[0].trt" + ; +connectAttr "IKAcRootPart2FollowOffset_M.r" "IKXRootPart2_M_parentConstraint1.tg[0].tr" + ; +connectAttr "IKAcRootPart2FollowOffset_M.ro" "IKXRootPart2_M_parentConstraint1.tg[0].tro" + ; +connectAttr "IKAcRootPart2FollowOffset_M.s" "IKXRootPart2_M_parentConstraint1.tg[0].ts" + ; +connectAttr "IKAcRootPart2FollowOffset_M.pm" "IKXRootPart2_M_parentConstraint1.tg[0].tpm" + ; +connectAttr "IKXRootPart2_M_parentConstraint1.w0" "IKXRootPart2_M_parentConstraint1.tg[0].tw" + ; +connectAttr "IKSpRootPart2FollowOffset_M.t" "IKXRootPart2_M_parentConstraint1.tg[1].tt" + ; +connectAttr "IKSpRootPart2FollowOffset_M.rp" "IKXRootPart2_M_parentConstraint1.tg[1].trp" + ; +connectAttr "IKSpRootPart2FollowOffset_M.rpt" "IKXRootPart2_M_parentConstraint1.tg[1].trt" + ; +connectAttr "IKSpRootPart2FollowOffset_M.r" "IKXRootPart2_M_parentConstraint1.tg[1].tr" + ; +connectAttr "IKSpRootPart2FollowOffset_M.ro" "IKXRootPart2_M_parentConstraint1.tg[1].tro" + ; +connectAttr "IKSpRootPart2FollowOffset_M.s" "IKXRootPart2_M_parentConstraint1.tg[1].ts" + ; +connectAttr "IKSpRootPart2FollowOffset_M.pm" "IKXRootPart2_M_parentConstraint1.tg[1].tpm" + ; +connectAttr "IKXRootPart2_M_parentConstraint1.w1" "IKXRootPart2_M_parentConstraint1.tg[1].tw" + ; +connectAttr "stretchySpineUnitConversion_M.o" "IKXRootPart2_M_parentConstraint1.w0" + ; +connectAttr "stretchySpineReverse_M.ox" "IKXRootPart2_M_parentConstraint1.w1"; +connectAttr "IKXRootPart1_M.ro" "IKXRootPart1_M_parentConstraint1.cro"; +connectAttr "IKXRootPart1_M.pim" "IKXRootPart1_M_parentConstraint1.cpim"; +connectAttr "IKXRootPart1_M.rp" "IKXRootPart1_M_parentConstraint1.crp"; +connectAttr "IKXRootPart1_M.rpt" "IKXRootPart1_M_parentConstraint1.crt"; +connectAttr "IKXRootPart1_M.jo" "IKXRootPart1_M_parentConstraint1.cjo"; +connectAttr "IKAcRootPart1FollowOffset_M.t" "IKXRootPart1_M_parentConstraint1.tg[0].tt" + ; +connectAttr "IKAcRootPart1FollowOffset_M.rp" "IKXRootPart1_M_parentConstraint1.tg[0].trp" + ; +connectAttr "IKAcRootPart1FollowOffset_M.rpt" "IKXRootPart1_M_parentConstraint1.tg[0].trt" + ; +connectAttr "IKAcRootPart1FollowOffset_M.r" "IKXRootPart1_M_parentConstraint1.tg[0].tr" + ; +connectAttr "IKAcRootPart1FollowOffset_M.ro" "IKXRootPart1_M_parentConstraint1.tg[0].tro" + ; +connectAttr "IKAcRootPart1FollowOffset_M.s" "IKXRootPart1_M_parentConstraint1.tg[0].ts" + ; +connectAttr "IKAcRootPart1FollowOffset_M.pm" "IKXRootPart1_M_parentConstraint1.tg[0].tpm" + ; +connectAttr "IKXRootPart1_M_parentConstraint1.w0" "IKXRootPart1_M_parentConstraint1.tg[0].tw" + ; +connectAttr "IKSpRootPart1FollowOffset_M.t" "IKXRootPart1_M_parentConstraint1.tg[1].tt" + ; +connectAttr "IKSpRootPart1FollowOffset_M.rp" "IKXRootPart1_M_parentConstraint1.tg[1].trp" + ; +connectAttr "IKSpRootPart1FollowOffset_M.rpt" "IKXRootPart1_M_parentConstraint1.tg[1].trt" + ; +connectAttr "IKSpRootPart1FollowOffset_M.r" "IKXRootPart1_M_parentConstraint1.tg[1].tr" + ; +connectAttr "IKSpRootPart1FollowOffset_M.ro" "IKXRootPart1_M_parentConstraint1.tg[1].tro" + ; +connectAttr "IKSpRootPart1FollowOffset_M.s" "IKXRootPart1_M_parentConstraint1.tg[1].ts" + ; +connectAttr "IKSpRootPart1FollowOffset_M.pm" "IKXRootPart1_M_parentConstraint1.tg[1].tpm" + ; +connectAttr "IKXRootPart1_M_parentConstraint1.w1" "IKXRootPart1_M_parentConstraint1.tg[1].tw" + ; +connectAttr "stretchySpineUnitConversion_M.o" "IKXRootPart1_M_parentConstraint1.w0" + ; +connectAttr "stretchySpineReverse_M.ox" "IKXRootPart1_M_parentConstraint1.w1"; +connectAttr "IKXRoot_M.ro" "IKXRoot_M_parentConstraint1.cro"; +connectAttr "IKXRoot_M.pim" "IKXRoot_M_parentConstraint1.cpim"; +connectAttr "IKXRoot_M.rp" "IKXRoot_M_parentConstraint1.crp"; +connectAttr "IKXRoot_M.rpt" "IKXRoot_M_parentConstraint1.crt"; +connectAttr "IKXRoot_M.jo" "IKXRoot_M_parentConstraint1.cjo"; +connectAttr "IKAcRootFollowOffset_M.t" "IKXRoot_M_parentConstraint1.tg[0].tt"; +connectAttr "IKAcRootFollowOffset_M.rp" "IKXRoot_M_parentConstraint1.tg[0].trp"; +connectAttr "IKAcRootFollowOffset_M.rpt" "IKXRoot_M_parentConstraint1.tg[0].trt" + ; +connectAttr "IKAcRootFollowOffset_M.r" "IKXRoot_M_parentConstraint1.tg[0].tr"; +connectAttr "IKAcRootFollowOffset_M.ro" "IKXRoot_M_parentConstraint1.tg[0].tro"; +connectAttr "IKAcRootFollowOffset_M.s" "IKXRoot_M_parentConstraint1.tg[0].ts"; +connectAttr "IKAcRootFollowOffset_M.pm" "IKXRoot_M_parentConstraint1.tg[0].tpm"; +connectAttr "IKXRoot_M_parentConstraint1.w0" "IKXRoot_M_parentConstraint1.tg[0].tw" + ; +connectAttr "IKSpRootFollowOffset_M.t" "IKXRoot_M_parentConstraint1.tg[1].tt"; +connectAttr "IKSpRootFollowOffset_M.rp" "IKXRoot_M_parentConstraint1.tg[1].trp"; +connectAttr "IKSpRootFollowOffset_M.rpt" "IKXRoot_M_parentConstraint1.tg[1].trt" + ; +connectAttr "IKSpRootFollowOffset_M.r" "IKXRoot_M_parentConstraint1.tg[1].tr"; +connectAttr "IKSpRootFollowOffset_M.ro" "IKXRoot_M_parentConstraint1.tg[1].tro"; +connectAttr "IKSpRootFollowOffset_M.s" "IKXRoot_M_parentConstraint1.tg[1].ts"; +connectAttr "IKSpRootFollowOffset_M.pm" "IKXRoot_M_parentConstraint1.tg[1].tpm"; +connectAttr "IKXRoot_M_parentConstraint1.w1" "IKXRoot_M_parentConstraint1.tg[1].tw" + ; +connectAttr "stretchySpineUnitConversion_M.o" "IKXRoot_M_parentConstraint1.w0"; +connectAttr "stretchySpineReverse_M.ox" "IKXRoot_M_parentConstraint1.w1"; +connectAttr "IKfake0Spine_M.s" "IKSpRootPart1_M.is"; +connectAttr "stretchySpineBlendTwo5_M.o" "IKSpRootPart1_M.tx"; +connectAttr "IKSpRootPart1_M.s" "IKSpRootPart2_M.is"; +connectAttr "stretchySpineBlendTwo4_M.o" "IKSpRootPart2_M.tx"; +connectAttr "IKSpRootPart2_M.s" "IKSpSpine1_M.is"; +connectAttr "stretchySpineBlendTwo3_M.o" "IKSpSpine1_M.tx"; +connectAttr "IKSpSpine1_M.s" "IKSpSpine1Part1_M.is"; +connectAttr "stretchySpineBlendTwo2_M.o" "IKSpSpine1Part1_M.tx"; +connectAttr "IKSpSpine1Part1_M.s" "IKSpSpine1Part2_M.is"; +connectAttr "stretchySpineBlendTwo1_M.o" "IKSpSpine1Part2_M.tx"; +connectAttr "IKSpSpine1Part2_M.s" "IKSpChest_M.is"; +connectAttr "IKSpChest_M.s" "IKfake1Spine_M.is"; +connectAttr "stretchySpineBlendTwo0_M.o" "IKfake1Spine_M.tx"; +connectAttr "IKfake1Spine_M.tx" "IKSpineEffector_M.tx"; +connectAttr "IKfake1Spine_M.ty" "IKSpineEffector_M.ty"; +connectAttr "IKfake1Spine_M.tz" "IKSpineEffector_M.tz"; +connectAttr "IKfake1Spine_M.opm" "IKSpineEffector_M.opm"; +connectAttr "IKFixedOrientRoot_M_orientConstraint1.crx" "IKFixedOrientRoot_M.rx" + ; +connectAttr "IKFixedOrientRoot_M_orientConstraint1.cry" "IKFixedOrientRoot_M.ry" + ; +connectAttr "IKFixedOrientRoot_M_orientConstraint1.crz" "IKFixedOrientRoot_M.rz" + ; +connectAttr "IKFixedOrientRoot_M.ro" "IKFixedOrientRoot_M_orientConstraint1.cro" + ; +connectAttr "IKFixedOrientRoot_M.pim" "IKFixedOrientRoot_M_orientConstraint1.cpim" + ; +connectAttr "IKNonFixedOrientRoot_M.r" "IKFixedOrientRoot_M_orientConstraint1.tg[0].tr" + ; +connectAttr "IKNonFixedOrientRoot_M.ro" "IKFixedOrientRoot_M_orientConstraint1.tg[0].tro" + ; +connectAttr "IKNonFixedOrientRoot_M.pm" "IKFixedOrientRoot_M_orientConstraint1.tg[0].tpm" + ; +connectAttr "IKFixedOrientRoot_M_orientConstraint1.w0" "IKFixedOrientRoot_M_orientConstraint1.tg[0].tw" + ; +connectAttr "IKSpine1LocalOrient3_M.r" "IKFixedOrientRoot_M_orientConstraint1.tg[1].tr" + ; +connectAttr "IKSpine1LocalOrient3_M.ro" "IKFixedOrientRoot_M_orientConstraint1.tg[1].tro" + ; +connectAttr "IKSpine1LocalOrient3_M.pm" "IKFixedOrientRoot_M_orientConstraint1.tg[1].tpm" + ; +connectAttr "IKFixedOrientRoot_M_orientConstraint1.w1" "IKFixedOrientRoot_M_orientConstraint1.tg[1].tw" + ; +connectAttr "IKFixedOrientSpine1_MReverse.ox" "IKFixedOrientRoot_M_orientConstraint1.w0" + ; +connectAttr "IKFixedOrientSpine1_MUnitConversion.o" "IKFixedOrientRoot_M_orientConstraint1.w1" + ; +connectAttr "IKParentConstraintHip_L_parentConstraint1.ctx" "IKParentConstraintHip_L.tx" + ; +connectAttr "IKParentConstraintHip_L_parentConstraint1.cty" "IKParentConstraintHip_L.ty" + ; +connectAttr "IKParentConstraintHip_L_parentConstraint1.ctz" "IKParentConstraintHip_L.tz" + ; +connectAttr "IKParentConstraintHip_L_parentConstraint1.crx" "IKParentConstraintHip_L.rx" + ; +connectAttr "IKParentConstraintHip_L_parentConstraint1.cry" "IKParentConstraintHip_L.ry" + ; +connectAttr "IKParentConstraintHip_L_parentConstraint1.crz" "IKParentConstraintHip_L.rz" + ; +connectAttr "FKIKBlendLegCondition_L.ocr" "IKParentConstraintHip_L.v"; +connectAttr "IKParentConstraintHip_L.ro" "IKParentConstraintHip_L_parentConstraint1.cro" + ; +connectAttr "IKParentConstraintHip_L.pim" "IKParentConstraintHip_L_parentConstraint1.cpim" + ; +connectAttr "IKParentConstraintHip_L.rp" "IKParentConstraintHip_L_parentConstraint1.crp" + ; +connectAttr "IKParentConstraintHip_L.rpt" "IKParentConstraintHip_L_parentConstraint1.crt" + ; +connectAttr "LegLockConstrained.t" "IKParentConstraintHip_L_parentConstraint1.tg[0].tt" + ; +connectAttr "LegLockConstrained.rp" "IKParentConstraintHip_L_parentConstraint1.tg[0].trp" + ; +connectAttr "LegLockConstrained.rpt" "IKParentConstraintHip_L_parentConstraint1.tg[0].trt" + ; +connectAttr "LegLockConstrained.r" "IKParentConstraintHip_L_parentConstraint1.tg[0].tr" + ; +connectAttr "LegLockConstrained.ro" "IKParentConstraintHip_L_parentConstraint1.tg[0].tro" + ; +connectAttr "LegLockConstrained.s" "IKParentConstraintHip_L_parentConstraint1.tg[0].ts" + ; +connectAttr "LegLockConstrained.pm" "IKParentConstraintHip_L_parentConstraint1.tg[0].tpm" + ; +connectAttr "IKParentConstraintHip_L_parentConstraint1.w0" "IKParentConstraintHip_L_parentConstraint1.tg[0].tw" + ; +connectAttr "IKXHip_L.s" "IKXKnee_L.is"; +connectAttr "PoleLockBlenderIKXKnee_L.o" "IKXKnee_L.ty"; +connectAttr "IKLeg_L.s" "IKXAnkle_L.s"; +connectAttr "IKXKnee_L.s" "IKXAnkle_L.is"; +connectAttr "IKXAnkle_L_orientConstraint1.crx" "IKXAnkle_L.rx"; +connectAttr "IKXAnkle_L_orientConstraint1.cry" "IKXAnkle_L.ry"; +connectAttr "IKXAnkle_L_orientConstraint1.crz" "IKXAnkle_L.rz"; +connectAttr "PoleLockBlenderIKXAnkle_L.o" "IKXAnkle_L.ty"; +connectAttr "IKXAnkle_L.s" "IKXToes_L.is"; +connectAttr "IKXToes_L.s" "IKXToesEnd_L.is"; +connectAttr "IKXToesEnd_L.tx" "IKToesEffector_L.tx"; +connectAttr "IKXToesEnd_L.ty" "IKToesEffector_L.ty"; +connectAttr "IKXToesEnd_L.tz" "IKToesEffector_L.tz"; +connectAttr "IKXToesEnd_L.opm" "IKToesEffector_L.opm"; +connectAttr "IKXAnkle_L.ro" "IKXAnkle_L_orientConstraint1.cro"; +connectAttr "IKXAnkle_L.pim" "IKXAnkle_L_orientConstraint1.cpim"; +connectAttr "IKXAnkle_L.jo" "IKXAnkle_L_orientConstraint1.cjo"; +connectAttr "IKXAnkle_L.is" "IKXAnkle_L_orientConstraint1.is"; +connectAttr "IKFKAlignedLeg_L.r" "IKXAnkle_L_orientConstraint1.tg[0].tr"; +connectAttr "IKFKAlignedLeg_L.ro" "IKXAnkle_L_orientConstraint1.tg[0].tro"; +connectAttr "IKFKAlignedLeg_L.pm" "IKXAnkle_L_orientConstraint1.tg[0].tpm"; +connectAttr "IKXAnkle_L_orientConstraint1.w0" "IKXAnkle_L_orientConstraint1.tg[0].tw" + ; +connectAttr "IKXToes_L.tx" "IKAnkleEffector_L.tx"; +connectAttr "IKXToes_L.ty" "IKAnkleEffector_L.ty"; +connectAttr "IKXToes_L.tz" "IKAnkleEffector_L.tz"; +connectAttr "IKXToes_L.opm" "IKAnkleEffector_L.opm"; +connectAttr "IKXAnkle_L.tx" "IKLegEffector_L.tx"; +connectAttr "IKXAnkle_L.ty" "IKLegEffector_L.ty"; +connectAttr "IKXAnkle_L.tz" "IKLegEffector_L.tz"; +connectAttr "IKXAnkle_L.opm" "IKLegEffector_L.opm"; +connectAttr "Main.arrowVis" "PoleAnnotationLeg_L.v"; +connectAttr "PoleLeg_LShape.wm" "PoleAnnotationLeg_LShape.dom" -na; +connectAttr "IKParentConstraintShoulder_L_parentConstraint1.ctx" "IKParentConstraintShoulder_L.tx" + ; +connectAttr "IKParentConstraintShoulder_L_parentConstraint1.cty" "IKParentConstraintShoulder_L.ty" + ; +connectAttr "IKParentConstraintShoulder_L_parentConstraint1.ctz" "IKParentConstraintShoulder_L.tz" + ; +connectAttr "IKParentConstraintShoulder_L_parentConstraint1.crx" "IKParentConstraintShoulder_L.rx" + ; +connectAttr "IKParentConstraintShoulder_L_parentConstraint1.cry" "IKParentConstraintShoulder_L.ry" + ; +connectAttr "IKParentConstraintShoulder_L_parentConstraint1.crz" "IKParentConstraintShoulder_L.rz" + ; +connectAttr "FKIKBlendArmCondition_L.ocr" "IKParentConstraintShoulder_L.v"; +connectAttr "IKParentConstraintShoulder_L.ro" "IKParentConstraintShoulder_L_parentConstraint1.cro" + ; +connectAttr "IKParentConstraintShoulder_L.pim" "IKParentConstraintShoulder_L_parentConstraint1.cpim" + ; +connectAttr "IKParentConstraintShoulder_L.rp" "IKParentConstraintShoulder_L_parentConstraint1.crp" + ; +connectAttr "IKParentConstraintShoulder_L.rpt" "IKParentConstraintShoulder_L_parentConstraint1.crt" + ; +connectAttr "Scapula_L.t" "IKParentConstraintShoulder_L_parentConstraint1.tg[0].tt" + ; +connectAttr "Scapula_L.rp" "IKParentConstraintShoulder_L_parentConstraint1.tg[0].trp" + ; +connectAttr "Scapula_L.rpt" "IKParentConstraintShoulder_L_parentConstraint1.tg[0].trt" + ; +connectAttr "Scapula_L.r" "IKParentConstraintShoulder_L_parentConstraint1.tg[0].tr" + ; +connectAttr "Scapula_L.ro" "IKParentConstraintShoulder_L_parentConstraint1.tg[0].tro" + ; +connectAttr "Scapula_L.s" "IKParentConstraintShoulder_L_parentConstraint1.tg[0].ts" + ; +connectAttr "Scapula_L.pm" "IKParentConstraintShoulder_L_parentConstraint1.tg[0].tpm" + ; +connectAttr "Scapula_L.jo" "IKParentConstraintShoulder_L_parentConstraint1.tg[0].tjo" + ; +connectAttr "Scapula_L.ssc" "IKParentConstraintShoulder_L_parentConstraint1.tg[0].tsc" + ; +connectAttr "Scapula_L.is" "IKParentConstraintShoulder_L_parentConstraint1.tg[0].tis" + ; +connectAttr "IKParentConstraintShoulder_L_parentConstraint1.w0" "IKParentConstraintShoulder_L_parentConstraint1.tg[0].tw" + ; +connectAttr "IKXShoulder_L.s" "IKXElbow_L.is"; +connectAttr "PoleLockBlenderIKXElbow_L.o" "IKXElbow_L.ty"; +connectAttr "IKXElbow_L.s" "IKXWrist_L.is"; +connectAttr "IKXWrist_L_orientConstraint1.crx" "IKXWrist_L.rx"; +connectAttr "IKXWrist_L_orientConstraint1.cry" "IKXWrist_L.ry"; +connectAttr "IKXWrist_L_orientConstraint1.crz" "IKXWrist_L.rz"; +connectAttr "PoleLockBlenderIKXWrist_L.o" "IKXWrist_L.ty"; +connectAttr "IKArm_L.s" "IKXWrist_L.s"; +connectAttr "IKXWrist_L.ro" "IKXWrist_L_orientConstraint1.cro"; +connectAttr "IKXWrist_L.pim" "IKXWrist_L_orientConstraint1.cpim"; +connectAttr "IKXWrist_L.jo" "IKXWrist_L_orientConstraint1.cjo"; +connectAttr "IKXWrist_L.is" "IKXWrist_L_orientConstraint1.is"; +connectAttr "IKFKAlignedArm_L.r" "IKXWrist_L_orientConstraint1.tg[0].tr"; +connectAttr "IKFKAlignedArm_L.ro" "IKXWrist_L_orientConstraint1.tg[0].tro"; +connectAttr "IKFKAlignedArm_L.pm" "IKXWrist_L_orientConstraint1.tg[0].tpm"; +connectAttr "IKXWrist_L_orientConstraint1.w0" "IKXWrist_L_orientConstraint1.tg[0].tw" + ; +connectAttr "IKXWrist_L.tx" "IKArmEffector_L.tx"; +connectAttr "IKXWrist_L.ty" "IKArmEffector_L.ty"; +connectAttr "IKXWrist_L.tz" "IKArmEffector_L.tz"; +connectAttr "IKXWrist_L.opm" "IKArmEffector_L.opm"; +connectAttr "Main.arrowVis" "PoleAnnotationArm_L.v"; +connectAttr "PoleArm_LShape.wm" "PoleAnnotationArm_LShape.dom" -na; +connectAttr "IKSpRootPart1FollowOffset_M_pointConstraint1.ctx" "IKSpRootPart1FollowOffset_M.tx" + ; +connectAttr "IKSpRootPart1FollowOffset_M_pointConstraint1.cty" "IKSpRootPart1FollowOffset_M.ty" + ; +connectAttr "IKSpRootPart1FollowOffset_M_pointConstraint1.ctz" "IKSpRootPart1FollowOffset_M.tz" + ; +connectAttr "IKSpRootPart1FollowOffset_M_orientConstraint1.crx" "IKSpRootPart1FollowOffset_M.rx" + ; +connectAttr "IKSpRootPart1FollowOffset_M_orientConstraint1.cry" "IKSpRootPart1FollowOffset_M.ry" + ; +connectAttr "IKSpRootPart1FollowOffset_M_orientConstraint1.crz" "IKSpRootPart1FollowOffset_M.rz" + ; +connectAttr "IKSpRootPart1FollowOffset_M.pim" "IKSpRootPart1FollowOffset_M_pointConstraint1.cpim" + ; +connectAttr "IKSpRootPart1FollowOffset_M.rp" "IKSpRootPart1FollowOffset_M_pointConstraint1.crp" + ; +connectAttr "IKSpRootPart1FollowOffset_M.rpt" "IKSpRootPart1FollowOffset_M_pointConstraint1.crt" + ; +connectAttr "IKSpRootPart1_M.t" "IKSpRootPart1FollowOffset_M_pointConstraint1.tg[0].tt" + ; +connectAttr "IKSpRootPart1_M.rp" "IKSpRootPart1FollowOffset_M_pointConstraint1.tg[0].trp" + ; +connectAttr "IKSpRootPart1_M.rpt" "IKSpRootPart1FollowOffset_M_pointConstraint1.tg[0].trt" + ; +connectAttr "IKSpRootPart1_M.pm" "IKSpRootPart1FollowOffset_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKSpRootPart1FollowOffset_M_pointConstraint1.w0" "IKSpRootPart1FollowOffset_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKSpRootPart1FollowOffset_M.ro" "IKSpRootPart1FollowOffset_M_orientConstraint1.cro" + ; +connectAttr "IKSpRootPart1FollowOffset_M.pim" "IKSpRootPart1FollowOffset_M_orientConstraint1.cpim" + ; +connectAttr "IKSpRootPart1_M.r" "IKSpRootPart1FollowOffset_M_orientConstraint1.tg[0].tr" + ; +connectAttr "IKSpRootPart1_M.ro" "IKSpRootPart1FollowOffset_M_orientConstraint1.tg[0].tro" + ; +connectAttr "IKSpRootPart1_M.pm" "IKSpRootPart1FollowOffset_M_orientConstraint1.tg[0].tpm" + ; +connectAttr "IKSpRootPart1_M.jo" "IKSpRootPart1FollowOffset_M_orientConstraint1.tg[0].tjo" + ; +connectAttr "IKSpRootPart1FollowOffset_M_orientConstraint1.w0" "IKSpRootPart1FollowOffset_M_orientConstraint1.tg[0].tw" + ; +connectAttr "IKSpRootPart2FollowOffset_M_pointConstraint1.ctx" "IKSpRootPart2FollowOffset_M.tx" + ; +connectAttr "IKSpRootPart2FollowOffset_M_pointConstraint1.cty" "IKSpRootPart2FollowOffset_M.ty" + ; +connectAttr "IKSpRootPart2FollowOffset_M_pointConstraint1.ctz" "IKSpRootPart2FollowOffset_M.tz" + ; +connectAttr "IKSpRootPart2FollowOffset_M_orientConstraint1.crx" "IKSpRootPart2FollowOffset_M.rx" + ; +connectAttr "IKSpRootPart2FollowOffset_M_orientConstraint1.cry" "IKSpRootPart2FollowOffset_M.ry" + ; +connectAttr "IKSpRootPart2FollowOffset_M_orientConstraint1.crz" "IKSpRootPart2FollowOffset_M.rz" + ; +connectAttr "IKSpRootPart2FollowOffset_M.pim" "IKSpRootPart2FollowOffset_M_pointConstraint1.cpim" + ; +connectAttr "IKSpRootPart2FollowOffset_M.rp" "IKSpRootPart2FollowOffset_M_pointConstraint1.crp" + ; +connectAttr "IKSpRootPart2FollowOffset_M.rpt" "IKSpRootPart2FollowOffset_M_pointConstraint1.crt" + ; +connectAttr "IKSpRootPart2_M.t" "IKSpRootPart2FollowOffset_M_pointConstraint1.tg[0].tt" + ; +connectAttr "IKSpRootPart2_M.rp" "IKSpRootPart2FollowOffset_M_pointConstraint1.tg[0].trp" + ; +connectAttr "IKSpRootPart2_M.rpt" "IKSpRootPart2FollowOffset_M_pointConstraint1.tg[0].trt" + ; +connectAttr "IKSpRootPart2_M.pm" "IKSpRootPart2FollowOffset_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKSpRootPart2FollowOffset_M_pointConstraint1.w0" "IKSpRootPart2FollowOffset_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKSpRootPart2FollowOffset_M.ro" "IKSpRootPart2FollowOffset_M_orientConstraint1.cro" + ; +connectAttr "IKSpRootPart2FollowOffset_M.pim" "IKSpRootPart2FollowOffset_M_orientConstraint1.cpim" + ; +connectAttr "IKSpRootPart2_M.r" "IKSpRootPart2FollowOffset_M_orientConstraint1.tg[0].tr" + ; +connectAttr "IKSpRootPart2_M.ro" "IKSpRootPart2FollowOffset_M_orientConstraint1.tg[0].tro" + ; +connectAttr "IKSpRootPart2_M.pm" "IKSpRootPart2FollowOffset_M_orientConstraint1.tg[0].tpm" + ; +connectAttr "IKSpRootPart2_M.jo" "IKSpRootPart2FollowOffset_M_orientConstraint1.tg[0].tjo" + ; +connectAttr "IKSpRootPart2FollowOffset_M_orientConstraint1.w0" "IKSpRootPart2FollowOffset_M_orientConstraint1.tg[0].tw" + ; +connectAttr "IKSpSpine1FollowOffset_M_pointConstraint1.ctx" "IKSpSpine1FollowOffset_M.tx" + ; +connectAttr "IKSpSpine1FollowOffset_M_pointConstraint1.cty" "IKSpSpine1FollowOffset_M.ty" + ; +connectAttr "IKSpSpine1FollowOffset_M_pointConstraint1.ctz" "IKSpSpine1FollowOffset_M.tz" + ; +connectAttr "IKSpSpine1FollowOffset_M_orientConstraint1.crx" "IKSpSpine1FollowOffset_M.rx" + ; +connectAttr "IKSpSpine1FollowOffset_M_orientConstraint1.cry" "IKSpSpine1FollowOffset_M.ry" + ; +connectAttr "IKSpSpine1FollowOffset_M_orientConstraint1.crz" "IKSpSpine1FollowOffset_M.rz" + ; +connectAttr "IKSpSpine1FollowOffset_M.pim" "IKSpSpine1FollowOffset_M_pointConstraint1.cpim" + ; +connectAttr "IKSpSpine1FollowOffset_M.rp" "IKSpSpine1FollowOffset_M_pointConstraint1.crp" + ; +connectAttr "IKSpSpine1FollowOffset_M.rpt" "IKSpSpine1FollowOffset_M_pointConstraint1.crt" + ; +connectAttr "IKSpSpine1_M.t" "IKSpSpine1FollowOffset_M_pointConstraint1.tg[0].tt" + ; +connectAttr "IKSpSpine1_M.rp" "IKSpSpine1FollowOffset_M_pointConstraint1.tg[0].trp" + ; +connectAttr "IKSpSpine1_M.rpt" "IKSpSpine1FollowOffset_M_pointConstraint1.tg[0].trt" + ; +connectAttr "IKSpSpine1_M.pm" "IKSpSpine1FollowOffset_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKSpSpine1FollowOffset_M_pointConstraint1.w0" "IKSpSpine1FollowOffset_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKSpSpine1FollowOffset_M.ro" "IKSpSpine1FollowOffset_M_orientConstraint1.cro" + ; +connectAttr "IKSpSpine1FollowOffset_M.pim" "IKSpSpine1FollowOffset_M_orientConstraint1.cpim" + ; +connectAttr "IKSpSpine1_M.r" "IKSpSpine1FollowOffset_M_orientConstraint1.tg[0].tr" + ; +connectAttr "IKSpSpine1_M.ro" "IKSpSpine1FollowOffset_M_orientConstraint1.tg[0].tro" + ; +connectAttr "IKSpSpine1_M.pm" "IKSpSpine1FollowOffset_M_orientConstraint1.tg[0].tpm" + ; +connectAttr "IKSpSpine1_M.jo" "IKSpSpine1FollowOffset_M_orientConstraint1.tg[0].tjo" + ; +connectAttr "IKSpSpine1FollowOffset_M_orientConstraint1.w0" "IKSpSpine1FollowOffset_M_orientConstraint1.tg[0].tw" + ; +connectAttr "IKSpSpine1Part1FollowOffset_M_pointConstraint1.ctx" "IKSpSpine1Part1FollowOffset_M.tx" + ; +connectAttr "IKSpSpine1Part1FollowOffset_M_pointConstraint1.cty" "IKSpSpine1Part1FollowOffset_M.ty" + ; +connectAttr "IKSpSpine1Part1FollowOffset_M_pointConstraint1.ctz" "IKSpSpine1Part1FollowOffset_M.tz" + ; +connectAttr "IKSpSpine1Part1FollowOffset_M_orientConstraint1.crx" "IKSpSpine1Part1FollowOffset_M.rx" + ; +connectAttr "IKSpSpine1Part1FollowOffset_M_orientConstraint1.cry" "IKSpSpine1Part1FollowOffset_M.ry" + ; +connectAttr "IKSpSpine1Part1FollowOffset_M_orientConstraint1.crz" "IKSpSpine1Part1FollowOffset_M.rz" + ; +connectAttr "IKSpSpine1Part1FollowOffset_M.pim" "IKSpSpine1Part1FollowOffset_M_pointConstraint1.cpim" + ; +connectAttr "IKSpSpine1Part1FollowOffset_M.rp" "IKSpSpine1Part1FollowOffset_M_pointConstraint1.crp" + ; +connectAttr "IKSpSpine1Part1FollowOffset_M.rpt" "IKSpSpine1Part1FollowOffset_M_pointConstraint1.crt" + ; +connectAttr "IKSpSpine1Part1_M.t" "IKSpSpine1Part1FollowOffset_M_pointConstraint1.tg[0].tt" + ; +connectAttr "IKSpSpine1Part1_M.rp" "IKSpSpine1Part1FollowOffset_M_pointConstraint1.tg[0].trp" + ; +connectAttr "IKSpSpine1Part1_M.rpt" "IKSpSpine1Part1FollowOffset_M_pointConstraint1.tg[0].trt" + ; +connectAttr "IKSpSpine1Part1_M.pm" "IKSpSpine1Part1FollowOffset_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKSpSpine1Part1FollowOffset_M_pointConstraint1.w0" "IKSpSpine1Part1FollowOffset_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKSpSpine1Part1FollowOffset_M.ro" "IKSpSpine1Part1FollowOffset_M_orientConstraint1.cro" + ; +connectAttr "IKSpSpine1Part1FollowOffset_M.pim" "IKSpSpine1Part1FollowOffset_M_orientConstraint1.cpim" + ; +connectAttr "IKSpSpine1Part1_M.r" "IKSpSpine1Part1FollowOffset_M_orientConstraint1.tg[0].tr" + ; +connectAttr "IKSpSpine1Part1_M.ro" "IKSpSpine1Part1FollowOffset_M_orientConstraint1.tg[0].tro" + ; +connectAttr "IKSpSpine1Part1_M.pm" "IKSpSpine1Part1FollowOffset_M_orientConstraint1.tg[0].tpm" + ; +connectAttr "IKSpSpine1Part1_M.jo" "IKSpSpine1Part1FollowOffset_M_orientConstraint1.tg[0].tjo" + ; +connectAttr "IKSpSpine1Part1FollowOffset_M_orientConstraint1.w0" "IKSpSpine1Part1FollowOffset_M_orientConstraint1.tg[0].tw" + ; +connectAttr "IKSpSpine1Part2FollowOffset_M_pointConstraint1.ctx" "IKSpSpine1Part2FollowOffset_M.tx" + ; +connectAttr "IKSpSpine1Part2FollowOffset_M_pointConstraint1.cty" "IKSpSpine1Part2FollowOffset_M.ty" + ; +connectAttr "IKSpSpine1Part2FollowOffset_M_pointConstraint1.ctz" "IKSpSpine1Part2FollowOffset_M.tz" + ; +connectAttr "IKSpSpine1Part2FollowOffset_M_orientConstraint1.crx" "IKSpSpine1Part2FollowOffset_M.rx" + ; +connectAttr "IKSpSpine1Part2FollowOffset_M_orientConstraint1.cry" "IKSpSpine1Part2FollowOffset_M.ry" + ; +connectAttr "IKSpSpine1Part2FollowOffset_M_orientConstraint1.crz" "IKSpSpine1Part2FollowOffset_M.rz" + ; +connectAttr "IKSpSpine1Part2FollowOffset_M.pim" "IKSpSpine1Part2FollowOffset_M_pointConstraint1.cpim" + ; +connectAttr "IKSpSpine1Part2FollowOffset_M.rp" "IKSpSpine1Part2FollowOffset_M_pointConstraint1.crp" + ; +connectAttr "IKSpSpine1Part2FollowOffset_M.rpt" "IKSpSpine1Part2FollowOffset_M_pointConstraint1.crt" + ; +connectAttr "IKSpSpine1Part2_M.t" "IKSpSpine1Part2FollowOffset_M_pointConstraint1.tg[0].tt" + ; +connectAttr "IKSpSpine1Part2_M.rp" "IKSpSpine1Part2FollowOffset_M_pointConstraint1.tg[0].trp" + ; +connectAttr "IKSpSpine1Part2_M.rpt" "IKSpSpine1Part2FollowOffset_M_pointConstraint1.tg[0].trt" + ; +connectAttr "IKSpSpine1Part2_M.pm" "IKSpSpine1Part2FollowOffset_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKSpSpine1Part2FollowOffset_M_pointConstraint1.w0" "IKSpSpine1Part2FollowOffset_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKSpSpine1Part2FollowOffset_M.ro" "IKSpSpine1Part2FollowOffset_M_orientConstraint1.cro" + ; +connectAttr "IKSpSpine1Part2FollowOffset_M.pim" "IKSpSpine1Part2FollowOffset_M_orientConstraint1.cpim" + ; +connectAttr "IKSpSpine1Part2_M.r" "IKSpSpine1Part2FollowOffset_M_orientConstraint1.tg[0].tr" + ; +connectAttr "IKSpSpine1Part2_M.ro" "IKSpSpine1Part2FollowOffset_M_orientConstraint1.tg[0].tro" + ; +connectAttr "IKSpSpine1Part2_M.pm" "IKSpSpine1Part2FollowOffset_M_orientConstraint1.tg[0].tpm" + ; +connectAttr "IKSpSpine1Part2_M.jo" "IKSpSpine1Part2FollowOffset_M_orientConstraint1.tg[0].tjo" + ; +connectAttr "IKSpSpine1Part2FollowOffset_M_orientConstraint1.w0" "IKSpSpine1Part2FollowOffset_M_orientConstraint1.tg[0].tw" + ; +connectAttr "IKSpChestFollowOffset_M_pointConstraint1.ctx" "IKSpChestFollowOffset_M.tx" + ; +connectAttr "IKSpChestFollowOffset_M_pointConstraint1.cty" "IKSpChestFollowOffset_M.ty" + ; +connectAttr "IKSpChestFollowOffset_M_pointConstraint1.ctz" "IKSpChestFollowOffset_M.tz" + ; +connectAttr "IKSpChestFollowOffset_M_orientConstraint1.crx" "IKSpChestFollowOffset_M.rx" + ; +connectAttr "IKSpChestFollowOffset_M_orientConstraint1.cry" "IKSpChestFollowOffset_M.ry" + ; +connectAttr "IKSpChestFollowOffset_M_orientConstraint1.crz" "IKSpChestFollowOffset_M.rz" + ; +connectAttr "IKSpChestFollowOffset_M.pim" "IKSpChestFollowOffset_M_pointConstraint1.cpim" + ; +connectAttr "IKSpChestFollowOffset_M.rp" "IKSpChestFollowOffset_M_pointConstraint1.crp" + ; +connectAttr "IKSpChestFollowOffset_M.rpt" "IKSpChestFollowOffset_M_pointConstraint1.crt" + ; +connectAttr "IKSpChest_M.t" "IKSpChestFollowOffset_M_pointConstraint1.tg[0].tt"; +connectAttr "IKSpChest_M.rp" "IKSpChestFollowOffset_M_pointConstraint1.tg[0].trp" + ; +connectAttr "IKSpChest_M.rpt" "IKSpChestFollowOffset_M_pointConstraint1.tg[0].trt" + ; +connectAttr "IKSpChest_M.pm" "IKSpChestFollowOffset_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKSpChestFollowOffset_M_pointConstraint1.w0" "IKSpChestFollowOffset_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKSpChestFollowOffset_M.ro" "IKSpChestFollowOffset_M_orientConstraint1.cro" + ; +connectAttr "IKSpChestFollowOffset_M.pim" "IKSpChestFollowOffset_M_orientConstraint1.cpim" + ; +connectAttr "IKSpChest_M.r" "IKSpChestFollowOffset_M_orientConstraint1.tg[0].tr" + ; +connectAttr "IKSpChest_M.ro" "IKSpChestFollowOffset_M_orientConstraint1.tg[0].tro" + ; +connectAttr "IKSpChest_M.pm" "IKSpChestFollowOffset_M_orientConstraint1.tg[0].tpm" + ; +connectAttr "IKSpChest_M.jo" "IKSpChestFollowOffset_M_orientConstraint1.tg[0].tjo" + ; +connectAttr "IKSpChestFollowOffset_M_orientConstraint1.w0" "IKSpChestFollowOffset_M_orientConstraint1.tg[0].tw" + ; +connectAttr "IKAcRoot_M_pointConstraint1.ctx" "IKAcRoot_M.tx"; +connectAttr "IKAcRoot_M_pointConstraint1.cty" "IKAcRoot_M.ty"; +connectAttr "IKAcRoot_M_pointConstraint1.ctz" "IKAcRoot_M.tz"; +connectAttr "IKAcRoot_M_aimConstraint1.crx" "IKAcRoot_M.rx"; +connectAttr "IKAcRoot_M_aimConstraint1.cry" "IKAcRoot_M.ry"; +connectAttr "IKAcRoot_M_aimConstraint1.crz" "IKAcRoot_M.rz"; +connectAttr "IKCurveInfoNormalizeSpine_M.ox" "IKAcRoot_M.sx"; +connectAttr "IKCurveInfoNormalizeSpine_M.ox" "IKAcRoot_M.sy"; +connectAttr "IKCurveInfoNormalizeSpine_M.ox" "IKAcRoot_M.sz"; +connectAttr "IKAcRoot_M.pim" "IKAcRoot_M_pointConstraint1.cpim"; +connectAttr "IKAcRoot_M.rp" "IKAcRoot_M_pointConstraint1.crp"; +connectAttr "IKAcRoot_M.rpt" "IKAcRoot_M_pointConstraint1.crt"; +connectAttr "IKAcPociXformRoot_M.t" "IKAcRoot_M_pointConstraint1.tg[0].tt"; +connectAttr "IKAcPociXformRoot_M.rp" "IKAcRoot_M_pointConstraint1.tg[0].trp"; +connectAttr "IKAcPociXformRoot_M.rpt" "IKAcRoot_M_pointConstraint1.tg[0].trt"; +connectAttr "IKAcPociXformRoot_M.pm" "IKAcRoot_M_pointConstraint1.tg[0].tpm"; +connectAttr "IKAcRoot_M_pointConstraint1.w0" "IKAcRoot_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKAcRoot_M.pim" "IKAcRoot_M_aimConstraint1.cpim"; +connectAttr "IKAcRoot_M.t" "IKAcRoot_M_aimConstraint1.ct"; +connectAttr "IKAcRoot_M.rp" "IKAcRoot_M_aimConstraint1.crp"; +connectAttr "IKAcRoot_M.rpt" "IKAcRoot_M_aimConstraint1.crt"; +connectAttr "IKAcRoot_M.ro" "IKAcRoot_M_aimConstraint1.cro"; +connectAttr "IKAcRoot_M.jo" "IKAcRoot_M_aimConstraint1.cjo"; +connectAttr "IKAcRoot_M.is" "IKAcRoot_M_aimConstraint1.is"; +connectAttr "IKAcRootPart1_M.t" "IKAcRoot_M_aimConstraint1.tg[0].tt"; +connectAttr "IKAcRootPart1_M.rp" "IKAcRoot_M_aimConstraint1.tg[0].trp"; +connectAttr "IKAcRootPart1_M.rpt" "IKAcRoot_M_aimConstraint1.tg[0].trt"; +connectAttr "IKAcRootPart1_M.pm" "IKAcRoot_M_aimConstraint1.tg[0].tpm"; +connectAttr "IKAcRoot_M_aimConstraint1.w0" "IKAcRoot_M_aimConstraint1.tg[0].tw"; +connectAttr "IKfake0Spine_M.wm" "IKAcRoot_M_aimConstraint1.wum"; +connectAttr "IKSpRoot_M.ry" "IKAcRoot_M_aimConstraint1.oy"; +connectAttr "IKAcRootPart1_M_pointConstraint1.ctx" "IKAcRootPart1_M.tx"; +connectAttr "IKAcRootPart1_M_pointConstraint1.cty" "IKAcRootPart1_M.ty"; +connectAttr "IKAcRootPart1_M_pointConstraint1.ctz" "IKAcRootPart1_M.tz"; +connectAttr "IKAcRootPart1_M_aimConstraint1.crx" "IKAcRootPart1_M.rx"; +connectAttr "IKAcRootPart1_M_aimConstraint1.cry" "IKAcRootPart1_M.ry"; +connectAttr "IKAcRootPart1_M_aimConstraint1.crz" "IKAcRootPart1_M.rz"; +connectAttr "IKCurveInfoNormalizeSpine_M.ox" "IKAcRootPart1_M.sx"; +connectAttr "IKCurveInfoNormalizeSpine_M.ox" "IKAcRootPart1_M.sy"; +connectAttr "IKCurveInfoNormalizeSpine_M.ox" "IKAcRootPart1_M.sz"; +connectAttr "IKAcRootPart1_M.pim" "IKAcRootPart1_M_pointConstraint1.cpim"; +connectAttr "IKAcRootPart1_M.rp" "IKAcRootPart1_M_pointConstraint1.crp"; +connectAttr "IKAcRootPart1_M.rpt" "IKAcRootPart1_M_pointConstraint1.crt"; +connectAttr "IKAcPociXformRootPart1_M.t" "IKAcRootPart1_M_pointConstraint1.tg[0].tt" + ; +connectAttr "IKAcPociXformRootPart1_M.rp" "IKAcRootPart1_M_pointConstraint1.tg[0].trp" + ; +connectAttr "IKAcPociXformRootPart1_M.rpt" "IKAcRootPart1_M_pointConstraint1.tg[0].trt" + ; +connectAttr "IKAcPociXformRootPart1_M.pm" "IKAcRootPart1_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKAcRootPart1_M_pointConstraint1.w0" "IKAcRootPart1_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKAcRootPart1_M.pim" "IKAcRootPart1_M_aimConstraint1.cpim"; +connectAttr "IKAcRootPart1_M.t" "IKAcRootPart1_M_aimConstraint1.ct"; +connectAttr "IKAcRootPart1_M.rp" "IKAcRootPart1_M_aimConstraint1.crp"; +connectAttr "IKAcRootPart1_M.rpt" "IKAcRootPart1_M_aimConstraint1.crt"; +connectAttr "IKAcRootPart1_M.ro" "IKAcRootPart1_M_aimConstraint1.cro"; +connectAttr "IKAcRootPart1_M.jo" "IKAcRootPart1_M_aimConstraint1.cjo"; +connectAttr "IKAcRootPart1_M.is" "IKAcRootPart1_M_aimConstraint1.is"; +connectAttr "IKAcRootPart2_M.t" "IKAcRootPart1_M_aimConstraint1.tg[0].tt"; +connectAttr "IKAcRootPart2_M.rp" "IKAcRootPart1_M_aimConstraint1.tg[0].trp"; +connectAttr "IKAcRootPart2_M.rpt" "IKAcRootPart1_M_aimConstraint1.tg[0].trt"; +connectAttr "IKAcRootPart2_M.pm" "IKAcRootPart1_M_aimConstraint1.tg[0].tpm"; +connectAttr "IKAcRootPart1_M_aimConstraint1.w0" "IKAcRootPart1_M_aimConstraint1.tg[0].tw" + ; +connectAttr "IKAcRoot_M.wm" "IKAcRootPart1_M_aimConstraint1.wum"; +connectAttr "IKSpRootPart1_M.ry" "IKAcRootPart1_M_aimConstraint1.oy"; +connectAttr "IKAcRootPart2_M_pointConstraint1.ctx" "IKAcRootPart2_M.tx"; +connectAttr "IKAcRootPart2_M_pointConstraint1.cty" "IKAcRootPart2_M.ty"; +connectAttr "IKAcRootPart2_M_pointConstraint1.ctz" "IKAcRootPart2_M.tz"; +connectAttr "IKAcRootPart2_M_aimConstraint1.crx" "IKAcRootPart2_M.rx"; +connectAttr "IKAcRootPart2_M_aimConstraint1.cry" "IKAcRootPart2_M.ry"; +connectAttr "IKAcRootPart2_M_aimConstraint1.crz" "IKAcRootPart2_M.rz"; +connectAttr "IKCurveInfoNormalizeSpine_M.ox" "IKAcRootPart2_M.sx"; +connectAttr "IKCurveInfoNormalizeSpine_M.ox" "IKAcRootPart2_M.sy"; +connectAttr "IKCurveInfoNormalizeSpine_M.ox" "IKAcRootPart2_M.sz"; +connectAttr "IKAcRootPart2_M.pim" "IKAcRootPart2_M_pointConstraint1.cpim"; +connectAttr "IKAcRootPart2_M.rp" "IKAcRootPart2_M_pointConstraint1.crp"; +connectAttr "IKAcRootPart2_M.rpt" "IKAcRootPart2_M_pointConstraint1.crt"; +connectAttr "IKAcPociXformRootPart2_M.t" "IKAcRootPart2_M_pointConstraint1.tg[0].tt" + ; +connectAttr "IKAcPociXformRootPart2_M.rp" "IKAcRootPart2_M_pointConstraint1.tg[0].trp" + ; +connectAttr "IKAcPociXformRootPart2_M.rpt" "IKAcRootPart2_M_pointConstraint1.tg[0].trt" + ; +connectAttr "IKAcPociXformRootPart2_M.pm" "IKAcRootPart2_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKAcRootPart2_M_pointConstraint1.w0" "IKAcRootPart2_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKAcRootPart2_M.pim" "IKAcRootPart2_M_aimConstraint1.cpim"; +connectAttr "IKAcRootPart2_M.t" "IKAcRootPart2_M_aimConstraint1.ct"; +connectAttr "IKAcRootPart2_M.rp" "IKAcRootPart2_M_aimConstraint1.crp"; +connectAttr "IKAcRootPart2_M.rpt" "IKAcRootPart2_M_aimConstraint1.crt"; +connectAttr "IKAcRootPart2_M.ro" "IKAcRootPart2_M_aimConstraint1.cro"; +connectAttr "IKAcRootPart2_M.jo" "IKAcRootPart2_M_aimConstraint1.cjo"; +connectAttr "IKAcRootPart2_M.is" "IKAcRootPart2_M_aimConstraint1.is"; +connectAttr "IKAcSpine1_M.t" "IKAcRootPart2_M_aimConstraint1.tg[0].tt"; +connectAttr "IKAcSpine1_M.rp" "IKAcRootPart2_M_aimConstraint1.tg[0].trp"; +connectAttr "IKAcSpine1_M.rpt" "IKAcRootPart2_M_aimConstraint1.tg[0].trt"; +connectAttr "IKAcSpine1_M.pm" "IKAcRootPart2_M_aimConstraint1.tg[0].tpm"; +connectAttr "IKAcRootPart2_M_aimConstraint1.w0" "IKAcRootPart2_M_aimConstraint1.tg[0].tw" + ; +connectAttr "IKAcRootPart1_M.wm" "IKAcRootPart2_M_aimConstraint1.wum"; +connectAttr "IKSpRootPart2_M.ry" "IKAcRootPart2_M_aimConstraint1.oy"; +connectAttr "IKAcSpine1_M_pointConstraint1.ctx" "IKAcSpine1_M.tx"; +connectAttr "IKAcSpine1_M_pointConstraint1.cty" "IKAcSpine1_M.ty"; +connectAttr "IKAcSpine1_M_pointConstraint1.ctz" "IKAcSpine1_M.tz"; +connectAttr "IKAcSpine1_M_aimConstraint1.crx" "IKAcSpine1_M.rx"; +connectAttr "IKAcSpine1_M_aimConstraint1.cry" "IKAcSpine1_M.ry"; +connectAttr "IKAcSpine1_M_aimConstraint1.crz" "IKAcSpine1_M.rz"; +connectAttr "IKCurveInfoNormalizeSpine_M.ox" "IKAcSpine1_M.sx"; +connectAttr "IKCurveInfoNormalizeSpine_M.ox" "IKAcSpine1_M.sy"; +connectAttr "IKCurveInfoNormalizeSpine_M.ox" "IKAcSpine1_M.sz"; +connectAttr "IKAcSpine1_M.pim" "IKAcSpine1_M_pointConstraint1.cpim"; +connectAttr "IKAcSpine1_M.rp" "IKAcSpine1_M_pointConstraint1.crp"; +connectAttr "IKAcSpine1_M.rpt" "IKAcSpine1_M_pointConstraint1.crt"; +connectAttr "IKAcPociXformSpine1_M.t" "IKAcSpine1_M_pointConstraint1.tg[0].tt"; +connectAttr "IKAcPociXformSpine1_M.rp" "IKAcSpine1_M_pointConstraint1.tg[0].trp" + ; +connectAttr "IKAcPociXformSpine1_M.rpt" "IKAcSpine1_M_pointConstraint1.tg[0].trt" + ; +connectAttr "IKAcPociXformSpine1_M.pm" "IKAcSpine1_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKAcSpine1_M_pointConstraint1.w0" "IKAcSpine1_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKAcSpine1_M.pim" "IKAcSpine1_M_aimConstraint1.cpim"; +connectAttr "IKAcSpine1_M.t" "IKAcSpine1_M_aimConstraint1.ct"; +connectAttr "IKAcSpine1_M.rp" "IKAcSpine1_M_aimConstraint1.crp"; +connectAttr "IKAcSpine1_M.rpt" "IKAcSpine1_M_aimConstraint1.crt"; +connectAttr "IKAcSpine1_M.ro" "IKAcSpine1_M_aimConstraint1.cro"; +connectAttr "IKAcSpine1_M.jo" "IKAcSpine1_M_aimConstraint1.cjo"; +connectAttr "IKAcSpine1_M.is" "IKAcSpine1_M_aimConstraint1.is"; +connectAttr "IKAcSpine1Part1_M.t" "IKAcSpine1_M_aimConstraint1.tg[0].tt"; +connectAttr "IKAcSpine1Part1_M.rp" "IKAcSpine1_M_aimConstraint1.tg[0].trp"; +connectAttr "IKAcSpine1Part1_M.rpt" "IKAcSpine1_M_aimConstraint1.tg[0].trt"; +connectAttr "IKAcSpine1Part1_M.pm" "IKAcSpine1_M_aimConstraint1.tg[0].tpm"; +connectAttr "IKAcSpine1_M_aimConstraint1.w0" "IKAcSpine1_M_aimConstraint1.tg[0].tw" + ; +connectAttr "IKAcRootPart2_M.wm" "IKAcSpine1_M_aimConstraint1.wum"; +connectAttr "IKSpSpine1_M.ry" "IKAcSpine1_M_aimConstraint1.oy"; +connectAttr "IKAcSpine1Part1_M_pointConstraint1.ctx" "IKAcSpine1Part1_M.tx"; +connectAttr "IKAcSpine1Part1_M_pointConstraint1.cty" "IKAcSpine1Part1_M.ty"; +connectAttr "IKAcSpine1Part1_M_pointConstraint1.ctz" "IKAcSpine1Part1_M.tz"; +connectAttr "IKAcSpine1Part1_M_aimConstraint1.crx" "IKAcSpine1Part1_M.rx"; +connectAttr "IKAcSpine1Part1_M_aimConstraint1.cry" "IKAcSpine1Part1_M.ry"; +connectAttr "IKAcSpine1Part1_M_aimConstraint1.crz" "IKAcSpine1Part1_M.rz"; +connectAttr "IKCurveInfoNormalizeSpine_M.ox" "IKAcSpine1Part1_M.sx"; +connectAttr "IKCurveInfoNormalizeSpine_M.ox" "IKAcSpine1Part1_M.sy"; +connectAttr "IKCurveInfoNormalizeSpine_M.ox" "IKAcSpine1Part1_M.sz"; +connectAttr "IKAcSpine1Part1_M.pim" "IKAcSpine1Part1_M_pointConstraint1.cpim"; +connectAttr "IKAcSpine1Part1_M.rp" "IKAcSpine1Part1_M_pointConstraint1.crp"; +connectAttr "IKAcSpine1Part1_M.rpt" "IKAcSpine1Part1_M_pointConstraint1.crt"; +connectAttr "IKAcPociXformSpine1Part1_M.t" "IKAcSpine1Part1_M_pointConstraint1.tg[0].tt" + ; +connectAttr "IKAcPociXformSpine1Part1_M.rp" "IKAcSpine1Part1_M_pointConstraint1.tg[0].trp" + ; +connectAttr "IKAcPociXformSpine1Part1_M.rpt" "IKAcSpine1Part1_M_pointConstraint1.tg[0].trt" + ; +connectAttr "IKAcPociXformSpine1Part1_M.pm" "IKAcSpine1Part1_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKAcSpine1Part1_M_pointConstraint1.w0" "IKAcSpine1Part1_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKAcSpine1Part1_M.pim" "IKAcSpine1Part1_M_aimConstraint1.cpim"; +connectAttr "IKAcSpine1Part1_M.t" "IKAcSpine1Part1_M_aimConstraint1.ct"; +connectAttr "IKAcSpine1Part1_M.rp" "IKAcSpine1Part1_M_aimConstraint1.crp"; +connectAttr "IKAcSpine1Part1_M.rpt" "IKAcSpine1Part1_M_aimConstraint1.crt"; +connectAttr "IKAcSpine1Part1_M.ro" "IKAcSpine1Part1_M_aimConstraint1.cro"; +connectAttr "IKAcSpine1Part1_M.jo" "IKAcSpine1Part1_M_aimConstraint1.cjo"; +connectAttr "IKAcSpine1Part1_M.is" "IKAcSpine1Part1_M_aimConstraint1.is"; +connectAttr "IKAcSpine1Part2_M.t" "IKAcSpine1Part1_M_aimConstraint1.tg[0].tt"; +connectAttr "IKAcSpine1Part2_M.rp" "IKAcSpine1Part1_M_aimConstraint1.tg[0].trp"; +connectAttr "IKAcSpine1Part2_M.rpt" "IKAcSpine1Part1_M_aimConstraint1.tg[0].trt" + ; +connectAttr "IKAcSpine1Part2_M.pm" "IKAcSpine1Part1_M_aimConstraint1.tg[0].tpm"; +connectAttr "IKAcSpine1Part1_M_aimConstraint1.w0" "IKAcSpine1Part1_M_aimConstraint1.tg[0].tw" + ; +connectAttr "IKAcSpine1_M.wm" "IKAcSpine1Part1_M_aimConstraint1.wum"; +connectAttr "IKSpSpine1Part1_M.ry" "IKAcSpine1Part1_M_aimConstraint1.oy"; +connectAttr "IKAcSpine1Part2_M_pointConstraint1.ctx" "IKAcSpine1Part2_M.tx"; +connectAttr "IKAcSpine1Part2_M_pointConstraint1.cty" "IKAcSpine1Part2_M.ty"; +connectAttr "IKAcSpine1Part2_M_pointConstraint1.ctz" "IKAcSpine1Part2_M.tz"; +connectAttr "IKAcSpine1Part2_M_aimConstraint1.crx" "IKAcSpine1Part2_M.rx"; +connectAttr "IKAcSpine1Part2_M_aimConstraint1.cry" "IKAcSpine1Part2_M.ry"; +connectAttr "IKAcSpine1Part2_M_aimConstraint1.crz" "IKAcSpine1Part2_M.rz"; +connectAttr "IKCurveInfoNormalizeSpine_M.ox" "IKAcSpine1Part2_M.sx"; +connectAttr "IKCurveInfoNormalizeSpine_M.ox" "IKAcSpine1Part2_M.sy"; +connectAttr "IKCurveInfoNormalizeSpine_M.ox" "IKAcSpine1Part2_M.sz"; +connectAttr "IKAcSpine1Part2_M.pim" "IKAcSpine1Part2_M_pointConstraint1.cpim"; +connectAttr "IKAcSpine1Part2_M.rp" "IKAcSpine1Part2_M_pointConstraint1.crp"; +connectAttr "IKAcSpine1Part2_M.rpt" "IKAcSpine1Part2_M_pointConstraint1.crt"; +connectAttr "IKAcPociXformSpine1Part2_M.t" "IKAcSpine1Part2_M_pointConstraint1.tg[0].tt" + ; +connectAttr "IKAcPociXformSpine1Part2_M.rp" "IKAcSpine1Part2_M_pointConstraint1.tg[0].trp" + ; +connectAttr "IKAcPociXformSpine1Part2_M.rpt" "IKAcSpine1Part2_M_pointConstraint1.tg[0].trt" + ; +connectAttr "IKAcPociXformSpine1Part2_M.pm" "IKAcSpine1Part2_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKAcSpine1Part2_M_pointConstraint1.w0" "IKAcSpine1Part2_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKAcSpine1Part2_M.pim" "IKAcSpine1Part2_M_aimConstraint1.cpim"; +connectAttr "IKAcSpine1Part2_M.t" "IKAcSpine1Part2_M_aimConstraint1.ct"; +connectAttr "IKAcSpine1Part2_M.rp" "IKAcSpine1Part2_M_aimConstraint1.crp"; +connectAttr "IKAcSpine1Part2_M.rpt" "IKAcSpine1Part2_M_aimConstraint1.crt"; +connectAttr "IKAcSpine1Part2_M.ro" "IKAcSpine1Part2_M_aimConstraint1.cro"; +connectAttr "IKAcSpine1Part2_M.jo" "IKAcSpine1Part2_M_aimConstraint1.cjo"; +connectAttr "IKAcSpine1Part2_M.is" "IKAcSpine1Part2_M_aimConstraint1.is"; +connectAttr "IKAcChest_M.t" "IKAcSpine1Part2_M_aimConstraint1.tg[0].tt"; +connectAttr "IKAcChest_M.rp" "IKAcSpine1Part2_M_aimConstraint1.tg[0].trp"; +connectAttr "IKAcChest_M.rpt" "IKAcSpine1Part2_M_aimConstraint1.tg[0].trt"; +connectAttr "IKAcChest_M.pm" "IKAcSpine1Part2_M_aimConstraint1.tg[0].tpm"; +connectAttr "IKAcSpine1Part2_M_aimConstraint1.w0" "IKAcSpine1Part2_M_aimConstraint1.tg[0].tw" + ; +connectAttr "IKAcSpine1Part1_M.wm" "IKAcSpine1Part2_M_aimConstraint1.wum"; +connectAttr "IKSpSpine1Part2_M.ry" "IKAcSpine1Part2_M_aimConstraint1.oy"; +connectAttr "IKAcChest_M_pointConstraint1.ctx" "IKAcChest_M.tx"; +connectAttr "IKAcChest_M_pointConstraint1.cty" "IKAcChest_M.ty"; +connectAttr "IKAcChest_M_pointConstraint1.ctz" "IKAcChest_M.tz"; +connectAttr "IKCurveInfoNormalizeSpine_M.ox" "IKAcChest_M.sx"; +connectAttr "IKCurveInfoNormalizeSpine_M.ox" "IKAcChest_M.sy"; +connectAttr "IKCurveInfoNormalizeSpine_M.ox" "IKAcChest_M.sz"; +connectAttr "IKAcChest_M.pim" "IKAcChest_M_pointConstraint1.cpim"; +connectAttr "IKAcChest_M.rp" "IKAcChest_M_pointConstraint1.crp"; +connectAttr "IKAcChest_M.rpt" "IKAcChest_M_pointConstraint1.crt"; +connectAttr "IKAcPociXformChest_M.t" "IKAcChest_M_pointConstraint1.tg[0].tt"; +connectAttr "IKAcPociXformChest_M.rp" "IKAcChest_M_pointConstraint1.tg[0].trp"; +connectAttr "IKAcPociXformChest_M.rpt" "IKAcChest_M_pointConstraint1.tg[0].trt"; +connectAttr "IKAcPociXformChest_M.pm" "IKAcChest_M_pointConstraint1.tg[0].tpm"; +connectAttr "IKAcChest_M_pointConstraint1.w0" "IKAcChest_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKAcPociRoot_M.p" "IKAcPociXformRoot_M.t"; +connectAttr "IKAcPociRootPart1_M.p" "IKAcPociXformRootPart1_M.t"; +connectAttr "IKAcPociRootPart2_M.p" "IKAcPociXformRootPart2_M.t"; +connectAttr "IKAcPociSpine1_M.p" "IKAcPociXformSpine1_M.t"; +connectAttr "IKAcPociSpine1Part1_M.p" "IKAcPociXformSpine1Part1_M.t"; +connectAttr "IKAcPociSpine1Part2_M.p" "IKAcPociXformSpine1Part2_M.t"; +connectAttr "IKAcPociChest_M.p" "IKAcPociXformChest_M.t"; +connectAttr "IKAcRootPart1FollowOffset_M_pointConstraint1.ctx" "IKAcRootPart1FollowOffset_M.tx" + ; +connectAttr "IKAcRootPart1FollowOffset_M_pointConstraint1.cty" "IKAcRootPart1FollowOffset_M.ty" + ; +connectAttr "IKAcRootPart1FollowOffset_M_pointConstraint1.ctz" "IKAcRootPart1FollowOffset_M.tz" + ; +connectAttr "IKAcRootPart1FollowOffset_M_orientConstraint1.crx" "IKAcRootPart1FollowOffset_M.rx" + ; +connectAttr "IKAcRootPart1FollowOffset_M_orientConstraint1.cry" "IKAcRootPart1FollowOffset_M.ry" + ; +connectAttr "IKAcRootPart1FollowOffset_M_orientConstraint1.crz" "IKAcRootPart1FollowOffset_M.rz" + ; +connectAttr "IKAcRootPart1FollowOffset_M.pim" "IKAcRootPart1FollowOffset_M_pointConstraint1.cpim" + ; +connectAttr "IKAcRootPart1FollowOffset_M.rp" "IKAcRootPart1FollowOffset_M_pointConstraint1.crp" + ; +connectAttr "IKAcRootPart1FollowOffset_M.rpt" "IKAcRootPart1FollowOffset_M_pointConstraint1.crt" + ; +connectAttr "IKAcRootPart1_M.t" "IKAcRootPart1FollowOffset_M_pointConstraint1.tg[0].tt" + ; +connectAttr "IKAcRootPart1_M.rp" "IKAcRootPart1FollowOffset_M_pointConstraint1.tg[0].trp" + ; +connectAttr "IKAcRootPart1_M.rpt" "IKAcRootPart1FollowOffset_M_pointConstraint1.tg[0].trt" + ; +connectAttr "IKAcRootPart1_M.pm" "IKAcRootPart1FollowOffset_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKAcRootPart1FollowOffset_M_pointConstraint1.w0" "IKAcRootPart1FollowOffset_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKAcRootPart1FollowOffset_M.ro" "IKAcRootPart1FollowOffset_M_orientConstraint1.cro" + ; +connectAttr "IKAcRootPart1FollowOffset_M.pim" "IKAcRootPart1FollowOffset_M_orientConstraint1.cpim" + ; +connectAttr "IKAcRootPart1_M.r" "IKAcRootPart1FollowOffset_M_orientConstraint1.tg[0].tr" + ; +connectAttr "IKAcRootPart1_M.ro" "IKAcRootPart1FollowOffset_M_orientConstraint1.tg[0].tro" + ; +connectAttr "IKAcRootPart1_M.pm" "IKAcRootPart1FollowOffset_M_orientConstraint1.tg[0].tpm" + ; +connectAttr "IKAcRootPart1_M.jo" "IKAcRootPart1FollowOffset_M_orientConstraint1.tg[0].tjo" + ; +connectAttr "IKAcRootPart1FollowOffset_M_orientConstraint1.w0" "IKAcRootPart1FollowOffset_M_orientConstraint1.tg[0].tw" + ; +connectAttr "IKAcRootPart2FollowOffset_M_pointConstraint1.ctx" "IKAcRootPart2FollowOffset_M.tx" + ; +connectAttr "IKAcRootPart2FollowOffset_M_pointConstraint1.cty" "IKAcRootPart2FollowOffset_M.ty" + ; +connectAttr "IKAcRootPart2FollowOffset_M_pointConstraint1.ctz" "IKAcRootPart2FollowOffset_M.tz" + ; +connectAttr "IKAcRootPart2FollowOffset_M_orientConstraint1.crx" "IKAcRootPart2FollowOffset_M.rx" + ; +connectAttr "IKAcRootPart2FollowOffset_M_orientConstraint1.cry" "IKAcRootPart2FollowOffset_M.ry" + ; +connectAttr "IKAcRootPart2FollowOffset_M_orientConstraint1.crz" "IKAcRootPart2FollowOffset_M.rz" + ; +connectAttr "IKAcRootPart2FollowOffset_M.pim" "IKAcRootPart2FollowOffset_M_pointConstraint1.cpim" + ; +connectAttr "IKAcRootPart2FollowOffset_M.rp" "IKAcRootPart2FollowOffset_M_pointConstraint1.crp" + ; +connectAttr "IKAcRootPart2FollowOffset_M.rpt" "IKAcRootPart2FollowOffset_M_pointConstraint1.crt" + ; +connectAttr "IKAcRootPart2_M.t" "IKAcRootPart2FollowOffset_M_pointConstraint1.tg[0].tt" + ; +connectAttr "IKAcRootPart2_M.rp" "IKAcRootPart2FollowOffset_M_pointConstraint1.tg[0].trp" + ; +connectAttr "IKAcRootPart2_M.rpt" "IKAcRootPart2FollowOffset_M_pointConstraint1.tg[0].trt" + ; +connectAttr "IKAcRootPart2_M.pm" "IKAcRootPart2FollowOffset_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKAcRootPart2FollowOffset_M_pointConstraint1.w0" "IKAcRootPart2FollowOffset_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKAcRootPart2FollowOffset_M.ro" "IKAcRootPart2FollowOffset_M_orientConstraint1.cro" + ; +connectAttr "IKAcRootPart2FollowOffset_M.pim" "IKAcRootPart2FollowOffset_M_orientConstraint1.cpim" + ; +connectAttr "IKAcRootPart2_M.r" "IKAcRootPart2FollowOffset_M_orientConstraint1.tg[0].tr" + ; +connectAttr "IKAcRootPart2_M.ro" "IKAcRootPart2FollowOffset_M_orientConstraint1.tg[0].tro" + ; +connectAttr "IKAcRootPart2_M.pm" "IKAcRootPart2FollowOffset_M_orientConstraint1.tg[0].tpm" + ; +connectAttr "IKAcRootPart2_M.jo" "IKAcRootPart2FollowOffset_M_orientConstraint1.tg[0].tjo" + ; +connectAttr "IKAcRootPart2FollowOffset_M_orientConstraint1.w0" "IKAcRootPart2FollowOffset_M_orientConstraint1.tg[0].tw" + ; +connectAttr "IKAcSpine1FollowOffset_M_pointConstraint1.ctx" "IKAcSpine1FollowOffset_M.tx" + ; +connectAttr "IKAcSpine1FollowOffset_M_pointConstraint1.cty" "IKAcSpine1FollowOffset_M.ty" + ; +connectAttr "IKAcSpine1FollowOffset_M_pointConstraint1.ctz" "IKAcSpine1FollowOffset_M.tz" + ; +connectAttr "IKAcSpine1FollowOffset_M_orientConstraint1.crx" "IKAcSpine1FollowOffset_M.rx" + ; +connectAttr "IKAcSpine1FollowOffset_M_orientConstraint1.cry" "IKAcSpine1FollowOffset_M.ry" + ; +connectAttr "IKAcSpine1FollowOffset_M_orientConstraint1.crz" "IKAcSpine1FollowOffset_M.rz" + ; +connectAttr "IKAcSpine1FollowOffset_M.pim" "IKAcSpine1FollowOffset_M_pointConstraint1.cpim" + ; +connectAttr "IKAcSpine1FollowOffset_M.rp" "IKAcSpine1FollowOffset_M_pointConstraint1.crp" + ; +connectAttr "IKAcSpine1FollowOffset_M.rpt" "IKAcSpine1FollowOffset_M_pointConstraint1.crt" + ; +connectAttr "IKAcSpine1_M.t" "IKAcSpine1FollowOffset_M_pointConstraint1.tg[0].tt" + ; +connectAttr "IKAcSpine1_M.rp" "IKAcSpine1FollowOffset_M_pointConstraint1.tg[0].trp" + ; +connectAttr "IKAcSpine1_M.rpt" "IKAcSpine1FollowOffset_M_pointConstraint1.tg[0].trt" + ; +connectAttr "IKAcSpine1_M.pm" "IKAcSpine1FollowOffset_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKAcSpine1FollowOffset_M_pointConstraint1.w0" "IKAcSpine1FollowOffset_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKAcSpine1FollowOffset_M.ro" "IKAcSpine1FollowOffset_M_orientConstraint1.cro" + ; +connectAttr "IKAcSpine1FollowOffset_M.pim" "IKAcSpine1FollowOffset_M_orientConstraint1.cpim" + ; +connectAttr "IKAcSpine1_M.r" "IKAcSpine1FollowOffset_M_orientConstraint1.tg[0].tr" + ; +connectAttr "IKAcSpine1_M.ro" "IKAcSpine1FollowOffset_M_orientConstraint1.tg[0].tro" + ; +connectAttr "IKAcSpine1_M.pm" "IKAcSpine1FollowOffset_M_orientConstraint1.tg[0].tpm" + ; +connectAttr "IKAcSpine1_M.jo" "IKAcSpine1FollowOffset_M_orientConstraint1.tg[0].tjo" + ; +connectAttr "IKAcSpine1FollowOffset_M_orientConstraint1.w0" "IKAcSpine1FollowOffset_M_orientConstraint1.tg[0].tw" + ; +connectAttr "IKAcSpine1Part1FollowOffset_M_pointConstraint1.ctx" "IKAcSpine1Part1FollowOffset_M.tx" + ; +connectAttr "IKAcSpine1Part1FollowOffset_M_pointConstraint1.cty" "IKAcSpine1Part1FollowOffset_M.ty" + ; +connectAttr "IKAcSpine1Part1FollowOffset_M_pointConstraint1.ctz" "IKAcSpine1Part1FollowOffset_M.tz" + ; +connectAttr "IKAcSpine1Part1FollowOffset_M_orientConstraint1.crx" "IKAcSpine1Part1FollowOffset_M.rx" + ; +connectAttr "IKAcSpine1Part1FollowOffset_M_orientConstraint1.cry" "IKAcSpine1Part1FollowOffset_M.ry" + ; +connectAttr "IKAcSpine1Part1FollowOffset_M_orientConstraint1.crz" "IKAcSpine1Part1FollowOffset_M.rz" + ; +connectAttr "IKAcSpine1Part1FollowOffset_M.pim" "IKAcSpine1Part1FollowOffset_M_pointConstraint1.cpim" + ; +connectAttr "IKAcSpine1Part1FollowOffset_M.rp" "IKAcSpine1Part1FollowOffset_M_pointConstraint1.crp" + ; +connectAttr "IKAcSpine1Part1FollowOffset_M.rpt" "IKAcSpine1Part1FollowOffset_M_pointConstraint1.crt" + ; +connectAttr "IKAcSpine1Part1_M.t" "IKAcSpine1Part1FollowOffset_M_pointConstraint1.tg[0].tt" + ; +connectAttr "IKAcSpine1Part1_M.rp" "IKAcSpine1Part1FollowOffset_M_pointConstraint1.tg[0].trp" + ; +connectAttr "IKAcSpine1Part1_M.rpt" "IKAcSpine1Part1FollowOffset_M_pointConstraint1.tg[0].trt" + ; +connectAttr "IKAcSpine1Part1_M.pm" "IKAcSpine1Part1FollowOffset_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKAcSpine1Part1FollowOffset_M_pointConstraint1.w0" "IKAcSpine1Part1FollowOffset_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKAcSpine1Part1FollowOffset_M.ro" "IKAcSpine1Part1FollowOffset_M_orientConstraint1.cro" + ; +connectAttr "IKAcSpine1Part1FollowOffset_M.pim" "IKAcSpine1Part1FollowOffset_M_orientConstraint1.cpim" + ; +connectAttr "IKAcSpine1Part1_M.r" "IKAcSpine1Part1FollowOffset_M_orientConstraint1.tg[0].tr" + ; +connectAttr "IKAcSpine1Part1_M.ro" "IKAcSpine1Part1FollowOffset_M_orientConstraint1.tg[0].tro" + ; +connectAttr "IKAcSpine1Part1_M.pm" "IKAcSpine1Part1FollowOffset_M_orientConstraint1.tg[0].tpm" + ; +connectAttr "IKAcSpine1Part1_M.jo" "IKAcSpine1Part1FollowOffset_M_orientConstraint1.tg[0].tjo" + ; +connectAttr "IKAcSpine1Part1FollowOffset_M_orientConstraint1.w0" "IKAcSpine1Part1FollowOffset_M_orientConstraint1.tg[0].tw" + ; +connectAttr "IKAcSpine1Part2FollowOffset_M_pointConstraint1.ctx" "IKAcSpine1Part2FollowOffset_M.tx" + ; +connectAttr "IKAcSpine1Part2FollowOffset_M_pointConstraint1.cty" "IKAcSpine1Part2FollowOffset_M.ty" + ; +connectAttr "IKAcSpine1Part2FollowOffset_M_pointConstraint1.ctz" "IKAcSpine1Part2FollowOffset_M.tz" + ; +connectAttr "IKAcSpine1Part2FollowOffset_M_orientConstraint1.crx" "IKAcSpine1Part2FollowOffset_M.rx" + ; +connectAttr "IKAcSpine1Part2FollowOffset_M_orientConstraint1.cry" "IKAcSpine1Part2FollowOffset_M.ry" + ; +connectAttr "IKAcSpine1Part2FollowOffset_M_orientConstraint1.crz" "IKAcSpine1Part2FollowOffset_M.rz" + ; +connectAttr "IKAcSpine1Part2FollowOffset_M.pim" "IKAcSpine1Part2FollowOffset_M_pointConstraint1.cpim" + ; +connectAttr "IKAcSpine1Part2FollowOffset_M.rp" "IKAcSpine1Part2FollowOffset_M_pointConstraint1.crp" + ; +connectAttr "IKAcSpine1Part2FollowOffset_M.rpt" "IKAcSpine1Part2FollowOffset_M_pointConstraint1.crt" + ; +connectAttr "IKAcSpine1Part2_M.t" "IKAcSpine1Part2FollowOffset_M_pointConstraint1.tg[0].tt" + ; +connectAttr "IKAcSpine1Part2_M.rp" "IKAcSpine1Part2FollowOffset_M_pointConstraint1.tg[0].trp" + ; +connectAttr "IKAcSpine1Part2_M.rpt" "IKAcSpine1Part2FollowOffset_M_pointConstraint1.tg[0].trt" + ; +connectAttr "IKAcSpine1Part2_M.pm" "IKAcSpine1Part2FollowOffset_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKAcSpine1Part2FollowOffset_M_pointConstraint1.w0" "IKAcSpine1Part2FollowOffset_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKAcSpine1Part2FollowOffset_M.ro" "IKAcSpine1Part2FollowOffset_M_orientConstraint1.cro" + ; +connectAttr "IKAcSpine1Part2FollowOffset_M.pim" "IKAcSpine1Part2FollowOffset_M_orientConstraint1.cpim" + ; +connectAttr "IKAcSpine1Part2_M.r" "IKAcSpine1Part2FollowOffset_M_orientConstraint1.tg[0].tr" + ; +connectAttr "IKAcSpine1Part2_M.ro" "IKAcSpine1Part2FollowOffset_M_orientConstraint1.tg[0].tro" + ; +connectAttr "IKAcSpine1Part2_M.pm" "IKAcSpine1Part2FollowOffset_M_orientConstraint1.tg[0].tpm" + ; +connectAttr "IKAcSpine1Part2_M.jo" "IKAcSpine1Part2FollowOffset_M_orientConstraint1.tg[0].tjo" + ; +connectAttr "IKAcSpine1Part2FollowOffset_M_orientConstraint1.w0" "IKAcSpine1Part2FollowOffset_M_orientConstraint1.tg[0].tw" + ; +connectAttr "IKAcChestFollowOffset_M_pointConstraint1.ctx" "IKAcChestFollowOffset_M.tx" + ; +connectAttr "IKAcChestFollowOffset_M_pointConstraint1.cty" "IKAcChestFollowOffset_M.ty" + ; +connectAttr "IKAcChestFollowOffset_M_pointConstraint1.ctz" "IKAcChestFollowOffset_M.tz" + ; +connectAttr "IKAcChestFollowOffset_M_orientConstraint1.crx" "IKAcChestFollowOffset_M.rx" + ; +connectAttr "IKAcChestFollowOffset_M_orientConstraint1.cry" "IKAcChestFollowOffset_M.ry" + ; +connectAttr "IKAcChestFollowOffset_M_orientConstraint1.crz" "IKAcChestFollowOffset_M.rz" + ; +connectAttr "IKAcChestFollowOffset_M.pim" "IKAcChestFollowOffset_M_pointConstraint1.cpim" + ; +connectAttr "IKAcChestFollowOffset_M.rp" "IKAcChestFollowOffset_M_pointConstraint1.crp" + ; +connectAttr "IKAcChestFollowOffset_M.rpt" "IKAcChestFollowOffset_M_pointConstraint1.crt" + ; +connectAttr "IKAcChest_M.t" "IKAcChestFollowOffset_M_pointConstraint1.tg[0].tt"; +connectAttr "IKAcChest_M.rp" "IKAcChestFollowOffset_M_pointConstraint1.tg[0].trp" + ; +connectAttr "IKAcChest_M.rpt" "IKAcChestFollowOffset_M_pointConstraint1.tg[0].trt" + ; +connectAttr "IKAcChest_M.pm" "IKAcChestFollowOffset_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKAcChestFollowOffset_M_pointConstraint1.w0" "IKAcChestFollowOffset_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKAcChestFollowOffset_M.ro" "IKAcChestFollowOffset_M_orientConstraint1.cro" + ; +connectAttr "IKAcChestFollowOffset_M.pim" "IKAcChestFollowOffset_M_orientConstraint1.cpim" + ; +connectAttr "IKAcChest_M.r" "IKAcChestFollowOffset_M_orientConstraint1.tg[0].tr" + ; +connectAttr "IKAcChest_M.ro" "IKAcChestFollowOffset_M_orientConstraint1.tg[0].tro" + ; +connectAttr "IKAcChest_M.pm" "IKAcChestFollowOffset_M_orientConstraint1.tg[0].tpm" + ; +connectAttr "IKAcChest_M.jo" "IKAcChestFollowOffset_M_orientConstraint1.tg[0].tjo" + ; +connectAttr "IKAcChestFollowOffset_M_orientConstraint1.w0" "IKAcChestFollowOffset_M_orientConstraint1.tg[0].tw" + ; +connectAttr "IKHandleFollowMain_parentConstraint1.ctx" "IKHandleFollowMain.tx"; +connectAttr "IKHandleFollowMain_parentConstraint1.cty" "IKHandleFollowMain.ty"; +connectAttr "IKHandleFollowMain_parentConstraint1.ctz" "IKHandleFollowMain.tz"; +connectAttr "IKHandleFollowMain_parentConstraint1.crx" "IKHandleFollowMain.rx"; +connectAttr "IKHandleFollowMain_parentConstraint1.cry" "IKHandleFollowMain.ry"; +connectAttr "IKHandleFollowMain_parentConstraint1.crz" "IKHandleFollowMain.rz"; +connectAttr "IKHandleFollowMain_scaleConstraint1.csx" "IKHandleFollowMain.sx"; +connectAttr "IKHandleFollowMain_scaleConstraint1.csy" "IKHandleFollowMain.sy"; +connectAttr "IKHandleFollowMain_scaleConstraint1.csz" "IKHandleFollowMain.sz"; +connectAttr "IKHandleFollowMain.ro" "IKHandleFollowMain_parentConstraint1.cro"; +connectAttr "IKHandleFollowMain.pim" "IKHandleFollowMain_parentConstraint1.cpim" + ; +connectAttr "IKHandleFollowMain.rp" "IKHandleFollowMain_parentConstraint1.crp"; +connectAttr "IKHandleFollowMain.rpt" "IKHandleFollowMain_parentConstraint1.crt"; +connectAttr "Main.t" "IKHandleFollowMain_parentConstraint1.tg[0].tt"; +connectAttr "Main.rp" "IKHandleFollowMain_parentConstraint1.tg[0].trp"; +connectAttr "Main.rpt" "IKHandleFollowMain_parentConstraint1.tg[0].trt"; +connectAttr "Main.r" "IKHandleFollowMain_parentConstraint1.tg[0].tr"; +connectAttr "Main.ro" "IKHandleFollowMain_parentConstraint1.tg[0].tro"; +connectAttr "Main.s" "IKHandleFollowMain_parentConstraint1.tg[0].ts"; +connectAttr "Main.pm" "IKHandleFollowMain_parentConstraint1.tg[0].tpm"; +connectAttr "IKHandleFollowMain_parentConstraint1.w0" "IKHandleFollowMain_parentConstraint1.tg[0].tw" + ; +connectAttr "IKHandleFollowMain.pim" "IKHandleFollowMain_scaleConstraint1.cpim"; +connectAttr "Main.s" "IKHandleFollowMain_scaleConstraint1.tg[0].ts"; +connectAttr "Main.pm" "IKHandleFollowMain_scaleConstraint1.tg[0].tpm"; +connectAttr "IKHandleFollowMain_scaleConstraint1.w0" "IKHandleFollowMain_scaleConstraint1.tg[0].tw" + ; +connectAttr "FKIKBlendLegCondition_R.ocr" "IKOffsetLeg_R.v"; +connectAttr "unitConversion6.o" "IKLegFootRockInnerPivot_R.rz"; +connectAttr "unitConversion7.o" "IKLegFootRockOuterPivot_R.rz"; +connectAttr "unitConversion8.o" "RollRollerHeel_R.rx"; +connectAttr "RollExtraHeel_R_translateX.o" "RollExtraHeel_R.tx"; +connectAttr "RollExtraHeel_R_translateY.o" "RollExtraHeel_R.ty"; +connectAttr "RollExtraHeel_R_translateZ.o" "RollExtraHeel_R.tz"; +connectAttr "RollExtraHeel_R_rotateX.o" "RollExtraHeel_R.rx"; +connectAttr "RollExtraHeel_R_rotateY.o" "RollExtraHeel_R.ry"; +connectAttr "RollExtraHeel_R_rotateZ.o" "RollExtraHeel_R.rz"; +connectAttr "unitConversion10.o" "RollRollerToesEnd_R.rx"; +connectAttr "RollExtraToesEnd_R_translateX.o" "RollExtraToesEnd_R.tx"; +connectAttr "RollExtraToesEnd_R_translateY.o" "RollExtraToesEnd_R.ty"; +connectAttr "RollExtraToesEnd_R_translateZ.o" "RollExtraToesEnd_R.tz"; +connectAttr "RollExtraToesEnd_R_rotateX.o" "RollExtraToesEnd_R.rx"; +connectAttr "RollExtraToesEnd_R_rotateY.o" "RollExtraToesEnd_R.ry"; +connectAttr "RollExtraToesEnd_R_rotateZ.o" "RollExtraToesEnd_R.rz"; +connectAttr "unitConversion9.o" "RollRollerToes_R.rx"; +connectAttr "RollExtraToes_R_translateX.o" "RollExtraToes_R.tx"; +connectAttr "RollExtraToes_R_translateY.o" "RollExtraToes_R.ty"; +connectAttr "RollExtraToes_R_translateZ.o" "RollExtraToes_R.tz"; +connectAttr "RollExtraToes_R_rotateX.o" "RollExtraToes_R.rx"; +connectAttr "RollExtraToes_R_rotateY.o" "RollExtraToes_R.ry"; +connectAttr "RollExtraToes_R_rotateZ.o" "RollExtraToes_R.rz"; +connectAttr "IKXAnkle_R.msg" "IKAnkleHandle_R.hsj"; +connectAttr "IKAnkleEffector_R.hp" "IKAnkleHandle_R.hee"; +connectAttr "ikSCsolver.msg" "IKAnkleHandle_R.hsv"; +connectAttr "IKXHip_R.msg" "IKLegHandle_R.hsj"; +connectAttr "IKLegEffector_R.hp" "IKLegHandle_R.hee"; +connectAttr "ikRPsolver.msg" "IKLegHandle_R.hsv"; +connectAttr "IKLegHandle_R_poleVectorConstraint1.ctx" "IKLegHandle_R.pvx"; +connectAttr "IKLegHandle_R_poleVectorConstraint1.cty" "IKLegHandle_R.pvy"; +connectAttr "IKLegHandle_R_poleVectorConstraint1.ctz" "IKLegHandle_R.pvz"; +connectAttr "IKLegHandle_R.pim" "IKLegHandle_R_poleVectorConstraint1.cpim"; +connectAttr "IKXHip_R.pm" "IKLegHandle_R_poleVectorConstraint1.ps"; +connectAttr "IKXHip_R.t" "IKLegHandle_R_poleVectorConstraint1.crp"; +connectAttr "PoleLeg_R.t" "IKLegHandle_R_poleVectorConstraint1.tg[0].tt"; +connectAttr "PoleLeg_R.rp" "IKLegHandle_R_poleVectorConstraint1.tg[0].trp"; +connectAttr "PoleLeg_R.rpt" "IKLegHandle_R_poleVectorConstraint1.tg[0].trt"; +connectAttr "PoleLeg_R.pm" "IKLegHandle_R_poleVectorConstraint1.tg[0].tpm"; +connectAttr "IKLegHandle_R_poleVectorConstraint1.w0" "IKLegHandle_R_poleVectorConstraint1.tg[0].tw" + ; +connectAttr "IKExtraToes_R_translateX.o" "IKExtraToes_R.tx"; +connectAttr "IKExtraToes_R_translateY.o" "IKExtraToes_R.ty"; +connectAttr "IKExtraToes_R_translateZ.o" "IKExtraToes_R.tz"; +connectAttr "IKExtraToes_R_rotateX.o" "IKExtraToes_R.rx"; +connectAttr "IKExtraToes_R_rotateY.o" "IKExtraToes_R.ry"; +connectAttr "IKExtraToes_R_rotateZ.o" "IKExtraToes_R.rz"; +connectAttr "IKXToes_R.msg" "IKToesHandle_R.hsj"; +connectAttr "IKToesEffector_R.hp" "IKToesHandle_R.hee"; +connectAttr "ikSCsolver.msg" "IKToesHandle_R.hsv"; +connectAttr "IKOffsetArm_R_parentConstraint1.ctx" "IKOffsetArm_R.tx"; +connectAttr "IKOffsetArm_R_parentConstraint1.cty" "IKOffsetArm_R.ty"; +connectAttr "IKOffsetArm_R_parentConstraint1.ctz" "IKOffsetArm_R.tz"; +connectAttr "IKOffsetArm_R_parentConstraint1.crx" "IKOffsetArm_R.rx"; +connectAttr "IKOffsetArm_R_parentConstraint1.cry" "IKOffsetArm_R.ry"; +connectAttr "IKOffsetArm_R_parentConstraint1.crz" "IKOffsetArm_R.rz"; +connectAttr "FKIKBlendArmCondition_R.ocr" "IKOffsetArm_R.v"; +connectAttr "IKXShoulder_R.msg" "IKArmHandle_R.hsj"; +connectAttr "IKArmEffector_R.hp" "IKArmHandle_R.hee"; +connectAttr "ikRPsolver.msg" "IKArmHandle_R.hsv"; +connectAttr "IKArmHandle_R_poleVectorConstraint1.ctx" "IKArmHandle_R.pvx"; +connectAttr "IKArmHandle_R_poleVectorConstraint1.cty" "IKArmHandle_R.pvy"; +connectAttr "IKArmHandle_R_poleVectorConstraint1.ctz" "IKArmHandle_R.pvz"; +connectAttr "IKArmHandle_R.pim" "IKArmHandle_R_poleVectorConstraint1.cpim"; +connectAttr "IKXShoulder_R.pm" "IKArmHandle_R_poleVectorConstraint1.ps"; +connectAttr "IKXShoulder_R.t" "IKArmHandle_R_poleVectorConstraint1.crp"; +connectAttr "PoleArm_R.t" "IKArmHandle_R_poleVectorConstraint1.tg[0].tt"; +connectAttr "PoleArm_R.rp" "IKArmHandle_R_poleVectorConstraint1.tg[0].trp"; +connectAttr "PoleArm_R.rpt" "IKArmHandle_R_poleVectorConstraint1.tg[0].trt"; +connectAttr "PoleArm_R.pm" "IKArmHandle_R_poleVectorConstraint1.tg[0].tpm"; +connectAttr "IKArmHandle_R_poleVectorConstraint1.w0" "IKArmHandle_R_poleVectorConstraint1.tg[0].tw" + ; +connectAttr "IKOffsetArm_R.ro" "IKOffsetArm_R_parentConstraint1.cro"; +connectAttr "IKOffsetArm_R.pim" "IKOffsetArm_R_parentConstraint1.cpim"; +connectAttr "IKOffsetArm_R.rp" "IKOffsetArm_R_parentConstraint1.crp"; +connectAttr "IKOffsetArm_R.rpt" "IKOffsetArm_R_parentConstraint1.crt"; +connectAttr "IKOffsetArm_RStatic.t" "IKOffsetArm_R_parentConstraint1.tg[0].tt"; +connectAttr "IKOffsetArm_RStatic.rp" "IKOffsetArm_R_parentConstraint1.tg[0].trp" + ; +connectAttr "IKOffsetArm_RStatic.rpt" "IKOffsetArm_R_parentConstraint1.tg[0].trt" + ; +connectAttr "IKOffsetArm_RStatic.r" "IKOffsetArm_R_parentConstraint1.tg[0].tr"; +connectAttr "IKOffsetArm_RStatic.ro" "IKOffsetArm_R_parentConstraint1.tg[0].tro" + ; +connectAttr "IKOffsetArm_RStatic.s" "IKOffsetArm_R_parentConstraint1.tg[0].ts"; +connectAttr "IKOffsetArm_RStatic.pm" "IKOffsetArm_R_parentConstraint1.tg[0].tpm" + ; +connectAttr "IKOffsetArm_R_parentConstraint1.w0" "IKOffsetArm_R_parentConstraint1.tg[0].tw" + ; +connectAttr "IKOffsetArm_RFollow.t" "IKOffsetArm_R_parentConstraint1.tg[1].tt"; +connectAttr "IKOffsetArm_RFollow.rp" "IKOffsetArm_R_parentConstraint1.tg[1].trp" + ; +connectAttr "IKOffsetArm_RFollow.rpt" "IKOffsetArm_R_parentConstraint1.tg[1].trt" + ; +connectAttr "IKOffsetArm_RFollow.r" "IKOffsetArm_R_parentConstraint1.tg[1].tr"; +connectAttr "IKOffsetArm_RFollow.ro" "IKOffsetArm_R_parentConstraint1.tg[1].tro" + ; +connectAttr "IKOffsetArm_RFollow.s" "IKOffsetArm_R_parentConstraint1.tg[1].ts"; +connectAttr "IKOffsetArm_RFollow.pm" "IKOffsetArm_R_parentConstraint1.tg[1].tpm" + ; +connectAttr "IKOffsetArm_R_parentConstraint1.w1" "IKOffsetArm_R_parentConstraint1.tg[1].tw" + ; +connectAttr "IKArm_RSetRangeFollow.oy" "IKOffsetArm_R_parentConstraint1.w0"; +connectAttr "IKArm_RSetRangeFollow.ox" "IKOffsetArm_R_parentConstraint1.w1"; +connectAttr "FKIKBlendLegCondition_L.ocr" "IKOffsetLeg_L.v"; +connectAttr "unitConversion12.o" "IKLegFootRockInnerPivot_L.rz"; +connectAttr "unitConversion13.o" "IKLegFootRockOuterPivot_L.rz"; +connectAttr "unitConversion14.o" "RollRollerHeel_L.rx"; +connectAttr "RollExtraHeel_L_translateX.o" "RollExtraHeel_L.tx"; +connectAttr "RollExtraHeel_L_translateY.o" "RollExtraHeel_L.ty"; +connectAttr "RollExtraHeel_L_translateZ.o" "RollExtraHeel_L.tz"; +connectAttr "RollExtraHeel_L_rotateX.o" "RollExtraHeel_L.rx"; +connectAttr "RollExtraHeel_L_rotateY.o" "RollExtraHeel_L.ry"; +connectAttr "RollExtraHeel_L_rotateZ.o" "RollExtraHeel_L.rz"; +connectAttr "unitConversion16.o" "RollRollerToesEnd_L.rx"; +connectAttr "RollExtraToesEnd_L_translateX.o" "RollExtraToesEnd_L.tx"; +connectAttr "RollExtraToesEnd_L_translateY.o" "RollExtraToesEnd_L.ty"; +connectAttr "RollExtraToesEnd_L_translateZ.o" "RollExtraToesEnd_L.tz"; +connectAttr "RollExtraToesEnd_L_rotateX.o" "RollExtraToesEnd_L.rx"; +connectAttr "RollExtraToesEnd_L_rotateY.o" "RollExtraToesEnd_L.ry"; +connectAttr "RollExtraToesEnd_L_rotateZ.o" "RollExtraToesEnd_L.rz"; +connectAttr "unitConversion15.o" "RollRollerToes_L.rx"; +connectAttr "RollExtraToes_L_translateX.o" "RollExtraToes_L.tx"; +connectAttr "RollExtraToes_L_translateY.o" "RollExtraToes_L.ty"; +connectAttr "RollExtraToes_L_translateZ.o" "RollExtraToes_L.tz"; +connectAttr "RollExtraToes_L_rotateX.o" "RollExtraToes_L.rx"; +connectAttr "RollExtraToes_L_rotateY.o" "RollExtraToes_L.ry"; +connectAttr "RollExtraToes_L_rotateZ.o" "RollExtraToes_L.rz"; +connectAttr "IKXAnkle_L.msg" "IKAnkleHandle_L.hsj"; +connectAttr "IKAnkleEffector_L.hp" "IKAnkleHandle_L.hee"; +connectAttr "ikSCsolver.msg" "IKAnkleHandle_L.hsv"; +connectAttr "IKXHip_L.msg" "IKLegHandle_L.hsj"; +connectAttr "IKLegEffector_L.hp" "IKLegHandle_L.hee"; +connectAttr "ikRPsolver.msg" "IKLegHandle_L.hsv"; +connectAttr "IKLegHandle_L_poleVectorConstraint1.ctx" "IKLegHandle_L.pvx"; +connectAttr "IKLegHandle_L_poleVectorConstraint1.cty" "IKLegHandle_L.pvy"; +connectAttr "IKLegHandle_L_poleVectorConstraint1.ctz" "IKLegHandle_L.pvz"; +connectAttr "IKLegHandle_L.pim" "IKLegHandle_L_poleVectorConstraint1.cpim"; +connectAttr "IKXHip_L.pm" "IKLegHandle_L_poleVectorConstraint1.ps"; +connectAttr "IKXHip_L.t" "IKLegHandle_L_poleVectorConstraint1.crp"; +connectAttr "PoleLeg_L.t" "IKLegHandle_L_poleVectorConstraint1.tg[0].tt"; +connectAttr "PoleLeg_L.rp" "IKLegHandle_L_poleVectorConstraint1.tg[0].trp"; +connectAttr "PoleLeg_L.rpt" "IKLegHandle_L_poleVectorConstraint1.tg[0].trt"; +connectAttr "PoleLeg_L.pm" "IKLegHandle_L_poleVectorConstraint1.tg[0].tpm"; +connectAttr "IKLegHandle_L_poleVectorConstraint1.w0" "IKLegHandle_L_poleVectorConstraint1.tg[0].tw" + ; +connectAttr "IKExtraToes_L_translateX.o" "IKExtraToes_L.tx"; +connectAttr "IKExtraToes_L_translateY.o" "IKExtraToes_L.ty"; +connectAttr "IKExtraToes_L_translateZ.o" "IKExtraToes_L.tz"; +connectAttr "IKExtraToes_L_rotateX.o" "IKExtraToes_L.rx"; +connectAttr "IKExtraToes_L_rotateY.o" "IKExtraToes_L.ry"; +connectAttr "IKExtraToes_L_rotateZ.o" "IKExtraToes_L.rz"; +connectAttr "IKXToes_L.msg" "IKToesHandle_L.hsj"; +connectAttr "IKToesEffector_L.hp" "IKToesHandle_L.hee"; +connectAttr "ikSCsolver.msg" "IKToesHandle_L.hsv"; +connectAttr "IKOffsetArm_L_parentConstraint1.ctx" "IKOffsetArm_L.tx"; +connectAttr "IKOffsetArm_L_parentConstraint1.cty" "IKOffsetArm_L.ty"; +connectAttr "IKOffsetArm_L_parentConstraint1.ctz" "IKOffsetArm_L.tz"; +connectAttr "IKOffsetArm_L_parentConstraint1.crx" "IKOffsetArm_L.rx"; +connectAttr "IKOffsetArm_L_parentConstraint1.cry" "IKOffsetArm_L.ry"; +connectAttr "IKOffsetArm_L_parentConstraint1.crz" "IKOffsetArm_L.rz"; +connectAttr "FKIKBlendArmCondition_L.ocr" "IKOffsetArm_L.v"; +connectAttr "IKXShoulder_L.msg" "IKArmHandle_L.hsj"; +connectAttr "IKArmEffector_L.hp" "IKArmHandle_L.hee"; +connectAttr "ikRPsolver.msg" "IKArmHandle_L.hsv"; +connectAttr "IKArmHandle_L_poleVectorConstraint1.ctx" "IKArmHandle_L.pvx"; +connectAttr "IKArmHandle_L_poleVectorConstraint1.cty" "IKArmHandle_L.pvy"; +connectAttr "IKArmHandle_L_poleVectorConstraint1.ctz" "IKArmHandle_L.pvz"; +connectAttr "IKArmHandle_L.pim" "IKArmHandle_L_poleVectorConstraint1.cpim"; +connectAttr "IKXShoulder_L.pm" "IKArmHandle_L_poleVectorConstraint1.ps"; +connectAttr "IKXShoulder_L.t" "IKArmHandle_L_poleVectorConstraint1.crp"; +connectAttr "PoleArm_L.t" "IKArmHandle_L_poleVectorConstraint1.tg[0].tt"; +connectAttr "PoleArm_L.rp" "IKArmHandle_L_poleVectorConstraint1.tg[0].trp"; +connectAttr "PoleArm_L.rpt" "IKArmHandle_L_poleVectorConstraint1.tg[0].trt"; +connectAttr "PoleArm_L.pm" "IKArmHandle_L_poleVectorConstraint1.tg[0].tpm"; +connectAttr "IKArmHandle_L_poleVectorConstraint1.w0" "IKArmHandle_L_poleVectorConstraint1.tg[0].tw" + ; +connectAttr "IKOffsetArm_L.ro" "IKOffsetArm_L_parentConstraint1.cro"; +connectAttr "IKOffsetArm_L.pim" "IKOffsetArm_L_parentConstraint1.cpim"; +connectAttr "IKOffsetArm_L.rp" "IKOffsetArm_L_parentConstraint1.crp"; +connectAttr "IKOffsetArm_L.rpt" "IKOffsetArm_L_parentConstraint1.crt"; +connectAttr "IKOffsetArm_LStatic.t" "IKOffsetArm_L_parentConstraint1.tg[0].tt"; +connectAttr "IKOffsetArm_LStatic.rp" "IKOffsetArm_L_parentConstraint1.tg[0].trp" + ; +connectAttr "IKOffsetArm_LStatic.rpt" "IKOffsetArm_L_parentConstraint1.tg[0].trt" + ; +connectAttr "IKOffsetArm_LStatic.r" "IKOffsetArm_L_parentConstraint1.tg[0].tr"; +connectAttr "IKOffsetArm_LStatic.ro" "IKOffsetArm_L_parentConstraint1.tg[0].tro" + ; +connectAttr "IKOffsetArm_LStatic.s" "IKOffsetArm_L_parentConstraint1.tg[0].ts"; +connectAttr "IKOffsetArm_LStatic.pm" "IKOffsetArm_L_parentConstraint1.tg[0].tpm" + ; +connectAttr "IKOffsetArm_L_parentConstraint1.w0" "IKOffsetArm_L_parentConstraint1.tg[0].tw" + ; +connectAttr "IKOffsetArm_LFollow.t" "IKOffsetArm_L_parentConstraint1.tg[1].tt"; +connectAttr "IKOffsetArm_LFollow.rp" "IKOffsetArm_L_parentConstraint1.tg[1].trp" + ; +connectAttr "IKOffsetArm_LFollow.rpt" "IKOffsetArm_L_parentConstraint1.tg[1].trt" + ; +connectAttr "IKOffsetArm_LFollow.r" "IKOffsetArm_L_parentConstraint1.tg[1].tr"; +connectAttr "IKOffsetArm_LFollow.ro" "IKOffsetArm_L_parentConstraint1.tg[1].tro" + ; +connectAttr "IKOffsetArm_LFollow.s" "IKOffsetArm_L_parentConstraint1.tg[1].ts"; +connectAttr "IKOffsetArm_LFollow.pm" "IKOffsetArm_L_parentConstraint1.tg[1].tpm" + ; +connectAttr "IKOffsetArm_L_parentConstraint1.w1" "IKOffsetArm_L_parentConstraint1.tg[1].tw" + ; +connectAttr "IKArm_LSetRangeFollow.oy" "IKOffsetArm_L_parentConstraint1.w0"; +connectAttr "IKArm_LSetRangeFollow.ox" "IKOffsetArm_L_parentConstraint1.w1"; +connectAttr "PoleOffsetLeg_R_parentConstraint1.ctx" "PoleOffsetLeg_R.tx"; +connectAttr "PoleOffsetLeg_R_parentConstraint1.cty" "PoleOffsetLeg_R.ty"; +connectAttr "PoleOffsetLeg_R_parentConstraint1.ctz" "PoleOffsetLeg_R.tz"; +connectAttr "PoleOffsetLeg_R_parentConstraint1.crx" "PoleOffsetLeg_R.rx"; +connectAttr "PoleOffsetLeg_R_parentConstraint1.cry" "PoleOffsetLeg_R.ry"; +connectAttr "PoleOffsetLeg_R_parentConstraint1.crz" "PoleOffsetLeg_R.rz"; +connectAttr "FKIKBlendLegCondition_R.ocr" "PoleOffsetLeg_R.v"; +connectAttr "PoleOffsetLeg_R.ro" "PoleOffsetLeg_R_parentConstraint1.cro"; +connectAttr "PoleOffsetLeg_R.pim" "PoleOffsetLeg_R_parentConstraint1.cpim"; +connectAttr "PoleOffsetLeg_R.rp" "PoleOffsetLeg_R_parentConstraint1.crp"; +connectAttr "PoleOffsetLeg_R.rpt" "PoleOffsetLeg_R_parentConstraint1.crt"; +connectAttr "PoleOffsetLeg_RStatic.t" "PoleOffsetLeg_R_parentConstraint1.tg[0].tt" + ; +connectAttr "PoleOffsetLeg_RStatic.rp" "PoleOffsetLeg_R_parentConstraint1.tg[0].trp" + ; +connectAttr "PoleOffsetLeg_RStatic.rpt" "PoleOffsetLeg_R_parentConstraint1.tg[0].trt" + ; +connectAttr "PoleOffsetLeg_RStatic.r" "PoleOffsetLeg_R_parentConstraint1.tg[0].tr" + ; +connectAttr "PoleOffsetLeg_RStatic.ro" "PoleOffsetLeg_R_parentConstraint1.tg[0].tro" + ; +connectAttr "PoleOffsetLeg_RStatic.s" "PoleOffsetLeg_R_parentConstraint1.tg[0].ts" + ; +connectAttr "PoleOffsetLeg_RStatic.pm" "PoleOffsetLeg_R_parentConstraint1.tg[0].tpm" + ; +connectAttr "PoleOffsetLeg_R_parentConstraint1.w0" "PoleOffsetLeg_R_parentConstraint1.tg[0].tw" + ; +connectAttr "PoleOffsetLeg_RFollow.t" "PoleOffsetLeg_R_parentConstraint1.tg[1].tt" + ; +connectAttr "PoleOffsetLeg_RFollow.rp" "PoleOffsetLeg_R_parentConstraint1.tg[1].trp" + ; +connectAttr "PoleOffsetLeg_RFollow.rpt" "PoleOffsetLeg_R_parentConstraint1.tg[1].trt" + ; +connectAttr "PoleOffsetLeg_RFollow.r" "PoleOffsetLeg_R_parentConstraint1.tg[1].tr" + ; +connectAttr "PoleOffsetLeg_RFollow.ro" "PoleOffsetLeg_R_parentConstraint1.tg[1].tro" + ; +connectAttr "PoleOffsetLeg_RFollow.s" "PoleOffsetLeg_R_parentConstraint1.tg[1].ts" + ; +connectAttr "PoleOffsetLeg_RFollow.pm" "PoleOffsetLeg_R_parentConstraint1.tg[1].tpm" + ; +connectAttr "PoleOffsetLeg_R_parentConstraint1.w1" "PoleOffsetLeg_R_parentConstraint1.tg[1].tw" + ; +connectAttr "PoleLeg_RSetRangeFollow.oy" "PoleOffsetLeg_R_parentConstraint1.w0"; +connectAttr "PoleLeg_RSetRangeFollow.ox" "PoleOffsetLeg_R_parentConstraint1.w1"; +connectAttr "PoleAimLeg_R_aimConstraint1.crx" "PoleAimLeg_R.rx"; +connectAttr "PoleAimLeg_R_aimConstraint1.cry" "PoleAimLeg_R.ry"; +connectAttr "PoleAimLeg_R_aimConstraint1.crz" "PoleAimLeg_R.rz"; +connectAttr "PoleAimLeg_R_pointConstraint1.ctx" "PoleAimLeg_R.tx"; +connectAttr "PoleAimLeg_R_pointConstraint1.cty" "PoleAimLeg_R.ty"; +connectAttr "PoleAimLeg_R_pointConstraint1.ctz" "PoleAimLeg_R.tz"; +connectAttr "PoleAimLeg_R.pim" "PoleAimLeg_R_aimConstraint1.cpim"; +connectAttr "PoleAimLeg_R.t" "PoleAimLeg_R_aimConstraint1.ct"; +connectAttr "PoleAimLeg_R.rp" "PoleAimLeg_R_aimConstraint1.crp"; +connectAttr "PoleAimLeg_R.rpt" "PoleAimLeg_R_aimConstraint1.crt"; +connectAttr "PoleAimLeg_R.ro" "PoleAimLeg_R_aimConstraint1.cro"; +connectAttr "IKLeg_R.t" "PoleAimLeg_R_aimConstraint1.tg[0].tt"; +connectAttr "IKLeg_R.rp" "PoleAimLeg_R_aimConstraint1.tg[0].trp"; +connectAttr "IKLeg_R.rpt" "PoleAimLeg_R_aimConstraint1.tg[0].trt"; +connectAttr "IKLeg_R.pm" "PoleAimLeg_R_aimConstraint1.tg[0].tpm"; +connectAttr "PoleAimLeg_R_aimConstraint1.w0" "PoleAimLeg_R_aimConstraint1.tg[0].tw" + ; +connectAttr "IKFKAlignedOffsetLeg_R.wm" "PoleAimLeg_R_aimConstraint1.wum"; +connectAttr "unitConversion5.o" "PoleAimLeg_R_aimConstraint1.oy"; +connectAttr "PoleAimLeg_R.pim" "PoleAimLeg_R_pointConstraint1.cpim"; +connectAttr "PoleAimLeg_R.rp" "PoleAimLeg_R_pointConstraint1.crp"; +connectAttr "PoleAimLeg_R.rpt" "PoleAimLeg_R_pointConstraint1.crt"; +connectAttr "Root_M.t" "PoleAimLeg_R_pointConstraint1.tg[0].tt"; +connectAttr "Root_M.rp" "PoleAimLeg_R_pointConstraint1.tg[0].trp"; +connectAttr "Root_M.rpt" "PoleAimLeg_R_pointConstraint1.tg[0].trt"; +connectAttr "Root_M.pm" "PoleAimLeg_R_pointConstraint1.tg[0].tpm"; +connectAttr "PoleAimLeg_R_pointConstraint1.w0" "PoleAimLeg_R_pointConstraint1.tg[0].tw" + ; +connectAttr "PoleOffsetArm_R_parentConstraint1.ctx" "PoleOffsetArm_R.tx"; +connectAttr "PoleOffsetArm_R_parentConstraint1.cty" "PoleOffsetArm_R.ty"; +connectAttr "PoleOffsetArm_R_parentConstraint1.ctz" "PoleOffsetArm_R.tz"; +connectAttr "PoleOffsetArm_R_parentConstraint1.crx" "PoleOffsetArm_R.rx"; +connectAttr "PoleOffsetArm_R_parentConstraint1.cry" "PoleOffsetArm_R.ry"; +connectAttr "PoleOffsetArm_R_parentConstraint1.crz" "PoleOffsetArm_R.rz"; +connectAttr "FKIKBlendArmCondition_R.ocr" "PoleOffsetArm_R.v"; +connectAttr "PoleOffsetArm_R.ro" "PoleOffsetArm_R_parentConstraint1.cro"; +connectAttr "PoleOffsetArm_R.pim" "PoleOffsetArm_R_parentConstraint1.cpim"; +connectAttr "PoleOffsetArm_R.rp" "PoleOffsetArm_R_parentConstraint1.crp"; +connectAttr "PoleOffsetArm_R.rpt" "PoleOffsetArm_R_parentConstraint1.crt"; +connectAttr "PoleOffsetArm_RStatic.t" "PoleOffsetArm_R_parentConstraint1.tg[0].tt" + ; +connectAttr "PoleOffsetArm_RStatic.rp" "PoleOffsetArm_R_parentConstraint1.tg[0].trp" + ; +connectAttr "PoleOffsetArm_RStatic.rpt" "PoleOffsetArm_R_parentConstraint1.tg[0].trt" + ; +connectAttr "PoleOffsetArm_RStatic.r" "PoleOffsetArm_R_parentConstraint1.tg[0].tr" + ; +connectAttr "PoleOffsetArm_RStatic.ro" "PoleOffsetArm_R_parentConstraint1.tg[0].tro" + ; +connectAttr "PoleOffsetArm_RStatic.s" "PoleOffsetArm_R_parentConstraint1.tg[0].ts" + ; +connectAttr "PoleOffsetArm_RStatic.pm" "PoleOffsetArm_R_parentConstraint1.tg[0].tpm" + ; +connectAttr "PoleOffsetArm_R_parentConstraint1.w0" "PoleOffsetArm_R_parentConstraint1.tg[0].tw" + ; +connectAttr "PoleOffsetArm_RFollow.t" "PoleOffsetArm_R_parentConstraint1.tg[1].tt" + ; +connectAttr "PoleOffsetArm_RFollow.rp" "PoleOffsetArm_R_parentConstraint1.tg[1].trp" + ; +connectAttr "PoleOffsetArm_RFollow.rpt" "PoleOffsetArm_R_parentConstraint1.tg[1].trt" + ; +connectAttr "PoleOffsetArm_RFollow.r" "PoleOffsetArm_R_parentConstraint1.tg[1].tr" + ; +connectAttr "PoleOffsetArm_RFollow.ro" "PoleOffsetArm_R_parentConstraint1.tg[1].tro" + ; +connectAttr "PoleOffsetArm_RFollow.s" "PoleOffsetArm_R_parentConstraint1.tg[1].ts" + ; +connectAttr "PoleOffsetArm_RFollow.pm" "PoleOffsetArm_R_parentConstraint1.tg[1].tpm" + ; +connectAttr "PoleOffsetArm_R_parentConstraint1.w1" "PoleOffsetArm_R_parentConstraint1.tg[1].tw" + ; +connectAttr "PoleArm_RSetRangeFollow.oy" "PoleOffsetArm_R_parentConstraint1.w0"; +connectAttr "PoleArm_RSetRangeFollow.ox" "PoleOffsetArm_R_parentConstraint1.w1"; +connectAttr "IKfake0Spine_M.msg" "IKSpineHandle_M.hsj"; +connectAttr "IKSpineEffector_M.hp" "IKSpineHandle_M.hee"; +connectAttr "ikSplineSolver.msg" "IKSpineHandle_M.hsv"; +connectAttr "IKSpineCurve_MShape.ws" "IKSpineHandle_M.ic"; +connectAttr "IKSpine1LocalOrient2_M.wm" "IKSpineHandle_M.dwum"; +connectAttr "IKSpine3LocalStartOrient_M.wm" "IKSpineHandle_M.dwue"; +connectAttr "IKSpineRamp_M.oc" "IKSpineHandle_M.dtra"; +connectAttr "IKSpineFlipUpAxisSetRange_M.ox" "IKSpineHandle_M.dwua"; +connectAttr "IKSpineFlipAxisSetRange_M.ox" "IKSpineHandle_M.dwux"; +connectAttr "IKSpineFlipAxisSetRange_M.oy" "IKSpineHandle_M.dwuy"; +connectAttr "IKSpineFlipAxisSetRange_M.oz" "IKSpineHandle_M.dwuz"; +connectAttr "IKSpineFlipAxisSetRange_M.ox" "IKSpineHandle_M.dwvx"; +connectAttr "IKSpineFlipAxisSetRange_M.oy" "IKSpineHandle_M.dwvy"; +connectAttr "IKSpineFlipAxisSetRange_M.oz" "IKSpineHandle_M.dwvz"; +connectAttr "IKSpine3_M.ikCvVis" "IKOffsetcvSpine1_M.v"; +connectAttr "IKOffsetcvSpine1_M_parentConstraint1.ctx" "IKOffsetcvSpine1_M.tx"; +connectAttr "IKOffsetcvSpine1_M_parentConstraint1.cty" "IKOffsetcvSpine1_M.ty"; +connectAttr "IKOffsetcvSpine1_M_parentConstraint1.ctz" "IKOffsetcvSpine1_M.tz"; +connectAttr "IKOffsetcvSpine1_M_parentConstraint1.crx" "IKOffsetcvSpine1_M.rx"; +connectAttr "IKOffsetcvSpine1_M_parentConstraint1.cry" "IKOffsetcvSpine1_M.ry"; +connectAttr "IKOffsetcvSpine1_M_parentConstraint1.crz" "IKOffsetcvSpine1_M.rz"; +connectAttr "FKIKBlendSpineCondition_M.ocr" "IKExtracvSpine1_M.v"; +connectAttr "IKOffsetcvSpine1_M.ro" "IKOffsetcvSpine1_M_parentConstraint1.cro"; +connectAttr "IKOffsetcvSpine1_M.pim" "IKOffsetcvSpine1_M_parentConstraint1.cpim" + ; +connectAttr "IKOffsetcvSpine1_M.rp" "IKOffsetcvSpine1_M_parentConstraint1.crp"; +connectAttr "IKOffsetcvSpine1_M.rpt" "IKOffsetcvSpine1_M_parentConstraint1.crt"; +connectAttr "IKSpine1_M.t" "IKOffsetcvSpine1_M_parentConstraint1.tg[0].tt"; +connectAttr "IKSpine1_M.rp" "IKOffsetcvSpine1_M_parentConstraint1.tg[0].trp"; +connectAttr "IKSpine1_M.rpt" "IKOffsetcvSpine1_M_parentConstraint1.tg[0].trt"; +connectAttr "IKSpine1_M.r" "IKOffsetcvSpine1_M_parentConstraint1.tg[0].tr"; +connectAttr "IKSpine1_M.ro" "IKOffsetcvSpine1_M_parentConstraint1.tg[0].tro"; +connectAttr "IKSpine1_M.s" "IKOffsetcvSpine1_M_parentConstraint1.tg[0].ts"; +connectAttr "IKSpine1_M.pm" "IKOffsetcvSpine1_M_parentConstraint1.tg[0].tpm"; +connectAttr "IKOffsetcvSpine1_M_parentConstraint1.w0" "IKOffsetcvSpine1_M_parentConstraint1.tg[0].tw" + ; +connectAttr "IKSpine2_M.t" "IKOffsetcvSpine1_M_parentConstraint1.tg[1].tt"; +connectAttr "IKSpine2_M.rp" "IKOffsetcvSpine1_M_parentConstraint1.tg[1].trp"; +connectAttr "IKSpine2_M.rpt" "IKOffsetcvSpine1_M_parentConstraint1.tg[1].trt"; +connectAttr "IKSpine2_M.r" "IKOffsetcvSpine1_M_parentConstraint1.tg[1].tr"; +connectAttr "IKSpine2_M.ro" "IKOffsetcvSpine1_M_parentConstraint1.tg[1].tro"; +connectAttr "IKSpine2_M.s" "IKOffsetcvSpine1_M_parentConstraint1.tg[1].ts"; +connectAttr "IKSpine2_M.pm" "IKOffsetcvSpine1_M_parentConstraint1.tg[1].tpm"; +connectAttr "IKOffsetcvSpine1_M_parentConstraint1.w1" "IKOffsetcvSpine1_M_parentConstraint1.tg[1].tw" + ; +connectAttr "IKStiffSpine1SetRange_M.ox" "IKOffsetcvSpine1_M_parentConstraint1.w0" + ; +connectAttr "IKStiffSpine1SetRange_M.oy" "IKOffsetcvSpine1_M_parentConstraint1.w1" + ; +connectAttr "IKSpine3_M.ikCvVis" "IKOffsetcvSpine2_M.v"; +connectAttr "IKOffsetcvSpine2_M_parentConstraint1.ctx" "IKOffsetcvSpine2_M.tx"; +connectAttr "IKOffsetcvSpine2_M_parentConstraint1.cty" "IKOffsetcvSpine2_M.ty"; +connectAttr "IKOffsetcvSpine2_M_parentConstraint1.ctz" "IKOffsetcvSpine2_M.tz"; +connectAttr "IKOffsetcvSpine2_M_parentConstraint1.crx" "IKOffsetcvSpine2_M.rx"; +connectAttr "IKOffsetcvSpine2_M_parentConstraint1.cry" "IKOffsetcvSpine2_M.ry"; +connectAttr "IKOffsetcvSpine2_M_parentConstraint1.crz" "IKOffsetcvSpine2_M.rz"; +connectAttr "FKIKBlendSpineCondition_M.ocr" "IKExtracvSpine2_M.v"; +connectAttr "IKOffsetcvSpine2_M.ro" "IKOffsetcvSpine2_M_parentConstraint1.cro"; +connectAttr "IKOffsetcvSpine2_M.pim" "IKOffsetcvSpine2_M_parentConstraint1.cpim" + ; +connectAttr "IKOffsetcvSpine2_M.rp" "IKOffsetcvSpine2_M_parentConstraint1.crp"; +connectAttr "IKOffsetcvSpine2_M.rpt" "IKOffsetcvSpine2_M_parentConstraint1.crt"; +connectAttr "IKSpine2_M.t" "IKOffsetcvSpine2_M_parentConstraint1.tg[0].tt"; +connectAttr "IKSpine2_M.rp" "IKOffsetcvSpine2_M_parentConstraint1.tg[0].trp"; +connectAttr "IKSpine2_M.rpt" "IKOffsetcvSpine2_M_parentConstraint1.tg[0].trt"; +connectAttr "IKSpine2_M.r" "IKOffsetcvSpine2_M_parentConstraint1.tg[0].tr"; +connectAttr "IKSpine2_M.ro" "IKOffsetcvSpine2_M_parentConstraint1.tg[0].tro"; +connectAttr "IKSpine2_M.s" "IKOffsetcvSpine2_M_parentConstraint1.tg[0].ts"; +connectAttr "IKSpine2_M.pm" "IKOffsetcvSpine2_M_parentConstraint1.tg[0].tpm"; +connectAttr "IKOffsetcvSpine2_M_parentConstraint1.w0" "IKOffsetcvSpine2_M_parentConstraint1.tg[0].tw" + ; +connectAttr "IKSpine1_M.t" "IKOffsetcvSpine2_M_parentConstraint1.tg[1].tt"; +connectAttr "IKSpine1_M.rp" "IKOffsetcvSpine2_M_parentConstraint1.tg[1].trp"; +connectAttr "IKSpine1_M.rpt" "IKOffsetcvSpine2_M_parentConstraint1.tg[1].trt"; +connectAttr "IKSpine1_M.r" "IKOffsetcvSpine2_M_parentConstraint1.tg[1].tr"; +connectAttr "IKSpine1_M.ro" "IKOffsetcvSpine2_M_parentConstraint1.tg[1].tro"; +connectAttr "IKSpine1_M.s" "IKOffsetcvSpine2_M_parentConstraint1.tg[1].ts"; +connectAttr "IKSpine1_M.pm" "IKOffsetcvSpine2_M_parentConstraint1.tg[1].tpm"; +connectAttr "IKOffsetcvSpine2_M_parentConstraint1.w1" "IKOffsetcvSpine2_M_parentConstraint1.tg[1].tw" + ; +connectAttr "IKSpine3_M.ikCvVis" "IKOffsetcvSpine3_M.v"; +connectAttr "IKOffsetcvSpine3_M_parentConstraint1.ctx" "IKOffsetcvSpine3_M.tx"; +connectAttr "IKOffsetcvSpine3_M_parentConstraint1.cty" "IKOffsetcvSpine3_M.ty"; +connectAttr "IKOffsetcvSpine3_M_parentConstraint1.ctz" "IKOffsetcvSpine3_M.tz"; +connectAttr "IKOffsetcvSpine3_M_parentConstraint1.crx" "IKOffsetcvSpine3_M.rx"; +connectAttr "IKOffsetcvSpine3_M_parentConstraint1.cry" "IKOffsetcvSpine3_M.ry"; +connectAttr "IKOffsetcvSpine3_M_parentConstraint1.crz" "IKOffsetcvSpine3_M.rz"; +connectAttr "FKIKBlendSpineCondition_M.ocr" "IKExtracvSpine3_M.v"; +connectAttr "IKOffsetcvSpine3_M.ro" "IKOffsetcvSpine3_M_parentConstraint1.cro"; +connectAttr "IKOffsetcvSpine3_M.pim" "IKOffsetcvSpine3_M_parentConstraint1.cpim" + ; +connectAttr "IKOffsetcvSpine3_M.rp" "IKOffsetcvSpine3_M_parentConstraint1.crp"; +connectAttr "IKOffsetcvSpine3_M.rpt" "IKOffsetcvSpine3_M_parentConstraint1.crt"; +connectAttr "IKSpine2_M.t" "IKOffsetcvSpine3_M_parentConstraint1.tg[0].tt"; +connectAttr "IKSpine2_M.rp" "IKOffsetcvSpine3_M_parentConstraint1.tg[0].trp"; +connectAttr "IKSpine2_M.rpt" "IKOffsetcvSpine3_M_parentConstraint1.tg[0].trt"; +connectAttr "IKSpine2_M.r" "IKOffsetcvSpine3_M_parentConstraint1.tg[0].tr"; +connectAttr "IKSpine2_M.ro" "IKOffsetcvSpine3_M_parentConstraint1.tg[0].tro"; +connectAttr "IKSpine2_M.s" "IKOffsetcvSpine3_M_parentConstraint1.tg[0].ts"; +connectAttr "IKSpine2_M.pm" "IKOffsetcvSpine3_M_parentConstraint1.tg[0].tpm"; +connectAttr "IKOffsetcvSpine3_M_parentConstraint1.w0" "IKOffsetcvSpine3_M_parentConstraint1.tg[0].tw" + ; +connectAttr "IKSpine3_M.t" "IKOffsetcvSpine3_M_parentConstraint1.tg[1].tt"; +connectAttr "IKSpine3_M.rp" "IKOffsetcvSpine3_M_parentConstraint1.tg[1].trp"; +connectAttr "IKSpine3_M.rpt" "IKOffsetcvSpine3_M_parentConstraint1.tg[1].trt"; +connectAttr "IKSpine3_M.r" "IKOffsetcvSpine3_M_parentConstraint1.tg[1].tr"; +connectAttr "IKSpine3_M.ro" "IKOffsetcvSpine3_M_parentConstraint1.tg[1].tro"; +connectAttr "IKSpine3_M.s" "IKOffsetcvSpine3_M_parentConstraint1.tg[1].ts"; +connectAttr "IKSpine3_M.pm" "IKOffsetcvSpine3_M_parentConstraint1.tg[1].tpm"; +connectAttr "IKOffsetcvSpine3_M_parentConstraint1.w1" "IKOffsetcvSpine3_M_parentConstraint1.tg[1].tw" + ; +connectAttr "IKSpine3_M.ikCvVis" "IKOffsetcvSpine4_M.v"; +connectAttr "IKOffsetcvSpine4_M_parentConstraint1.ctx" "IKOffsetcvSpine4_M.tx"; +connectAttr "IKOffsetcvSpine4_M_parentConstraint1.cty" "IKOffsetcvSpine4_M.ty"; +connectAttr "IKOffsetcvSpine4_M_parentConstraint1.ctz" "IKOffsetcvSpine4_M.tz"; +connectAttr "IKOffsetcvSpine4_M_parentConstraint1.crx" "IKOffsetcvSpine4_M.rx"; +connectAttr "IKOffsetcvSpine4_M_parentConstraint1.cry" "IKOffsetcvSpine4_M.ry"; +connectAttr "IKOffsetcvSpine4_M_parentConstraint1.crz" "IKOffsetcvSpine4_M.rz"; +connectAttr "FKIKBlendSpineCondition_M.ocr" "IKExtracvSpine4_M.v"; +connectAttr "IKOffsetcvSpine4_M.ro" "IKOffsetcvSpine4_M_parentConstraint1.cro"; +connectAttr "IKOffsetcvSpine4_M.pim" "IKOffsetcvSpine4_M_parentConstraint1.cpim" + ; +connectAttr "IKOffsetcvSpine4_M.rp" "IKOffsetcvSpine4_M_parentConstraint1.crp"; +connectAttr "IKOffsetcvSpine4_M.rpt" "IKOffsetcvSpine4_M_parentConstraint1.crt"; +connectAttr "IKSpine2_M.t" "IKOffsetcvSpine4_M_parentConstraint1.tg[0].tt"; +connectAttr "IKSpine2_M.rp" "IKOffsetcvSpine4_M_parentConstraint1.tg[0].trp"; +connectAttr "IKSpine2_M.rpt" "IKOffsetcvSpine4_M_parentConstraint1.tg[0].trt"; +connectAttr "IKSpine2_M.r" "IKOffsetcvSpine4_M_parentConstraint1.tg[0].tr"; +connectAttr "IKSpine2_M.ro" "IKOffsetcvSpine4_M_parentConstraint1.tg[0].tro"; +connectAttr "IKSpine2_M.s" "IKOffsetcvSpine4_M_parentConstraint1.tg[0].ts"; +connectAttr "IKSpine2_M.pm" "IKOffsetcvSpine4_M_parentConstraint1.tg[0].tpm"; +connectAttr "IKOffsetcvSpine4_M_parentConstraint1.w0" "IKOffsetcvSpine4_M_parentConstraint1.tg[0].tw" + ; +connectAttr "IKSpine3_M.t" "IKOffsetcvSpine4_M_parentConstraint1.tg[1].tt"; +connectAttr "IKSpine3_M.rp" "IKOffsetcvSpine4_M_parentConstraint1.tg[1].trp"; +connectAttr "IKSpine3_M.rpt" "IKOffsetcvSpine4_M_parentConstraint1.tg[1].trt"; +connectAttr "IKSpine3_M.r" "IKOffsetcvSpine4_M_parentConstraint1.tg[1].tr"; +connectAttr "IKSpine3_M.ro" "IKOffsetcvSpine4_M_parentConstraint1.tg[1].tro"; +connectAttr "IKSpine3_M.s" "IKOffsetcvSpine4_M_parentConstraint1.tg[1].ts"; +connectAttr "IKSpine3_M.pm" "IKOffsetcvSpine4_M_parentConstraint1.tg[1].tpm"; +connectAttr "IKOffsetcvSpine4_M_parentConstraint1.w1" "IKOffsetcvSpine4_M_parentConstraint1.tg[1].tw" + ; +connectAttr "IKSpine3_M.ikCvVis" "IKOffsetcvSpine5_M.v"; +connectAttr "IKOffsetcvSpine5_M_parentConstraint1.ctx" "IKOffsetcvSpine5_M.tx"; +connectAttr "IKOffsetcvSpine5_M_parentConstraint1.cty" "IKOffsetcvSpine5_M.ty"; +connectAttr "IKOffsetcvSpine5_M_parentConstraint1.ctz" "IKOffsetcvSpine5_M.tz"; +connectAttr "IKOffsetcvSpine5_M_parentConstraint1.crx" "IKOffsetcvSpine5_M.rx"; +connectAttr "IKOffsetcvSpine5_M_parentConstraint1.cry" "IKOffsetcvSpine5_M.ry"; +connectAttr "IKOffsetcvSpine5_M_parentConstraint1.crz" "IKOffsetcvSpine5_M.rz"; +connectAttr "FKIKBlendSpineCondition_M.ocr" "IKExtracvSpine5_M.v"; +connectAttr "IKOffsetcvSpine5_M.ro" "IKOffsetcvSpine5_M_parentConstraint1.cro"; +connectAttr "IKOffsetcvSpine5_M.pim" "IKOffsetcvSpine5_M_parentConstraint1.cpim" + ; +connectAttr "IKOffsetcvSpine5_M.rp" "IKOffsetcvSpine5_M_parentConstraint1.crp"; +connectAttr "IKOffsetcvSpine5_M.rpt" "IKOffsetcvSpine5_M_parentConstraint1.crt"; +connectAttr "IKSpine3_M.t" "IKOffsetcvSpine5_M_parentConstraint1.tg[0].tt"; +connectAttr "IKSpine3_M.rp" "IKOffsetcvSpine5_M_parentConstraint1.tg[0].trp"; +connectAttr "IKSpine3_M.rpt" "IKOffsetcvSpine5_M_parentConstraint1.tg[0].trt"; +connectAttr "IKSpine3_M.r" "IKOffsetcvSpine5_M_parentConstraint1.tg[0].tr"; +connectAttr "IKSpine3_M.ro" "IKOffsetcvSpine5_M_parentConstraint1.tg[0].tro"; +connectAttr "IKSpine3_M.s" "IKOffsetcvSpine5_M_parentConstraint1.tg[0].ts"; +connectAttr "IKSpine3_M.pm" "IKOffsetcvSpine5_M_parentConstraint1.tg[0].tpm"; +connectAttr "IKOffsetcvSpine5_M_parentConstraint1.w0" "IKOffsetcvSpine5_M_parentConstraint1.tg[0].tw" + ; +connectAttr "IKSpine2_M.t" "IKOffsetcvSpine5_M_parentConstraint1.tg[1].tt"; +connectAttr "IKSpine2_M.rp" "IKOffsetcvSpine5_M_parentConstraint1.tg[1].trp"; +connectAttr "IKSpine2_M.rpt" "IKOffsetcvSpine5_M_parentConstraint1.tg[1].trt"; +connectAttr "IKSpine2_M.r" "IKOffsetcvSpine5_M_parentConstraint1.tg[1].tr"; +connectAttr "IKSpine2_M.ro" "IKOffsetcvSpine5_M_parentConstraint1.tg[1].tro"; +connectAttr "IKSpine2_M.s" "IKOffsetcvSpine5_M_parentConstraint1.tg[1].ts"; +connectAttr "IKSpine2_M.pm" "IKOffsetcvSpine5_M_parentConstraint1.tg[1].tpm"; +connectAttr "IKOffsetcvSpine5_M_parentConstraint1.w1" "IKOffsetcvSpine5_M_parentConstraint1.tg[1].tw" + ; +connectAttr "IKStiffSpine3SetRange_M.ox" "IKOffsetcvSpine5_M_parentConstraint1.w0" + ; +connectAttr "IKStiffSpine3SetRange_M.oy" "IKOffsetcvSpine5_M_parentConstraint1.w1" + ; +connectAttr "IKOffsetSpine2_M_parentConstraint1.ctx" "IKOffsetSpine2_M.tx"; +connectAttr "IKOffsetSpine2_M_parentConstraint1.cty" "IKOffsetSpine2_M.ty"; +connectAttr "IKOffsetSpine2_M_parentConstraint1.ctz" "IKOffsetSpine2_M.tz"; +connectAttr "IKOffsetSpine2_M_parentConstraint1.crx" "IKOffsetSpine2_M.rx"; +connectAttr "IKOffsetSpine2_M_parentConstraint1.cry" "IKOffsetSpine2_M.ry"; +connectAttr "IKOffsetSpine2_M_parentConstraint1.crz" "IKOffsetSpine2_M.rz"; +connectAttr "FKIKBlendSpineCondition_M.ocr" "IKSpine2_MShape.v"; +connectAttr "IKOffsetSpine2_M.ro" "IKOffsetSpine2_M_parentConstraint1.cro"; +connectAttr "IKOffsetSpine2_M.pim" "IKOffsetSpine2_M_parentConstraint1.cpim"; +connectAttr "IKOffsetSpine2_M.rp" "IKOffsetSpine2_M_parentConstraint1.crp"; +connectAttr "IKOffsetSpine2_M.rpt" "IKOffsetSpine2_M_parentConstraint1.crt"; +connectAttr "IKFollowEndSpine1_M.t" "IKOffsetSpine2_M_parentConstraint1.tg[0].tt" + ; +connectAttr "IKFollowEndSpine1_M.rp" "IKOffsetSpine2_M_parentConstraint1.tg[0].trp" + ; +connectAttr "IKFollowEndSpine1_M.rpt" "IKOffsetSpine2_M_parentConstraint1.tg[0].trt" + ; +connectAttr "IKFollowEndSpine1_M.r" "IKOffsetSpine2_M_parentConstraint1.tg[0].tr" + ; +connectAttr "IKFollowEndSpine1_M.ro" "IKOffsetSpine2_M_parentConstraint1.tg[0].tro" + ; +connectAttr "IKFollowEndSpine1_M.s" "IKOffsetSpine2_M_parentConstraint1.tg[0].ts" + ; +connectAttr "IKFollowEndSpine1_M.pm" "IKOffsetSpine2_M_parentConstraint1.tg[0].tpm" + ; +connectAttr "IKOffsetSpine2_M_parentConstraint1.w0" "IKOffsetSpine2_M_parentConstraint1.tg[0].tw" + ; +connectAttr "IKFollowEndSpine3_M.t" "IKOffsetSpine2_M_parentConstraint1.tg[1].tt" + ; +connectAttr "IKFollowEndSpine3_M.rp" "IKOffsetSpine2_M_parentConstraint1.tg[1].trp" + ; +connectAttr "IKFollowEndSpine3_M.rpt" "IKOffsetSpine2_M_parentConstraint1.tg[1].trt" + ; +connectAttr "IKFollowEndSpine3_M.r" "IKOffsetSpine2_M_parentConstraint1.tg[1].tr" + ; +connectAttr "IKFollowEndSpine3_M.ro" "IKOffsetSpine2_M_parentConstraint1.tg[1].tro" + ; +connectAttr "IKFollowEndSpine3_M.s" "IKOffsetSpine2_M_parentConstraint1.tg[1].ts" + ; +connectAttr "IKFollowEndSpine3_M.pm" "IKOffsetSpine2_M_parentConstraint1.tg[1].tpm" + ; +connectAttr "IKOffsetSpine2_M_parentConstraint1.w1" "IKOffsetSpine2_M_parentConstraint1.tg[1].tw" + ; +connectAttr "IKFollowEndSpine2_MReverse.ox" "IKOffsetSpine2_M_parentConstraint1.w0" + ; +connectAttr "IKFollowEndSpine2_MUnitConversion.o" "IKOffsetSpine2_M_parentConstraint1.w1" + ; +connectAttr "IKOffsetConstrainedSpine1_M_pointConstraint1.ctx" "IKOffsetConstrainedSpine1_M.tx" + ; +connectAttr "IKOffsetConstrainedSpine1_M_pointConstraint1.cty" "IKOffsetConstrainedSpine1_M.ty" + ; +connectAttr "IKOffsetConstrainedSpine1_M_pointConstraint1.ctz" "IKOffsetConstrainedSpine1_M.tz" + ; +connectAttr "IKOffsetConstrainedSpine1_M_orientConstraint1.crx" "IKOffsetConstrainedSpine1_M.rx" + ; +connectAttr "IKOffsetConstrainedSpine1_M_orientConstraint1.cry" "IKOffsetConstrainedSpine1_M.ry" + ; +connectAttr "IKOffsetConstrainedSpine1_M_orientConstraint1.crz" "IKOffsetConstrainedSpine1_M.rz" + ; +connectAttr "IKOffsetConstrainedSpine1_M.pim" "IKOffsetConstrainedSpine1_M_pointConstraint1.cpim" + ; +connectAttr "IKOffsetConstrainedSpine1_M.rp" "IKOffsetConstrainedSpine1_M_pointConstraint1.crp" + ; +connectAttr "IKOffsetConstrainedSpine1_M.rpt" "IKOffsetConstrainedSpine1_M_pointConstraint1.crt" + ; +connectAttr "RootX_M.t" "IKOffsetConstrainedSpine1_M_pointConstraint1.tg[0].tt"; +connectAttr "RootX_M.rp" "IKOffsetConstrainedSpine1_M_pointConstraint1.tg[0].trp" + ; +connectAttr "RootX_M.rpt" "IKOffsetConstrainedSpine1_M_pointConstraint1.tg[0].trt" + ; +connectAttr "RootX_M.pm" "IKOffsetConstrainedSpine1_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKOffsetConstrainedSpine1_M_pointConstraint1.w0" "IKOffsetConstrainedSpine1_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKOffsetConstrainedSpine1_M.ro" "IKOffsetConstrainedSpine1_M_orientConstraint1.cro" + ; +connectAttr "IKOffsetConstrainedSpine1_M.pim" "IKOffsetConstrainedSpine1_M_orientConstraint1.cpim" + ; +connectAttr "RootX_M.r" "IKOffsetConstrainedSpine1_M_orientConstraint1.tg[0].tr" + ; +connectAttr "RootX_M.ro" "IKOffsetConstrainedSpine1_M_orientConstraint1.tg[0].tro" + ; +connectAttr "RootX_M.pm" "IKOffsetConstrainedSpine1_M_orientConstraint1.tg[0].tpm" + ; +connectAttr "IKOffsetConstrainedSpine1_M_orientConstraint1.w0" "IKOffsetConstrainedSpine1_M_orientConstraint1.tg[0].tw" + ; +connectAttr "FKIKBlendSpineCondition_M.ocr" "IKSpine1_MShape.v"; +connectAttr "IKhybridFollowSpine1_M_parentConstraint1.ctx" "IKhybridFollowSpine1_M.tx" + ; +connectAttr "IKhybridFollowSpine1_M_parentConstraint1.cty" "IKhybridFollowSpine1_M.ty" + ; +connectAttr "IKhybridFollowSpine1_M_parentConstraint1.ctz" "IKhybridFollowSpine1_M.tz" + ; +connectAttr "IKhybridFollowSpine1_M_parentConstraint1.crx" "IKhybridFollowSpine1_M.rx" + ; +connectAttr "IKhybridFollowSpine1_M_parentConstraint1.cry" "IKhybridFollowSpine1_M.ry" + ; +connectAttr "IKhybridFollowSpine1_M_parentConstraint1.crz" "IKhybridFollowSpine1_M.rz" + ; +connectAttr "FKIKBlendSpineHybridVisPMA_M.o1" "IKhybridSpine1_MShape.v"; +connectAttr "FKIKBlendSpineHybridVisPMA_M.o1" "IKhybridSpine2_MShape.v"; +connectAttr "FKIKBlendSpineHybridVisPMA_M.o1" "IKhybridSpine3_MShape.v"; +connectAttr "FKIKBlendSpineCondition_M.ocr" "IKSpine3_MShape.v"; +connectAttr "IKhybridFollowSpine1_M.ro" "IKhybridFollowSpine1_M_parentConstraint1.cro" + ; +connectAttr "IKhybridFollowSpine1_M.pim" "IKhybridFollowSpine1_M_parentConstraint1.cpim" + ; +connectAttr "IKhybridFollowSpine1_M.rp" "IKhybridFollowSpine1_M_parentConstraint1.crp" + ; +connectAttr "IKhybridFollowSpine1_M.rpt" "IKhybridFollowSpine1_M_parentConstraint1.crt" + ; +connectAttr "IKhybridFollowSpine1_MStatic.t" "IKhybridFollowSpine1_M_parentConstraint1.tg[0].tt" + ; +connectAttr "IKhybridFollowSpine1_MStatic.rp" "IKhybridFollowSpine1_M_parentConstraint1.tg[0].trp" + ; +connectAttr "IKhybridFollowSpine1_MStatic.rpt" "IKhybridFollowSpine1_M_parentConstraint1.tg[0].trt" + ; +connectAttr "IKhybridFollowSpine1_MStatic.r" "IKhybridFollowSpine1_M_parentConstraint1.tg[0].tr" + ; +connectAttr "IKhybridFollowSpine1_MStatic.ro" "IKhybridFollowSpine1_M_parentConstraint1.tg[0].tro" + ; +connectAttr "IKhybridFollowSpine1_MStatic.s" "IKhybridFollowSpine1_M_parentConstraint1.tg[0].ts" + ; +connectAttr "IKhybridFollowSpine1_MStatic.pm" "IKhybridFollowSpine1_M_parentConstraint1.tg[0].tpm" + ; +connectAttr "IKhybridFollowSpine1_M_parentConstraint1.w0" "IKhybridFollowSpine1_M_parentConstraint1.tg[0].tw" + ; +connectAttr "IKhybridFollowSpine1_MFollow.t" "IKhybridFollowSpine1_M_parentConstraint1.tg[1].tt" + ; +connectAttr "IKhybridFollowSpine1_MFollow.rp" "IKhybridFollowSpine1_M_parentConstraint1.tg[1].trp" + ; +connectAttr "IKhybridFollowSpine1_MFollow.rpt" "IKhybridFollowSpine1_M_parentConstraint1.tg[1].trt" + ; +connectAttr "IKhybridFollowSpine1_MFollow.r" "IKhybridFollowSpine1_M_parentConstraint1.tg[1].tr" + ; +connectAttr "IKhybridFollowSpine1_MFollow.ro" "IKhybridFollowSpine1_M_parentConstraint1.tg[1].tro" + ; +connectAttr "IKhybridFollowSpine1_MFollow.s" "IKhybridFollowSpine1_M_parentConstraint1.tg[1].ts" + ; +connectAttr "IKhybridFollowSpine1_MFollow.pm" "IKhybridFollowSpine1_M_parentConstraint1.tg[1].tpm" + ; +connectAttr "IKhybridFollowSpine1_M_parentConstraint1.w1" "IKhybridFollowSpine1_M_parentConstraint1.tg[1].tw" + ; +connectAttr "IKSpine3_MSetRangeFollow.oy" "IKhybridFollowSpine1_M_parentConstraint1.w0" + ; +connectAttr "IKSpine3_MSetRangeFollow.ox" "IKhybridFollowSpine1_M_parentConstraint1.w1" + ; +connectAttr "IKFollowEndSpine1_M_parentConstraint1.ctx" "IKFollowEndSpine1_M.tx" + ; +connectAttr "IKFollowEndSpine1_M_parentConstraint1.cty" "IKFollowEndSpine1_M.ty" + ; +connectAttr "IKFollowEndSpine1_M_parentConstraint1.ctz" "IKFollowEndSpine1_M.tz" + ; +connectAttr "IKFollowEndSpine1_M_parentConstraint1.crx" "IKFollowEndSpine1_M.rx" + ; +connectAttr "IKFollowEndSpine1_M_parentConstraint1.cry" "IKFollowEndSpine1_M.ry" + ; +connectAttr "IKFollowEndSpine1_M_parentConstraint1.crz" "IKFollowEndSpine1_M.rz" + ; +connectAttr "IKFollowEndSpine1_M.ro" "IKFollowEndSpine1_M_parentConstraint1.cro" + ; +connectAttr "IKFollowEndSpine1_M.pim" "IKFollowEndSpine1_M_parentConstraint1.cpim" + ; +connectAttr "IKFollowEndSpine1_M.rp" "IKFollowEndSpine1_M_parentConstraint1.crp" + ; +connectAttr "IKFollowEndSpine1_M.rpt" "IKFollowEndSpine1_M_parentConstraint1.crt" + ; +connectAttr "IKSpine1_M.t" "IKFollowEndSpine1_M_parentConstraint1.tg[0].tt"; +connectAttr "IKSpine1_M.rp" "IKFollowEndSpine1_M_parentConstraint1.tg[0].trp"; +connectAttr "IKSpine1_M.rpt" "IKFollowEndSpine1_M_parentConstraint1.tg[0].trt"; +connectAttr "IKSpine1_M.r" "IKFollowEndSpine1_M_parentConstraint1.tg[0].tr"; +connectAttr "IKSpine1_M.ro" "IKFollowEndSpine1_M_parentConstraint1.tg[0].tro"; +connectAttr "IKSpine1_M.s" "IKFollowEndSpine1_M_parentConstraint1.tg[0].ts"; +connectAttr "IKSpine1_M.pm" "IKFollowEndSpine1_M_parentConstraint1.tg[0].tpm"; +connectAttr "IKFollowEndSpine1_M_parentConstraint1.w0" "IKFollowEndSpine1_M_parentConstraint1.tg[0].tw" + ; +connectAttr "IKFollowEndSpine3_M_parentConstraint1.ctx" "IKFollowEndSpine3_M.tx" + ; +connectAttr "IKFollowEndSpine3_M_parentConstraint1.cty" "IKFollowEndSpine3_M.ty" + ; +connectAttr "IKFollowEndSpine3_M_parentConstraint1.ctz" "IKFollowEndSpine3_M.tz" + ; +connectAttr "IKFollowEndSpine3_M_parentConstraint1.crx" "IKFollowEndSpine3_M.rx" + ; +connectAttr "IKFollowEndSpine3_M_parentConstraint1.cry" "IKFollowEndSpine3_M.ry" + ; +connectAttr "IKFollowEndSpine3_M_parentConstraint1.crz" "IKFollowEndSpine3_M.rz" + ; +connectAttr "IKFollowEndSpine3_M.ro" "IKFollowEndSpine3_M_parentConstraint1.cro" + ; +connectAttr "IKFollowEndSpine3_M.pim" "IKFollowEndSpine3_M_parentConstraint1.cpim" + ; +connectAttr "IKFollowEndSpine3_M.rp" "IKFollowEndSpine3_M_parentConstraint1.crp" + ; +connectAttr "IKFollowEndSpine3_M.rpt" "IKFollowEndSpine3_M_parentConstraint1.crt" + ; +connectAttr "IKSpine3_M.t" "IKFollowEndSpine3_M_parentConstraint1.tg[0].tt"; +connectAttr "IKSpine3_M.rp" "IKFollowEndSpine3_M_parentConstraint1.tg[0].trp"; +connectAttr "IKSpine3_M.rpt" "IKFollowEndSpine3_M_parentConstraint1.tg[0].trt"; +connectAttr "IKSpine3_M.r" "IKFollowEndSpine3_M_parentConstraint1.tg[0].tr"; +connectAttr "IKSpine3_M.ro" "IKFollowEndSpine3_M_parentConstraint1.tg[0].tro"; +connectAttr "IKSpine3_M.s" "IKFollowEndSpine3_M_parentConstraint1.tg[0].ts"; +connectAttr "IKSpine3_M.pm" "IKFollowEndSpine3_M_parentConstraint1.tg[0].tpm"; +connectAttr "IKFollowEndSpine3_M_parentConstraint1.w0" "IKFollowEndSpine3_M_parentConstraint1.tg[0].tw" + ; +connectAttr "PoleOffsetLeg_L_parentConstraint1.ctx" "PoleOffsetLeg_L.tx"; +connectAttr "PoleOffsetLeg_L_parentConstraint1.cty" "PoleOffsetLeg_L.ty"; +connectAttr "PoleOffsetLeg_L_parentConstraint1.ctz" "PoleOffsetLeg_L.tz"; +connectAttr "PoleOffsetLeg_L_parentConstraint1.crx" "PoleOffsetLeg_L.rx"; +connectAttr "PoleOffsetLeg_L_parentConstraint1.cry" "PoleOffsetLeg_L.ry"; +connectAttr "PoleOffsetLeg_L_parentConstraint1.crz" "PoleOffsetLeg_L.rz"; +connectAttr "FKIKBlendLegCondition_L.ocr" "PoleOffsetLeg_L.v"; +connectAttr "PoleOffsetLeg_L.ro" "PoleOffsetLeg_L_parentConstraint1.cro"; +connectAttr "PoleOffsetLeg_L.pim" "PoleOffsetLeg_L_parentConstraint1.cpim"; +connectAttr "PoleOffsetLeg_L.rp" "PoleOffsetLeg_L_parentConstraint1.crp"; +connectAttr "PoleOffsetLeg_L.rpt" "PoleOffsetLeg_L_parentConstraint1.crt"; +connectAttr "PoleOffsetLeg_LStatic.t" "PoleOffsetLeg_L_parentConstraint1.tg[0].tt" + ; +connectAttr "PoleOffsetLeg_LStatic.rp" "PoleOffsetLeg_L_parentConstraint1.tg[0].trp" + ; +connectAttr "PoleOffsetLeg_LStatic.rpt" "PoleOffsetLeg_L_parentConstraint1.tg[0].trt" + ; +connectAttr "PoleOffsetLeg_LStatic.r" "PoleOffsetLeg_L_parentConstraint1.tg[0].tr" + ; +connectAttr "PoleOffsetLeg_LStatic.ro" "PoleOffsetLeg_L_parentConstraint1.tg[0].tro" + ; +connectAttr "PoleOffsetLeg_LStatic.s" "PoleOffsetLeg_L_parentConstraint1.tg[0].ts" + ; +connectAttr "PoleOffsetLeg_LStatic.pm" "PoleOffsetLeg_L_parentConstraint1.tg[0].tpm" + ; +connectAttr "PoleOffsetLeg_L_parentConstraint1.w0" "PoleOffsetLeg_L_parentConstraint1.tg[0].tw" + ; +connectAttr "PoleOffsetLeg_LFollow.t" "PoleOffsetLeg_L_parentConstraint1.tg[1].tt" + ; +connectAttr "PoleOffsetLeg_LFollow.rp" "PoleOffsetLeg_L_parentConstraint1.tg[1].trp" + ; +connectAttr "PoleOffsetLeg_LFollow.rpt" "PoleOffsetLeg_L_parentConstraint1.tg[1].trt" + ; +connectAttr "PoleOffsetLeg_LFollow.r" "PoleOffsetLeg_L_parentConstraint1.tg[1].tr" + ; +connectAttr "PoleOffsetLeg_LFollow.ro" "PoleOffsetLeg_L_parentConstraint1.tg[1].tro" + ; +connectAttr "PoleOffsetLeg_LFollow.s" "PoleOffsetLeg_L_parentConstraint1.tg[1].ts" + ; +connectAttr "PoleOffsetLeg_LFollow.pm" "PoleOffsetLeg_L_parentConstraint1.tg[1].tpm" + ; +connectAttr "PoleOffsetLeg_L_parentConstraint1.w1" "PoleOffsetLeg_L_parentConstraint1.tg[1].tw" + ; +connectAttr "PoleLeg_LSetRangeFollow.oy" "PoleOffsetLeg_L_parentConstraint1.w0"; +connectAttr "PoleLeg_LSetRangeFollow.ox" "PoleOffsetLeg_L_parentConstraint1.w1"; +connectAttr "PoleAimLeg_L_aimConstraint1.crx" "PoleAimLeg_L.rx"; +connectAttr "PoleAimLeg_L_aimConstraint1.cry" "PoleAimLeg_L.ry"; +connectAttr "PoleAimLeg_L_aimConstraint1.crz" "PoleAimLeg_L.rz"; +connectAttr "PoleAimLeg_L_pointConstraint1.ctx" "PoleAimLeg_L.tx"; +connectAttr "PoleAimLeg_L_pointConstraint1.cty" "PoleAimLeg_L.ty"; +connectAttr "PoleAimLeg_L_pointConstraint1.ctz" "PoleAimLeg_L.tz"; +connectAttr "PoleAimLeg_L.pim" "PoleAimLeg_L_aimConstraint1.cpim"; +connectAttr "PoleAimLeg_L.t" "PoleAimLeg_L_aimConstraint1.ct"; +connectAttr "PoleAimLeg_L.rp" "PoleAimLeg_L_aimConstraint1.crp"; +connectAttr "PoleAimLeg_L.rpt" "PoleAimLeg_L_aimConstraint1.crt"; +connectAttr "PoleAimLeg_L.ro" "PoleAimLeg_L_aimConstraint1.cro"; +connectAttr "IKLeg_L.t" "PoleAimLeg_L_aimConstraint1.tg[0].tt"; +connectAttr "IKLeg_L.rp" "PoleAimLeg_L_aimConstraint1.tg[0].trp"; +connectAttr "IKLeg_L.rpt" "PoleAimLeg_L_aimConstraint1.tg[0].trt"; +connectAttr "IKLeg_L.pm" "PoleAimLeg_L_aimConstraint1.tg[0].tpm"; +connectAttr "PoleAimLeg_L_aimConstraint1.w0" "PoleAimLeg_L_aimConstraint1.tg[0].tw" + ; +connectAttr "IKFKAlignedOffsetLeg_L.wm" "PoleAimLeg_L_aimConstraint1.wum"; +connectAttr "unitConversion11.o" "PoleAimLeg_L_aimConstraint1.oy"; +connectAttr "PoleAimLeg_L.pim" "PoleAimLeg_L_pointConstraint1.cpim"; +connectAttr "PoleAimLeg_L.rp" "PoleAimLeg_L_pointConstraint1.crp"; +connectAttr "PoleAimLeg_L.rpt" "PoleAimLeg_L_pointConstraint1.crt"; +connectAttr "Root_M.t" "PoleAimLeg_L_pointConstraint1.tg[0].tt"; +connectAttr "Root_M.rp" "PoleAimLeg_L_pointConstraint1.tg[0].trp"; +connectAttr "Root_M.rpt" "PoleAimLeg_L_pointConstraint1.tg[0].trt"; +connectAttr "Root_M.pm" "PoleAimLeg_L_pointConstraint1.tg[0].tpm"; +connectAttr "PoleAimLeg_L_pointConstraint1.w0" "PoleAimLeg_L_pointConstraint1.tg[0].tw" + ; +connectAttr "PoleOffsetArm_L_parentConstraint1.ctx" "PoleOffsetArm_L.tx"; +connectAttr "PoleOffsetArm_L_parentConstraint1.cty" "PoleOffsetArm_L.ty"; +connectAttr "PoleOffsetArm_L_parentConstraint1.ctz" "PoleOffsetArm_L.tz"; +connectAttr "PoleOffsetArm_L_parentConstraint1.crx" "PoleOffsetArm_L.rx"; +connectAttr "PoleOffsetArm_L_parentConstraint1.cry" "PoleOffsetArm_L.ry"; +connectAttr "PoleOffsetArm_L_parentConstraint1.crz" "PoleOffsetArm_L.rz"; +connectAttr "FKIKBlendArmCondition_L.ocr" "PoleOffsetArm_L.v"; +connectAttr "PoleOffsetArm_L.ro" "PoleOffsetArm_L_parentConstraint1.cro"; +connectAttr "PoleOffsetArm_L.pim" "PoleOffsetArm_L_parentConstraint1.cpim"; +connectAttr "PoleOffsetArm_L.rp" "PoleOffsetArm_L_parentConstraint1.crp"; +connectAttr "PoleOffsetArm_L.rpt" "PoleOffsetArm_L_parentConstraint1.crt"; +connectAttr "PoleOffsetArm_LStatic.t" "PoleOffsetArm_L_parentConstraint1.tg[0].tt" + ; +connectAttr "PoleOffsetArm_LStatic.rp" "PoleOffsetArm_L_parentConstraint1.tg[0].trp" + ; +connectAttr "PoleOffsetArm_LStatic.rpt" "PoleOffsetArm_L_parentConstraint1.tg[0].trt" + ; +connectAttr "PoleOffsetArm_LStatic.r" "PoleOffsetArm_L_parentConstraint1.tg[0].tr" + ; +connectAttr "PoleOffsetArm_LStatic.ro" "PoleOffsetArm_L_parentConstraint1.tg[0].tro" + ; +connectAttr "PoleOffsetArm_LStatic.s" "PoleOffsetArm_L_parentConstraint1.tg[0].ts" + ; +connectAttr "PoleOffsetArm_LStatic.pm" "PoleOffsetArm_L_parentConstraint1.tg[0].tpm" + ; +connectAttr "PoleOffsetArm_L_parentConstraint1.w0" "PoleOffsetArm_L_parentConstraint1.tg[0].tw" + ; +connectAttr "PoleOffsetArm_LFollow.t" "PoleOffsetArm_L_parentConstraint1.tg[1].tt" + ; +connectAttr "PoleOffsetArm_LFollow.rp" "PoleOffsetArm_L_parentConstraint1.tg[1].trp" + ; +connectAttr "PoleOffsetArm_LFollow.rpt" "PoleOffsetArm_L_parentConstraint1.tg[1].trt" + ; +connectAttr "PoleOffsetArm_LFollow.r" "PoleOffsetArm_L_parentConstraint1.tg[1].tr" + ; +connectAttr "PoleOffsetArm_LFollow.ro" "PoleOffsetArm_L_parentConstraint1.tg[1].tro" + ; +connectAttr "PoleOffsetArm_LFollow.s" "PoleOffsetArm_L_parentConstraint1.tg[1].ts" + ; +connectAttr "PoleOffsetArm_LFollow.pm" "PoleOffsetArm_L_parentConstraint1.tg[1].tpm" + ; +connectAttr "PoleOffsetArm_L_parentConstraint1.w1" "PoleOffsetArm_L_parentConstraint1.tg[1].tw" + ; +connectAttr "PoleArm_LSetRangeFollow.oy" "PoleOffsetArm_L_parentConstraint1.w0"; +connectAttr "PoleArm_LSetRangeFollow.ox" "PoleOffsetArm_L_parentConstraint1.w1"; +connectAttr "IKScalerRoot_M_scaleConstraint1.csx" "IKScalerRoot_M.sx"; +connectAttr "IKScalerRoot_M_scaleConstraint1.csy" "IKScalerRoot_M.sy"; +connectAttr "IKScalerRoot_M_scaleConstraint1.csz" "IKScalerRoot_M.sz"; +connectAttr "IKScalerRoot_M.pim" "IKScalerRoot_M_scaleConstraint1.cpim"; +connectAttr "IKSpine1LocalOrient2_M.s" "IKScalerRoot_M_scaleConstraint1.tg[0].ts" + ; +connectAttr "IKSpine1LocalOrient2_M.pm" "IKScalerRoot_M_scaleConstraint1.tg[0].tpm" + ; +connectAttr "IKScalerRoot_M_scaleConstraint1.w0" "IKScalerRoot_M_scaleConstraint1.tg[0].tw" + ; +connectAttr "IKSpine2LocalOrient2_M.s" "IKScalerRoot_M_scaleConstraint1.tg[1].ts" + ; +connectAttr "IKSpine2LocalOrient2_M.pm" "IKScalerRoot_M_scaleConstraint1.tg[1].tpm" + ; +connectAttr "IKScalerRoot_M_scaleConstraint1.w1" "IKScalerRoot_M_scaleConstraint1.tg[1].tw" + ; +connectAttr "IKSpine3LocalOrient2_M.s" "IKScalerRoot_M_scaleConstraint1.tg[2].ts" + ; +connectAttr "IKSpine3LocalOrient2_M.pm" "IKScalerRoot_M_scaleConstraint1.tg[2].tpm" + ; +connectAttr "IKScalerRoot_M_scaleConstraint1.w2" "IKScalerRoot_M_scaleConstraint1.tg[2].tw" + ; +connectAttr "IKScalerRootPart1_M_scaleConstraint1.csx" "IKScalerRootPart1_M.sx"; +connectAttr "IKScalerRootPart1_M_scaleConstraint1.csy" "IKScalerRootPart1_M.sy"; +connectAttr "IKScalerRootPart1_M_scaleConstraint1.csz" "IKScalerRootPart1_M.sz"; +connectAttr "IKScalerRootPart1_M.pim" "IKScalerRootPart1_M_scaleConstraint1.cpim" + ; +connectAttr "IKSpine1LocalOrient2_M.s" "IKScalerRootPart1_M_scaleConstraint1.tg[0].ts" + ; +connectAttr "IKSpine1LocalOrient2_M.pm" "IKScalerRootPart1_M_scaleConstraint1.tg[0].tpm" + ; +connectAttr "IKScalerRootPart1_M_scaleConstraint1.w0" "IKScalerRootPart1_M_scaleConstraint1.tg[0].tw" + ; +connectAttr "IKSpine2LocalOrient2_M.s" "IKScalerRootPart1_M_scaleConstraint1.tg[1].ts" + ; +connectAttr "IKSpine2LocalOrient2_M.pm" "IKScalerRootPart1_M_scaleConstraint1.tg[1].tpm" + ; +connectAttr "IKScalerRootPart1_M_scaleConstraint1.w1" "IKScalerRootPart1_M_scaleConstraint1.tg[1].tw" + ; +connectAttr "IKSpine3LocalOrient2_M.s" "IKScalerRootPart1_M_scaleConstraint1.tg[2].ts" + ; +connectAttr "IKSpine3LocalOrient2_M.pm" "IKScalerRootPart1_M_scaleConstraint1.tg[2].tpm" + ; +connectAttr "IKScalerRootPart1_M_scaleConstraint1.w2" "IKScalerRootPart1_M_scaleConstraint1.tg[2].tw" + ; +connectAttr "IKScalerRootPart2_M_scaleConstraint1.csx" "IKScalerRootPart2_M.sx"; +connectAttr "IKScalerRootPart2_M_scaleConstraint1.csy" "IKScalerRootPart2_M.sy"; +connectAttr "IKScalerRootPart2_M_scaleConstraint1.csz" "IKScalerRootPart2_M.sz"; +connectAttr "IKScalerRootPart2_M.pim" "IKScalerRootPart2_M_scaleConstraint1.cpim" + ; +connectAttr "IKSpine1LocalOrient2_M.s" "IKScalerRootPart2_M_scaleConstraint1.tg[0].ts" + ; +connectAttr "IKSpine1LocalOrient2_M.pm" "IKScalerRootPart2_M_scaleConstraint1.tg[0].tpm" + ; +connectAttr "IKScalerRootPart2_M_scaleConstraint1.w0" "IKScalerRootPart2_M_scaleConstraint1.tg[0].tw" + ; +connectAttr "IKSpine2LocalOrient2_M.s" "IKScalerRootPart2_M_scaleConstraint1.tg[1].ts" + ; +connectAttr "IKSpine2LocalOrient2_M.pm" "IKScalerRootPart2_M_scaleConstraint1.tg[1].tpm" + ; +connectAttr "IKScalerRootPart2_M_scaleConstraint1.w1" "IKScalerRootPart2_M_scaleConstraint1.tg[1].tw" + ; +connectAttr "IKSpine3LocalOrient2_M.s" "IKScalerRootPart2_M_scaleConstraint1.tg[2].ts" + ; +connectAttr "IKSpine3LocalOrient2_M.pm" "IKScalerRootPart2_M_scaleConstraint1.tg[2].tpm" + ; +connectAttr "IKScalerRootPart2_M_scaleConstraint1.w2" "IKScalerRootPart2_M_scaleConstraint1.tg[2].tw" + ; +connectAttr "IKScalerSpine1_M_scaleConstraint1.csx" "IKScalerSpine1_M.sx"; +connectAttr "IKScalerSpine1_M_scaleConstraint1.csy" "IKScalerSpine1_M.sy"; +connectAttr "IKScalerSpine1_M_scaleConstraint1.csz" "IKScalerSpine1_M.sz"; +connectAttr "IKScalerSpine1_M.pim" "IKScalerSpine1_M_scaleConstraint1.cpim"; +connectAttr "IKSpine1LocalOrient2_M.s" "IKScalerSpine1_M_scaleConstraint1.tg[0].ts" + ; +connectAttr "IKSpine1LocalOrient2_M.pm" "IKScalerSpine1_M_scaleConstraint1.tg[0].tpm" + ; +connectAttr "IKScalerSpine1_M_scaleConstraint1.w0" "IKScalerSpine1_M_scaleConstraint1.tg[0].tw" + ; +connectAttr "IKSpine2LocalOrient2_M.s" "IKScalerSpine1_M_scaleConstraint1.tg[1].ts" + ; +connectAttr "IKSpine2LocalOrient2_M.pm" "IKScalerSpine1_M_scaleConstraint1.tg[1].tpm" + ; +connectAttr "IKScalerSpine1_M_scaleConstraint1.w1" "IKScalerSpine1_M_scaleConstraint1.tg[1].tw" + ; +connectAttr "IKSpine3LocalOrient2_M.s" "IKScalerSpine1_M_scaleConstraint1.tg[2].ts" + ; +connectAttr "IKSpine3LocalOrient2_M.pm" "IKScalerSpine1_M_scaleConstraint1.tg[2].tpm" + ; +connectAttr "IKScalerSpine1_M_scaleConstraint1.w2" "IKScalerSpine1_M_scaleConstraint1.tg[2].tw" + ; +connectAttr "IKScalerSpine1Part1_M_scaleConstraint1.csx" "IKScalerSpine1Part1_M.sx" + ; +connectAttr "IKScalerSpine1Part1_M_scaleConstraint1.csy" "IKScalerSpine1Part1_M.sy" + ; +connectAttr "IKScalerSpine1Part1_M_scaleConstraint1.csz" "IKScalerSpine1Part1_M.sz" + ; +connectAttr "IKScalerSpine1Part1_M.pim" "IKScalerSpine1Part1_M_scaleConstraint1.cpim" + ; +connectAttr "IKSpine1LocalOrient2_M.s" "IKScalerSpine1Part1_M_scaleConstraint1.tg[0].ts" + ; +connectAttr "IKSpine1LocalOrient2_M.pm" "IKScalerSpine1Part1_M_scaleConstraint1.tg[0].tpm" + ; +connectAttr "IKScalerSpine1Part1_M_scaleConstraint1.w0" "IKScalerSpine1Part1_M_scaleConstraint1.tg[0].tw" + ; +connectAttr "IKSpine2LocalOrient2_M.s" "IKScalerSpine1Part1_M_scaleConstraint1.tg[1].ts" + ; +connectAttr "IKSpine2LocalOrient2_M.pm" "IKScalerSpine1Part1_M_scaleConstraint1.tg[1].tpm" + ; +connectAttr "IKScalerSpine1Part1_M_scaleConstraint1.w1" "IKScalerSpine1Part1_M_scaleConstraint1.tg[1].tw" + ; +connectAttr "IKSpine3LocalOrient2_M.s" "IKScalerSpine1Part1_M_scaleConstraint1.tg[2].ts" + ; +connectAttr "IKSpine3LocalOrient2_M.pm" "IKScalerSpine1Part1_M_scaleConstraint1.tg[2].tpm" + ; +connectAttr "IKScalerSpine1Part1_M_scaleConstraint1.w2" "IKScalerSpine1Part1_M_scaleConstraint1.tg[2].tw" + ; +connectAttr "IKScalerSpine1Part2_M_scaleConstraint1.csx" "IKScalerSpine1Part2_M.sx" + ; +connectAttr "IKScalerSpine1Part2_M_scaleConstraint1.csy" "IKScalerSpine1Part2_M.sy" + ; +connectAttr "IKScalerSpine1Part2_M_scaleConstraint1.csz" "IKScalerSpine1Part2_M.sz" + ; +connectAttr "IKScalerSpine1Part2_M.pim" "IKScalerSpine1Part2_M_scaleConstraint1.cpim" + ; +connectAttr "IKSpine1LocalOrient2_M.s" "IKScalerSpine1Part2_M_scaleConstraint1.tg[0].ts" + ; +connectAttr "IKSpine1LocalOrient2_M.pm" "IKScalerSpine1Part2_M_scaleConstraint1.tg[0].tpm" + ; +connectAttr "IKScalerSpine1Part2_M_scaleConstraint1.w0" "IKScalerSpine1Part2_M_scaleConstraint1.tg[0].tw" + ; +connectAttr "IKSpine2LocalOrient2_M.s" "IKScalerSpine1Part2_M_scaleConstraint1.tg[1].ts" + ; +connectAttr "IKSpine2LocalOrient2_M.pm" "IKScalerSpine1Part2_M_scaleConstraint1.tg[1].tpm" + ; +connectAttr "IKScalerSpine1Part2_M_scaleConstraint1.w1" "IKScalerSpine1Part2_M_scaleConstraint1.tg[1].tw" + ; +connectAttr "IKSpine3LocalOrient2_M.s" "IKScalerSpine1Part2_M_scaleConstraint1.tg[2].ts" + ; +connectAttr "IKSpine3LocalOrient2_M.pm" "IKScalerSpine1Part2_M_scaleConstraint1.tg[2].tpm" + ; +connectAttr "IKScalerSpine1Part2_M_scaleConstraint1.w2" "IKScalerSpine1Part2_M_scaleConstraint1.tg[2].tw" + ; +connectAttr "IKScalerChest_M_scaleConstraint1.csx" "IKScalerChest_M.sx"; +connectAttr "IKScalerChest_M_scaleConstraint1.csy" "IKScalerChest_M.sy"; +connectAttr "IKScalerChest_M_scaleConstraint1.csz" "IKScalerChest_M.sz"; +connectAttr "IKScalerChest_M.pim" "IKScalerChest_M_scaleConstraint1.cpim"; +connectAttr "IKSpine1LocalOrient2_M.s" "IKScalerChest_M_scaleConstraint1.tg[0].ts" + ; +connectAttr "IKSpine1LocalOrient2_M.pm" "IKScalerChest_M_scaleConstraint1.tg[0].tpm" + ; +connectAttr "IKScalerChest_M_scaleConstraint1.w0" "IKScalerChest_M_scaleConstraint1.tg[0].tw" + ; +connectAttr "IKSpine2LocalOrient2_M.s" "IKScalerChest_M_scaleConstraint1.tg[1].ts" + ; +connectAttr "IKSpine2LocalOrient2_M.pm" "IKScalerChest_M_scaleConstraint1.tg[1].tpm" + ; +connectAttr "IKScalerChest_M_scaleConstraint1.w1" "IKScalerChest_M_scaleConstraint1.tg[1].tw" + ; +connectAttr "IKSpine3LocalOrient2_M.s" "IKScalerChest_M_scaleConstraint1.tg[2].ts" + ; +connectAttr "IKSpine3LocalOrient2_M.pm" "IKScalerChest_M_scaleConstraint1.tg[2].tpm" + ; +connectAttr "IKScalerChest_M_scaleConstraint1.w2" "IKScalerChest_M_scaleConstraint1.tg[2].tw" + ; +connectAttr "PoleOffsetLeg_RFollowNoScaleOffset_pointConstraint1.ctx" "PoleOffsetLeg_RFollowNoScaleOffset.tx" + ; +connectAttr "PoleOffsetLeg_RFollowNoScaleOffset_pointConstraint1.cty" "PoleOffsetLeg_RFollowNoScaleOffset.ty" + ; +connectAttr "PoleOffsetLeg_RFollowNoScaleOffset_pointConstraint1.ctz" "PoleOffsetLeg_RFollowNoScaleOffset.tz" + ; +connectAttr "PoleOffsetLeg_RFollowNoScaleOffset_orientConstraint1.crx" "PoleOffsetLeg_RFollowNoScaleOffset.rx" + ; +connectAttr "PoleOffsetLeg_RFollowNoScaleOffset_orientConstraint1.cry" "PoleOffsetLeg_RFollowNoScaleOffset.ry" + ; +connectAttr "PoleOffsetLeg_RFollowNoScaleOffset_orientConstraint1.crz" "PoleOffsetLeg_RFollowNoScaleOffset.rz" + ; +connectAttr "PoleOffsetLeg_RFollowNoScaleOffset.pim" "PoleOffsetLeg_RFollowNoScaleOffset_pointConstraint1.cpim" + ; +connectAttr "PoleOffsetLeg_RFollowNoScaleOffset.rp" "PoleOffsetLeg_RFollowNoScaleOffset_pointConstraint1.crp" + ; +connectAttr "PoleOffsetLeg_RFollowNoScaleOffset.rpt" "PoleOffsetLeg_RFollowNoScaleOffset_pointConstraint1.crt" + ; +connectAttr "PoleAimLeg_R.t" "PoleOffsetLeg_RFollowNoScaleOffset_pointConstraint1.tg[0].tt" + ; +connectAttr "PoleAimLeg_R.rp" "PoleOffsetLeg_RFollowNoScaleOffset_pointConstraint1.tg[0].trp" + ; +connectAttr "PoleAimLeg_R.rpt" "PoleOffsetLeg_RFollowNoScaleOffset_pointConstraint1.tg[0].trt" + ; +connectAttr "PoleAimLeg_R.pm" "PoleOffsetLeg_RFollowNoScaleOffset_pointConstraint1.tg[0].tpm" + ; +connectAttr "PoleOffsetLeg_RFollowNoScaleOffset_pointConstraint1.w0" "PoleOffsetLeg_RFollowNoScaleOffset_pointConstraint1.tg[0].tw" + ; +connectAttr "PoleOffsetLeg_RFollowNoScaleOffset.ro" "PoleOffsetLeg_RFollowNoScaleOffset_orientConstraint1.cro" + ; +connectAttr "PoleOffsetLeg_RFollowNoScaleOffset.pim" "PoleOffsetLeg_RFollowNoScaleOffset_orientConstraint1.cpim" + ; +connectAttr "PoleAimLeg_R.r" "PoleOffsetLeg_RFollowNoScaleOffset_orientConstraint1.tg[0].tr" + ; +connectAttr "PoleAimLeg_R.ro" "PoleOffsetLeg_RFollowNoScaleOffset_orientConstraint1.tg[0].tro" + ; +connectAttr "PoleAimLeg_R.pm" "PoleOffsetLeg_RFollowNoScaleOffset_orientConstraint1.tg[0].tpm" + ; +connectAttr "PoleOffsetLeg_RFollowNoScaleOffset_orientConstraint1.w0" "PoleOffsetLeg_RFollowNoScaleOffset_orientConstraint1.tg[0].tw" + ; +connectAttr "PoleOffsetLeg_RFollow_parentConstraint1.ctx" "PoleOffsetLeg_RFollow.tx" + ; +connectAttr "PoleOffsetLeg_RFollow_parentConstraint1.cty" "PoleOffsetLeg_RFollow.ty" + ; +connectAttr "PoleOffsetLeg_RFollow_parentConstraint1.ctz" "PoleOffsetLeg_RFollow.tz" + ; +connectAttr "PoleOffsetLeg_RFollow_parentConstraint1.crx" "PoleOffsetLeg_RFollow.rx" + ; +connectAttr "PoleOffsetLeg_RFollow_parentConstraint1.cry" "PoleOffsetLeg_RFollow.ry" + ; +connectAttr "PoleOffsetLeg_RFollow_parentConstraint1.crz" "PoleOffsetLeg_RFollow.rz" + ; +connectAttr "PoleOffsetLeg_RFollow.ro" "PoleOffsetLeg_RFollow_parentConstraint1.cro" + ; +connectAttr "PoleOffsetLeg_RFollow.pim" "PoleOffsetLeg_RFollow_parentConstraint1.cpim" + ; +connectAttr "PoleOffsetLeg_RFollow.rp" "PoleOffsetLeg_RFollow_parentConstraint1.crp" + ; +connectAttr "PoleOffsetLeg_RFollow.rpt" "PoleOffsetLeg_RFollow_parentConstraint1.crt" + ; +connectAttr "PoleOffsetLeg_RFollowNoScale.t" "PoleOffsetLeg_RFollow_parentConstraint1.tg[0].tt" + ; +connectAttr "PoleOffsetLeg_RFollowNoScale.rp" "PoleOffsetLeg_RFollow_parentConstraint1.tg[0].trp" + ; +connectAttr "PoleOffsetLeg_RFollowNoScale.rpt" "PoleOffsetLeg_RFollow_parentConstraint1.tg[0].trt" + ; +connectAttr "PoleOffsetLeg_RFollowNoScale.r" "PoleOffsetLeg_RFollow_parentConstraint1.tg[0].tr" + ; +connectAttr "PoleOffsetLeg_RFollowNoScale.ro" "PoleOffsetLeg_RFollow_parentConstraint1.tg[0].tro" + ; +connectAttr "PoleOffsetLeg_RFollowNoScale.s" "PoleOffsetLeg_RFollow_parentConstraint1.tg[0].ts" + ; +connectAttr "PoleOffsetLeg_RFollowNoScale.pm" "PoleOffsetLeg_RFollow_parentConstraint1.tg[0].tpm" + ; +connectAttr "PoleOffsetLeg_RFollow_parentConstraint1.w0" "PoleOffsetLeg_RFollow_parentConstraint1.tg[0].tw" + ; +connectAttr "IKOffsetArm_RFollowNoScaleOffset_pointConstraint1.ctx" "IKOffsetArm_RFollowNoScaleOffset.tx" + ; +connectAttr "IKOffsetArm_RFollowNoScaleOffset_pointConstraint1.cty" "IKOffsetArm_RFollowNoScaleOffset.ty" + ; +connectAttr "IKOffsetArm_RFollowNoScaleOffset_pointConstraint1.ctz" "IKOffsetArm_RFollowNoScaleOffset.tz" + ; +connectAttr "IKOffsetArm_RFollowNoScaleOffset_orientConstraint1.crx" "IKOffsetArm_RFollowNoScaleOffset.rx" + ; +connectAttr "IKOffsetArm_RFollowNoScaleOffset_orientConstraint1.cry" "IKOffsetArm_RFollowNoScaleOffset.ry" + ; +connectAttr "IKOffsetArm_RFollowNoScaleOffset_orientConstraint1.crz" "IKOffsetArm_RFollowNoScaleOffset.rz" + ; +connectAttr "IKOffsetArm_RFollowNoScaleOffset.pim" "IKOffsetArm_RFollowNoScaleOffset_pointConstraint1.cpim" + ; +connectAttr "IKOffsetArm_RFollowNoScaleOffset.rp" "IKOffsetArm_RFollowNoScaleOffset_pointConstraint1.crp" + ; +connectAttr "IKOffsetArm_RFollowNoScaleOffset.rpt" "IKOffsetArm_RFollowNoScaleOffset_pointConstraint1.crt" + ; +connectAttr "Scapula_R.t" "IKOffsetArm_RFollowNoScaleOffset_pointConstraint1.tg[0].tt" + ; +connectAttr "Scapula_R.rp" "IKOffsetArm_RFollowNoScaleOffset_pointConstraint1.tg[0].trp" + ; +connectAttr "Scapula_R.rpt" "IKOffsetArm_RFollowNoScaleOffset_pointConstraint1.tg[0].trt" + ; +connectAttr "Scapula_R.pm" "IKOffsetArm_RFollowNoScaleOffset_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKOffsetArm_RFollowNoScaleOffset_pointConstraint1.w0" "IKOffsetArm_RFollowNoScaleOffset_pointConstraint1.tg[0].tw" + ; +connectAttr "IKOffsetArm_RFollowNoScaleOffset.ro" "IKOffsetArm_RFollowNoScaleOffset_orientConstraint1.cro" + ; +connectAttr "IKOffsetArm_RFollowNoScaleOffset.pim" "IKOffsetArm_RFollowNoScaleOffset_orientConstraint1.cpim" + ; +connectAttr "Scapula_R.r" "IKOffsetArm_RFollowNoScaleOffset_orientConstraint1.tg[0].tr" + ; +connectAttr "Scapula_R.ro" "IKOffsetArm_RFollowNoScaleOffset_orientConstraint1.tg[0].tro" + ; +connectAttr "Scapula_R.pm" "IKOffsetArm_RFollowNoScaleOffset_orientConstraint1.tg[0].tpm" + ; +connectAttr "Scapula_R.jo" "IKOffsetArm_RFollowNoScaleOffset_orientConstraint1.tg[0].tjo" + ; +connectAttr "IKOffsetArm_RFollowNoScaleOffset_orientConstraint1.w0" "IKOffsetArm_RFollowNoScaleOffset_orientConstraint1.tg[0].tw" + ; +connectAttr "IKOffsetArm_RFollow_parentConstraint1.ctx" "IKOffsetArm_RFollow.tx" + ; +connectAttr "IKOffsetArm_RFollow_parentConstraint1.cty" "IKOffsetArm_RFollow.ty" + ; +connectAttr "IKOffsetArm_RFollow_parentConstraint1.ctz" "IKOffsetArm_RFollow.tz" + ; +connectAttr "IKOffsetArm_RFollow_parentConstraint1.crx" "IKOffsetArm_RFollow.rx" + ; +connectAttr "IKOffsetArm_RFollow_parentConstraint1.cry" "IKOffsetArm_RFollow.ry" + ; +connectAttr "IKOffsetArm_RFollow_parentConstraint1.crz" "IKOffsetArm_RFollow.rz" + ; +connectAttr "IKOffsetArm_RFollow.ro" "IKOffsetArm_RFollow_parentConstraint1.cro" + ; +connectAttr "IKOffsetArm_RFollow.pim" "IKOffsetArm_RFollow_parentConstraint1.cpim" + ; +connectAttr "IKOffsetArm_RFollow.rp" "IKOffsetArm_RFollow_parentConstraint1.crp" + ; +connectAttr "IKOffsetArm_RFollow.rpt" "IKOffsetArm_RFollow_parentConstraint1.crt" + ; +connectAttr "IKOffsetArm_RFollowNoScale.t" "IKOffsetArm_RFollow_parentConstraint1.tg[0].tt" + ; +connectAttr "IKOffsetArm_RFollowNoScale.rp" "IKOffsetArm_RFollow_parentConstraint1.tg[0].trp" + ; +connectAttr "IKOffsetArm_RFollowNoScale.rpt" "IKOffsetArm_RFollow_parentConstraint1.tg[0].trt" + ; +connectAttr "IKOffsetArm_RFollowNoScale.r" "IKOffsetArm_RFollow_parentConstraint1.tg[0].tr" + ; +connectAttr "IKOffsetArm_RFollowNoScale.ro" "IKOffsetArm_RFollow_parentConstraint1.tg[0].tro" + ; +connectAttr "IKOffsetArm_RFollowNoScale.s" "IKOffsetArm_RFollow_parentConstraint1.tg[0].ts" + ; +connectAttr "IKOffsetArm_RFollowNoScale.pm" "IKOffsetArm_RFollow_parentConstraint1.tg[0].tpm" + ; +connectAttr "IKOffsetArm_RFollow_parentConstraint1.w0" "IKOffsetArm_RFollow_parentConstraint1.tg[0].tw" + ; +connectAttr "PoleOffsetArm_RFollowNoScaleOffset_pointConstraint1.ctx" "PoleOffsetArm_RFollowNoScaleOffset.tx" + ; +connectAttr "PoleOffsetArm_RFollowNoScaleOffset_pointConstraint1.cty" "PoleOffsetArm_RFollowNoScaleOffset.ty" + ; +connectAttr "PoleOffsetArm_RFollowNoScaleOffset_pointConstraint1.ctz" "PoleOffsetArm_RFollowNoScaleOffset.tz" + ; +connectAttr "PoleOffsetArm_RFollowNoScaleOffset_orientConstraint1.crx" "PoleOffsetArm_RFollowNoScaleOffset.rx" + ; +connectAttr "PoleOffsetArm_RFollowNoScaleOffset_orientConstraint1.cry" "PoleOffsetArm_RFollowNoScaleOffset.ry" + ; +connectAttr "PoleOffsetArm_RFollowNoScaleOffset_orientConstraint1.crz" "PoleOffsetArm_RFollowNoScaleOffset.rz" + ; +connectAttr "PoleOffsetArm_RFollowNoScaleOffset.pim" "PoleOffsetArm_RFollowNoScaleOffset_pointConstraint1.cpim" + ; +connectAttr "PoleOffsetArm_RFollowNoScaleOffset.rp" "PoleOffsetArm_RFollowNoScaleOffset_pointConstraint1.crp" + ; +connectAttr "PoleOffsetArm_RFollowNoScaleOffset.rpt" "PoleOffsetArm_RFollowNoScaleOffset_pointConstraint1.crt" + ; +connectAttr "IKArm_R.t" "PoleOffsetArm_RFollowNoScaleOffset_pointConstraint1.tg[0].tt" + ; +connectAttr "IKArm_R.rp" "PoleOffsetArm_RFollowNoScaleOffset_pointConstraint1.tg[0].trp" + ; +connectAttr "IKArm_R.rpt" "PoleOffsetArm_RFollowNoScaleOffset_pointConstraint1.tg[0].trt" + ; +connectAttr "IKArm_R.pm" "PoleOffsetArm_RFollowNoScaleOffset_pointConstraint1.tg[0].tpm" + ; +connectAttr "PoleOffsetArm_RFollowNoScaleOffset_pointConstraint1.w0" "PoleOffsetArm_RFollowNoScaleOffset_pointConstraint1.tg[0].tw" + ; +connectAttr "PoleOffsetArm_RFollowNoScaleOffset.ro" "PoleOffsetArm_RFollowNoScaleOffset_orientConstraint1.cro" + ; +connectAttr "PoleOffsetArm_RFollowNoScaleOffset.pim" "PoleOffsetArm_RFollowNoScaleOffset_orientConstraint1.cpim" + ; +connectAttr "IKArm_R.r" "PoleOffsetArm_RFollowNoScaleOffset_orientConstraint1.tg[0].tr" + ; +connectAttr "IKArm_R.ro" "PoleOffsetArm_RFollowNoScaleOffset_orientConstraint1.tg[0].tro" + ; +connectAttr "IKArm_R.pm" "PoleOffsetArm_RFollowNoScaleOffset_orientConstraint1.tg[0].tpm" + ; +connectAttr "PoleOffsetArm_RFollowNoScaleOffset_orientConstraint1.w0" "PoleOffsetArm_RFollowNoScaleOffset_orientConstraint1.tg[0].tw" + ; +connectAttr "PoleOffsetArm_RFollow_parentConstraint1.ctx" "PoleOffsetArm_RFollow.tx" + ; +connectAttr "PoleOffsetArm_RFollow_parentConstraint1.cty" "PoleOffsetArm_RFollow.ty" + ; +connectAttr "PoleOffsetArm_RFollow_parentConstraint1.ctz" "PoleOffsetArm_RFollow.tz" + ; +connectAttr "PoleOffsetArm_RFollow_parentConstraint1.crx" "PoleOffsetArm_RFollow.rx" + ; +connectAttr "PoleOffsetArm_RFollow_parentConstraint1.cry" "PoleOffsetArm_RFollow.ry" + ; +connectAttr "PoleOffsetArm_RFollow_parentConstraint1.crz" "PoleOffsetArm_RFollow.rz" + ; +connectAttr "PoleOffsetArm_RFollow.ro" "PoleOffsetArm_RFollow_parentConstraint1.cro" + ; +connectAttr "PoleOffsetArm_RFollow.pim" "PoleOffsetArm_RFollow_parentConstraint1.cpim" + ; +connectAttr "PoleOffsetArm_RFollow.rp" "PoleOffsetArm_RFollow_parentConstraint1.crp" + ; +connectAttr "PoleOffsetArm_RFollow.rpt" "PoleOffsetArm_RFollow_parentConstraint1.crt" + ; +connectAttr "PoleOffsetArm_RFollowNoScale.t" "PoleOffsetArm_RFollow_parentConstraint1.tg[0].tt" + ; +connectAttr "PoleOffsetArm_RFollowNoScale.rp" "PoleOffsetArm_RFollow_parentConstraint1.tg[0].trp" + ; +connectAttr "PoleOffsetArm_RFollowNoScale.rpt" "PoleOffsetArm_RFollow_parentConstraint1.tg[0].trt" + ; +connectAttr "PoleOffsetArm_RFollowNoScale.r" "PoleOffsetArm_RFollow_parentConstraint1.tg[0].tr" + ; +connectAttr "PoleOffsetArm_RFollowNoScale.ro" "PoleOffsetArm_RFollow_parentConstraint1.tg[0].tro" + ; +connectAttr "PoleOffsetArm_RFollowNoScale.s" "PoleOffsetArm_RFollow_parentConstraint1.tg[0].ts" + ; +connectAttr "PoleOffsetArm_RFollowNoScale.pm" "PoleOffsetArm_RFollow_parentConstraint1.tg[0].tpm" + ; +connectAttr "PoleOffsetArm_RFollow_parentConstraint1.w0" "PoleOffsetArm_RFollow_parentConstraint1.tg[0].tw" + ; +connectAttr "IKhybridFollowSpine1_MFollowNoScaleOffset_pointConstraint1.ctx" "IKhybridFollowSpine1_MFollowNoScaleOffset.tx" + ; +connectAttr "IKhybridFollowSpine1_MFollowNoScaleOffset_pointConstraint1.cty" "IKhybridFollowSpine1_MFollowNoScaleOffset.ty" + ; +connectAttr "IKhybridFollowSpine1_MFollowNoScaleOffset_pointConstraint1.ctz" "IKhybridFollowSpine1_MFollowNoScaleOffset.tz" + ; +connectAttr "IKhybridFollowSpine1_MFollowNoScaleOffset_orientConstraint1.crx" "IKhybridFollowSpine1_MFollowNoScaleOffset.rx" + ; +connectAttr "IKhybridFollowSpine1_MFollowNoScaleOffset_orientConstraint1.cry" "IKhybridFollowSpine1_MFollowNoScaleOffset.ry" + ; +connectAttr "IKhybridFollowSpine1_MFollowNoScaleOffset_orientConstraint1.crz" "IKhybridFollowSpine1_MFollowNoScaleOffset.rz" + ; +connectAttr "IKhybridFollowSpine1_MFollowNoScaleOffset.pim" "IKhybridFollowSpine1_MFollowNoScaleOffset_pointConstraint1.cpim" + ; +connectAttr "IKhybridFollowSpine1_MFollowNoScaleOffset.rp" "IKhybridFollowSpine1_MFollowNoScaleOffset_pointConstraint1.crp" + ; +connectAttr "IKhybridFollowSpine1_MFollowNoScaleOffset.rpt" "IKhybridFollowSpine1_MFollowNoScaleOffset_pointConstraint1.crt" + ; +connectAttr "RootX_M.t" "IKhybridFollowSpine1_MFollowNoScaleOffset_pointConstraint1.tg[0].tt" + ; +connectAttr "RootX_M.rp" "IKhybridFollowSpine1_MFollowNoScaleOffset_pointConstraint1.tg[0].trp" + ; +connectAttr "RootX_M.rpt" "IKhybridFollowSpine1_MFollowNoScaleOffset_pointConstraint1.tg[0].trt" + ; +connectAttr "RootX_M.pm" "IKhybridFollowSpine1_MFollowNoScaleOffset_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKhybridFollowSpine1_MFollowNoScaleOffset_pointConstraint1.w0" "IKhybridFollowSpine1_MFollowNoScaleOffset_pointConstraint1.tg[0].tw" + ; +connectAttr "IKhybridFollowSpine1_MFollowNoScaleOffset.ro" "IKhybridFollowSpine1_MFollowNoScaleOffset_orientConstraint1.cro" + ; +connectAttr "IKhybridFollowSpine1_MFollowNoScaleOffset.pim" "IKhybridFollowSpine1_MFollowNoScaleOffset_orientConstraint1.cpim" + ; +connectAttr "RootX_M.r" "IKhybridFollowSpine1_MFollowNoScaleOffset_orientConstraint1.tg[0].tr" + ; +connectAttr "RootX_M.ro" "IKhybridFollowSpine1_MFollowNoScaleOffset_orientConstraint1.tg[0].tro" + ; +connectAttr "RootX_M.pm" "IKhybridFollowSpine1_MFollowNoScaleOffset_orientConstraint1.tg[0].tpm" + ; +connectAttr "IKhybridFollowSpine1_MFollowNoScaleOffset_orientConstraint1.w0" "IKhybridFollowSpine1_MFollowNoScaleOffset_orientConstraint1.tg[0].tw" + ; +connectAttr "IKhybridFollowSpine1_MFollow_parentConstraint1.ctx" "IKhybridFollowSpine1_MFollow.tx" + ; +connectAttr "IKhybridFollowSpine1_MFollow_parentConstraint1.cty" "IKhybridFollowSpine1_MFollow.ty" + ; +connectAttr "IKhybridFollowSpine1_MFollow_parentConstraint1.ctz" "IKhybridFollowSpine1_MFollow.tz" + ; +connectAttr "IKhybridFollowSpine1_MFollow_parentConstraint1.crx" "IKhybridFollowSpine1_MFollow.rx" + ; +connectAttr "IKhybridFollowSpine1_MFollow_parentConstraint1.cry" "IKhybridFollowSpine1_MFollow.ry" + ; +connectAttr "IKhybridFollowSpine1_MFollow_parentConstraint1.crz" "IKhybridFollowSpine1_MFollow.rz" + ; +connectAttr "IKhybridFollowSpine1_MFollow.ro" "IKhybridFollowSpine1_MFollow_parentConstraint1.cro" + ; +connectAttr "IKhybridFollowSpine1_MFollow.pim" "IKhybridFollowSpine1_MFollow_parentConstraint1.cpim" + ; +connectAttr "IKhybridFollowSpine1_MFollow.rp" "IKhybridFollowSpine1_MFollow_parentConstraint1.crp" + ; +connectAttr "IKhybridFollowSpine1_MFollow.rpt" "IKhybridFollowSpine1_MFollow_parentConstraint1.crt" + ; +connectAttr "IKhybridFollowSpine1_MFollowNoScale.t" "IKhybridFollowSpine1_MFollow_parentConstraint1.tg[0].tt" + ; +connectAttr "IKhybridFollowSpine1_MFollowNoScale.rp" "IKhybridFollowSpine1_MFollow_parentConstraint1.tg[0].trp" + ; +connectAttr "IKhybridFollowSpine1_MFollowNoScale.rpt" "IKhybridFollowSpine1_MFollow_parentConstraint1.tg[0].trt" + ; +connectAttr "IKhybridFollowSpine1_MFollowNoScale.r" "IKhybridFollowSpine1_MFollow_parentConstraint1.tg[0].tr" + ; +connectAttr "IKhybridFollowSpine1_MFollowNoScale.ro" "IKhybridFollowSpine1_MFollow_parentConstraint1.tg[0].tro" + ; +connectAttr "IKhybridFollowSpine1_MFollowNoScale.s" "IKhybridFollowSpine1_MFollow_parentConstraint1.tg[0].ts" + ; +connectAttr "IKhybridFollowSpine1_MFollowNoScale.pm" "IKhybridFollowSpine1_MFollow_parentConstraint1.tg[0].tpm" + ; +connectAttr "IKhybridFollowSpine1_MFollow_parentConstraint1.w0" "IKhybridFollowSpine1_MFollow_parentConstraint1.tg[0].tw" + ; +connectAttr "PoleOffsetLeg_LFollowNoScaleOffset_pointConstraint1.ctx" "PoleOffsetLeg_LFollowNoScaleOffset.tx" + ; +connectAttr "PoleOffsetLeg_LFollowNoScaleOffset_pointConstraint1.cty" "PoleOffsetLeg_LFollowNoScaleOffset.ty" + ; +connectAttr "PoleOffsetLeg_LFollowNoScaleOffset_pointConstraint1.ctz" "PoleOffsetLeg_LFollowNoScaleOffset.tz" + ; +connectAttr "PoleOffsetLeg_LFollowNoScaleOffset_orientConstraint1.crx" "PoleOffsetLeg_LFollowNoScaleOffset.rx" + ; +connectAttr "PoleOffsetLeg_LFollowNoScaleOffset_orientConstraint1.cry" "PoleOffsetLeg_LFollowNoScaleOffset.ry" + ; +connectAttr "PoleOffsetLeg_LFollowNoScaleOffset_orientConstraint1.crz" "PoleOffsetLeg_LFollowNoScaleOffset.rz" + ; +connectAttr "PoleOffsetLeg_LFollowNoScaleOffset.pim" "PoleOffsetLeg_LFollowNoScaleOffset_pointConstraint1.cpim" + ; +connectAttr "PoleOffsetLeg_LFollowNoScaleOffset.rp" "PoleOffsetLeg_LFollowNoScaleOffset_pointConstraint1.crp" + ; +connectAttr "PoleOffsetLeg_LFollowNoScaleOffset.rpt" "PoleOffsetLeg_LFollowNoScaleOffset_pointConstraint1.crt" + ; +connectAttr "PoleAimLeg_L.t" "PoleOffsetLeg_LFollowNoScaleOffset_pointConstraint1.tg[0].tt" + ; +connectAttr "PoleAimLeg_L.rp" "PoleOffsetLeg_LFollowNoScaleOffset_pointConstraint1.tg[0].trp" + ; +connectAttr "PoleAimLeg_L.rpt" "PoleOffsetLeg_LFollowNoScaleOffset_pointConstraint1.tg[0].trt" + ; +connectAttr "PoleAimLeg_L.pm" "PoleOffsetLeg_LFollowNoScaleOffset_pointConstraint1.tg[0].tpm" + ; +connectAttr "PoleOffsetLeg_LFollowNoScaleOffset_pointConstraint1.w0" "PoleOffsetLeg_LFollowNoScaleOffset_pointConstraint1.tg[0].tw" + ; +connectAttr "PoleOffsetLeg_LFollowNoScaleOffset.ro" "PoleOffsetLeg_LFollowNoScaleOffset_orientConstraint1.cro" + ; +connectAttr "PoleOffsetLeg_LFollowNoScaleOffset.pim" "PoleOffsetLeg_LFollowNoScaleOffset_orientConstraint1.cpim" + ; +connectAttr "PoleAimLeg_L.r" "PoleOffsetLeg_LFollowNoScaleOffset_orientConstraint1.tg[0].tr" + ; +connectAttr "PoleAimLeg_L.ro" "PoleOffsetLeg_LFollowNoScaleOffset_orientConstraint1.tg[0].tro" + ; +connectAttr "PoleAimLeg_L.pm" "PoleOffsetLeg_LFollowNoScaleOffset_orientConstraint1.tg[0].tpm" + ; +connectAttr "PoleOffsetLeg_LFollowNoScaleOffset_orientConstraint1.w0" "PoleOffsetLeg_LFollowNoScaleOffset_orientConstraint1.tg[0].tw" + ; +connectAttr "PoleOffsetLeg_LFollow_parentConstraint1.ctx" "PoleOffsetLeg_LFollow.tx" + ; +connectAttr "PoleOffsetLeg_LFollow_parentConstraint1.cty" "PoleOffsetLeg_LFollow.ty" + ; +connectAttr "PoleOffsetLeg_LFollow_parentConstraint1.ctz" "PoleOffsetLeg_LFollow.tz" + ; +connectAttr "PoleOffsetLeg_LFollow_parentConstraint1.crx" "PoleOffsetLeg_LFollow.rx" + ; +connectAttr "PoleOffsetLeg_LFollow_parentConstraint1.cry" "PoleOffsetLeg_LFollow.ry" + ; +connectAttr "PoleOffsetLeg_LFollow_parentConstraint1.crz" "PoleOffsetLeg_LFollow.rz" + ; +connectAttr "PoleOffsetLeg_LFollow.ro" "PoleOffsetLeg_LFollow_parentConstraint1.cro" + ; +connectAttr "PoleOffsetLeg_LFollow.pim" "PoleOffsetLeg_LFollow_parentConstraint1.cpim" + ; +connectAttr "PoleOffsetLeg_LFollow.rp" "PoleOffsetLeg_LFollow_parentConstraint1.crp" + ; +connectAttr "PoleOffsetLeg_LFollow.rpt" "PoleOffsetLeg_LFollow_parentConstraint1.crt" + ; +connectAttr "PoleOffsetLeg_LFollowNoScale.t" "PoleOffsetLeg_LFollow_parentConstraint1.tg[0].tt" + ; +connectAttr "PoleOffsetLeg_LFollowNoScale.rp" "PoleOffsetLeg_LFollow_parentConstraint1.tg[0].trp" + ; +connectAttr "PoleOffsetLeg_LFollowNoScale.rpt" "PoleOffsetLeg_LFollow_parentConstraint1.tg[0].trt" + ; +connectAttr "PoleOffsetLeg_LFollowNoScale.r" "PoleOffsetLeg_LFollow_parentConstraint1.tg[0].tr" + ; +connectAttr "PoleOffsetLeg_LFollowNoScale.ro" "PoleOffsetLeg_LFollow_parentConstraint1.tg[0].tro" + ; +connectAttr "PoleOffsetLeg_LFollowNoScale.s" "PoleOffsetLeg_LFollow_parentConstraint1.tg[0].ts" + ; +connectAttr "PoleOffsetLeg_LFollowNoScale.pm" "PoleOffsetLeg_LFollow_parentConstraint1.tg[0].tpm" + ; +connectAttr "PoleOffsetLeg_LFollow_parentConstraint1.w0" "PoleOffsetLeg_LFollow_parentConstraint1.tg[0].tw" + ; +connectAttr "IKOffsetArm_LFollowNoScaleOffset_pointConstraint1.ctx" "IKOffsetArm_LFollowNoScaleOffset.tx" + ; +connectAttr "IKOffsetArm_LFollowNoScaleOffset_pointConstraint1.cty" "IKOffsetArm_LFollowNoScaleOffset.ty" + ; +connectAttr "IKOffsetArm_LFollowNoScaleOffset_pointConstraint1.ctz" "IKOffsetArm_LFollowNoScaleOffset.tz" + ; +connectAttr "IKOffsetArm_LFollowNoScaleOffset_orientConstraint1.crx" "IKOffsetArm_LFollowNoScaleOffset.rx" + ; +connectAttr "IKOffsetArm_LFollowNoScaleOffset_orientConstraint1.cry" "IKOffsetArm_LFollowNoScaleOffset.ry" + ; +connectAttr "IKOffsetArm_LFollowNoScaleOffset_orientConstraint1.crz" "IKOffsetArm_LFollowNoScaleOffset.rz" + ; +connectAttr "IKOffsetArm_LFollowNoScaleOffset.pim" "IKOffsetArm_LFollowNoScaleOffset_pointConstraint1.cpim" + ; +connectAttr "IKOffsetArm_LFollowNoScaleOffset.rp" "IKOffsetArm_LFollowNoScaleOffset_pointConstraint1.crp" + ; +connectAttr "IKOffsetArm_LFollowNoScaleOffset.rpt" "IKOffsetArm_LFollowNoScaleOffset_pointConstraint1.crt" + ; +connectAttr "Scapula_L.t" "IKOffsetArm_LFollowNoScaleOffset_pointConstraint1.tg[0].tt" + ; +connectAttr "Scapula_L.rp" "IKOffsetArm_LFollowNoScaleOffset_pointConstraint1.tg[0].trp" + ; +connectAttr "Scapula_L.rpt" "IKOffsetArm_LFollowNoScaleOffset_pointConstraint1.tg[0].trt" + ; +connectAttr "Scapula_L.pm" "IKOffsetArm_LFollowNoScaleOffset_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKOffsetArm_LFollowNoScaleOffset_pointConstraint1.w0" "IKOffsetArm_LFollowNoScaleOffset_pointConstraint1.tg[0].tw" + ; +connectAttr "IKOffsetArm_LFollowNoScaleOffset.ro" "IKOffsetArm_LFollowNoScaleOffset_orientConstraint1.cro" + ; +connectAttr "IKOffsetArm_LFollowNoScaleOffset.pim" "IKOffsetArm_LFollowNoScaleOffset_orientConstraint1.cpim" + ; +connectAttr "Scapula_L.r" "IKOffsetArm_LFollowNoScaleOffset_orientConstraint1.tg[0].tr" + ; +connectAttr "Scapula_L.ro" "IKOffsetArm_LFollowNoScaleOffset_orientConstraint1.tg[0].tro" + ; +connectAttr "Scapula_L.pm" "IKOffsetArm_LFollowNoScaleOffset_orientConstraint1.tg[0].tpm" + ; +connectAttr "Scapula_L.jo" "IKOffsetArm_LFollowNoScaleOffset_orientConstraint1.tg[0].tjo" + ; +connectAttr "IKOffsetArm_LFollowNoScaleOffset_orientConstraint1.w0" "IKOffsetArm_LFollowNoScaleOffset_orientConstraint1.tg[0].tw" + ; +connectAttr "IKOffsetArm_LFollow_parentConstraint1.ctx" "IKOffsetArm_LFollow.tx" + ; +connectAttr "IKOffsetArm_LFollow_parentConstraint1.cty" "IKOffsetArm_LFollow.ty" + ; +connectAttr "IKOffsetArm_LFollow_parentConstraint1.ctz" "IKOffsetArm_LFollow.tz" + ; +connectAttr "IKOffsetArm_LFollow_parentConstraint1.crx" "IKOffsetArm_LFollow.rx" + ; +connectAttr "IKOffsetArm_LFollow_parentConstraint1.cry" "IKOffsetArm_LFollow.ry" + ; +connectAttr "IKOffsetArm_LFollow_parentConstraint1.crz" "IKOffsetArm_LFollow.rz" + ; +connectAttr "IKOffsetArm_LFollow.ro" "IKOffsetArm_LFollow_parentConstraint1.cro" + ; +connectAttr "IKOffsetArm_LFollow.pim" "IKOffsetArm_LFollow_parentConstraint1.cpim" + ; +connectAttr "IKOffsetArm_LFollow.rp" "IKOffsetArm_LFollow_parentConstraint1.crp" + ; +connectAttr "IKOffsetArm_LFollow.rpt" "IKOffsetArm_LFollow_parentConstraint1.crt" + ; +connectAttr "IKOffsetArm_LFollowNoScale.t" "IKOffsetArm_LFollow_parentConstraint1.tg[0].tt" + ; +connectAttr "IKOffsetArm_LFollowNoScale.rp" "IKOffsetArm_LFollow_parentConstraint1.tg[0].trp" + ; +connectAttr "IKOffsetArm_LFollowNoScale.rpt" "IKOffsetArm_LFollow_parentConstraint1.tg[0].trt" + ; +connectAttr "IKOffsetArm_LFollowNoScale.r" "IKOffsetArm_LFollow_parentConstraint1.tg[0].tr" + ; +connectAttr "IKOffsetArm_LFollowNoScale.ro" "IKOffsetArm_LFollow_parentConstraint1.tg[0].tro" + ; +connectAttr "IKOffsetArm_LFollowNoScale.s" "IKOffsetArm_LFollow_parentConstraint1.tg[0].ts" + ; +connectAttr "IKOffsetArm_LFollowNoScale.pm" "IKOffsetArm_LFollow_parentConstraint1.tg[0].tpm" + ; +connectAttr "IKOffsetArm_LFollow_parentConstraint1.w0" "IKOffsetArm_LFollow_parentConstraint1.tg[0].tw" + ; +connectAttr "PoleOffsetArm_LFollowNoScaleOffset_pointConstraint1.ctx" "PoleOffsetArm_LFollowNoScaleOffset.tx" + ; +connectAttr "PoleOffsetArm_LFollowNoScaleOffset_pointConstraint1.cty" "PoleOffsetArm_LFollowNoScaleOffset.ty" + ; +connectAttr "PoleOffsetArm_LFollowNoScaleOffset_pointConstraint1.ctz" "PoleOffsetArm_LFollowNoScaleOffset.tz" + ; +connectAttr "PoleOffsetArm_LFollowNoScaleOffset_orientConstraint1.crx" "PoleOffsetArm_LFollowNoScaleOffset.rx" + ; +connectAttr "PoleOffsetArm_LFollowNoScaleOffset_orientConstraint1.cry" "PoleOffsetArm_LFollowNoScaleOffset.ry" + ; +connectAttr "PoleOffsetArm_LFollowNoScaleOffset_orientConstraint1.crz" "PoleOffsetArm_LFollowNoScaleOffset.rz" + ; +connectAttr "PoleOffsetArm_LFollowNoScaleOffset.pim" "PoleOffsetArm_LFollowNoScaleOffset_pointConstraint1.cpim" + ; +connectAttr "PoleOffsetArm_LFollowNoScaleOffset.rp" "PoleOffsetArm_LFollowNoScaleOffset_pointConstraint1.crp" + ; +connectAttr "PoleOffsetArm_LFollowNoScaleOffset.rpt" "PoleOffsetArm_LFollowNoScaleOffset_pointConstraint1.crt" + ; +connectAttr "IKArm_L.t" "PoleOffsetArm_LFollowNoScaleOffset_pointConstraint1.tg[0].tt" + ; +connectAttr "IKArm_L.rp" "PoleOffsetArm_LFollowNoScaleOffset_pointConstraint1.tg[0].trp" + ; +connectAttr "IKArm_L.rpt" "PoleOffsetArm_LFollowNoScaleOffset_pointConstraint1.tg[0].trt" + ; +connectAttr "IKArm_L.pm" "PoleOffsetArm_LFollowNoScaleOffset_pointConstraint1.tg[0].tpm" + ; +connectAttr "PoleOffsetArm_LFollowNoScaleOffset_pointConstraint1.w0" "PoleOffsetArm_LFollowNoScaleOffset_pointConstraint1.tg[0].tw" + ; +connectAttr "PoleOffsetArm_LFollowNoScaleOffset.ro" "PoleOffsetArm_LFollowNoScaleOffset_orientConstraint1.cro" + ; +connectAttr "PoleOffsetArm_LFollowNoScaleOffset.pim" "PoleOffsetArm_LFollowNoScaleOffset_orientConstraint1.cpim" + ; +connectAttr "IKArm_L.r" "PoleOffsetArm_LFollowNoScaleOffset_orientConstraint1.tg[0].tr" + ; +connectAttr "IKArm_L.ro" "PoleOffsetArm_LFollowNoScaleOffset_orientConstraint1.tg[0].tro" + ; +connectAttr "IKArm_L.pm" "PoleOffsetArm_LFollowNoScaleOffset_orientConstraint1.tg[0].tpm" + ; +connectAttr "PoleOffsetArm_LFollowNoScaleOffset_orientConstraint1.w0" "PoleOffsetArm_LFollowNoScaleOffset_orientConstraint1.tg[0].tw" + ; +connectAttr "PoleOffsetArm_LFollow_parentConstraint1.ctx" "PoleOffsetArm_LFollow.tx" + ; +connectAttr "PoleOffsetArm_LFollow_parentConstraint1.cty" "PoleOffsetArm_LFollow.ty" + ; +connectAttr "PoleOffsetArm_LFollow_parentConstraint1.ctz" "PoleOffsetArm_LFollow.tz" + ; +connectAttr "PoleOffsetArm_LFollow_parentConstraint1.crx" "PoleOffsetArm_LFollow.rx" + ; +connectAttr "PoleOffsetArm_LFollow_parentConstraint1.cry" "PoleOffsetArm_LFollow.ry" + ; +connectAttr "PoleOffsetArm_LFollow_parentConstraint1.crz" "PoleOffsetArm_LFollow.rz" + ; +connectAttr "PoleOffsetArm_LFollow.ro" "PoleOffsetArm_LFollow_parentConstraint1.cro" + ; +connectAttr "PoleOffsetArm_LFollow.pim" "PoleOffsetArm_LFollow_parentConstraint1.cpim" + ; +connectAttr "PoleOffsetArm_LFollow.rp" "PoleOffsetArm_LFollow_parentConstraint1.crp" + ; +connectAttr "PoleOffsetArm_LFollow.rpt" "PoleOffsetArm_LFollow_parentConstraint1.crt" + ; +connectAttr "PoleOffsetArm_LFollowNoScale.t" "PoleOffsetArm_LFollow_parentConstraint1.tg[0].tt" + ; +connectAttr "PoleOffsetArm_LFollowNoScale.rp" "PoleOffsetArm_LFollow_parentConstraint1.tg[0].trp" + ; +connectAttr "PoleOffsetArm_LFollowNoScale.rpt" "PoleOffsetArm_LFollow_parentConstraint1.tg[0].trt" + ; +connectAttr "PoleOffsetArm_LFollowNoScale.r" "PoleOffsetArm_LFollow_parentConstraint1.tg[0].tr" + ; +connectAttr "PoleOffsetArm_LFollowNoScale.ro" "PoleOffsetArm_LFollow_parentConstraint1.tg[0].tro" + ; +connectAttr "PoleOffsetArm_LFollowNoScale.s" "PoleOffsetArm_LFollow_parentConstraint1.tg[0].ts" + ; +connectAttr "PoleOffsetArm_LFollowNoScale.pm" "PoleOffsetArm_LFollow_parentConstraint1.tg[0].tpm" + ; +connectAttr "PoleOffsetArm_LFollow_parentConstraint1.w0" "PoleOffsetArm_LFollow_parentConstraint1.tg[0].tw" + ; +connectAttr "IKStatic_parentConstraint1.ctx" "IKStatic.tx"; +connectAttr "IKStatic_parentConstraint1.cty" "IKStatic.ty"; +connectAttr "IKStatic_parentConstraint1.ctz" "IKStatic.tz"; +connectAttr "IKStatic_parentConstraint1.crx" "IKStatic.rx"; +connectAttr "IKStatic_parentConstraint1.cry" "IKStatic.ry"; +connectAttr "IKStatic_parentConstraint1.crz" "IKStatic.rz"; +connectAttr "IKStatic_scaleConstraint1.csx" "IKStatic.sx"; +connectAttr "IKStatic_scaleConstraint1.csy" "IKStatic.sy"; +connectAttr "IKStatic_scaleConstraint1.csz" "IKStatic.sz"; +connectAttr "IKStatic.ro" "IKStatic_parentConstraint1.cro"; +connectAttr "IKStatic.pim" "IKStatic_parentConstraint1.cpim"; +connectAttr "IKStatic.rp" "IKStatic_parentConstraint1.crp"; +connectAttr "IKStatic.rpt" "IKStatic_parentConstraint1.crt"; +connectAttr "Main.t" "IKStatic_parentConstraint1.tg[0].tt"; +connectAttr "Main.rp" "IKStatic_parentConstraint1.tg[0].trp"; +connectAttr "Main.rpt" "IKStatic_parentConstraint1.tg[0].trt"; +connectAttr "Main.r" "IKStatic_parentConstraint1.tg[0].tr"; +connectAttr "Main.ro" "IKStatic_parentConstraint1.tg[0].tro"; +connectAttr "Main.s" "IKStatic_parentConstraint1.tg[0].ts"; +connectAttr "Main.pm" "IKStatic_parentConstraint1.tg[0].tpm"; +connectAttr "IKStatic_parentConstraint1.w0" "IKStatic_parentConstraint1.tg[0].tw" + ; +connectAttr "IKStatic.pim" "IKStatic_scaleConstraint1.cpim"; +connectAttr "Main.s" "IKStatic_scaleConstraint1.tg[0].ts"; +connectAttr "Main.pm" "IKStatic_scaleConstraint1.tg[0].tpm"; +connectAttr "IKStatic_scaleConstraint1.w0" "IKStatic_scaleConstraint1.tg[0].tw"; +connectAttr "FKIKBlendSpineCondition_M.ocr" "IKSpineCurve_M.v"; +connectAttr "IKSpineLocator0_MShape.wp" "IKSpineCurve_MShape.cp[0]"; +connectAttr "IKSpineLocator1_MShape.wp" "IKSpineCurve_MShape.cp[1]"; +connectAttr "IKSpineLocator2_MShape.wp" "IKSpineCurve_MShape.cp[2]"; +connectAttr "IKSpineLocator3_MShape.wp" "IKSpineCurve_MShape.cp[3]"; +connectAttr "IKSpineLocator4_MShape.wp" "IKSpineCurve_MShape.cp[4]"; +connectAttr "IKSpineLocator5_MShape.wp" "IKSpineCurve_MShape.cp[5]"; +connectAttr "IKSpineLocator6_MShape.wp" "IKSpineCurve_MShape.cp[6]"; +connectAttr "IKmessureLoc1Leg_R_pointConstraint1.ctx" "IKmessureLoc1Leg_R.tx"; +connectAttr "IKmessureLoc1Leg_R_pointConstraint1.cty" "IKmessureLoc1Leg_R.ty"; +connectAttr "IKmessureLoc1Leg_R_pointConstraint1.ctz" "IKmessureLoc1Leg_R.tz"; +connectAttr "IKmessureLoc1Leg_R.pim" "IKmessureLoc1Leg_R_pointConstraint1.cpim"; +connectAttr "IKmessureLoc1Leg_R.rp" "IKmessureLoc1Leg_R_pointConstraint1.crp"; +connectAttr "IKmessureLoc1Leg_R.rpt" "IKmessureLoc1Leg_R_pointConstraint1.crt"; +connectAttr "IKXHip_R.t" "IKmessureLoc1Leg_R_pointConstraint1.tg[0].tt"; +connectAttr "IKXHip_R.rp" "IKmessureLoc1Leg_R_pointConstraint1.tg[0].trp"; +connectAttr "IKXHip_R.rpt" "IKmessureLoc1Leg_R_pointConstraint1.tg[0].trt"; +connectAttr "IKXHip_R.pm" "IKmessureLoc1Leg_R_pointConstraint1.tg[0].tpm"; +connectAttr "IKmessureLoc1Leg_R_pointConstraint1.w0" "IKmessureLoc1Leg_R_pointConstraint1.tg[0].tw" + ; +connectAttr "IKmessureLoc2Leg_R_pointConstraint1.ctx" "IKmessureLoc2Leg_R.tx"; +connectAttr "IKmessureLoc2Leg_R_pointConstraint1.cty" "IKmessureLoc2Leg_R.ty"; +connectAttr "IKmessureLoc2Leg_R_pointConstraint1.ctz" "IKmessureLoc2Leg_R.tz"; +connectAttr "IKmessureLoc2Leg_R.pim" "IKmessureLoc2Leg_R_pointConstraint1.cpim"; +connectAttr "IKmessureLoc2Leg_R.rp" "IKmessureLoc2Leg_R_pointConstraint1.crp"; +connectAttr "IKmessureLoc2Leg_R.rpt" "IKmessureLoc2Leg_R_pointConstraint1.crt"; +connectAttr "IKmessureConstrainToLeg_R.t" "IKmessureLoc2Leg_R_pointConstraint1.tg[0].tt" + ; +connectAttr "IKmessureConstrainToLeg_R.rp" "IKmessureLoc2Leg_R_pointConstraint1.tg[0].trp" + ; +connectAttr "IKmessureConstrainToLeg_R.rpt" "IKmessureLoc2Leg_R_pointConstraint1.tg[0].trt" + ; +connectAttr "IKmessureConstrainToLeg_R.pm" "IKmessureLoc2Leg_R_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKmessureLoc2Leg_R_pointConstraint1.w0" "IKmessureLoc2Leg_R_pointConstraint1.tg[0].tw" + ; +connectAttr "IKmessureLoc2Leg_R.t" "IKdistanceLeg_RShape.ep"; +connectAttr "IKdistanceLeg_RShape_antiPop.o" "IKdistanceLeg_RShape.antiPop"; +connectAttr "IKmessureLoc1Arm_R_pointConstraint1.ctx" "IKmessureLoc1Arm_R.tx"; +connectAttr "IKmessureLoc1Arm_R_pointConstraint1.cty" "IKmessureLoc1Arm_R.ty"; +connectAttr "IKmessureLoc1Arm_R_pointConstraint1.ctz" "IKmessureLoc1Arm_R.tz"; +connectAttr "IKmessureLoc1Arm_R.pim" "IKmessureLoc1Arm_R_pointConstraint1.cpim"; +connectAttr "IKmessureLoc1Arm_R.rp" "IKmessureLoc1Arm_R_pointConstraint1.crp"; +connectAttr "IKmessureLoc1Arm_R.rpt" "IKmessureLoc1Arm_R_pointConstraint1.crt"; +connectAttr "IKXShoulder_R.t" "IKmessureLoc1Arm_R_pointConstraint1.tg[0].tt"; +connectAttr "IKXShoulder_R.rp" "IKmessureLoc1Arm_R_pointConstraint1.tg[0].trp"; +connectAttr "IKXShoulder_R.rpt" "IKmessureLoc1Arm_R_pointConstraint1.tg[0].trt"; +connectAttr "IKXShoulder_R.pm" "IKmessureLoc1Arm_R_pointConstraint1.tg[0].tpm"; +connectAttr "IKmessureLoc1Arm_R_pointConstraint1.w0" "IKmessureLoc1Arm_R_pointConstraint1.tg[0].tw" + ; +connectAttr "IKmessureLoc2Arm_R_pointConstraint1.ctx" "IKmessureLoc2Arm_R.tx"; +connectAttr "IKmessureLoc2Arm_R_pointConstraint1.cty" "IKmessureLoc2Arm_R.ty"; +connectAttr "IKmessureLoc2Arm_R_pointConstraint1.ctz" "IKmessureLoc2Arm_R.tz"; +connectAttr "IKmessureLoc2Arm_R.pim" "IKmessureLoc2Arm_R_pointConstraint1.cpim"; +connectAttr "IKmessureLoc2Arm_R.rp" "IKmessureLoc2Arm_R_pointConstraint1.crp"; +connectAttr "IKmessureLoc2Arm_R.rpt" "IKmessureLoc2Arm_R_pointConstraint1.crt"; +connectAttr "IKmessureConstrainToArm_R.t" "IKmessureLoc2Arm_R_pointConstraint1.tg[0].tt" + ; +connectAttr "IKmessureConstrainToArm_R.rp" "IKmessureLoc2Arm_R_pointConstraint1.tg[0].trp" + ; +connectAttr "IKmessureConstrainToArm_R.rpt" "IKmessureLoc2Arm_R_pointConstraint1.tg[0].trt" + ; +connectAttr "IKmessureConstrainToArm_R.pm" "IKmessureLoc2Arm_R_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKmessureLoc2Arm_R_pointConstraint1.w0" "IKmessureLoc2Arm_R_pointConstraint1.tg[0].tw" + ; +connectAttr "IKmessureLoc2Arm_R.t" "IKdistanceArm_RShape.ep"; +connectAttr "IKdistanceArm_RShape_antiPop.o" "IKdistanceArm_RShape.antiPop"; +connectAttr "IKmessureLoc1Leg_L_pointConstraint1.ctx" "IKmessureLoc1Leg_L.tx"; +connectAttr "IKmessureLoc1Leg_L_pointConstraint1.cty" "IKmessureLoc1Leg_L.ty"; +connectAttr "IKmessureLoc1Leg_L_pointConstraint1.ctz" "IKmessureLoc1Leg_L.tz"; +connectAttr "IKmessureLoc1Leg_L.pim" "IKmessureLoc1Leg_L_pointConstraint1.cpim"; +connectAttr "IKmessureLoc1Leg_L.rp" "IKmessureLoc1Leg_L_pointConstraint1.crp"; +connectAttr "IKmessureLoc1Leg_L.rpt" "IKmessureLoc1Leg_L_pointConstraint1.crt"; +connectAttr "IKXHip_L.t" "IKmessureLoc1Leg_L_pointConstraint1.tg[0].tt"; +connectAttr "IKXHip_L.rp" "IKmessureLoc1Leg_L_pointConstraint1.tg[0].trp"; +connectAttr "IKXHip_L.rpt" "IKmessureLoc1Leg_L_pointConstraint1.tg[0].trt"; +connectAttr "IKXHip_L.pm" "IKmessureLoc1Leg_L_pointConstraint1.tg[0].tpm"; +connectAttr "IKmessureLoc1Leg_L_pointConstraint1.w0" "IKmessureLoc1Leg_L_pointConstraint1.tg[0].tw" + ; +connectAttr "IKmessureLoc2Leg_L_pointConstraint1.ctx" "IKmessureLoc2Leg_L.tx"; +connectAttr "IKmessureLoc2Leg_L_pointConstraint1.cty" "IKmessureLoc2Leg_L.ty"; +connectAttr "IKmessureLoc2Leg_L_pointConstraint1.ctz" "IKmessureLoc2Leg_L.tz"; +connectAttr "IKmessureLoc2Leg_L.pim" "IKmessureLoc2Leg_L_pointConstraint1.cpim"; +connectAttr "IKmessureLoc2Leg_L.rp" "IKmessureLoc2Leg_L_pointConstraint1.crp"; +connectAttr "IKmessureLoc2Leg_L.rpt" "IKmessureLoc2Leg_L_pointConstraint1.crt"; +connectAttr "IKmessureConstrainToLeg_L.t" "IKmessureLoc2Leg_L_pointConstraint1.tg[0].tt" + ; +connectAttr "IKmessureConstrainToLeg_L.rp" "IKmessureLoc2Leg_L_pointConstraint1.tg[0].trp" + ; +connectAttr "IKmessureConstrainToLeg_L.rpt" "IKmessureLoc2Leg_L_pointConstraint1.tg[0].trt" + ; +connectAttr "IKmessureConstrainToLeg_L.pm" "IKmessureLoc2Leg_L_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKmessureLoc2Leg_L_pointConstraint1.w0" "IKmessureLoc2Leg_L_pointConstraint1.tg[0].tw" + ; +connectAttr "IKmessureLoc2Leg_L.t" "IKdistanceLeg_LShape.ep"; +connectAttr "IKdistanceLeg_LShape_antiPop.o" "IKdistanceLeg_LShape.antiPop"; +connectAttr "IKmessureLoc1Arm_L_pointConstraint1.ctx" "IKmessureLoc1Arm_L.tx"; +connectAttr "IKmessureLoc1Arm_L_pointConstraint1.cty" "IKmessureLoc1Arm_L.ty"; +connectAttr "IKmessureLoc1Arm_L_pointConstraint1.ctz" "IKmessureLoc1Arm_L.tz"; +connectAttr "IKmessureLoc1Arm_L.pim" "IKmessureLoc1Arm_L_pointConstraint1.cpim"; +connectAttr "IKmessureLoc1Arm_L.rp" "IKmessureLoc1Arm_L_pointConstraint1.crp"; +connectAttr "IKmessureLoc1Arm_L.rpt" "IKmessureLoc1Arm_L_pointConstraint1.crt"; +connectAttr "IKXShoulder_L.t" "IKmessureLoc1Arm_L_pointConstraint1.tg[0].tt"; +connectAttr "IKXShoulder_L.rp" "IKmessureLoc1Arm_L_pointConstraint1.tg[0].trp"; +connectAttr "IKXShoulder_L.rpt" "IKmessureLoc1Arm_L_pointConstraint1.tg[0].trt"; +connectAttr "IKXShoulder_L.pm" "IKmessureLoc1Arm_L_pointConstraint1.tg[0].tpm"; +connectAttr "IKmessureLoc1Arm_L_pointConstraint1.w0" "IKmessureLoc1Arm_L_pointConstraint1.tg[0].tw" + ; +connectAttr "IKmessureLoc2Arm_L_pointConstraint1.ctx" "IKmessureLoc2Arm_L.tx"; +connectAttr "IKmessureLoc2Arm_L_pointConstraint1.cty" "IKmessureLoc2Arm_L.ty"; +connectAttr "IKmessureLoc2Arm_L_pointConstraint1.ctz" "IKmessureLoc2Arm_L.tz"; +connectAttr "IKmessureLoc2Arm_L.pim" "IKmessureLoc2Arm_L_pointConstraint1.cpim"; +connectAttr "IKmessureLoc2Arm_L.rp" "IKmessureLoc2Arm_L_pointConstraint1.crp"; +connectAttr "IKmessureLoc2Arm_L.rpt" "IKmessureLoc2Arm_L_pointConstraint1.crt"; +connectAttr "IKmessureConstrainToArm_L.t" "IKmessureLoc2Arm_L_pointConstraint1.tg[0].tt" + ; +connectAttr "IKmessureConstrainToArm_L.rp" "IKmessureLoc2Arm_L_pointConstraint1.tg[0].trp" + ; +connectAttr "IKmessureConstrainToArm_L.rpt" "IKmessureLoc2Arm_L_pointConstraint1.tg[0].trt" + ; +connectAttr "IKmessureConstrainToArm_L.pm" "IKmessureLoc2Arm_L_pointConstraint1.tg[0].tpm" + ; +connectAttr "IKmessureLoc2Arm_L_pointConstraint1.w0" "IKmessureLoc2Arm_L_pointConstraint1.tg[0].tw" + ; +connectAttr "IKmessureLoc2Arm_L.t" "IKdistanceArm_LShape.ep"; +connectAttr "IKdistanceArm_LShape_antiPop.o" "IKdistanceArm_LShape.antiPop"; +connectAttr "MainScaleMultiplyDivide.o" "FKIKSystem.s"; +connectAttr "Main.fkIkVis" "FKIKSystem.v"; +connectAttr "FKIKParentConstraintLeg_R_parentConstraint1.ctx" "FKIKParentConstraintLeg_R.tx" + ; +connectAttr "FKIKParentConstraintLeg_R_parentConstraint1.cty" "FKIKParentConstraintLeg_R.ty" + ; +connectAttr "FKIKParentConstraintLeg_R_parentConstraint1.ctz" "FKIKParentConstraintLeg_R.tz" + ; +connectAttr "FKIKParentConstraintLeg_R_parentConstraint1.crx" "FKIKParentConstraintLeg_R.rx" + ; +connectAttr "FKIKParentConstraintLeg_R_parentConstraint1.cry" "FKIKParentConstraintLeg_R.ry" + ; +connectAttr "FKIKParentConstraintLeg_R_parentConstraint1.crz" "FKIKParentConstraintLeg_R.rz" + ; +connectAttr "FKIKParentConstraintLeg_R.ro" "FKIKParentConstraintLeg_R_parentConstraint1.cro" + ; +connectAttr "FKIKParentConstraintLeg_R.pim" "FKIKParentConstraintLeg_R_parentConstraint1.cpim" + ; +connectAttr "FKIKParentConstraintLeg_R.rp" "FKIKParentConstraintLeg_R_parentConstraint1.crp" + ; +connectAttr "FKIKParentConstraintLeg_R.rpt" "FKIKParentConstraintLeg_R_parentConstraint1.crt" + ; +connectAttr "LegLockConstrained.t" "FKIKParentConstraintLeg_R_parentConstraint1.tg[0].tt" + ; +connectAttr "LegLockConstrained.rp" "FKIKParentConstraintLeg_R_parentConstraint1.tg[0].trp" + ; +connectAttr "LegLockConstrained.rpt" "FKIKParentConstraintLeg_R_parentConstraint1.tg[0].trt" + ; +connectAttr "LegLockConstrained.r" "FKIKParentConstraintLeg_R_parentConstraint1.tg[0].tr" + ; +connectAttr "LegLockConstrained.ro" "FKIKParentConstraintLeg_R_parentConstraint1.tg[0].tro" + ; +connectAttr "LegLockConstrained.s" "FKIKParentConstraintLeg_R_parentConstraint1.tg[0].ts" + ; +connectAttr "LegLockConstrained.pm" "FKIKParentConstraintLeg_R_parentConstraint1.tg[0].tpm" + ; +connectAttr "FKIKParentConstraintLeg_R_parentConstraint1.w0" "FKIKParentConstraintLeg_R_parentConstraint1.tg[0].tw" + ; +connectAttr "FKIKParentConstraintArm_R_parentConstraint1.ctx" "FKIKParentConstraintArm_R.tx" + ; +connectAttr "FKIKParentConstraintArm_R_parentConstraint1.cty" "FKIKParentConstraintArm_R.ty" + ; +connectAttr "FKIKParentConstraintArm_R_parentConstraint1.ctz" "FKIKParentConstraintArm_R.tz" + ; +connectAttr "FKIKParentConstraintArm_R_parentConstraint1.crx" "FKIKParentConstraintArm_R.rx" + ; +connectAttr "FKIKParentConstraintArm_R_parentConstraint1.cry" "FKIKParentConstraintArm_R.ry" + ; +connectAttr "FKIKParentConstraintArm_R_parentConstraint1.crz" "FKIKParentConstraintArm_R.rz" + ; +connectAttr "FKIKParentConstraintArm_R.ro" "FKIKParentConstraintArm_R_parentConstraint1.cro" + ; +connectAttr "FKIKParentConstraintArm_R.pim" "FKIKParentConstraintArm_R_parentConstraint1.cpim" + ; +connectAttr "FKIKParentConstraintArm_R.rp" "FKIKParentConstraintArm_R_parentConstraint1.crp" + ; +connectAttr "FKIKParentConstraintArm_R.rpt" "FKIKParentConstraintArm_R_parentConstraint1.crt" + ; +connectAttr "Scapula_R.t" "FKIKParentConstraintArm_R_parentConstraint1.tg[0].tt" + ; +connectAttr "Scapula_R.rp" "FKIKParentConstraintArm_R_parentConstraint1.tg[0].trp" + ; +connectAttr "Scapula_R.rpt" "FKIKParentConstraintArm_R_parentConstraint1.tg[0].trt" + ; +connectAttr "Scapula_R.r" "FKIKParentConstraintArm_R_parentConstraint1.tg[0].tr" + ; +connectAttr "Scapula_R.ro" "FKIKParentConstraintArm_R_parentConstraint1.tg[0].tro" + ; +connectAttr "Scapula_R.s" "FKIKParentConstraintArm_R_parentConstraint1.tg[0].ts" + ; +connectAttr "Scapula_R.pm" "FKIKParentConstraintArm_R_parentConstraint1.tg[0].tpm" + ; +connectAttr "Scapula_R.jo" "FKIKParentConstraintArm_R_parentConstraint1.tg[0].tjo" + ; +connectAttr "Scapula_R.ssc" "FKIKParentConstraintArm_R_parentConstraint1.tg[0].tsc" + ; +connectAttr "Scapula_R.is" "FKIKParentConstraintArm_R_parentConstraint1.tg[0].tis" + ; +connectAttr "FKIKParentConstraintArm_R_parentConstraint1.w0" "FKIKParentConstraintArm_R_parentConstraint1.tg[0].tw" + ; +connectAttr "FKIKParentConstraintSpine_M_parentConstraint1.ctx" "FKIKParentConstraintSpine_M.tx" + ; +connectAttr "FKIKParentConstraintSpine_M_parentConstraint1.cty" "FKIKParentConstraintSpine_M.ty" + ; +connectAttr "FKIKParentConstraintSpine_M_parentConstraint1.ctz" "FKIKParentConstraintSpine_M.tz" + ; +connectAttr "FKIKParentConstraintSpine_M_parentConstraint1.crx" "FKIKParentConstraintSpine_M.rx" + ; +connectAttr "FKIKParentConstraintSpine_M_parentConstraint1.cry" "FKIKParentConstraintSpine_M.ry" + ; +connectAttr "FKIKParentConstraintSpine_M_parentConstraint1.crz" "FKIKParentConstraintSpine_M.rz" + ; +connectAttr "FKIKParentConstraintSpine_M.ro" "FKIKParentConstraintSpine_M_parentConstraint1.cro" + ; +connectAttr "FKIKParentConstraintSpine_M.pim" "FKIKParentConstraintSpine_M_parentConstraint1.cpim" + ; +connectAttr "FKIKParentConstraintSpine_M.rp" "FKIKParentConstraintSpine_M_parentConstraint1.crp" + ; +connectAttr "FKIKParentConstraintSpine_M.rpt" "FKIKParentConstraintSpine_M_parentConstraint1.crt" + ; +connectAttr "Root_M.t" "FKIKParentConstraintSpine_M_parentConstraint1.tg[0].tt"; +connectAttr "Root_M.rp" "FKIKParentConstraintSpine_M_parentConstraint1.tg[0].trp" + ; +connectAttr "Root_M.rpt" "FKIKParentConstraintSpine_M_parentConstraint1.tg[0].trt" + ; +connectAttr "Root_M.r" "FKIKParentConstraintSpine_M_parentConstraint1.tg[0].tr"; +connectAttr "Root_M.ro" "FKIKParentConstraintSpine_M_parentConstraint1.tg[0].tro" + ; +connectAttr "Root_M.s" "FKIKParentConstraintSpine_M_parentConstraint1.tg[0].ts"; +connectAttr "Root_M.pm" "FKIKParentConstraintSpine_M_parentConstraint1.tg[0].tpm" + ; +connectAttr "Root_M.jo" "FKIKParentConstraintSpine_M_parentConstraint1.tg[0].tjo" + ; +connectAttr "Root_M.ssc" "FKIKParentConstraintSpine_M_parentConstraint1.tg[0].tsc" + ; +connectAttr "Root_M.is" "FKIKParentConstraintSpine_M_parentConstraint1.tg[0].tis" + ; +connectAttr "FKIKParentConstraintSpine_M_parentConstraint1.w0" "FKIKParentConstraintSpine_M_parentConstraint1.tg[0].tw" + ; +connectAttr "FKIKParentConstraintLeg_L_parentConstraint1.ctx" "FKIKParentConstraintLeg_L.tx" + ; +connectAttr "FKIKParentConstraintLeg_L_parentConstraint1.cty" "FKIKParentConstraintLeg_L.ty" + ; +connectAttr "FKIKParentConstraintLeg_L_parentConstraint1.ctz" "FKIKParentConstraintLeg_L.tz" + ; +connectAttr "FKIKParentConstraintLeg_L_parentConstraint1.crx" "FKIKParentConstraintLeg_L.rx" + ; +connectAttr "FKIKParentConstraintLeg_L_parentConstraint1.cry" "FKIKParentConstraintLeg_L.ry" + ; +connectAttr "FKIKParentConstraintLeg_L_parentConstraint1.crz" "FKIKParentConstraintLeg_L.rz" + ; +connectAttr "FKIKParentConstraintLeg_L.ro" "FKIKParentConstraintLeg_L_parentConstraint1.cro" + ; +connectAttr "FKIKParentConstraintLeg_L.pim" "FKIKParentConstraintLeg_L_parentConstraint1.cpim" + ; +connectAttr "FKIKParentConstraintLeg_L.rp" "FKIKParentConstraintLeg_L_parentConstraint1.crp" + ; +connectAttr "FKIKParentConstraintLeg_L.rpt" "FKIKParentConstraintLeg_L_parentConstraint1.crt" + ; +connectAttr "LegLockConstrained.t" "FKIKParentConstraintLeg_L_parentConstraint1.tg[0].tt" + ; +connectAttr "LegLockConstrained.rp" "FKIKParentConstraintLeg_L_parentConstraint1.tg[0].trp" + ; +connectAttr "LegLockConstrained.rpt" "FKIKParentConstraintLeg_L_parentConstraint1.tg[0].trt" + ; +connectAttr "LegLockConstrained.r" "FKIKParentConstraintLeg_L_parentConstraint1.tg[0].tr" + ; +connectAttr "LegLockConstrained.ro" "FKIKParentConstraintLeg_L_parentConstraint1.tg[0].tro" + ; +connectAttr "LegLockConstrained.s" "FKIKParentConstraintLeg_L_parentConstraint1.tg[0].ts" + ; +connectAttr "LegLockConstrained.pm" "FKIKParentConstraintLeg_L_parentConstraint1.tg[0].tpm" + ; +connectAttr "FKIKParentConstraintLeg_L_parentConstraint1.w0" "FKIKParentConstraintLeg_L_parentConstraint1.tg[0].tw" + ; +connectAttr "FKIKParentConstraintArm_L_parentConstraint1.ctx" "FKIKParentConstraintArm_L.tx" + ; +connectAttr "FKIKParentConstraintArm_L_parentConstraint1.cty" "FKIKParentConstraintArm_L.ty" + ; +connectAttr "FKIKParentConstraintArm_L_parentConstraint1.ctz" "FKIKParentConstraintArm_L.tz" + ; +connectAttr "FKIKParentConstraintArm_L_parentConstraint1.crx" "FKIKParentConstraintArm_L.rx" + ; +connectAttr "FKIKParentConstraintArm_L_parentConstraint1.cry" "FKIKParentConstraintArm_L.ry" + ; +connectAttr "FKIKParentConstraintArm_L_parentConstraint1.crz" "FKIKParentConstraintArm_L.rz" + ; +connectAttr "FKIKParentConstraintArm_L.ro" "FKIKParentConstraintArm_L_parentConstraint1.cro" + ; +connectAttr "FKIKParentConstraintArm_L.pim" "FKIKParentConstraintArm_L_parentConstraint1.cpim" + ; +connectAttr "FKIKParentConstraintArm_L.rp" "FKIKParentConstraintArm_L_parentConstraint1.crp" + ; +connectAttr "FKIKParentConstraintArm_L.rpt" "FKIKParentConstraintArm_L_parentConstraint1.crt" + ; +connectAttr "Scapula_L.t" "FKIKParentConstraintArm_L_parentConstraint1.tg[0].tt" + ; +connectAttr "Scapula_L.rp" "FKIKParentConstraintArm_L_parentConstraint1.tg[0].trp" + ; +connectAttr "Scapula_L.rpt" "FKIKParentConstraintArm_L_parentConstraint1.tg[0].trt" + ; +connectAttr "Scapula_L.r" "FKIKParentConstraintArm_L_parentConstraint1.tg[0].tr" + ; +connectAttr "Scapula_L.ro" "FKIKParentConstraintArm_L_parentConstraint1.tg[0].tro" + ; +connectAttr "Scapula_L.s" "FKIKParentConstraintArm_L_parentConstraint1.tg[0].ts" + ; +connectAttr "Scapula_L.pm" "FKIKParentConstraintArm_L_parentConstraint1.tg[0].tpm" + ; +connectAttr "Scapula_L.jo" "FKIKParentConstraintArm_L_parentConstraint1.tg[0].tjo" + ; +connectAttr "Scapula_L.ssc" "FKIKParentConstraintArm_L_parentConstraint1.tg[0].tsc" + ; +connectAttr "Scapula_L.is" "FKIKParentConstraintArm_L_parentConstraint1.tg[0].tis" + ; +connectAttr "FKIKParentConstraintArm_L_parentConstraint1.w0" "FKIKParentConstraintArm_L_parentConstraint1.tg[0].tw" + ; +connectAttr "Main.bendVis" "BendSystem.v"; +connectAttr "MainScaleMultiplyDivide.o" "AimSystem.s"; +connectAttr "Main.aimVis" "AimSystem.v"; +connectAttr "AimFollowEye_parentConstraint1.ctx" "AimFollowEye.tx"; +connectAttr "AimFollowEye_parentConstraint1.cty" "AimFollowEye.ty"; +connectAttr "AimFollowEye_parentConstraint1.ctz" "AimFollowEye.tz"; +connectAttr "AimFollowEye_parentConstraint1.crx" "AimFollowEye.rx"; +connectAttr "AimFollowEye_parentConstraint1.cry" "AimFollowEye.ry"; +connectAttr "AimFollowEye_parentConstraint1.crz" "AimFollowEye.rz"; +connectAttr "Main.aimLRVis" "AimEye_RShape.v"; +connectAttr "Main.aimLRVis" "AimEye_LShape.v"; +connectAttr "AimFollowEye.ro" "AimFollowEye_parentConstraint1.cro"; +connectAttr "AimFollowEye.pim" "AimFollowEye_parentConstraint1.cpim"; +connectAttr "AimFollowEye.rp" "AimFollowEye_parentConstraint1.crp"; +connectAttr "AimFollowEye.rpt" "AimFollowEye_parentConstraint1.crt"; +connectAttr "AimFollowOnEye.t" "AimFollowEye_parentConstraint1.tg[0].tt"; +connectAttr "AimFollowOnEye.rp" "AimFollowEye_parentConstraint1.tg[0].trp"; +connectAttr "AimFollowOnEye.rpt" "AimFollowEye_parentConstraint1.tg[0].trt"; +connectAttr "AimFollowOnEye.r" "AimFollowEye_parentConstraint1.tg[0].tr"; +connectAttr "AimFollowOnEye.ro" "AimFollowEye_parentConstraint1.tg[0].tro"; +connectAttr "AimFollowOnEye.s" "AimFollowEye_parentConstraint1.tg[0].ts"; +connectAttr "AimFollowOnEye.pm" "AimFollowEye_parentConstraint1.tg[0].tpm"; +connectAttr "AimFollowEye_parentConstraint1.w0" "AimFollowEye_parentConstraint1.tg[0].tw" + ; +connectAttr "AimFollowOffEye.t" "AimFollowEye_parentConstraint1.tg[1].tt"; +connectAttr "AimFollowOffEye.rp" "AimFollowEye_parentConstraint1.tg[1].trp"; +connectAttr "AimFollowOffEye.rpt" "AimFollowEye_parentConstraint1.tg[1].trt"; +connectAttr "AimFollowOffEye.r" "AimFollowEye_parentConstraint1.tg[1].tr"; +connectAttr "AimFollowOffEye.ro" "AimFollowEye_parentConstraint1.tg[1].tro"; +connectAttr "AimFollowOffEye.s" "AimFollowEye_parentConstraint1.tg[1].ts"; +connectAttr "AimFollowOffEye.pm" "AimFollowEye_parentConstraint1.tg[1].tpm"; +connectAttr "AimFollowEye_parentConstraint1.w1" "AimFollowEye_parentConstraint1.tg[1].tw" + ; +connectAttr "AimEyeFollowUnitConversion_M.o" "AimFollowEye_parentConstraint1.w0" + ; +connectAttr "AimEyeFollowReverse_M.ox" "AimFollowEye_parentConstraint1.w1"; +connectAttr "AimFollowOnEye_parentConstraint1.ctx" "AimFollowOnEye.tx"; +connectAttr "AimFollowOnEye_parentConstraint1.cty" "AimFollowOnEye.ty"; +connectAttr "AimFollowOnEye_parentConstraint1.ctz" "AimFollowOnEye.tz"; +connectAttr "AimFollowOnEye_parentConstraint1.crx" "AimFollowOnEye.rx"; +connectAttr "AimFollowOnEye_parentConstraint1.cry" "AimFollowOnEye.ry"; +connectAttr "AimFollowOnEye_parentConstraint1.crz" "AimFollowOnEye.rz"; +connectAttr "AimFollowOnEye.ro" "AimFollowOnEye_parentConstraint1.cro"; +connectAttr "AimFollowOnEye.pim" "AimFollowOnEye_parentConstraint1.cpim"; +connectAttr "AimFollowOnEye.rp" "AimFollowOnEye_parentConstraint1.crp"; +connectAttr "AimFollowOnEye.rpt" "AimFollowOnEye_parentConstraint1.crt"; +connectAttr "Head_M.t" "AimFollowOnEye_parentConstraint1.tg[0].tt"; +connectAttr "Head_M.rp" "AimFollowOnEye_parentConstraint1.tg[0].trp"; +connectAttr "Head_M.rpt" "AimFollowOnEye_parentConstraint1.tg[0].trt"; +connectAttr "Head_M.r" "AimFollowOnEye_parentConstraint1.tg[0].tr"; +connectAttr "Head_M.ro" "AimFollowOnEye_parentConstraint1.tg[0].tro"; +connectAttr "Head_M.s" "AimFollowOnEye_parentConstraint1.tg[0].ts"; +connectAttr "Head_M.pm" "AimFollowOnEye_parentConstraint1.tg[0].tpm"; +connectAttr "Head_M.jo" "AimFollowOnEye_parentConstraint1.tg[0].tjo"; +connectAttr "Head_M.ssc" "AimFollowOnEye_parentConstraint1.tg[0].tsc"; +connectAttr "Head_M.is" "AimFollowOnEye_parentConstraint1.tg[0].tis"; +connectAttr "AimFollowOnEye_parentConstraint1.w0" "AimFollowOnEye_parentConstraint1.tg[0].tw" + ; +connectAttr "MainScaleMultiplyDivide.o" "RootSystem.s"; +connectAttr "RootFollowMain_parentConstraint1.ctx" "RootFollowMain.tx"; +connectAttr "RootFollowMain_parentConstraint1.cty" "RootFollowMain.ty"; +connectAttr "RootFollowMain_parentConstraint1.ctz" "RootFollowMain.tz"; +connectAttr "RootFollowMain_parentConstraint1.crx" "RootFollowMain.rx"; +connectAttr "RootFollowMain_parentConstraint1.cry" "RootFollowMain.ry"; +connectAttr "RootFollowMain_parentConstraint1.crz" "RootFollowMain.rz"; +connectAttr "RootFollowMain_scaleConstraint1.csx" "RootFollowMain.sx"; +connectAttr "RootFollowMain_scaleConstraint1.csy" "RootFollowMain.sy"; +connectAttr "RootFollowMain_scaleConstraint1.csz" "RootFollowMain.sz"; +connectAttr "RootFollowMain.ro" "RootFollowMain_parentConstraint1.cro"; +connectAttr "RootFollowMain.pim" "RootFollowMain_parentConstraint1.cpim"; +connectAttr "RootFollowMain.rp" "RootFollowMain_parentConstraint1.crp"; +connectAttr "RootFollowMain.rpt" "RootFollowMain_parentConstraint1.crt"; +connectAttr "Main.t" "RootFollowMain_parentConstraint1.tg[0].tt"; +connectAttr "Main.rp" "RootFollowMain_parentConstraint1.tg[0].trp"; +connectAttr "Main.rpt" "RootFollowMain_parentConstraint1.tg[0].trt"; +connectAttr "Main.r" "RootFollowMain_parentConstraint1.tg[0].tr"; +connectAttr "Main.ro" "RootFollowMain_parentConstraint1.tg[0].tro"; +connectAttr "Main.s" "RootFollowMain_parentConstraint1.tg[0].ts"; +connectAttr "Main.pm" "RootFollowMain_parentConstraint1.tg[0].tpm"; +connectAttr "RootFollowMain_parentConstraint1.w0" "RootFollowMain_parentConstraint1.tg[0].tw" + ; +connectAttr "RootFollowMain.pim" "RootFollowMain_scaleConstraint1.cpim"; +connectAttr "Main.s" "RootFollowMain_scaleConstraint1.tg[0].ts"; +connectAttr "Main.pm" "RootFollowMain_scaleConstraint1.tg[0].tpm"; +connectAttr "RootFollowMain_scaleConstraint1.w0" "RootFollowMain_scaleConstraint1.tg[0].tw" + ; +connectAttr "RootCenterBtwLegs_M_pointConstraint1.ctx" "RootCenterBtwLegs_M.tx"; +connectAttr "RootCenterBtwLegs_M_pointConstraint1.ctz" "RootCenterBtwLegs_M.tz"; +connectAttr "RootCenterBtwLegs_M_orientConstraint1.cry" "RootCenterBtwLegs_M.ry" + ; +connectAttr "CenterBtwLegsNodeStateCondition.ocr" "RootCenterBtwLegs_M_pointConstraint1.nds" + ; +connectAttr "RootCenterBtwLegs_M.pim" "RootCenterBtwLegs_M_pointConstraint1.cpim" + ; +connectAttr "RootCenterBtwLegs_M.rp" "RootCenterBtwLegs_M_pointConstraint1.crp"; +connectAttr "RootCenterBtwLegs_M.rpt" "RootCenterBtwLegs_M_pointConstraint1.crt" + ; +connectAttr "IKLeg_L.t" "RootCenterBtwLegs_M_pointConstraint1.tg[0].tt"; +connectAttr "IKLeg_L.rp" "RootCenterBtwLegs_M_pointConstraint1.tg[0].trp"; +connectAttr "IKLeg_L.rpt" "RootCenterBtwLegs_M_pointConstraint1.tg[0].trt"; +connectAttr "IKLeg_L.pm" "RootCenterBtwLegs_M_pointConstraint1.tg[0].tpm"; +connectAttr "RootCenterBtwLegs_M_pointConstraint1.w0" "RootCenterBtwLegs_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKLeg_R.t" "RootCenterBtwLegs_M_pointConstraint1.tg[1].tt"; +connectAttr "IKLeg_R.rp" "RootCenterBtwLegs_M_pointConstraint1.tg[1].trp"; +connectAttr "IKLeg_R.rpt" "RootCenterBtwLegs_M_pointConstraint1.tg[1].trt"; +connectAttr "IKLeg_R.pm" "RootCenterBtwLegs_M_pointConstraint1.tg[1].tpm"; +connectAttr "RootCenterBtwLegs_M_pointConstraint1.w1" "RootCenterBtwLegs_M_pointConstraint1.tg[1].tw" + ; +connectAttr "CenterBtwLegsNodeStateCondition.ocr" "RootCenterBtwLegs_M_orientConstraint1.nds" + ; +connectAttr "RootCenterBtwLegs_M.ro" "RootCenterBtwLegs_M_orientConstraint1.cro" + ; +connectAttr "RootCenterBtwLegs_M.pim" "RootCenterBtwLegs_M_orientConstraint1.cpim" + ; +connectAttr "IKLeg_L.r" "RootCenterBtwLegs_M_orientConstraint1.tg[0].tr"; +connectAttr "IKLeg_L.ro" "RootCenterBtwLegs_M_orientConstraint1.tg[0].tro"; +connectAttr "IKLeg_L.pm" "RootCenterBtwLegs_M_orientConstraint1.tg[0].tpm"; +connectAttr "RootCenterBtwLegs_M_orientConstraint1.w0" "RootCenterBtwLegs_M_orientConstraint1.tg[0].tw" + ; +connectAttr "IKLeg_R.r" "RootCenterBtwLegs_M_orientConstraint1.tg[1].tr"; +connectAttr "IKLeg_R.ro" "RootCenterBtwLegs_M_orientConstraint1.tg[1].tro"; +connectAttr "IKLeg_R.pm" "RootCenterBtwLegs_M_orientConstraint1.tg[1].tpm"; +connectAttr "RootCenterBtwLegs_M_orientConstraint1.w1" "RootCenterBtwLegs_M_orientConstraint1.tg[1].tw" + ; +connectAttr "LegLockConstrained_pointConstraint1.ctx" "LegLockConstrained.tx"; +connectAttr "LegLockConstrained_pointConstraint1.cty" "LegLockConstrained.ty"; +connectAttr "LegLockConstrained_pointConstraint1.ctz" "LegLockConstrained.tz"; +connectAttr "LegLockConstrained_orientConstraint1.crx" "LegLockConstrained.rx"; +connectAttr "LegLockConstrained_orientConstraint1.cry" "LegLockConstrained.ry"; +connectAttr "LegLockConstrained_orientConstraint1.crz" "LegLockConstrained.rz"; +connectAttr "LegLockConstrained.pim" "LegLockConstrained_pointConstraint1.cpim"; +connectAttr "LegLockConstrained.rp" "LegLockConstrained_pointConstraint1.crp"; +connectAttr "LegLockConstrained.rpt" "LegLockConstrained_pointConstraint1.crt"; +connectAttr "Root_M.t" "LegLockConstrained_pointConstraint1.tg[0].tt"; +connectAttr "Root_M.rp" "LegLockConstrained_pointConstraint1.tg[0].trp"; +connectAttr "Root_M.rpt" "LegLockConstrained_pointConstraint1.tg[0].trt"; +connectAttr "Root_M.pm" "LegLockConstrained_pointConstraint1.tg[0].tpm"; +connectAttr "LegLockConstrained_pointConstraint1.w0" "LegLockConstrained_pointConstraint1.tg[0].tw" + ; +connectAttr "LegLockConstrained.ro" "LegLockConstrained_orientConstraint1.cro"; +connectAttr "LegLockConstrained.pim" "LegLockConstrained_orientConstraint1.cpim" + ; +connectAttr "FKXRoot_M.r" "LegLockConstrained_orientConstraint1.tg[0].tr"; +connectAttr "FKXRoot_M.ro" "LegLockConstrained_orientConstraint1.tg[0].tro"; +connectAttr "FKXRoot_M.pm" "LegLockConstrained_orientConstraint1.tg[0].tpm"; +connectAttr "FKXRoot_M.jo" "LegLockConstrained_orientConstraint1.tg[0].tjo"; +connectAttr "LegLockConstrained_orientConstraint1.w0" "LegLockConstrained_orientConstraint1.tg[0].tw" + ; +connectAttr "IKSpine1LocalOrient3_M.r" "LegLockConstrained_orientConstraint1.tg[1].tr" + ; +connectAttr "IKSpine1LocalOrient3_M.ro" "LegLockConstrained_orientConstraint1.tg[1].tro" + ; +connectAttr "IKSpine1LocalOrient3_M.pm" "LegLockConstrained_orientConstraint1.tg[1].tpm" + ; +connectAttr "LegLockConstrained_orientConstraint1.w1" "LegLockConstrained_orientConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendSpineReverse_M.ox" "LegLockConstrained_orientConstraint1.w0" + ; +connectAttr "FKIKBlendSpineUnitConversion_M.o" "LegLockConstrained_orientConstraint1.w1" + ; +connectAttr "RootCenterBtwLegsBlended_M_parentConstraint1.ctx" "RootCenterBtwLegsBlended_M.tx" + ; +connectAttr "RootCenterBtwLegsBlended_M_parentConstraint1.cty" "RootCenterBtwLegsBlended_M.ty" + ; +connectAttr "RootCenterBtwLegsBlended_M_parentConstraint1.ctz" "RootCenterBtwLegsBlended_M.tz" + ; +connectAttr "RootCenterBtwLegsBlended_M_parentConstraint1.crx" "RootCenterBtwLegsBlended_M.rx" + ; +connectAttr "RootCenterBtwLegsBlended_M_parentConstraint1.cry" "RootCenterBtwLegsBlended_M.ry" + ; +connectAttr "RootCenterBtwLegsBlended_M_parentConstraint1.crz" "RootCenterBtwLegsBlended_M.rz" + ; +connectAttr "RootCenterBtwLegsBlended_M.ro" "RootCenterBtwLegsBlended_M_parentConstraint1.cro" + ; +connectAttr "RootCenterBtwLegsBlended_M.pim" "RootCenterBtwLegsBlended_M_parentConstraint1.cpim" + ; +connectAttr "RootCenterBtwLegsBlended_M.rp" "RootCenterBtwLegsBlended_M_parentConstraint1.crp" + ; +connectAttr "RootCenterBtwLegsBlended_M.rpt" "RootCenterBtwLegsBlended_M_parentConstraint1.crt" + ; +connectAttr "RootCenter_M.t" "RootCenterBtwLegsBlended_M_parentConstraint1.tg[0].tt" + ; +connectAttr "RootCenter_M.rp" "RootCenterBtwLegsBlended_M_parentConstraint1.tg[0].trp" + ; +connectAttr "RootCenter_M.rpt" "RootCenterBtwLegsBlended_M_parentConstraint1.tg[0].trt" + ; +connectAttr "RootCenter_M.r" "RootCenterBtwLegsBlended_M_parentConstraint1.tg[0].tr" + ; +connectAttr "RootCenter_M.ro" "RootCenterBtwLegsBlended_M_parentConstraint1.tg[0].tro" + ; +connectAttr "RootCenter_M.s" "RootCenterBtwLegsBlended_M_parentConstraint1.tg[0].ts" + ; +connectAttr "RootCenter_M.pm" "RootCenterBtwLegsBlended_M_parentConstraint1.tg[0].tpm" + ; +connectAttr "RootCenterBtwLegsBlended_M_parentConstraint1.w0" "RootCenterBtwLegsBlended_M_parentConstraint1.tg[0].tw" + ; +connectAttr "RootCenterBtwLegsOffset_M.t" "RootCenterBtwLegsBlended_M_parentConstraint1.tg[1].tt" + ; +connectAttr "RootCenterBtwLegsOffset_M.rp" "RootCenterBtwLegsBlended_M_parentConstraint1.tg[1].trp" + ; +connectAttr "RootCenterBtwLegsOffset_M.rpt" "RootCenterBtwLegsBlended_M_parentConstraint1.tg[1].trt" + ; +connectAttr "RootCenterBtwLegsOffset_M.r" "RootCenterBtwLegsBlended_M_parentConstraint1.tg[1].tr" + ; +connectAttr "RootCenterBtwLegsOffset_M.ro" "RootCenterBtwLegsBlended_M_parentConstraint1.tg[1].tro" + ; +connectAttr "RootCenterBtwLegsOffset_M.s" "RootCenterBtwLegsBlended_M_parentConstraint1.tg[1].ts" + ; +connectAttr "RootCenterBtwLegsOffset_M.pm" "RootCenterBtwLegsBlended_M_parentConstraint1.tg[1].tpm" + ; +connectAttr "RootCenterBtwLegsBlended_M_parentConstraint1.w1" "RootCenterBtwLegsBlended_M_parentConstraint1.tg[1].tw" + ; +connectAttr "CenterBtwLegsUnitReverse.ox" "RootCenterBtwLegsBlended_M_parentConstraint1.w0" + ; +connectAttr "CenterBtwLegsUnitConversion.o" "RootCenterBtwLegsBlended_M_parentConstraint1.w1" + ; +connectAttr "MainScaleMultiplyDivide.o" "TwistSystem.s"; +connectAttr "TwistFollowHead_M_parentConstraint1.ctx" "TwistFollowHead_M.tx"; +connectAttr "TwistFollowHead_M_parentConstraint1.cty" "TwistFollowHead_M.ty"; +connectAttr "TwistFollowHead_M_parentConstraint1.ctz" "TwistFollowHead_M.tz"; +connectAttr "TwistFollowHead_M_parentConstraint1.crx" "TwistFollowHead_M.rx"; +connectAttr "TwistFollowHead_M_parentConstraint1.cry" "TwistFollowHead_M.ry"; +connectAttr "TwistFollowHead_M_parentConstraint1.crz" "TwistFollowHead_M.rz"; +connectAttr "TwistFollowHead_M.ro" "TwistFollowHead_M_parentConstraint1.cro"; +connectAttr "TwistFollowHead_M.pim" "TwistFollowHead_M_parentConstraint1.cpim"; +connectAttr "TwistFollowHead_M.rp" "TwistFollowHead_M_parentConstraint1.crp"; +connectAttr "TwistFollowHead_M.rpt" "TwistFollowHead_M_parentConstraint1.crt"; +connectAttr "FKXHead_M.t" "TwistFollowHead_M_parentConstraint1.tg[0].tt"; +connectAttr "FKXHead_M.rp" "TwistFollowHead_M_parentConstraint1.tg[0].trp"; +connectAttr "FKXHead_M.rpt" "TwistFollowHead_M_parentConstraint1.tg[0].trt"; +connectAttr "FKXHead_M.r" "TwistFollowHead_M_parentConstraint1.tg[0].tr"; +connectAttr "FKXHead_M.ro" "TwistFollowHead_M_parentConstraint1.tg[0].tro"; +connectAttr "FKXHead_M.s" "TwistFollowHead_M_parentConstraint1.tg[0].ts"; +connectAttr "FKXHead_M.pm" "TwistFollowHead_M_parentConstraint1.tg[0].tpm"; +connectAttr "FKXHead_M.jo" "TwistFollowHead_M_parentConstraint1.tg[0].tjo"; +connectAttr "FKXHead_M.ssc" "TwistFollowHead_M_parentConstraint1.tg[0].tsc"; +connectAttr "FKXHead_M.is" "TwistFollowHead_M_parentConstraint1.tg[0].tis"; +connectAttr "TwistFollowHead_M_parentConstraint1.w0" "TwistFollowHead_M_parentConstraint1.tg[0].tw" + ; +connectAttr "UnTwistHead_M.msg" "UnTwistIKHead_M.hsj"; +connectAttr "effector1.hp" "UnTwistIKHead_M.hee"; +connectAttr "ikRPsolver.msg" "UnTwistIKHead_M.hsv"; +connectAttr "UnTwistIKHead_M_poleVectorConstraint1.ctx" "UnTwistIKHead_M.pvx"; +connectAttr "UnTwistIKHead_M_poleVectorConstraint1.cty" "UnTwistIKHead_M.pvy"; +connectAttr "UnTwistIKHead_M_poleVectorConstraint1.ctz" "UnTwistIKHead_M.pvz"; +connectAttr "UnTwistIKHead_M.pim" "UnTwistIKHead_M_poleVectorConstraint1.cpim"; +connectAttr "UnTwistHead_M.pm" "UnTwistIKHead_M_poleVectorConstraint1.ps"; +connectAttr "UnTwistHead_M.t" "UnTwistIKHead_M_poleVectorConstraint1.crp"; +connectAttr "UnTwistHead_M.t" "UnTwistIKHead_M_poleVectorConstraint1.tg[0].tt"; +connectAttr "UnTwistHead_M.rp" "UnTwistIKHead_M_poleVectorConstraint1.tg[0].trp" + ; +connectAttr "UnTwistHead_M.rpt" "UnTwistIKHead_M_poleVectorConstraint1.tg[0].trt" + ; +connectAttr "UnTwistHead_M.pm" "UnTwistIKHead_M_poleVectorConstraint1.tg[0].tpm" + ; +connectAttr "UnTwistIKHead_M_poleVectorConstraint1.w0" "UnTwistIKHead_M_poleVectorConstraint1.tg[0].tw" + ; +connectAttr "TwistFollowParentHead_M_parentConstraint1.ctx" "TwistFollowParentHead_M.tx" + ; +connectAttr "TwistFollowParentHead_M_parentConstraint1.cty" "TwistFollowParentHead_M.ty" + ; +connectAttr "TwistFollowParentHead_M_parentConstraint1.ctz" "TwistFollowParentHead_M.tz" + ; +connectAttr "TwistFollowParentHead_M_parentConstraint1.crx" "TwistFollowParentHead_M.rx" + ; +connectAttr "TwistFollowParentHead_M_parentConstraint1.cry" "TwistFollowParentHead_M.ry" + ; +connectAttr "TwistFollowParentHead_M_parentConstraint1.crz" "TwistFollowParentHead_M.rz" + ; +connectAttr "UnTwistHead_M_pointConstraint1.ctx" "UnTwistHead_M.tx"; +connectAttr "UnTwistHead_M_pointConstraint1.cty" "UnTwistHead_M.ty"; +connectAttr "UnTwistHead_M_pointConstraint1.ctz" "UnTwistHead_M.tz"; +connectAttr "UnTwistHead_M.s" "UnTwistEndHead_M.is"; +connectAttr "UnTwistHead_M.pim" "UnTwistHead_M_pointConstraint1.cpim"; +connectAttr "UnTwistHead_M.rp" "UnTwistHead_M_pointConstraint1.crp"; +connectAttr "UnTwistHead_M.rpt" "UnTwistHead_M_pointConstraint1.crt"; +connectAttr "FKXHead_M.t" "UnTwistHead_M_pointConstraint1.tg[0].tt"; +connectAttr "FKXHead_M.rp" "UnTwistHead_M_pointConstraint1.tg[0].trp"; +connectAttr "FKXHead_M.rpt" "UnTwistHead_M_pointConstraint1.tg[0].trt"; +connectAttr "FKXHead_M.pm" "UnTwistHead_M_pointConstraint1.tg[0].tpm"; +connectAttr "UnTwistHead_M_pointConstraint1.w0" "UnTwistHead_M_pointConstraint1.tg[0].tw" + ; +connectAttr "UnTwistEndHead_M.tx" "effector1.tx"; +connectAttr "UnTwistEndHead_M.ty" "effector1.ty"; +connectAttr "UnTwistEndHead_M.tz" "effector1.tz"; +connectAttr "UnTwistEndHead_M.opm" "effector1.opm"; +connectAttr "UnTwistHead_M.s" "TwistBalancerHead_M.is"; +connectAttr "TwistBalancerHead_M_parentConstraint1.ctx" "TwistBalancerHead_M.tx" + ; +connectAttr "TwistBalancerHead_M_parentConstraint1.cty" "TwistBalancerHead_M.ty" + ; +connectAttr "TwistBalancerHead_M_parentConstraint1.ctz" "TwistBalancerHead_M.tz" + ; +connectAttr "TwistBalancerHead_M_parentConstraint1.crx" "TwistBalancerHead_M.rx" + ; +connectAttr "TwistBalancerHead_M_parentConstraint1.cry" "TwistBalancerHead_M.ry" + ; +connectAttr "TwistBalancerHead_M_parentConstraint1.crz" "TwistBalancerHead_M.rz" + ; +connectAttr "FKHead_MExtraTwistPlusMinusAverage.o1" "TwistBalancerHead_M.twist"; +connectAttr "TwistBalancerHead_M.ro" "TwistBalancerHead_M_parentConstraint1.cro" + ; +connectAttr "TwistBalancerHead_M.pim" "TwistBalancerHead_M_parentConstraint1.cpim" + ; +connectAttr "TwistBalancerHead_M.rp" "TwistBalancerHead_M_parentConstraint1.crp" + ; +connectAttr "TwistBalancerHead_M.rpt" "TwistBalancerHead_M_parentConstraint1.crt" + ; +connectAttr "TwistBalancerHead_M.jo" "TwistBalancerHead_M_parentConstraint1.cjo" + ; +connectAttr "FKXHead_M.t" "TwistBalancerHead_M_parentConstraint1.tg[0].tt"; +connectAttr "FKXHead_M.rp" "TwistBalancerHead_M_parentConstraint1.tg[0].trp"; +connectAttr "FKXHead_M.rpt" "TwistBalancerHead_M_parentConstraint1.tg[0].trt"; +connectAttr "FKXHead_M.r" "TwistBalancerHead_M_parentConstraint1.tg[0].tr"; +connectAttr "FKXHead_M.ro" "TwistBalancerHead_M_parentConstraint1.tg[0].tro"; +connectAttr "FKXHead_M.s" "TwistBalancerHead_M_parentConstraint1.tg[0].ts"; +connectAttr "FKXHead_M.pm" "TwistBalancerHead_M_parentConstraint1.tg[0].tpm"; +connectAttr "FKXHead_M.jo" "TwistBalancerHead_M_parentConstraint1.tg[0].tjo"; +connectAttr "FKXHead_M.ssc" "TwistBalancerHead_M_parentConstraint1.tg[0].tsc"; +connectAttr "FKXHead_M.is" "TwistBalancerHead_M_parentConstraint1.tg[0].tis"; +connectAttr "TwistBalancerHead_M_parentConstraint1.w0" "TwistBalancerHead_M_parentConstraint1.tg[0].tw" + ; +connectAttr "UnTwistHead_M.t" "TwistBalancerHead_M_parentConstraint1.tg[1].tt"; +connectAttr "UnTwistHead_M.rp" "TwistBalancerHead_M_parentConstraint1.tg[1].trp" + ; +connectAttr "UnTwistHead_M.rpt" "TwistBalancerHead_M_parentConstraint1.tg[1].trt" + ; +connectAttr "UnTwistHead_M.r" "TwistBalancerHead_M_parentConstraint1.tg[1].tr"; +connectAttr "UnTwistHead_M.ro" "TwistBalancerHead_M_parentConstraint1.tg[1].tro" + ; +connectAttr "UnTwistHead_M.s" "TwistBalancerHead_M_parentConstraint1.tg[1].ts"; +connectAttr "UnTwistHead_M.pm" "TwistBalancerHead_M_parentConstraint1.tg[1].tpm" + ; +connectAttr "UnTwistHead_M.jo" "TwistBalancerHead_M_parentConstraint1.tg[1].tjo" + ; +connectAttr "UnTwistHead_M.ssc" "TwistBalancerHead_M_parentConstraint1.tg[1].tsc" + ; +connectAttr "UnTwistHead_M.is" "TwistBalancerHead_M_parentConstraint1.tg[1].tis" + ; +connectAttr "TwistBalancerHead_M_parentConstraint1.w1" "TwistBalancerHead_M_parentConstraint1.tg[1].tw" + ; +connectAttr "MainTwistFlipSetRange.oz" "TwistBalancerHead_M_parentConstraint1.w1" + ; +connectAttr "TwistFollowParentHead_M.ro" "TwistFollowParentHead_M_parentConstraint1.cro" + ; +connectAttr "TwistFollowParentHead_M.pim" "TwistFollowParentHead_M_parentConstraint1.cpim" + ; +connectAttr "TwistFollowParentHead_M.rp" "TwistFollowParentHead_M_parentConstraint1.crp" + ; +connectAttr "TwistFollowParentHead_M.rpt" "TwistFollowParentHead_M_parentConstraint1.crt" + ; +connectAttr "FKNeck_M.t" "TwistFollowParentHead_M_parentConstraint1.tg[0].tt"; +connectAttr "FKNeck_M.rp" "TwistFollowParentHead_M_parentConstraint1.tg[0].trp"; +connectAttr "FKNeck_M.rpt" "TwistFollowParentHead_M_parentConstraint1.tg[0].trt" + ; +connectAttr "FKNeck_M.r" "TwistFollowParentHead_M_parentConstraint1.tg[0].tr"; +connectAttr "FKNeck_M.ro" "TwistFollowParentHead_M_parentConstraint1.tg[0].tro"; +connectAttr "FKNeck_M.s" "TwistFollowParentHead_M_parentConstraint1.tg[0].ts"; +connectAttr "FKNeck_M.pm" "TwistFollowParentHead_M_parentConstraint1.tg[0].tpm"; +connectAttr "TwistFollowParentHead_M_parentConstraint1.w0" "TwistFollowParentHead_M_parentConstraint1.tg[0].tw" + ; +connectAttr "TwistFollowSpine2_M_parentConstraint1.ctx" "TwistFollowSpine2_M.tx" + ; +connectAttr "TwistFollowSpine2_M_parentConstraint1.cty" "TwistFollowSpine2_M.ty" + ; +connectAttr "TwistFollowSpine2_M_parentConstraint1.ctz" "TwistFollowSpine2_M.tz" + ; +connectAttr "TwistFollowSpine2_M_parentConstraint1.crx" "TwistFollowSpine2_M.rx" + ; +connectAttr "TwistFollowSpine2_M_parentConstraint1.cry" "TwistFollowSpine2_M.ry" + ; +connectAttr "TwistFollowSpine2_M_parentConstraint1.crz" "TwistFollowSpine2_M.rz" + ; +connectAttr "TwistFollowSpine2_M.ro" "TwistFollowSpine2_M_parentConstraint1.cro" + ; +connectAttr "TwistFollowSpine2_M.pim" "TwistFollowSpine2_M_parentConstraint1.cpim" + ; +connectAttr "TwistFollowSpine2_M.rp" "TwistFollowSpine2_M_parentConstraint1.crp" + ; +connectAttr "TwistFollowSpine2_M.rpt" "TwistFollowSpine2_M_parentConstraint1.crt" + ; +connectAttr "IKSpine2LocalOrient2_M.t" "TwistFollowSpine2_M_parentConstraint1.tg[0].tt" + ; +connectAttr "IKSpine2LocalOrient2_M.rp" "TwistFollowSpine2_M_parentConstraint1.tg[0].trp" + ; +connectAttr "IKSpine2LocalOrient2_M.rpt" "TwistFollowSpine2_M_parentConstraint1.tg[0].trt" + ; +connectAttr "IKSpine2LocalOrient2_M.r" "TwistFollowSpine2_M_parentConstraint1.tg[0].tr" + ; +connectAttr "IKSpine2LocalOrient2_M.ro" "TwistFollowSpine2_M_parentConstraint1.tg[0].tro" + ; +connectAttr "IKSpine2LocalOrient2_M.s" "TwistFollowSpine2_M_parentConstraint1.tg[0].ts" + ; +connectAttr "IKSpine2LocalOrient2_M.pm" "TwistFollowSpine2_M_parentConstraint1.tg[0].tpm" + ; +connectAttr "TwistFollowSpine2_M_parentConstraint1.w0" "TwistFollowSpine2_M_parentConstraint1.tg[0].tw" + ; +connectAttr "UnTwistSpine2_M.msg" "UnTwistIKSpine2_M.hsj"; +connectAttr "effector2.hp" "UnTwistIKSpine2_M.hee"; +connectAttr "ikRPsolver.msg" "UnTwistIKSpine2_M.hsv"; +connectAttr "UnTwistIKSpine2_M_poleVectorConstraint1.ctx" "UnTwistIKSpine2_M.pvx" + ; +connectAttr "UnTwistIKSpine2_M_poleVectorConstraint1.cty" "UnTwistIKSpine2_M.pvy" + ; +connectAttr "UnTwistIKSpine2_M_poleVectorConstraint1.ctz" "UnTwistIKSpine2_M.pvz" + ; +connectAttr "UnTwistIKSpine2_M.pim" "UnTwistIKSpine2_M_poleVectorConstraint1.cpim" + ; +connectAttr "UnTwistSpine2_M.pm" "UnTwistIKSpine2_M_poleVectorConstraint1.ps"; +connectAttr "UnTwistSpine2_M.t" "UnTwistIKSpine2_M_poleVectorConstraint1.crp"; +connectAttr "UnTwistSpine2_M.t" "UnTwistIKSpine2_M_poleVectorConstraint1.tg[0].tt" + ; +connectAttr "UnTwistSpine2_M.rp" "UnTwistIKSpine2_M_poleVectorConstraint1.tg[0].trp" + ; +connectAttr "UnTwistSpine2_M.rpt" "UnTwistIKSpine2_M_poleVectorConstraint1.tg[0].trt" + ; +connectAttr "UnTwistSpine2_M.pm" "UnTwistIKSpine2_M_poleVectorConstraint1.tg[0].tpm" + ; +connectAttr "UnTwistIKSpine2_M_poleVectorConstraint1.w0" "UnTwistIKSpine2_M_poleVectorConstraint1.tg[0].tw" + ; +connectAttr "TwistFollowParentSpine2_M_parentConstraint1.ctx" "TwistFollowParentSpine2_M.tx" + ; +connectAttr "TwistFollowParentSpine2_M_parentConstraint1.cty" "TwistFollowParentSpine2_M.ty" + ; +connectAttr "TwistFollowParentSpine2_M_parentConstraint1.ctz" "TwistFollowParentSpine2_M.tz" + ; +connectAttr "TwistFollowParentSpine2_M_parentConstraint1.crx" "TwistFollowParentSpine2_M.rx" + ; +connectAttr "TwistFollowParentSpine2_M_parentConstraint1.cry" "TwistFollowParentSpine2_M.ry" + ; +connectAttr "TwistFollowParentSpine2_M_parentConstraint1.crz" "TwistFollowParentSpine2_M.rz" + ; +connectAttr "TwistFollowParentSpine2_M.ro" "TwistFollowParentSpine2_M_parentConstraint1.cro" + ; +connectAttr "TwistFollowParentSpine2_M.pim" "TwistFollowParentSpine2_M_parentConstraint1.cpim" + ; +connectAttr "TwistFollowParentSpine2_M.rp" "TwistFollowParentSpine2_M_parentConstraint1.crp" + ; +connectAttr "TwistFollowParentSpine2_M.rpt" "TwistFollowParentSpine2_M_parentConstraint1.crt" + ; +connectAttr "IKSpine2LocalOrient3_M.t" "TwistFollowParentSpine2_M_parentConstraint1.tg[0].tt" + ; +connectAttr "IKSpine2LocalOrient3_M.rp" "TwistFollowParentSpine2_M_parentConstraint1.tg[0].trp" + ; +connectAttr "IKSpine2LocalOrient3_M.rpt" "TwistFollowParentSpine2_M_parentConstraint1.tg[0].trt" + ; +connectAttr "IKSpine2LocalOrient3_M.r" "TwistFollowParentSpine2_M_parentConstraint1.tg[0].tr" + ; +connectAttr "IKSpine2LocalOrient3_M.ro" "TwistFollowParentSpine2_M_parentConstraint1.tg[0].tro" + ; +connectAttr "IKSpine2LocalOrient3_M.s" "TwistFollowParentSpine2_M_parentConstraint1.tg[0].ts" + ; +connectAttr "IKSpine2LocalOrient3_M.pm" "TwistFollowParentSpine2_M_parentConstraint1.tg[0].tpm" + ; +connectAttr "TwistFollowParentSpine2_M_parentConstraint1.w0" "TwistFollowParentSpine2_M_parentConstraint1.tg[0].tw" + ; +connectAttr "UnTwistSpine2_M_pointConstraint1.ctx" "UnTwistSpine2_M.tx"; +connectAttr "UnTwistSpine2_M_pointConstraint1.cty" "UnTwistSpine2_M.ty"; +connectAttr "UnTwistSpine2_M_pointConstraint1.ctz" "UnTwistSpine2_M.tz"; +connectAttr "UnTwistSpine2_M.s" "UnTwistEndSpine2_M.is"; +connectAttr "UnTwistSpine2_M.s" "TwistBalancerSpine2_M.is"; +connectAttr "TwistBalancerSpine2_M_parentConstraint1.ctx" "TwistBalancerSpine2_M.tx" + ; +connectAttr "TwistBalancerSpine2_M_parentConstraint1.cty" "TwistBalancerSpine2_M.ty" + ; +connectAttr "TwistBalancerSpine2_M_parentConstraint1.ctz" "TwistBalancerSpine2_M.tz" + ; +connectAttr "TwistBalancerSpine2_M_parentConstraint1.crx" "TwistBalancerSpine2_M.rx" + ; +connectAttr "TwistBalancerSpine2_M_parentConstraint1.cry" "TwistBalancerSpine2_M.ry" + ; +connectAttr "TwistBalancerSpine2_M_parentConstraint1.crz" "TwistBalancerSpine2_M.rz" + ; +connectAttr "TwistBalancerSpine2_M.ro" "TwistBalancerSpine2_M_parentConstraint1.cro" + ; +connectAttr "TwistBalancerSpine2_M.pim" "TwistBalancerSpine2_M_parentConstraint1.cpim" + ; +connectAttr "TwistBalancerSpine2_M.rp" "TwistBalancerSpine2_M_parentConstraint1.crp" + ; +connectAttr "TwistBalancerSpine2_M.rpt" "TwistBalancerSpine2_M_parentConstraint1.crt" + ; +connectAttr "TwistBalancerSpine2_M.jo" "TwistBalancerSpine2_M_parentConstraint1.cjo" + ; +connectAttr "IKSpine2LocalOrient2_M.t" "TwistBalancerSpine2_M_parentConstraint1.tg[0].tt" + ; +connectAttr "IKSpine2LocalOrient2_M.rp" "TwistBalancerSpine2_M_parentConstraint1.tg[0].trp" + ; +connectAttr "IKSpine2LocalOrient2_M.rpt" "TwistBalancerSpine2_M_parentConstraint1.tg[0].trt" + ; +connectAttr "IKSpine2LocalOrient2_M.r" "TwistBalancerSpine2_M_parentConstraint1.tg[0].tr" + ; +connectAttr "IKSpine2LocalOrient2_M.ro" "TwistBalancerSpine2_M_parentConstraint1.tg[0].tro" + ; +connectAttr "IKSpine2LocalOrient2_M.s" "TwistBalancerSpine2_M_parentConstraint1.tg[0].ts" + ; +connectAttr "IKSpine2LocalOrient2_M.pm" "TwistBalancerSpine2_M_parentConstraint1.tg[0].tpm" + ; +connectAttr "TwistBalancerSpine2_M_parentConstraint1.w0" "TwistBalancerSpine2_M_parentConstraint1.tg[0].tw" + ; +connectAttr "UnTwistSpine2_M.pim" "UnTwistSpine2_M_pointConstraint1.cpim"; +connectAttr "UnTwistSpine2_M.rp" "UnTwistSpine2_M_pointConstraint1.crp"; +connectAttr "UnTwistSpine2_M.rpt" "UnTwistSpine2_M_pointConstraint1.crt"; +connectAttr "IKSpine2LocalOrient2_M.t" "UnTwistSpine2_M_pointConstraint1.tg[0].tt" + ; +connectAttr "IKSpine2LocalOrient2_M.rp" "UnTwistSpine2_M_pointConstraint1.tg[0].trp" + ; +connectAttr "IKSpine2LocalOrient2_M.rpt" "UnTwistSpine2_M_pointConstraint1.tg[0].trt" + ; +connectAttr "IKSpine2LocalOrient2_M.pm" "UnTwistSpine2_M_pointConstraint1.tg[0].tpm" + ; +connectAttr "UnTwistSpine2_M_pointConstraint1.w0" "UnTwistSpine2_M_pointConstraint1.tg[0].tw" + ; +connectAttr "UnTwistEndSpine2_M.tx" "effector2.tx"; +connectAttr "UnTwistEndSpine2_M.ty" "effector2.ty"; +connectAttr "UnTwistEndSpine2_M.tz" "effector2.tz"; +connectAttr "UnTwistEndSpine2_M.opm" "effector2.opm"; +connectAttr "TwistFollowKnee_R_parentConstraint1.ctx" "TwistFollowKnee_R.tx"; +connectAttr "TwistFollowKnee_R_parentConstraint1.cty" "TwistFollowKnee_R.ty"; +connectAttr "TwistFollowKnee_R_parentConstraint1.ctz" "TwistFollowKnee_R.tz"; +connectAttr "TwistFollowKnee_R_parentConstraint1.crx" "TwistFollowKnee_R.rx"; +connectAttr "TwistFollowKnee_R_parentConstraint1.cry" "TwistFollowKnee_R.ry"; +connectAttr "TwistFollowKnee_R_parentConstraint1.crz" "TwistFollowKnee_R.rz"; +connectAttr "TwistFollowKnee_R.ro" "TwistFollowKnee_R_parentConstraint1.cro"; +connectAttr "TwistFollowKnee_R.pim" "TwistFollowKnee_R_parentConstraint1.cpim"; +connectAttr "TwistFollowKnee_R.rp" "TwistFollowKnee_R_parentConstraint1.crp"; +connectAttr "TwistFollowKnee_R.rpt" "TwistFollowKnee_R_parentConstraint1.crt"; +connectAttr "FKXKnee_R.t" "TwistFollowKnee_R_parentConstraint1.tg[0].tt"; +connectAttr "FKXKnee_R.rp" "TwistFollowKnee_R_parentConstraint1.tg[0].trp"; +connectAttr "FKXKnee_R.rpt" "TwistFollowKnee_R_parentConstraint1.tg[0].trt"; +connectAttr "FKXKnee_R.r" "TwistFollowKnee_R_parentConstraint1.tg[0].tr"; +connectAttr "FKXKnee_R.ro" "TwistFollowKnee_R_parentConstraint1.tg[0].tro"; +connectAttr "FKXKnee_R.s" "TwistFollowKnee_R_parentConstraint1.tg[0].ts"; +connectAttr "FKXKnee_R.pm" "TwistFollowKnee_R_parentConstraint1.tg[0].tpm"; +connectAttr "FKXKnee_R.jo" "TwistFollowKnee_R_parentConstraint1.tg[0].tjo"; +connectAttr "FKXKnee_R.ssc" "TwistFollowKnee_R_parentConstraint1.tg[0].tsc"; +connectAttr "FKXKnee_R.is" "TwistFollowKnee_R_parentConstraint1.tg[0].tis"; +connectAttr "TwistFollowKnee_R_parentConstraint1.w0" "TwistFollowKnee_R_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Knee_R.t" "TwistFollowKnee_R_parentConstraint1.tg[1].tt"; +connectAttr "IKX2Knee_R.rp" "TwistFollowKnee_R_parentConstraint1.tg[1].trp"; +connectAttr "IKX2Knee_R.rpt" "TwistFollowKnee_R_parentConstraint1.tg[1].trt"; +connectAttr "IKX2Knee_R.r" "TwistFollowKnee_R_parentConstraint1.tg[1].tr"; +connectAttr "IKX2Knee_R.ro" "TwistFollowKnee_R_parentConstraint1.tg[1].tro"; +connectAttr "IKX2Knee_R.s" "TwistFollowKnee_R_parentConstraint1.tg[1].ts"; +connectAttr "IKX2Knee_R.pm" "TwistFollowKnee_R_parentConstraint1.tg[1].tpm"; +connectAttr "TwistFollowKnee_R_parentConstraint1.w1" "TwistFollowKnee_R_parentConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendLegReverse_R.ox" "TwistFollowKnee_R_parentConstraint1.w0"; +connectAttr "FKIKBlendLegUnitConversion_R.o" "TwistFollowKnee_R_parentConstraint1.w1" + ; +connectAttr "UnTwistKnee_R.msg" "UnTwistIKKnee_R.hsj"; +connectAttr "effector3.hp" "UnTwistIKKnee_R.hee"; +connectAttr "ikRPsolver.msg" "UnTwistIKKnee_R.hsv"; +connectAttr "UnTwistIKKnee_R_poleVectorConstraint1.ctx" "UnTwistIKKnee_R.pvx"; +connectAttr "UnTwistIKKnee_R_poleVectorConstraint1.cty" "UnTwistIKKnee_R.pvy"; +connectAttr "UnTwistIKKnee_R_poleVectorConstraint1.ctz" "UnTwistIKKnee_R.pvz"; +connectAttr "UnTwistIKKnee_R.pim" "UnTwistIKKnee_R_poleVectorConstraint1.cpim"; +connectAttr "UnTwistKnee_R.pm" "UnTwistIKKnee_R_poleVectorConstraint1.ps"; +connectAttr "UnTwistKnee_R.t" "UnTwistIKKnee_R_poleVectorConstraint1.crp"; +connectAttr "UnTwistKnee_R.t" "UnTwistIKKnee_R_poleVectorConstraint1.tg[0].tt"; +connectAttr "UnTwistKnee_R.rp" "UnTwistIKKnee_R_poleVectorConstraint1.tg[0].trp" + ; +connectAttr "UnTwistKnee_R.rpt" "UnTwistIKKnee_R_poleVectorConstraint1.tg[0].trt" + ; +connectAttr "UnTwistKnee_R.pm" "UnTwistIKKnee_R_poleVectorConstraint1.tg[0].tpm" + ; +connectAttr "UnTwistIKKnee_R_poleVectorConstraint1.w0" "UnTwistIKKnee_R_poleVectorConstraint1.tg[0].tw" + ; +connectAttr "TwistFollowParentKnee_R_parentConstraint1.ctx" "TwistFollowParentKnee_R.tx" + ; +connectAttr "TwistFollowParentKnee_R_parentConstraint1.cty" "TwistFollowParentKnee_R.ty" + ; +connectAttr "TwistFollowParentKnee_R_parentConstraint1.ctz" "TwistFollowParentKnee_R.tz" + ; +connectAttr "TwistFollowParentKnee_R_parentConstraint1.crx" "TwistFollowParentKnee_R.rx" + ; +connectAttr "TwistFollowParentKnee_R_parentConstraint1.cry" "TwistFollowParentKnee_R.ry" + ; +connectAttr "TwistFollowParentKnee_R_parentConstraint1.crz" "TwistFollowParentKnee_R.rz" + ; +connectAttr "TwistFollowParentKnee_R.ro" "TwistFollowParentKnee_R_parentConstraint1.cro" + ; +connectAttr "TwistFollowParentKnee_R.pim" "TwistFollowParentKnee_R_parentConstraint1.cpim" + ; +connectAttr "TwistFollowParentKnee_R.rp" "TwistFollowParentKnee_R_parentConstraint1.crp" + ; +connectAttr "TwistFollowParentKnee_R.rpt" "TwistFollowParentKnee_R_parentConstraint1.crt" + ; +connectAttr "FKXHip_R.t" "TwistFollowParentKnee_R_parentConstraint1.tg[0].tt"; +connectAttr "FKXHip_R.rp" "TwistFollowParentKnee_R_parentConstraint1.tg[0].trp"; +connectAttr "FKXHip_R.rpt" "TwistFollowParentKnee_R_parentConstraint1.tg[0].trt" + ; +connectAttr "FKXHip_R.r" "TwistFollowParentKnee_R_parentConstraint1.tg[0].tr"; +connectAttr "FKXHip_R.ro" "TwistFollowParentKnee_R_parentConstraint1.tg[0].tro"; +connectAttr "FKXHip_R.s" "TwistFollowParentKnee_R_parentConstraint1.tg[0].ts"; +connectAttr "FKXHip_R.pm" "TwistFollowParentKnee_R_parentConstraint1.tg[0].tpm"; +connectAttr "FKXHip_R.jo" "TwistFollowParentKnee_R_parentConstraint1.tg[0].tjo"; +connectAttr "FKXHip_R.ssc" "TwistFollowParentKnee_R_parentConstraint1.tg[0].tsc" + ; +connectAttr "FKXHip_R.is" "TwistFollowParentKnee_R_parentConstraint1.tg[0].tis"; +connectAttr "TwistFollowParentKnee_R_parentConstraint1.w0" "TwistFollowParentKnee_R_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Hip_R.t" "TwistFollowParentKnee_R_parentConstraint1.tg[1].tt"; +connectAttr "IKX2Hip_R.rp" "TwistFollowParentKnee_R_parentConstraint1.tg[1].trp" + ; +connectAttr "IKX2Hip_R.rpt" "TwistFollowParentKnee_R_parentConstraint1.tg[1].trt" + ; +connectAttr "IKX2Hip_R.r" "TwistFollowParentKnee_R_parentConstraint1.tg[1].tr"; +connectAttr "IKX2Hip_R.ro" "TwistFollowParentKnee_R_parentConstraint1.tg[1].tro" + ; +connectAttr "IKX2Hip_R.s" "TwistFollowParentKnee_R_parentConstraint1.tg[1].ts"; +connectAttr "IKX2Hip_R.pm" "TwistFollowParentKnee_R_parentConstraint1.tg[1].tpm" + ; +connectAttr "TwistFollowParentKnee_R_parentConstraint1.w1" "TwistFollowParentKnee_R_parentConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendLegReverse_R.ox" "TwistFollowParentKnee_R_parentConstraint1.w0" + ; +connectAttr "FKIKBlendLegUnitConversion_R.o" "TwistFollowParentKnee_R_parentConstraint1.w1" + ; +connectAttr "UnTwistKnee_R_pointConstraint1.ctx" "UnTwistKnee_R.tx"; +connectAttr "UnTwistKnee_R_pointConstraint1.cty" "UnTwistKnee_R.ty"; +connectAttr "UnTwistKnee_R_pointConstraint1.ctz" "UnTwistKnee_R.tz"; +connectAttr "UnTwistKnee_R.s" "UnTwistEndKnee_R.is"; +connectAttr "UnTwistKnee_R.pim" "UnTwistKnee_R_pointConstraint1.cpim"; +connectAttr "UnTwistKnee_R.rp" "UnTwistKnee_R_pointConstraint1.crp"; +connectAttr "UnTwistKnee_R.rpt" "UnTwistKnee_R_pointConstraint1.crt"; +connectAttr "FKXKnee_R.t" "UnTwistKnee_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXKnee_R.rp" "UnTwistKnee_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXKnee_R.rpt" "UnTwistKnee_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXKnee_R.pm" "UnTwistKnee_R_pointConstraint1.tg[0].tpm"; +connectAttr "UnTwistKnee_R_pointConstraint1.w0" "UnTwistKnee_R_pointConstraint1.tg[0].tw" + ; +connectAttr "IKX2Knee_R.t" "UnTwistKnee_R_pointConstraint1.tg[1].tt"; +connectAttr "IKX2Knee_R.rp" "UnTwistKnee_R_pointConstraint1.tg[1].trp"; +connectAttr "IKX2Knee_R.rpt" "UnTwistKnee_R_pointConstraint1.tg[1].trt"; +connectAttr "IKX2Knee_R.pm" "UnTwistKnee_R_pointConstraint1.tg[1].tpm"; +connectAttr "UnTwistKnee_R_pointConstraint1.w1" "UnTwistKnee_R_pointConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendLegReverse_R.ox" "UnTwistKnee_R_pointConstraint1.w0"; +connectAttr "FKIKBlendLegUnitConversion_R.o" "UnTwistKnee_R_pointConstraint1.w1" + ; +connectAttr "UnTwistEndKnee_R.tx" "effector3.tx"; +connectAttr "UnTwistEndKnee_R.ty" "effector3.ty"; +connectAttr "UnTwistEndKnee_R.tz" "effector3.tz"; +connectAttr "UnTwistEndKnee_R.opm" "effector3.opm"; +connectAttr "UnTwistKnee_R.s" "TwistBalancerKnee_R.is"; +connectAttr "TwistBalancerKnee_R_parentConstraint1.ctx" "TwistBalancerKnee_R.tx" + ; +connectAttr "TwistBalancerKnee_R_parentConstraint1.cty" "TwistBalancerKnee_R.ty" + ; +connectAttr "TwistBalancerKnee_R_parentConstraint1.ctz" "TwistBalancerKnee_R.tz" + ; +connectAttr "TwistBalancerKnee_R_parentConstraint1.crx" "TwistBalancerKnee_R.rx" + ; +connectAttr "TwistBalancerKnee_R_parentConstraint1.cry" "TwistBalancerKnee_R.ry" + ; +connectAttr "TwistBalancerKnee_R_parentConstraint1.crz" "TwistBalancerKnee_R.rz" + ; +connectAttr "FKKnee_RExtraTwistPlusMinusAverage.o1" "TwistBalancerKnee_R.twist"; +connectAttr "TwistBalancerKnee_R.ro" "TwistBalancerKnee_R_parentConstraint1.cro" + ; +connectAttr "TwistBalancerKnee_R.pim" "TwistBalancerKnee_R_parentConstraint1.cpim" + ; +connectAttr "TwistBalancerKnee_R.rp" "TwistBalancerKnee_R_parentConstraint1.crp" + ; +connectAttr "TwistBalancerKnee_R.rpt" "TwistBalancerKnee_R_parentConstraint1.crt" + ; +connectAttr "TwistBalancerKnee_R.jo" "TwistBalancerKnee_R_parentConstraint1.cjo" + ; +connectAttr "FKXKnee_R.t" "TwistBalancerKnee_R_parentConstraint1.tg[0].tt"; +connectAttr "FKXKnee_R.rp" "TwistBalancerKnee_R_parentConstraint1.tg[0].trp"; +connectAttr "FKXKnee_R.rpt" "TwistBalancerKnee_R_parentConstraint1.tg[0].trt"; +connectAttr "FKXKnee_R.r" "TwistBalancerKnee_R_parentConstraint1.tg[0].tr"; +connectAttr "FKXKnee_R.ro" "TwistBalancerKnee_R_parentConstraint1.tg[0].tro"; +connectAttr "FKXKnee_R.s" "TwistBalancerKnee_R_parentConstraint1.tg[0].ts"; +connectAttr "FKXKnee_R.pm" "TwistBalancerKnee_R_parentConstraint1.tg[0].tpm"; +connectAttr "FKXKnee_R.jo" "TwistBalancerKnee_R_parentConstraint1.tg[0].tjo"; +connectAttr "FKXKnee_R.ssc" "TwistBalancerKnee_R_parentConstraint1.tg[0].tsc"; +connectAttr "FKXKnee_R.is" "TwistBalancerKnee_R_parentConstraint1.tg[0].tis"; +connectAttr "TwistBalancerKnee_R_parentConstraint1.w0" "TwistBalancerKnee_R_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Knee_R.t" "TwistBalancerKnee_R_parentConstraint1.tg[1].tt"; +connectAttr "IKX2Knee_R.rp" "TwistBalancerKnee_R_parentConstraint1.tg[1].trp"; +connectAttr "IKX2Knee_R.rpt" "TwistBalancerKnee_R_parentConstraint1.tg[1].trt"; +connectAttr "IKX2Knee_R.r" "TwistBalancerKnee_R_parentConstraint1.tg[1].tr"; +connectAttr "IKX2Knee_R.ro" "TwistBalancerKnee_R_parentConstraint1.tg[1].tro"; +connectAttr "IKX2Knee_R.s" "TwistBalancerKnee_R_parentConstraint1.tg[1].ts"; +connectAttr "IKX2Knee_R.pm" "TwistBalancerKnee_R_parentConstraint1.tg[1].tpm"; +connectAttr "TwistBalancerKnee_R_parentConstraint1.w1" "TwistBalancerKnee_R_parentConstraint1.tg[1].tw" + ; +connectAttr "UnTwistKnee_R.t" "TwistBalancerKnee_R_parentConstraint1.tg[2].tt"; +connectAttr "UnTwistKnee_R.rp" "TwistBalancerKnee_R_parentConstraint1.tg[2].trp" + ; +connectAttr "UnTwistKnee_R.rpt" "TwistBalancerKnee_R_parentConstraint1.tg[2].trt" + ; +connectAttr "UnTwistKnee_R.r" "TwistBalancerKnee_R_parentConstraint1.tg[2].tr"; +connectAttr "UnTwistKnee_R.ro" "TwistBalancerKnee_R_parentConstraint1.tg[2].tro" + ; +connectAttr "UnTwistKnee_R.s" "TwistBalancerKnee_R_parentConstraint1.tg[2].ts"; +connectAttr "UnTwistKnee_R.pm" "TwistBalancerKnee_R_parentConstraint1.tg[2].tpm" + ; +connectAttr "UnTwistKnee_R.jo" "TwistBalancerKnee_R_parentConstraint1.tg[2].tjo" + ; +connectAttr "UnTwistKnee_R.ssc" "TwistBalancerKnee_R_parentConstraint1.tg[2].tsc" + ; +connectAttr "UnTwistKnee_R.is" "TwistBalancerKnee_R_parentConstraint1.tg[2].tis" + ; +connectAttr "TwistBalancerKnee_R_parentConstraint1.w2" "TwistBalancerKnee_R_parentConstraint1.tg[2].tw" + ; +connectAttr "FKIKBlendLegReverse_R.ox" "TwistBalancerKnee_R_parentConstraint1.w0" + ; +connectAttr "FKIKBlendLegUnitConversion_R.o" "TwistBalancerKnee_R_parentConstraint1.w1" + ; +connectAttr "MainTwistFlipSetRange.oz" "TwistBalancerKnee_R_parentConstraint1.w2" + ; +connectAttr "unitConversion18.o" "TwisterKnee0_R.ry"; +connectAttr "unitConversion19.o" "TwisterKnee1_R.ry"; +connectAttr "unitConversion20.o" "TwisterKnee2_R.ry"; +connectAttr "TwistFollowHip_R_parentConstraint1.ctx" "TwistFollowHip_R.tx"; +connectAttr "TwistFollowHip_R_parentConstraint1.cty" "TwistFollowHip_R.ty"; +connectAttr "TwistFollowHip_R_parentConstraint1.ctz" "TwistFollowHip_R.tz"; +connectAttr "TwistFollowHip_R_parentConstraint1.crx" "TwistFollowHip_R.rx"; +connectAttr "TwistFollowHip_R_parentConstraint1.cry" "TwistFollowHip_R.ry"; +connectAttr "TwistFollowHip_R_parentConstraint1.crz" "TwistFollowHip_R.rz"; +connectAttr "TwistFollowHip_R.ro" "TwistFollowHip_R_parentConstraint1.cro"; +connectAttr "TwistFollowHip_R.pim" "TwistFollowHip_R_parentConstraint1.cpim"; +connectAttr "TwistFollowHip_R.rp" "TwistFollowHip_R_parentConstraint1.crp"; +connectAttr "TwistFollowHip_R.rpt" "TwistFollowHip_R_parentConstraint1.crt"; +connectAttr "FKXHip_R.t" "TwistFollowHip_R_parentConstraint1.tg[0].tt"; +connectAttr "FKXHip_R.rp" "TwistFollowHip_R_parentConstraint1.tg[0].trp"; +connectAttr "FKXHip_R.rpt" "TwistFollowHip_R_parentConstraint1.tg[0].trt"; +connectAttr "FKXHip_R.r" "TwistFollowHip_R_parentConstraint1.tg[0].tr"; +connectAttr "FKXHip_R.ro" "TwistFollowHip_R_parentConstraint1.tg[0].tro"; +connectAttr "FKXHip_R.s" "TwistFollowHip_R_parentConstraint1.tg[0].ts"; +connectAttr "FKXHip_R.pm" "TwistFollowHip_R_parentConstraint1.tg[0].tpm"; +connectAttr "FKXHip_R.jo" "TwistFollowHip_R_parentConstraint1.tg[0].tjo"; +connectAttr "FKXHip_R.ssc" "TwistFollowHip_R_parentConstraint1.tg[0].tsc"; +connectAttr "FKXHip_R.is" "TwistFollowHip_R_parentConstraint1.tg[0].tis"; +connectAttr "TwistFollowHip_R_parentConstraint1.w0" "TwistFollowHip_R_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Hip_R.t" "TwistFollowHip_R_parentConstraint1.tg[1].tt"; +connectAttr "IKX2Hip_R.rp" "TwistFollowHip_R_parentConstraint1.tg[1].trp"; +connectAttr "IKX2Hip_R.rpt" "TwistFollowHip_R_parentConstraint1.tg[1].trt"; +connectAttr "IKX2Hip_R.r" "TwistFollowHip_R_parentConstraint1.tg[1].tr"; +connectAttr "IKX2Hip_R.ro" "TwistFollowHip_R_parentConstraint1.tg[1].tro"; +connectAttr "IKX2Hip_R.s" "TwistFollowHip_R_parentConstraint1.tg[1].ts"; +connectAttr "IKX2Hip_R.pm" "TwistFollowHip_R_parentConstraint1.tg[1].tpm"; +connectAttr "TwistFollowHip_R_parentConstraint1.w1" "TwistFollowHip_R_parentConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendLegReverse_R.ox" "TwistFollowHip_R_parentConstraint1.w0"; +connectAttr "FKIKBlendLegUnitConversion_R.o" "TwistFollowHip_R_parentConstraint1.w1" + ; +connectAttr "UnTwistHip_R.msg" "UnTwistIKHip_R.hsj"; +connectAttr "effector4.hp" "UnTwistIKHip_R.hee"; +connectAttr "ikRPsolver.msg" "UnTwistIKHip_R.hsv"; +connectAttr "UnTwistIKHip_R_poleVectorConstraint1.ctx" "UnTwistIKHip_R.pvx"; +connectAttr "UnTwistIKHip_R_poleVectorConstraint1.cty" "UnTwistIKHip_R.pvy"; +connectAttr "UnTwistIKHip_R_poleVectorConstraint1.ctz" "UnTwistIKHip_R.pvz"; +connectAttr "UnTwistIKHip_R.pim" "UnTwistIKHip_R_poleVectorConstraint1.cpim"; +connectAttr "UnTwistHip_R.pm" "UnTwistIKHip_R_poleVectorConstraint1.ps"; +connectAttr "UnTwistHip_R.t" "UnTwistIKHip_R_poleVectorConstraint1.crp"; +connectAttr "UnTwistHip_R.t" "UnTwistIKHip_R_poleVectorConstraint1.tg[0].tt"; +connectAttr "UnTwistHip_R.rp" "UnTwistIKHip_R_poleVectorConstraint1.tg[0].trp"; +connectAttr "UnTwistHip_R.rpt" "UnTwistIKHip_R_poleVectorConstraint1.tg[0].trt"; +connectAttr "UnTwistHip_R.pm" "UnTwistIKHip_R_poleVectorConstraint1.tg[0].tpm"; +connectAttr "UnTwistIKHip_R_poleVectorConstraint1.w0" "UnTwistIKHip_R_poleVectorConstraint1.tg[0].tw" + ; +connectAttr "TwistFollowParentHip_R_parentConstraint1.ctx" "TwistFollowParentHip_R.tx" + ; +connectAttr "TwistFollowParentHip_R_parentConstraint1.cty" "TwistFollowParentHip_R.ty" + ; +connectAttr "TwistFollowParentHip_R_parentConstraint1.ctz" "TwistFollowParentHip_R.tz" + ; +connectAttr "TwistFollowParentHip_R_parentConstraint1.crx" "TwistFollowParentHip_R.rx" + ; +connectAttr "TwistFollowParentHip_R_parentConstraint1.cry" "TwistFollowParentHip_R.ry" + ; +connectAttr "TwistFollowParentHip_R_parentConstraint1.crz" "TwistFollowParentHip_R.rz" + ; +connectAttr "TwistFollowParentHip_R.ro" "TwistFollowParentHip_R_parentConstraint1.cro" + ; +connectAttr "TwistFollowParentHip_R.pim" "TwistFollowParentHip_R_parentConstraint1.cpim" + ; +connectAttr "TwistFollowParentHip_R.rp" "TwistFollowParentHip_R_parentConstraint1.crp" + ; +connectAttr "TwistFollowParentHip_R.rpt" "TwistFollowParentHip_R_parentConstraint1.crt" + ; +connectAttr "LegLockConstrained.t" "TwistFollowParentHip_R_parentConstraint1.tg[0].tt" + ; +connectAttr "LegLockConstrained.rp" "TwistFollowParentHip_R_parentConstraint1.tg[0].trp" + ; +connectAttr "LegLockConstrained.rpt" "TwistFollowParentHip_R_parentConstraint1.tg[0].trt" + ; +connectAttr "LegLockConstrained.r" "TwistFollowParentHip_R_parentConstraint1.tg[0].tr" + ; +connectAttr "LegLockConstrained.ro" "TwistFollowParentHip_R_parentConstraint1.tg[0].tro" + ; +connectAttr "LegLockConstrained.s" "TwistFollowParentHip_R_parentConstraint1.tg[0].ts" + ; +connectAttr "LegLockConstrained.pm" "TwistFollowParentHip_R_parentConstraint1.tg[0].tpm" + ; +connectAttr "TwistFollowParentHip_R_parentConstraint1.w0" "TwistFollowParentHip_R_parentConstraint1.tg[0].tw" + ; +connectAttr "UnTwistHip_R_pointConstraint1.ctx" "UnTwistHip_R.tx"; +connectAttr "UnTwistHip_R_pointConstraint1.cty" "UnTwistHip_R.ty"; +connectAttr "UnTwistHip_R_pointConstraint1.ctz" "UnTwistHip_R.tz"; +connectAttr "UnTwistHip_R.s" "UnTwistEndHip_R.is"; +connectAttr "UnTwistHip_R.pim" "UnTwistHip_R_pointConstraint1.cpim"; +connectAttr "UnTwistHip_R.rp" "UnTwistHip_R_pointConstraint1.crp"; +connectAttr "UnTwistHip_R.rpt" "UnTwistHip_R_pointConstraint1.crt"; +connectAttr "FKXHip_R.t" "UnTwistHip_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXHip_R.rp" "UnTwistHip_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXHip_R.rpt" "UnTwistHip_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXHip_R.pm" "UnTwistHip_R_pointConstraint1.tg[0].tpm"; +connectAttr "UnTwistHip_R_pointConstraint1.w0" "UnTwistHip_R_pointConstraint1.tg[0].tw" + ; +connectAttr "IKX2Hip_R.t" "UnTwistHip_R_pointConstraint1.tg[1].tt"; +connectAttr "IKX2Hip_R.rp" "UnTwistHip_R_pointConstraint1.tg[1].trp"; +connectAttr "IKX2Hip_R.rpt" "UnTwistHip_R_pointConstraint1.tg[1].trt"; +connectAttr "IKX2Hip_R.pm" "UnTwistHip_R_pointConstraint1.tg[1].tpm"; +connectAttr "UnTwistHip_R_pointConstraint1.w1" "UnTwistHip_R_pointConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendLegReverse_R.ox" "UnTwistHip_R_pointConstraint1.w0"; +connectAttr "FKIKBlendLegUnitConversion_R.o" "UnTwistHip_R_pointConstraint1.w1"; +connectAttr "UnTwistEndHip_R.tx" "effector4.tx"; +connectAttr "UnTwistEndHip_R.ty" "effector4.ty"; +connectAttr "UnTwistEndHip_R.tz" "effector4.tz"; +connectAttr "UnTwistEndHip_R.opm" "effector4.opm"; +connectAttr "UnTwistHip_R.s" "TwistBalancerHip_R.is"; +connectAttr "TwistBalancerHip_R_parentConstraint1.ctx" "TwistBalancerHip_R.tx"; +connectAttr "TwistBalancerHip_R_parentConstraint1.cty" "TwistBalancerHip_R.ty"; +connectAttr "TwistBalancerHip_R_parentConstraint1.ctz" "TwistBalancerHip_R.tz"; +connectAttr "TwistBalancerHip_R_parentConstraint1.crx" "TwistBalancerHip_R.rx"; +connectAttr "TwistBalancerHip_R_parentConstraint1.cry" "TwistBalancerHip_R.ry"; +connectAttr "TwistBalancerHip_R_parentConstraint1.crz" "TwistBalancerHip_R.rz"; +connectAttr "FKHip_RExtraTwistPlusMinusAverage.o1" "TwistBalancerHip_R.twist"; +connectAttr "TwistBalancerHip_R.ro" "TwistBalancerHip_R_parentConstraint1.cro"; +connectAttr "TwistBalancerHip_R.pim" "TwistBalancerHip_R_parentConstraint1.cpim" + ; +connectAttr "TwistBalancerHip_R.rp" "TwistBalancerHip_R_parentConstraint1.crp"; +connectAttr "TwistBalancerHip_R.rpt" "TwistBalancerHip_R_parentConstraint1.crt"; +connectAttr "TwistBalancerHip_R.jo" "TwistBalancerHip_R_parentConstraint1.cjo"; +connectAttr "FKXHip_R.t" "TwistBalancerHip_R_parentConstraint1.tg[0].tt"; +connectAttr "FKXHip_R.rp" "TwistBalancerHip_R_parentConstraint1.tg[0].trp"; +connectAttr "FKXHip_R.rpt" "TwistBalancerHip_R_parentConstraint1.tg[0].trt"; +connectAttr "FKXHip_R.r" "TwistBalancerHip_R_parentConstraint1.tg[0].tr"; +connectAttr "FKXHip_R.ro" "TwistBalancerHip_R_parentConstraint1.tg[0].tro"; +connectAttr "FKXHip_R.s" "TwistBalancerHip_R_parentConstraint1.tg[0].ts"; +connectAttr "FKXHip_R.pm" "TwistBalancerHip_R_parentConstraint1.tg[0].tpm"; +connectAttr "FKXHip_R.jo" "TwistBalancerHip_R_parentConstraint1.tg[0].tjo"; +connectAttr "FKXHip_R.ssc" "TwistBalancerHip_R_parentConstraint1.tg[0].tsc"; +connectAttr "FKXHip_R.is" "TwistBalancerHip_R_parentConstraint1.tg[0].tis"; +connectAttr "TwistBalancerHip_R_parentConstraint1.w0" "TwistBalancerHip_R_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Hip_R.t" "TwistBalancerHip_R_parentConstraint1.tg[1].tt"; +connectAttr "IKX2Hip_R.rp" "TwistBalancerHip_R_parentConstraint1.tg[1].trp"; +connectAttr "IKX2Hip_R.rpt" "TwistBalancerHip_R_parentConstraint1.tg[1].trt"; +connectAttr "IKX2Hip_R.r" "TwistBalancerHip_R_parentConstraint1.tg[1].tr"; +connectAttr "IKX2Hip_R.ro" "TwistBalancerHip_R_parentConstraint1.tg[1].tro"; +connectAttr "IKX2Hip_R.s" "TwistBalancerHip_R_parentConstraint1.tg[1].ts"; +connectAttr "IKX2Hip_R.pm" "TwistBalancerHip_R_parentConstraint1.tg[1].tpm"; +connectAttr "TwistBalancerHip_R_parentConstraint1.w1" "TwistBalancerHip_R_parentConstraint1.tg[1].tw" + ; +connectAttr "UnTwistHip_R.t" "TwistBalancerHip_R_parentConstraint1.tg[2].tt"; +connectAttr "UnTwistHip_R.rp" "TwistBalancerHip_R_parentConstraint1.tg[2].trp"; +connectAttr "UnTwistHip_R.rpt" "TwistBalancerHip_R_parentConstraint1.tg[2].trt"; +connectAttr "UnTwistHip_R.r" "TwistBalancerHip_R_parentConstraint1.tg[2].tr"; +connectAttr "UnTwistHip_R.ro" "TwistBalancerHip_R_parentConstraint1.tg[2].tro"; +connectAttr "UnTwistHip_R.s" "TwistBalancerHip_R_parentConstraint1.tg[2].ts"; +connectAttr "UnTwistHip_R.pm" "TwistBalancerHip_R_parentConstraint1.tg[2].tpm"; +connectAttr "UnTwistHip_R.jo" "TwistBalancerHip_R_parentConstraint1.tg[2].tjo"; +connectAttr "UnTwistHip_R.ssc" "TwistBalancerHip_R_parentConstraint1.tg[2].tsc"; +connectAttr "UnTwistHip_R.is" "TwistBalancerHip_R_parentConstraint1.tg[2].tis"; +connectAttr "TwistBalancerHip_R_parentConstraint1.w2" "TwistBalancerHip_R_parentConstraint1.tg[2].tw" + ; +connectAttr "FKIKBlendLegReverse_R.ox" "TwistBalancerHip_R_parentConstraint1.w0" + ; +connectAttr "FKIKBlendLegUnitConversion_R.o" "TwistBalancerHip_R_parentConstraint1.w1" + ; +connectAttr "MainTwistFlipSetRange.oz" "TwistBalancerHip_R_parentConstraint1.w2" + ; +connectAttr "unitConversion22.o" "TwisterHip0_R.ry"; +connectAttr "unitConversion23.o" "TwisterHip1_R.ry"; +connectAttr "unitConversion24.o" "TwisterHip2_R.ry"; +connectAttr "TwistFollowWrist_R_parentConstraint1.ctx" "TwistFollowWrist_R.tx"; +connectAttr "TwistFollowWrist_R_parentConstraint1.cty" "TwistFollowWrist_R.ty"; +connectAttr "TwistFollowWrist_R_parentConstraint1.ctz" "TwistFollowWrist_R.tz"; +connectAttr "TwistFollowWrist_R_parentConstraint1.crx" "TwistFollowWrist_R.rx"; +connectAttr "TwistFollowWrist_R_parentConstraint1.cry" "TwistFollowWrist_R.ry"; +connectAttr "TwistFollowWrist_R_parentConstraint1.crz" "TwistFollowWrist_R.rz"; +connectAttr "TwistFollowWrist_R.ro" "TwistFollowWrist_R_parentConstraint1.cro"; +connectAttr "TwistFollowWrist_R.pim" "TwistFollowWrist_R_parentConstraint1.cpim" + ; +connectAttr "TwistFollowWrist_R.rp" "TwistFollowWrist_R_parentConstraint1.crp"; +connectAttr "TwistFollowWrist_R.rpt" "TwistFollowWrist_R_parentConstraint1.crt"; +connectAttr "FKXWrist_R.t" "TwistFollowWrist_R_parentConstraint1.tg[0].tt"; +connectAttr "FKXWrist_R.rp" "TwistFollowWrist_R_parentConstraint1.tg[0].trp"; +connectAttr "FKXWrist_R.rpt" "TwistFollowWrist_R_parentConstraint1.tg[0].trt"; +connectAttr "FKXWrist_R.r" "TwistFollowWrist_R_parentConstraint1.tg[0].tr"; +connectAttr "FKXWrist_R.ro" "TwistFollowWrist_R_parentConstraint1.tg[0].tro"; +connectAttr "FKXWrist_R.s" "TwistFollowWrist_R_parentConstraint1.tg[0].ts"; +connectAttr "FKXWrist_R.pm" "TwistFollowWrist_R_parentConstraint1.tg[0].tpm"; +connectAttr "FKXWrist_R.jo" "TwistFollowWrist_R_parentConstraint1.tg[0].tjo"; +connectAttr "FKXWrist_R.ssc" "TwistFollowWrist_R_parentConstraint1.tg[0].tsc"; +connectAttr "FKXWrist_R.is" "TwistFollowWrist_R_parentConstraint1.tg[0].tis"; +connectAttr "TwistFollowWrist_R_parentConstraint1.w0" "TwistFollowWrist_R_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Wrist_R.t" "TwistFollowWrist_R_parentConstraint1.tg[1].tt"; +connectAttr "IKX2Wrist_R.rp" "TwistFollowWrist_R_parentConstraint1.tg[1].trp"; +connectAttr "IKX2Wrist_R.rpt" "TwistFollowWrist_R_parentConstraint1.tg[1].trt"; +connectAttr "IKX2Wrist_R.r" "TwistFollowWrist_R_parentConstraint1.tg[1].tr"; +connectAttr "IKX2Wrist_R.ro" "TwistFollowWrist_R_parentConstraint1.tg[1].tro"; +connectAttr "IKX2Wrist_R.s" "TwistFollowWrist_R_parentConstraint1.tg[1].ts"; +connectAttr "IKX2Wrist_R.pm" "TwistFollowWrist_R_parentConstraint1.tg[1].tpm"; +connectAttr "TwistFollowWrist_R_parentConstraint1.w1" "TwistFollowWrist_R_parentConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendArmReverse_R.ox" "TwistFollowWrist_R_parentConstraint1.w0" + ; +connectAttr "FKIKBlendArmUnitConversion_R.o" "TwistFollowWrist_R_parentConstraint1.w1" + ; +connectAttr "UnTwistWrist_R.msg" "UnTwistIKWrist_R.hsj"; +connectAttr "effector5.hp" "UnTwistIKWrist_R.hee"; +connectAttr "ikRPsolver.msg" "UnTwistIKWrist_R.hsv"; +connectAttr "UnTwistIKWrist_R_poleVectorConstraint1.ctx" "UnTwistIKWrist_R.pvx"; +connectAttr "UnTwistIKWrist_R_poleVectorConstraint1.cty" "UnTwistIKWrist_R.pvy"; +connectAttr "UnTwistIKWrist_R_poleVectorConstraint1.ctz" "UnTwistIKWrist_R.pvz"; +connectAttr "UnTwistIKWrist_R.pim" "UnTwistIKWrist_R_poleVectorConstraint1.cpim" + ; +connectAttr "UnTwistWrist_R.pm" "UnTwistIKWrist_R_poleVectorConstraint1.ps"; +connectAttr "UnTwistWrist_R.t" "UnTwistIKWrist_R_poleVectorConstraint1.crp"; +connectAttr "UnTwistWrist_R.t" "UnTwistIKWrist_R_poleVectorConstraint1.tg[0].tt" + ; +connectAttr "UnTwistWrist_R.rp" "UnTwistIKWrist_R_poleVectorConstraint1.tg[0].trp" + ; +connectAttr "UnTwistWrist_R.rpt" "UnTwistIKWrist_R_poleVectorConstraint1.tg[0].trt" + ; +connectAttr "UnTwistWrist_R.pm" "UnTwistIKWrist_R_poleVectorConstraint1.tg[0].tpm" + ; +connectAttr "UnTwistIKWrist_R_poleVectorConstraint1.w0" "UnTwistIKWrist_R_poleVectorConstraint1.tg[0].tw" + ; +connectAttr "TwistFollowParentWrist_R_parentConstraint1.ctx" "TwistFollowParentWrist_R.tx" + ; +connectAttr "TwistFollowParentWrist_R_parentConstraint1.cty" "TwistFollowParentWrist_R.ty" + ; +connectAttr "TwistFollowParentWrist_R_parentConstraint1.ctz" "TwistFollowParentWrist_R.tz" + ; +connectAttr "TwistFollowParentWrist_R_parentConstraint1.crx" "TwistFollowParentWrist_R.rx" + ; +connectAttr "TwistFollowParentWrist_R_parentConstraint1.cry" "TwistFollowParentWrist_R.ry" + ; +connectAttr "TwistFollowParentWrist_R_parentConstraint1.crz" "TwistFollowParentWrist_R.rz" + ; +connectAttr "TwistFollowParentWrist_R.ro" "TwistFollowParentWrist_R_parentConstraint1.cro" + ; +connectAttr "TwistFollowParentWrist_R.pim" "TwistFollowParentWrist_R_parentConstraint1.cpim" + ; +connectAttr "TwistFollowParentWrist_R.rp" "TwistFollowParentWrist_R_parentConstraint1.crp" + ; +connectAttr "TwistFollowParentWrist_R.rpt" "TwistFollowParentWrist_R_parentConstraint1.crt" + ; +connectAttr "FKXElbow_R.t" "TwistFollowParentWrist_R_parentConstraint1.tg[0].tt" + ; +connectAttr "FKXElbow_R.rp" "TwistFollowParentWrist_R_parentConstraint1.tg[0].trp" + ; +connectAttr "FKXElbow_R.rpt" "TwistFollowParentWrist_R_parentConstraint1.tg[0].trt" + ; +connectAttr "FKXElbow_R.r" "TwistFollowParentWrist_R_parentConstraint1.tg[0].tr" + ; +connectAttr "FKXElbow_R.ro" "TwistFollowParentWrist_R_parentConstraint1.tg[0].tro" + ; +connectAttr "FKXElbow_R.s" "TwistFollowParentWrist_R_parentConstraint1.tg[0].ts" + ; +connectAttr "FKXElbow_R.pm" "TwistFollowParentWrist_R_parentConstraint1.tg[0].tpm" + ; +connectAttr "FKXElbow_R.jo" "TwistFollowParentWrist_R_parentConstraint1.tg[0].tjo" + ; +connectAttr "FKXElbow_R.ssc" "TwistFollowParentWrist_R_parentConstraint1.tg[0].tsc" + ; +connectAttr "FKXElbow_R.is" "TwistFollowParentWrist_R_parentConstraint1.tg[0].tis" + ; +connectAttr "TwistFollowParentWrist_R_parentConstraint1.w0" "TwistFollowParentWrist_R_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Elbow_R.t" "TwistFollowParentWrist_R_parentConstraint1.tg[1].tt" + ; +connectAttr "IKX2Elbow_R.rp" "TwistFollowParentWrist_R_parentConstraint1.tg[1].trp" + ; +connectAttr "IKX2Elbow_R.rpt" "TwistFollowParentWrist_R_parentConstraint1.tg[1].trt" + ; +connectAttr "IKX2Elbow_R.r" "TwistFollowParentWrist_R_parentConstraint1.tg[1].tr" + ; +connectAttr "IKX2Elbow_R.ro" "TwistFollowParentWrist_R_parentConstraint1.tg[1].tro" + ; +connectAttr "IKX2Elbow_R.s" "TwistFollowParentWrist_R_parentConstraint1.tg[1].ts" + ; +connectAttr "IKX2Elbow_R.pm" "TwistFollowParentWrist_R_parentConstraint1.tg[1].tpm" + ; +connectAttr "TwistFollowParentWrist_R_parentConstraint1.w1" "TwistFollowParentWrist_R_parentConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendArmReverse_R.ox" "TwistFollowParentWrist_R_parentConstraint1.w0" + ; +connectAttr "FKIKBlendArmUnitConversion_R.o" "TwistFollowParentWrist_R_parentConstraint1.w1" + ; +connectAttr "UnTwistWrist_R_pointConstraint1.ctx" "UnTwistWrist_R.tx"; +connectAttr "UnTwistWrist_R_pointConstraint1.cty" "UnTwistWrist_R.ty"; +connectAttr "UnTwistWrist_R_pointConstraint1.ctz" "UnTwistWrist_R.tz"; +connectAttr "UnTwistWrist_R.s" "UnTwistEndWrist_R.is"; +connectAttr "UnTwistWrist_R.pim" "UnTwistWrist_R_pointConstraint1.cpim"; +connectAttr "UnTwistWrist_R.rp" "UnTwistWrist_R_pointConstraint1.crp"; +connectAttr "UnTwistWrist_R.rpt" "UnTwistWrist_R_pointConstraint1.crt"; +connectAttr "FKXWrist_R.t" "UnTwistWrist_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXWrist_R.rp" "UnTwistWrist_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXWrist_R.rpt" "UnTwistWrist_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXWrist_R.pm" "UnTwistWrist_R_pointConstraint1.tg[0].tpm"; +connectAttr "UnTwistWrist_R_pointConstraint1.w0" "UnTwistWrist_R_pointConstraint1.tg[0].tw" + ; +connectAttr "IKX2Wrist_R.t" "UnTwistWrist_R_pointConstraint1.tg[1].tt"; +connectAttr "IKX2Wrist_R.rp" "UnTwistWrist_R_pointConstraint1.tg[1].trp"; +connectAttr "IKX2Wrist_R.rpt" "UnTwistWrist_R_pointConstraint1.tg[1].trt"; +connectAttr "IKX2Wrist_R.pm" "UnTwistWrist_R_pointConstraint1.tg[1].tpm"; +connectAttr "UnTwistWrist_R_pointConstraint1.w1" "UnTwistWrist_R_pointConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendArmReverse_R.ox" "UnTwistWrist_R_pointConstraint1.w0"; +connectAttr "FKIKBlendArmUnitConversion_R.o" "UnTwistWrist_R_pointConstraint1.w1" + ; +connectAttr "UnTwistEndWrist_R.tx" "effector5.tx"; +connectAttr "UnTwistEndWrist_R.ty" "effector5.ty"; +connectAttr "UnTwistEndWrist_R.tz" "effector5.tz"; +connectAttr "UnTwistEndWrist_R.opm" "effector5.opm"; +connectAttr "UnTwistWrist_R.s" "TwistBalancerWrist_R.is"; +connectAttr "TwistBalancerWrist_R_parentConstraint1.ctx" "TwistBalancerWrist_R.tx" + ; +connectAttr "TwistBalancerWrist_R_parentConstraint1.cty" "TwistBalancerWrist_R.ty" + ; +connectAttr "TwistBalancerWrist_R_parentConstraint1.ctz" "TwistBalancerWrist_R.tz" + ; +connectAttr "TwistBalancerWrist_R_parentConstraint1.crx" "TwistBalancerWrist_R.rx" + ; +connectAttr "TwistBalancerWrist_R_parentConstraint1.cry" "TwistBalancerWrist_R.ry" + ; +connectAttr "TwistBalancerWrist_R_parentConstraint1.crz" "TwistBalancerWrist_R.rz" + ; +connectAttr "FKWrist_RExtraTwistPlusMinusAverage.o1" "TwistBalancerWrist_R.twist" + ; +connectAttr "TwistBalancerWrist_R.ro" "TwistBalancerWrist_R_parentConstraint1.cro" + ; +connectAttr "TwistBalancerWrist_R.pim" "TwistBalancerWrist_R_parentConstraint1.cpim" + ; +connectAttr "TwistBalancerWrist_R.rp" "TwistBalancerWrist_R_parentConstraint1.crp" + ; +connectAttr "TwistBalancerWrist_R.rpt" "TwistBalancerWrist_R_parentConstraint1.crt" + ; +connectAttr "TwistBalancerWrist_R.jo" "TwistBalancerWrist_R_parentConstraint1.cjo" + ; +connectAttr "FKXWrist_R.t" "TwistBalancerWrist_R_parentConstraint1.tg[0].tt"; +connectAttr "FKXWrist_R.rp" "TwistBalancerWrist_R_parentConstraint1.tg[0].trp"; +connectAttr "FKXWrist_R.rpt" "TwistBalancerWrist_R_parentConstraint1.tg[0].trt"; +connectAttr "FKXWrist_R.r" "TwistBalancerWrist_R_parentConstraint1.tg[0].tr"; +connectAttr "FKXWrist_R.ro" "TwistBalancerWrist_R_parentConstraint1.tg[0].tro"; +connectAttr "FKXWrist_R.s" "TwistBalancerWrist_R_parentConstraint1.tg[0].ts"; +connectAttr "FKXWrist_R.pm" "TwistBalancerWrist_R_parentConstraint1.tg[0].tpm"; +connectAttr "FKXWrist_R.jo" "TwistBalancerWrist_R_parentConstraint1.tg[0].tjo"; +connectAttr "FKXWrist_R.ssc" "TwistBalancerWrist_R_parentConstraint1.tg[0].tsc"; +connectAttr "FKXWrist_R.is" "TwistBalancerWrist_R_parentConstraint1.tg[0].tis"; +connectAttr "TwistBalancerWrist_R_parentConstraint1.w0" "TwistBalancerWrist_R_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Wrist_R.t" "TwistBalancerWrist_R_parentConstraint1.tg[1].tt"; +connectAttr "IKX2Wrist_R.rp" "TwistBalancerWrist_R_parentConstraint1.tg[1].trp"; +connectAttr "IKX2Wrist_R.rpt" "TwistBalancerWrist_R_parentConstraint1.tg[1].trt" + ; +connectAttr "IKX2Wrist_R.r" "TwistBalancerWrist_R_parentConstraint1.tg[1].tr"; +connectAttr "IKX2Wrist_R.ro" "TwistBalancerWrist_R_parentConstraint1.tg[1].tro"; +connectAttr "IKX2Wrist_R.s" "TwistBalancerWrist_R_parentConstraint1.tg[1].ts"; +connectAttr "IKX2Wrist_R.pm" "TwistBalancerWrist_R_parentConstraint1.tg[1].tpm"; +connectAttr "TwistBalancerWrist_R_parentConstraint1.w1" "TwistBalancerWrist_R_parentConstraint1.tg[1].tw" + ; +connectAttr "UnTwistWrist_R.t" "TwistBalancerWrist_R_parentConstraint1.tg[2].tt" + ; +connectAttr "UnTwistWrist_R.rp" "TwistBalancerWrist_R_parentConstraint1.tg[2].trp" + ; +connectAttr "UnTwistWrist_R.rpt" "TwistBalancerWrist_R_parentConstraint1.tg[2].trt" + ; +connectAttr "UnTwistWrist_R.r" "TwistBalancerWrist_R_parentConstraint1.tg[2].tr" + ; +connectAttr "UnTwistWrist_R.ro" "TwistBalancerWrist_R_parentConstraint1.tg[2].tro" + ; +connectAttr "UnTwistWrist_R.s" "TwistBalancerWrist_R_parentConstraint1.tg[2].ts" + ; +connectAttr "UnTwistWrist_R.pm" "TwistBalancerWrist_R_parentConstraint1.tg[2].tpm" + ; +connectAttr "UnTwistWrist_R.jo" "TwistBalancerWrist_R_parentConstraint1.tg[2].tjo" + ; +connectAttr "UnTwistWrist_R.ssc" "TwistBalancerWrist_R_parentConstraint1.tg[2].tsc" + ; +connectAttr "UnTwistWrist_R.is" "TwistBalancerWrist_R_parentConstraint1.tg[2].tis" + ; +connectAttr "TwistBalancerWrist_R_parentConstraint1.w2" "TwistBalancerWrist_R_parentConstraint1.tg[2].tw" + ; +connectAttr "FKIKBlendArmReverse_R.ox" "TwistBalancerWrist_R_parentConstraint1.w0" + ; +connectAttr "FKIKBlendArmUnitConversion_R.o" "TwistBalancerWrist_R_parentConstraint1.w1" + ; +connectAttr "MainTwistFlipSetRange.oz" "TwistBalancerWrist_R_parentConstraint1.w2" + ; +connectAttr "unitConversion26.o" "TwisterWrist0_R.ry"; +connectAttr "unitConversion27.o" "TwisterWrist1_R.ry"; +connectAttr "unitConversion28.o" "TwisterWrist2_R.ry"; +connectAttr "TwistFollowElbow_R_parentConstraint1.ctx" "TwistFollowElbow_R.tx"; +connectAttr "TwistFollowElbow_R_parentConstraint1.cty" "TwistFollowElbow_R.ty"; +connectAttr "TwistFollowElbow_R_parentConstraint1.ctz" "TwistFollowElbow_R.tz"; +connectAttr "TwistFollowElbow_R_parentConstraint1.crx" "TwistFollowElbow_R.rx"; +connectAttr "TwistFollowElbow_R_parentConstraint1.cry" "TwistFollowElbow_R.ry"; +connectAttr "TwistFollowElbow_R_parentConstraint1.crz" "TwistFollowElbow_R.rz"; +connectAttr "TwistFollowElbow_R.ro" "TwistFollowElbow_R_parentConstraint1.cro"; +connectAttr "TwistFollowElbow_R.pim" "TwistFollowElbow_R_parentConstraint1.cpim" + ; +connectAttr "TwistFollowElbow_R.rp" "TwistFollowElbow_R_parentConstraint1.crp"; +connectAttr "TwistFollowElbow_R.rpt" "TwistFollowElbow_R_parentConstraint1.crt"; +connectAttr "FKXElbow_R.t" "TwistFollowElbow_R_parentConstraint1.tg[0].tt"; +connectAttr "FKXElbow_R.rp" "TwistFollowElbow_R_parentConstraint1.tg[0].trp"; +connectAttr "FKXElbow_R.rpt" "TwistFollowElbow_R_parentConstraint1.tg[0].trt"; +connectAttr "FKXElbow_R.r" "TwistFollowElbow_R_parentConstraint1.tg[0].tr"; +connectAttr "FKXElbow_R.ro" "TwistFollowElbow_R_parentConstraint1.tg[0].tro"; +connectAttr "FKXElbow_R.s" "TwistFollowElbow_R_parentConstraint1.tg[0].ts"; +connectAttr "FKXElbow_R.pm" "TwistFollowElbow_R_parentConstraint1.tg[0].tpm"; +connectAttr "FKXElbow_R.jo" "TwistFollowElbow_R_parentConstraint1.tg[0].tjo"; +connectAttr "FKXElbow_R.ssc" "TwistFollowElbow_R_parentConstraint1.tg[0].tsc"; +connectAttr "FKXElbow_R.is" "TwistFollowElbow_R_parentConstraint1.tg[0].tis"; +connectAttr "TwistFollowElbow_R_parentConstraint1.w0" "TwistFollowElbow_R_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Elbow_R.t" "TwistFollowElbow_R_parentConstraint1.tg[1].tt"; +connectAttr "IKX2Elbow_R.rp" "TwistFollowElbow_R_parentConstraint1.tg[1].trp"; +connectAttr "IKX2Elbow_R.rpt" "TwistFollowElbow_R_parentConstraint1.tg[1].trt"; +connectAttr "IKX2Elbow_R.r" "TwistFollowElbow_R_parentConstraint1.tg[1].tr"; +connectAttr "IKX2Elbow_R.ro" "TwistFollowElbow_R_parentConstraint1.tg[1].tro"; +connectAttr "IKX2Elbow_R.s" "TwistFollowElbow_R_parentConstraint1.tg[1].ts"; +connectAttr "IKX2Elbow_R.pm" "TwistFollowElbow_R_parentConstraint1.tg[1].tpm"; +connectAttr "TwistFollowElbow_R_parentConstraint1.w1" "TwistFollowElbow_R_parentConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendArmReverse_R.ox" "TwistFollowElbow_R_parentConstraint1.w0" + ; +connectAttr "FKIKBlendArmUnitConversion_R.o" "TwistFollowElbow_R_parentConstraint1.w1" + ; +connectAttr "UnTwistElbow_R.msg" "UnTwistIKElbow_R.hsj"; +connectAttr "effector6.hp" "UnTwistIKElbow_R.hee"; +connectAttr "ikRPsolver.msg" "UnTwistIKElbow_R.hsv"; +connectAttr "UnTwistIKElbow_R_poleVectorConstraint1.ctx" "UnTwistIKElbow_R.pvx"; +connectAttr "UnTwistIKElbow_R_poleVectorConstraint1.cty" "UnTwistIKElbow_R.pvy"; +connectAttr "UnTwistIKElbow_R_poleVectorConstraint1.ctz" "UnTwistIKElbow_R.pvz"; +connectAttr "UnTwistIKElbow_R.pim" "UnTwistIKElbow_R_poleVectorConstraint1.cpim" + ; +connectAttr "UnTwistElbow_R.pm" "UnTwistIKElbow_R_poleVectorConstraint1.ps"; +connectAttr "UnTwistElbow_R.t" "UnTwistIKElbow_R_poleVectorConstraint1.crp"; +connectAttr "UnTwistElbow_R.t" "UnTwistIKElbow_R_poleVectorConstraint1.tg[0].tt" + ; +connectAttr "UnTwistElbow_R.rp" "UnTwistIKElbow_R_poleVectorConstraint1.tg[0].trp" + ; +connectAttr "UnTwistElbow_R.rpt" "UnTwistIKElbow_R_poleVectorConstraint1.tg[0].trt" + ; +connectAttr "UnTwistElbow_R.pm" "UnTwistIKElbow_R_poleVectorConstraint1.tg[0].tpm" + ; +connectAttr "UnTwistIKElbow_R_poleVectorConstraint1.w0" "UnTwistIKElbow_R_poleVectorConstraint1.tg[0].tw" + ; +connectAttr "TwistFollowParentElbow_R_parentConstraint1.ctx" "TwistFollowParentElbow_R.tx" + ; +connectAttr "TwistFollowParentElbow_R_parentConstraint1.cty" "TwistFollowParentElbow_R.ty" + ; +connectAttr "TwistFollowParentElbow_R_parentConstraint1.ctz" "TwistFollowParentElbow_R.tz" + ; +connectAttr "TwistFollowParentElbow_R_parentConstraint1.crx" "TwistFollowParentElbow_R.rx" + ; +connectAttr "TwistFollowParentElbow_R_parentConstraint1.cry" "TwistFollowParentElbow_R.ry" + ; +connectAttr "TwistFollowParentElbow_R_parentConstraint1.crz" "TwistFollowParentElbow_R.rz" + ; +connectAttr "TwistFollowParentElbow_R.ro" "TwistFollowParentElbow_R_parentConstraint1.cro" + ; +connectAttr "TwistFollowParentElbow_R.pim" "TwistFollowParentElbow_R_parentConstraint1.cpim" + ; +connectAttr "TwistFollowParentElbow_R.rp" "TwistFollowParentElbow_R_parentConstraint1.crp" + ; +connectAttr "TwistFollowParentElbow_R.rpt" "TwistFollowParentElbow_R_parentConstraint1.crt" + ; +connectAttr "FKXShoulder_R.t" "TwistFollowParentElbow_R_parentConstraint1.tg[0].tt" + ; +connectAttr "FKXShoulder_R.rp" "TwistFollowParentElbow_R_parentConstraint1.tg[0].trp" + ; +connectAttr "FKXShoulder_R.rpt" "TwistFollowParentElbow_R_parentConstraint1.tg[0].trt" + ; +connectAttr "FKXShoulder_R.r" "TwistFollowParentElbow_R_parentConstraint1.tg[0].tr" + ; +connectAttr "FKXShoulder_R.ro" "TwistFollowParentElbow_R_parentConstraint1.tg[0].tro" + ; +connectAttr "FKXShoulder_R.s" "TwistFollowParentElbow_R_parentConstraint1.tg[0].ts" + ; +connectAttr "FKXShoulder_R.pm" "TwistFollowParentElbow_R_parentConstraint1.tg[0].tpm" + ; +connectAttr "FKXShoulder_R.jo" "TwistFollowParentElbow_R_parentConstraint1.tg[0].tjo" + ; +connectAttr "FKXShoulder_R.ssc" "TwistFollowParentElbow_R_parentConstraint1.tg[0].tsc" + ; +connectAttr "FKXShoulder_R.is" "TwistFollowParentElbow_R_parentConstraint1.tg[0].tis" + ; +connectAttr "TwistFollowParentElbow_R_parentConstraint1.w0" "TwistFollowParentElbow_R_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Shoulder_R.t" "TwistFollowParentElbow_R_parentConstraint1.tg[1].tt" + ; +connectAttr "IKX2Shoulder_R.rp" "TwistFollowParentElbow_R_parentConstraint1.tg[1].trp" + ; +connectAttr "IKX2Shoulder_R.rpt" "TwistFollowParentElbow_R_parentConstraint1.tg[1].trt" + ; +connectAttr "IKX2Shoulder_R.r" "TwistFollowParentElbow_R_parentConstraint1.tg[1].tr" + ; +connectAttr "IKX2Shoulder_R.ro" "TwistFollowParentElbow_R_parentConstraint1.tg[1].tro" + ; +connectAttr "IKX2Shoulder_R.s" "TwistFollowParentElbow_R_parentConstraint1.tg[1].ts" + ; +connectAttr "IKX2Shoulder_R.pm" "TwistFollowParentElbow_R_parentConstraint1.tg[1].tpm" + ; +connectAttr "TwistFollowParentElbow_R_parentConstraint1.w1" "TwistFollowParentElbow_R_parentConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendArmReverse_R.ox" "TwistFollowParentElbow_R_parentConstraint1.w0" + ; +connectAttr "FKIKBlendArmUnitConversion_R.o" "TwistFollowParentElbow_R_parentConstraint1.w1" + ; +connectAttr "UnTwistElbow_R_pointConstraint1.ctx" "UnTwistElbow_R.tx"; +connectAttr "UnTwistElbow_R_pointConstraint1.cty" "UnTwistElbow_R.ty"; +connectAttr "UnTwistElbow_R_pointConstraint1.ctz" "UnTwistElbow_R.tz"; +connectAttr "UnTwistElbow_R.s" "UnTwistEndElbow_R.is"; +connectAttr "UnTwistElbow_R.pim" "UnTwistElbow_R_pointConstraint1.cpim"; +connectAttr "UnTwistElbow_R.rp" "UnTwistElbow_R_pointConstraint1.crp"; +connectAttr "UnTwistElbow_R.rpt" "UnTwistElbow_R_pointConstraint1.crt"; +connectAttr "FKXElbow_R.t" "UnTwistElbow_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXElbow_R.rp" "UnTwistElbow_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXElbow_R.rpt" "UnTwistElbow_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXElbow_R.pm" "UnTwistElbow_R_pointConstraint1.tg[0].tpm"; +connectAttr "UnTwistElbow_R_pointConstraint1.w0" "UnTwistElbow_R_pointConstraint1.tg[0].tw" + ; +connectAttr "IKX2Elbow_R.t" "UnTwistElbow_R_pointConstraint1.tg[1].tt"; +connectAttr "IKX2Elbow_R.rp" "UnTwistElbow_R_pointConstraint1.tg[1].trp"; +connectAttr "IKX2Elbow_R.rpt" "UnTwistElbow_R_pointConstraint1.tg[1].trt"; +connectAttr "IKX2Elbow_R.pm" "UnTwistElbow_R_pointConstraint1.tg[1].tpm"; +connectAttr "UnTwistElbow_R_pointConstraint1.w1" "UnTwistElbow_R_pointConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendArmReverse_R.ox" "UnTwistElbow_R_pointConstraint1.w0"; +connectAttr "FKIKBlendArmUnitConversion_R.o" "UnTwistElbow_R_pointConstraint1.w1" + ; +connectAttr "UnTwistEndElbow_R.tx" "effector6.tx"; +connectAttr "UnTwistEndElbow_R.ty" "effector6.ty"; +connectAttr "UnTwistEndElbow_R.tz" "effector6.tz"; +connectAttr "UnTwistEndElbow_R.opm" "effector6.opm"; +connectAttr "UnTwistElbow_R.s" "TwistBalancerElbow_R.is"; +connectAttr "TwistBalancerElbow_R_parentConstraint1.ctx" "TwistBalancerElbow_R.tx" + ; +connectAttr "TwistBalancerElbow_R_parentConstraint1.cty" "TwistBalancerElbow_R.ty" + ; +connectAttr "TwistBalancerElbow_R_parentConstraint1.ctz" "TwistBalancerElbow_R.tz" + ; +connectAttr "TwistBalancerElbow_R_parentConstraint1.crx" "TwistBalancerElbow_R.rx" + ; +connectAttr "TwistBalancerElbow_R_parentConstraint1.cry" "TwistBalancerElbow_R.ry" + ; +connectAttr "TwistBalancerElbow_R_parentConstraint1.crz" "TwistBalancerElbow_R.rz" + ; +connectAttr "FKElbow_RExtraTwistPlusMinusAverage.o1" "TwistBalancerElbow_R.twist" + ; +connectAttr "TwistBalancerElbow_R.ro" "TwistBalancerElbow_R_parentConstraint1.cro" + ; +connectAttr "TwistBalancerElbow_R.pim" "TwistBalancerElbow_R_parentConstraint1.cpim" + ; +connectAttr "TwistBalancerElbow_R.rp" "TwistBalancerElbow_R_parentConstraint1.crp" + ; +connectAttr "TwistBalancerElbow_R.rpt" "TwistBalancerElbow_R_parentConstraint1.crt" + ; +connectAttr "TwistBalancerElbow_R.jo" "TwistBalancerElbow_R_parentConstraint1.cjo" + ; +connectAttr "FKXElbow_R.t" "TwistBalancerElbow_R_parentConstraint1.tg[0].tt"; +connectAttr "FKXElbow_R.rp" "TwistBalancerElbow_R_parentConstraint1.tg[0].trp"; +connectAttr "FKXElbow_R.rpt" "TwistBalancerElbow_R_parentConstraint1.tg[0].trt"; +connectAttr "FKXElbow_R.r" "TwistBalancerElbow_R_parentConstraint1.tg[0].tr"; +connectAttr "FKXElbow_R.ro" "TwistBalancerElbow_R_parentConstraint1.tg[0].tro"; +connectAttr "FKXElbow_R.s" "TwistBalancerElbow_R_parentConstraint1.tg[0].ts"; +connectAttr "FKXElbow_R.pm" "TwistBalancerElbow_R_parentConstraint1.tg[0].tpm"; +connectAttr "FKXElbow_R.jo" "TwistBalancerElbow_R_parentConstraint1.tg[0].tjo"; +connectAttr "FKXElbow_R.ssc" "TwistBalancerElbow_R_parentConstraint1.tg[0].tsc"; +connectAttr "FKXElbow_R.is" "TwistBalancerElbow_R_parentConstraint1.tg[0].tis"; +connectAttr "TwistBalancerElbow_R_parentConstraint1.w0" "TwistBalancerElbow_R_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Elbow_R.t" "TwistBalancerElbow_R_parentConstraint1.tg[1].tt"; +connectAttr "IKX2Elbow_R.rp" "TwistBalancerElbow_R_parentConstraint1.tg[1].trp"; +connectAttr "IKX2Elbow_R.rpt" "TwistBalancerElbow_R_parentConstraint1.tg[1].trt" + ; +connectAttr "IKX2Elbow_R.r" "TwistBalancerElbow_R_parentConstraint1.tg[1].tr"; +connectAttr "IKX2Elbow_R.ro" "TwistBalancerElbow_R_parentConstraint1.tg[1].tro"; +connectAttr "IKX2Elbow_R.s" "TwistBalancerElbow_R_parentConstraint1.tg[1].ts"; +connectAttr "IKX2Elbow_R.pm" "TwistBalancerElbow_R_parentConstraint1.tg[1].tpm"; +connectAttr "TwistBalancerElbow_R_parentConstraint1.w1" "TwistBalancerElbow_R_parentConstraint1.tg[1].tw" + ; +connectAttr "UnTwistElbow_R.t" "TwistBalancerElbow_R_parentConstraint1.tg[2].tt" + ; +connectAttr "UnTwistElbow_R.rp" "TwistBalancerElbow_R_parentConstraint1.tg[2].trp" + ; +connectAttr "UnTwistElbow_R.rpt" "TwistBalancerElbow_R_parentConstraint1.tg[2].trt" + ; +connectAttr "UnTwistElbow_R.r" "TwistBalancerElbow_R_parentConstraint1.tg[2].tr" + ; +connectAttr "UnTwistElbow_R.ro" "TwistBalancerElbow_R_parentConstraint1.tg[2].tro" + ; +connectAttr "UnTwistElbow_R.s" "TwistBalancerElbow_R_parentConstraint1.tg[2].ts" + ; +connectAttr "UnTwistElbow_R.pm" "TwistBalancerElbow_R_parentConstraint1.tg[2].tpm" + ; +connectAttr "UnTwistElbow_R.jo" "TwistBalancerElbow_R_parentConstraint1.tg[2].tjo" + ; +connectAttr "UnTwistElbow_R.ssc" "TwistBalancerElbow_R_parentConstraint1.tg[2].tsc" + ; +connectAttr "UnTwistElbow_R.is" "TwistBalancerElbow_R_parentConstraint1.tg[2].tis" + ; +connectAttr "TwistBalancerElbow_R_parentConstraint1.w2" "TwistBalancerElbow_R_parentConstraint1.tg[2].tw" + ; +connectAttr "FKIKBlendArmReverse_R.ox" "TwistBalancerElbow_R_parentConstraint1.w0" + ; +connectAttr "FKIKBlendArmUnitConversion_R.o" "TwistBalancerElbow_R_parentConstraint1.w1" + ; +connectAttr "MainTwistFlipSetRange.oz" "TwistBalancerElbow_R_parentConstraint1.w2" + ; +connectAttr "unitConversion30.o" "TwisterElbow0_R.ry"; +connectAttr "unitConversion31.o" "TwisterElbow1_R.ry"; +connectAttr "unitConversion32.o" "TwisterElbow2_R.ry"; +connectAttr "TwistFollowShoulder_R_parentConstraint1.ctx" "TwistFollowShoulder_R.tx" + ; +connectAttr "TwistFollowShoulder_R_parentConstraint1.cty" "TwistFollowShoulder_R.ty" + ; +connectAttr "TwistFollowShoulder_R_parentConstraint1.ctz" "TwistFollowShoulder_R.tz" + ; +connectAttr "TwistFollowShoulder_R_parentConstraint1.crx" "TwistFollowShoulder_R.rx" + ; +connectAttr "TwistFollowShoulder_R_parentConstraint1.cry" "TwistFollowShoulder_R.ry" + ; +connectAttr "TwistFollowShoulder_R_parentConstraint1.crz" "TwistFollowShoulder_R.rz" + ; +connectAttr "TwistFollowShoulder_R.ro" "TwistFollowShoulder_R_parentConstraint1.cro" + ; +connectAttr "TwistFollowShoulder_R.pim" "TwistFollowShoulder_R_parentConstraint1.cpim" + ; +connectAttr "TwistFollowShoulder_R.rp" "TwistFollowShoulder_R_parentConstraint1.crp" + ; +connectAttr "TwistFollowShoulder_R.rpt" "TwistFollowShoulder_R_parentConstraint1.crt" + ; +connectAttr "FKXShoulder_R.t" "TwistFollowShoulder_R_parentConstraint1.tg[0].tt" + ; +connectAttr "FKXShoulder_R.rp" "TwistFollowShoulder_R_parentConstraint1.tg[0].trp" + ; +connectAttr "FKXShoulder_R.rpt" "TwistFollowShoulder_R_parentConstraint1.tg[0].trt" + ; +connectAttr "FKXShoulder_R.r" "TwistFollowShoulder_R_parentConstraint1.tg[0].tr" + ; +connectAttr "FKXShoulder_R.ro" "TwistFollowShoulder_R_parentConstraint1.tg[0].tro" + ; +connectAttr "FKXShoulder_R.s" "TwistFollowShoulder_R_parentConstraint1.tg[0].ts" + ; +connectAttr "FKXShoulder_R.pm" "TwistFollowShoulder_R_parentConstraint1.tg[0].tpm" + ; +connectAttr "FKXShoulder_R.jo" "TwistFollowShoulder_R_parentConstraint1.tg[0].tjo" + ; +connectAttr "FKXShoulder_R.ssc" "TwistFollowShoulder_R_parentConstraint1.tg[0].tsc" + ; +connectAttr "FKXShoulder_R.is" "TwistFollowShoulder_R_parentConstraint1.tg[0].tis" + ; +connectAttr "TwistFollowShoulder_R_parentConstraint1.w0" "TwistFollowShoulder_R_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Shoulder_R.t" "TwistFollowShoulder_R_parentConstraint1.tg[1].tt" + ; +connectAttr "IKX2Shoulder_R.rp" "TwistFollowShoulder_R_parentConstraint1.tg[1].trp" + ; +connectAttr "IKX2Shoulder_R.rpt" "TwistFollowShoulder_R_parentConstraint1.tg[1].trt" + ; +connectAttr "IKX2Shoulder_R.r" "TwistFollowShoulder_R_parentConstraint1.tg[1].tr" + ; +connectAttr "IKX2Shoulder_R.ro" "TwistFollowShoulder_R_parentConstraint1.tg[1].tro" + ; +connectAttr "IKX2Shoulder_R.s" "TwistFollowShoulder_R_parentConstraint1.tg[1].ts" + ; +connectAttr "IKX2Shoulder_R.pm" "TwistFollowShoulder_R_parentConstraint1.tg[1].tpm" + ; +connectAttr "TwistFollowShoulder_R_parentConstraint1.w1" "TwistFollowShoulder_R_parentConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendArmReverse_R.ox" "TwistFollowShoulder_R_parentConstraint1.w0" + ; +connectAttr "FKIKBlendArmUnitConversion_R.o" "TwistFollowShoulder_R_parentConstraint1.w1" + ; +connectAttr "UnTwistShoulder_R.msg" "UnTwistIKShoulder_R.hsj"; +connectAttr "effector7.hp" "UnTwistIKShoulder_R.hee"; +connectAttr "ikRPsolver.msg" "UnTwistIKShoulder_R.hsv"; +connectAttr "UnTwistIKShoulder_R_poleVectorConstraint1.ctx" "UnTwistIKShoulder_R.pvx" + ; +connectAttr "UnTwistIKShoulder_R_poleVectorConstraint1.cty" "UnTwistIKShoulder_R.pvy" + ; +connectAttr "UnTwistIKShoulder_R_poleVectorConstraint1.ctz" "UnTwistIKShoulder_R.pvz" + ; +connectAttr "UnTwistIKShoulder_R.pim" "UnTwistIKShoulder_R_poleVectorConstraint1.cpim" + ; +connectAttr "UnTwistShoulder_R.pm" "UnTwistIKShoulder_R_poleVectorConstraint1.ps" + ; +connectAttr "UnTwistShoulder_R.t" "UnTwistIKShoulder_R_poleVectorConstraint1.crp" + ; +connectAttr "UnTwistShoulder_R.t" "UnTwistIKShoulder_R_poleVectorConstraint1.tg[0].tt" + ; +connectAttr "UnTwistShoulder_R.rp" "UnTwistIKShoulder_R_poleVectorConstraint1.tg[0].trp" + ; +connectAttr "UnTwistShoulder_R.rpt" "UnTwistIKShoulder_R_poleVectorConstraint1.tg[0].trt" + ; +connectAttr "UnTwistShoulder_R.pm" "UnTwistIKShoulder_R_poleVectorConstraint1.tg[0].tpm" + ; +connectAttr "UnTwistIKShoulder_R_poleVectorConstraint1.w0" "UnTwistIKShoulder_R_poleVectorConstraint1.tg[0].tw" + ; +connectAttr "TwistFollowParentShoulder_R_parentConstraint1.ctx" "TwistFollowParentShoulder_R.tx" + ; +connectAttr "TwistFollowParentShoulder_R_parentConstraint1.cty" "TwistFollowParentShoulder_R.ty" + ; +connectAttr "TwistFollowParentShoulder_R_parentConstraint1.ctz" "TwistFollowParentShoulder_R.tz" + ; +connectAttr "TwistFollowParentShoulder_R_parentConstraint1.crx" "TwistFollowParentShoulder_R.rx" + ; +connectAttr "TwistFollowParentShoulder_R_parentConstraint1.cry" "TwistFollowParentShoulder_R.ry" + ; +connectAttr "TwistFollowParentShoulder_R_parentConstraint1.crz" "TwistFollowParentShoulder_R.rz" + ; +connectAttr "TwistFollowParentShoulder_R.ro" "TwistFollowParentShoulder_R_parentConstraint1.cro" + ; +connectAttr "TwistFollowParentShoulder_R.pim" "TwistFollowParentShoulder_R_parentConstraint1.cpim" + ; +connectAttr "TwistFollowParentShoulder_R.rp" "TwistFollowParentShoulder_R_parentConstraint1.crp" + ; +connectAttr "TwistFollowParentShoulder_R.rpt" "TwistFollowParentShoulder_R_parentConstraint1.crt" + ; +connectAttr "FKXScapula_R.t" "TwistFollowParentShoulder_R_parentConstraint1.tg[0].tt" + ; +connectAttr "FKXScapula_R.rp" "TwistFollowParentShoulder_R_parentConstraint1.tg[0].trp" + ; +connectAttr "FKXScapula_R.rpt" "TwistFollowParentShoulder_R_parentConstraint1.tg[0].trt" + ; +connectAttr "FKXScapula_R.r" "TwistFollowParentShoulder_R_parentConstraint1.tg[0].tr" + ; +connectAttr "FKXScapula_R.ro" "TwistFollowParentShoulder_R_parentConstraint1.tg[0].tro" + ; +connectAttr "FKXScapula_R.s" "TwistFollowParentShoulder_R_parentConstraint1.tg[0].ts" + ; +connectAttr "FKXScapula_R.pm" "TwistFollowParentShoulder_R_parentConstraint1.tg[0].tpm" + ; +connectAttr "FKXScapula_R.jo" "TwistFollowParentShoulder_R_parentConstraint1.tg[0].tjo" + ; +connectAttr "FKXScapula_R.ssc" "TwistFollowParentShoulder_R_parentConstraint1.tg[0].tsc" + ; +connectAttr "FKXScapula_R.is" "TwistFollowParentShoulder_R_parentConstraint1.tg[0].tis" + ; +connectAttr "TwistFollowParentShoulder_R_parentConstraint1.w0" "TwistFollowParentShoulder_R_parentConstraint1.tg[0].tw" + ; +connectAttr "UnTwistShoulder_R_pointConstraint1.ctx" "UnTwistShoulder_R.tx"; +connectAttr "UnTwistShoulder_R_pointConstraint1.cty" "UnTwistShoulder_R.ty"; +connectAttr "UnTwistShoulder_R_pointConstraint1.ctz" "UnTwistShoulder_R.tz"; +connectAttr "UnTwistShoulder_R.s" "UnTwistEndShoulder_R.is"; +connectAttr "UnTwistShoulder_R.pim" "UnTwistShoulder_R_pointConstraint1.cpim"; +connectAttr "UnTwistShoulder_R.rp" "UnTwistShoulder_R_pointConstraint1.crp"; +connectAttr "UnTwistShoulder_R.rpt" "UnTwistShoulder_R_pointConstraint1.crt"; +connectAttr "FKXShoulder_R.t" "UnTwistShoulder_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXShoulder_R.rp" "UnTwistShoulder_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXShoulder_R.rpt" "UnTwistShoulder_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXShoulder_R.pm" "UnTwistShoulder_R_pointConstraint1.tg[0].tpm"; +connectAttr "UnTwistShoulder_R_pointConstraint1.w0" "UnTwistShoulder_R_pointConstraint1.tg[0].tw" + ; +connectAttr "IKX2Shoulder_R.t" "UnTwistShoulder_R_pointConstraint1.tg[1].tt"; +connectAttr "IKX2Shoulder_R.rp" "UnTwistShoulder_R_pointConstraint1.tg[1].trp"; +connectAttr "IKX2Shoulder_R.rpt" "UnTwistShoulder_R_pointConstraint1.tg[1].trt"; +connectAttr "IKX2Shoulder_R.pm" "UnTwistShoulder_R_pointConstraint1.tg[1].tpm"; +connectAttr "UnTwistShoulder_R_pointConstraint1.w1" "UnTwistShoulder_R_pointConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendArmReverse_R.ox" "UnTwistShoulder_R_pointConstraint1.w0"; +connectAttr "FKIKBlendArmUnitConversion_R.o" "UnTwistShoulder_R_pointConstraint1.w1" + ; +connectAttr "UnTwistEndShoulder_R.tx" "effector7.tx"; +connectAttr "UnTwistEndShoulder_R.ty" "effector7.ty"; +connectAttr "UnTwistEndShoulder_R.tz" "effector7.tz"; +connectAttr "UnTwistEndShoulder_R.opm" "effector7.opm"; +connectAttr "UnTwistShoulder_R.s" "TwistBalancerShoulder_R.is"; +connectAttr "TwistBalancerShoulder_R_parentConstraint1.ctx" "TwistBalancerShoulder_R.tx" + ; +connectAttr "TwistBalancerShoulder_R_parentConstraint1.cty" "TwistBalancerShoulder_R.ty" + ; +connectAttr "TwistBalancerShoulder_R_parentConstraint1.ctz" "TwistBalancerShoulder_R.tz" + ; +connectAttr "TwistBalancerShoulder_R_parentConstraint1.crx" "TwistBalancerShoulder_R.rx" + ; +connectAttr "TwistBalancerShoulder_R_parentConstraint1.cry" "TwistBalancerShoulder_R.ry" + ; +connectAttr "TwistBalancerShoulder_R_parentConstraint1.crz" "TwistBalancerShoulder_R.rz" + ; +connectAttr "FKShoulder_RExtraTwistPlusMinusAverage.o1" "TwistBalancerShoulder_R.twist" + ; +connectAttr "TwistBalancerShoulder_R.ro" "TwistBalancerShoulder_R_parentConstraint1.cro" + ; +connectAttr "TwistBalancerShoulder_R.pim" "TwistBalancerShoulder_R_parentConstraint1.cpim" + ; +connectAttr "TwistBalancerShoulder_R.rp" "TwistBalancerShoulder_R_parentConstraint1.crp" + ; +connectAttr "TwistBalancerShoulder_R.rpt" "TwistBalancerShoulder_R_parentConstraint1.crt" + ; +connectAttr "TwistBalancerShoulder_R.jo" "TwistBalancerShoulder_R_parentConstraint1.cjo" + ; +connectAttr "FKXShoulder_R.t" "TwistBalancerShoulder_R_parentConstraint1.tg[0].tt" + ; +connectAttr "FKXShoulder_R.rp" "TwistBalancerShoulder_R_parentConstraint1.tg[0].trp" + ; +connectAttr "FKXShoulder_R.rpt" "TwistBalancerShoulder_R_parentConstraint1.tg[0].trt" + ; +connectAttr "FKXShoulder_R.r" "TwistBalancerShoulder_R_parentConstraint1.tg[0].tr" + ; +connectAttr "FKXShoulder_R.ro" "TwistBalancerShoulder_R_parentConstraint1.tg[0].tro" + ; +connectAttr "FKXShoulder_R.s" "TwistBalancerShoulder_R_parentConstraint1.tg[0].ts" + ; +connectAttr "FKXShoulder_R.pm" "TwistBalancerShoulder_R_parentConstraint1.tg[0].tpm" + ; +connectAttr "FKXShoulder_R.jo" "TwistBalancerShoulder_R_parentConstraint1.tg[0].tjo" + ; +connectAttr "FKXShoulder_R.ssc" "TwistBalancerShoulder_R_parentConstraint1.tg[0].tsc" + ; +connectAttr "FKXShoulder_R.is" "TwistBalancerShoulder_R_parentConstraint1.tg[0].tis" + ; +connectAttr "TwistBalancerShoulder_R_parentConstraint1.w0" "TwistBalancerShoulder_R_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Shoulder_R.t" "TwistBalancerShoulder_R_parentConstraint1.tg[1].tt" + ; +connectAttr "IKX2Shoulder_R.rp" "TwistBalancerShoulder_R_parentConstraint1.tg[1].trp" + ; +connectAttr "IKX2Shoulder_R.rpt" "TwistBalancerShoulder_R_parentConstraint1.tg[1].trt" + ; +connectAttr "IKX2Shoulder_R.r" "TwistBalancerShoulder_R_parentConstraint1.tg[1].tr" + ; +connectAttr "IKX2Shoulder_R.ro" "TwistBalancerShoulder_R_parentConstraint1.tg[1].tro" + ; +connectAttr "IKX2Shoulder_R.s" "TwistBalancerShoulder_R_parentConstraint1.tg[1].ts" + ; +connectAttr "IKX2Shoulder_R.pm" "TwistBalancerShoulder_R_parentConstraint1.tg[1].tpm" + ; +connectAttr "TwistBalancerShoulder_R_parentConstraint1.w1" "TwistBalancerShoulder_R_parentConstraint1.tg[1].tw" + ; +connectAttr "UnTwistShoulder_R.t" "TwistBalancerShoulder_R_parentConstraint1.tg[2].tt" + ; +connectAttr "UnTwistShoulder_R.rp" "TwistBalancerShoulder_R_parentConstraint1.tg[2].trp" + ; +connectAttr "UnTwistShoulder_R.rpt" "TwistBalancerShoulder_R_parentConstraint1.tg[2].trt" + ; +connectAttr "UnTwistShoulder_R.r" "TwistBalancerShoulder_R_parentConstraint1.tg[2].tr" + ; +connectAttr "UnTwistShoulder_R.ro" "TwistBalancerShoulder_R_parentConstraint1.tg[2].tro" + ; +connectAttr "UnTwistShoulder_R.s" "TwistBalancerShoulder_R_parentConstraint1.tg[2].ts" + ; +connectAttr "UnTwistShoulder_R.pm" "TwistBalancerShoulder_R_parentConstraint1.tg[2].tpm" + ; +connectAttr "UnTwistShoulder_R.jo" "TwistBalancerShoulder_R_parentConstraint1.tg[2].tjo" + ; +connectAttr "UnTwistShoulder_R.ssc" "TwistBalancerShoulder_R_parentConstraint1.tg[2].tsc" + ; +connectAttr "UnTwistShoulder_R.is" "TwistBalancerShoulder_R_parentConstraint1.tg[2].tis" + ; +connectAttr "TwistBalancerShoulder_R_parentConstraint1.w2" "TwistBalancerShoulder_R_parentConstraint1.tg[2].tw" + ; +connectAttr "FKIKBlendArmReverse_R.ox" "TwistBalancerShoulder_R_parentConstraint1.w0" + ; +connectAttr "FKIKBlendArmUnitConversion_R.o" "TwistBalancerShoulder_R_parentConstraint1.w1" + ; +connectAttr "MainTwistFlipSetRange.oz" "TwistBalancerShoulder_R_parentConstraint1.w2" + ; +connectAttr "unitConversion34.o" "TwisterShoulder0_R.ry"; +connectAttr "unitConversion35.o" "TwisterShoulder1_R.ry"; +connectAttr "unitConversion36.o" "TwisterShoulder2_R.ry"; +connectAttr "TwistFollowKnee_L_parentConstraint1.ctx" "TwistFollowKnee_L.tx"; +connectAttr "TwistFollowKnee_L_parentConstraint1.cty" "TwistFollowKnee_L.ty"; +connectAttr "TwistFollowKnee_L_parentConstraint1.ctz" "TwistFollowKnee_L.tz"; +connectAttr "TwistFollowKnee_L_parentConstraint1.crx" "TwistFollowKnee_L.rx"; +connectAttr "TwistFollowKnee_L_parentConstraint1.cry" "TwistFollowKnee_L.ry"; +connectAttr "TwistFollowKnee_L_parentConstraint1.crz" "TwistFollowKnee_L.rz"; +connectAttr "TwistFollowKnee_L.ro" "TwistFollowKnee_L_parentConstraint1.cro"; +connectAttr "TwistFollowKnee_L.pim" "TwistFollowKnee_L_parentConstraint1.cpim"; +connectAttr "TwistFollowKnee_L.rp" "TwistFollowKnee_L_parentConstraint1.crp"; +connectAttr "TwistFollowKnee_L.rpt" "TwistFollowKnee_L_parentConstraint1.crt"; +connectAttr "FKXKnee_L.t" "TwistFollowKnee_L_parentConstraint1.tg[0].tt"; +connectAttr "FKXKnee_L.rp" "TwistFollowKnee_L_parentConstraint1.tg[0].trp"; +connectAttr "FKXKnee_L.rpt" "TwistFollowKnee_L_parentConstraint1.tg[0].trt"; +connectAttr "FKXKnee_L.r" "TwistFollowKnee_L_parentConstraint1.tg[0].tr"; +connectAttr "FKXKnee_L.ro" "TwistFollowKnee_L_parentConstraint1.tg[0].tro"; +connectAttr "FKXKnee_L.s" "TwistFollowKnee_L_parentConstraint1.tg[0].ts"; +connectAttr "FKXKnee_L.pm" "TwistFollowKnee_L_parentConstraint1.tg[0].tpm"; +connectAttr "FKXKnee_L.jo" "TwistFollowKnee_L_parentConstraint1.tg[0].tjo"; +connectAttr "FKXKnee_L.ssc" "TwistFollowKnee_L_parentConstraint1.tg[0].tsc"; +connectAttr "FKXKnee_L.is" "TwistFollowKnee_L_parentConstraint1.tg[0].tis"; +connectAttr "TwistFollowKnee_L_parentConstraint1.w0" "TwistFollowKnee_L_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Knee_L.t" "TwistFollowKnee_L_parentConstraint1.tg[1].tt"; +connectAttr "IKX2Knee_L.rp" "TwistFollowKnee_L_parentConstraint1.tg[1].trp"; +connectAttr "IKX2Knee_L.rpt" "TwistFollowKnee_L_parentConstraint1.tg[1].trt"; +connectAttr "IKX2Knee_L.r" "TwistFollowKnee_L_parentConstraint1.tg[1].tr"; +connectAttr "IKX2Knee_L.ro" "TwistFollowKnee_L_parentConstraint1.tg[1].tro"; +connectAttr "IKX2Knee_L.s" "TwistFollowKnee_L_parentConstraint1.tg[1].ts"; +connectAttr "IKX2Knee_L.pm" "TwistFollowKnee_L_parentConstraint1.tg[1].tpm"; +connectAttr "TwistFollowKnee_L_parentConstraint1.w1" "TwistFollowKnee_L_parentConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendLegReverse_L.ox" "TwistFollowKnee_L_parentConstraint1.w0"; +connectAttr "FKIKBlendLegUnitConversion_L.o" "TwistFollowKnee_L_parentConstraint1.w1" + ; +connectAttr "UnTwistKnee_L.msg" "UnTwistIKKnee_L.hsj"; +connectAttr "effector8.hp" "UnTwistIKKnee_L.hee"; +connectAttr "ikRPsolver.msg" "UnTwistIKKnee_L.hsv"; +connectAttr "UnTwistIKKnee_L_poleVectorConstraint1.ctx" "UnTwistIKKnee_L.pvx"; +connectAttr "UnTwistIKKnee_L_poleVectorConstraint1.cty" "UnTwistIKKnee_L.pvy"; +connectAttr "UnTwistIKKnee_L_poleVectorConstraint1.ctz" "UnTwistIKKnee_L.pvz"; +connectAttr "UnTwistIKKnee_L.pim" "UnTwistIKKnee_L_poleVectorConstraint1.cpim"; +connectAttr "UnTwistKnee_L.pm" "UnTwistIKKnee_L_poleVectorConstraint1.ps"; +connectAttr "UnTwistKnee_L.t" "UnTwistIKKnee_L_poleVectorConstraint1.crp"; +connectAttr "UnTwistKnee_L.t" "UnTwistIKKnee_L_poleVectorConstraint1.tg[0].tt"; +connectAttr "UnTwistKnee_L.rp" "UnTwistIKKnee_L_poleVectorConstraint1.tg[0].trp" + ; +connectAttr "UnTwistKnee_L.rpt" "UnTwistIKKnee_L_poleVectorConstraint1.tg[0].trt" + ; +connectAttr "UnTwistKnee_L.pm" "UnTwistIKKnee_L_poleVectorConstraint1.tg[0].tpm" + ; +connectAttr "UnTwistIKKnee_L_poleVectorConstraint1.w0" "UnTwistIKKnee_L_poleVectorConstraint1.tg[0].tw" + ; +connectAttr "TwistFollowParentKnee_L_parentConstraint1.ctx" "TwistFollowParentKnee_L.tx" + ; +connectAttr "TwistFollowParentKnee_L_parentConstraint1.cty" "TwistFollowParentKnee_L.ty" + ; +connectAttr "TwistFollowParentKnee_L_parentConstraint1.ctz" "TwistFollowParentKnee_L.tz" + ; +connectAttr "TwistFollowParentKnee_L_parentConstraint1.crx" "TwistFollowParentKnee_L.rx" + ; +connectAttr "TwistFollowParentKnee_L_parentConstraint1.cry" "TwistFollowParentKnee_L.ry" + ; +connectAttr "TwistFollowParentKnee_L_parentConstraint1.crz" "TwistFollowParentKnee_L.rz" + ; +connectAttr "TwistFollowParentKnee_L.ro" "TwistFollowParentKnee_L_parentConstraint1.cro" + ; +connectAttr "TwistFollowParentKnee_L.pim" "TwistFollowParentKnee_L_parentConstraint1.cpim" + ; +connectAttr "TwistFollowParentKnee_L.rp" "TwistFollowParentKnee_L_parentConstraint1.crp" + ; +connectAttr "TwistFollowParentKnee_L.rpt" "TwistFollowParentKnee_L_parentConstraint1.crt" + ; +connectAttr "FKXHip_L.t" "TwistFollowParentKnee_L_parentConstraint1.tg[0].tt"; +connectAttr "FKXHip_L.rp" "TwistFollowParentKnee_L_parentConstraint1.tg[0].trp"; +connectAttr "FKXHip_L.rpt" "TwistFollowParentKnee_L_parentConstraint1.tg[0].trt" + ; +connectAttr "FKXHip_L.r" "TwistFollowParentKnee_L_parentConstraint1.tg[0].tr"; +connectAttr "FKXHip_L.ro" "TwistFollowParentKnee_L_parentConstraint1.tg[0].tro"; +connectAttr "FKXHip_L.s" "TwistFollowParentKnee_L_parentConstraint1.tg[0].ts"; +connectAttr "FKXHip_L.pm" "TwistFollowParentKnee_L_parentConstraint1.tg[0].tpm"; +connectAttr "FKXHip_L.jo" "TwistFollowParentKnee_L_parentConstraint1.tg[0].tjo"; +connectAttr "FKXHip_L.ssc" "TwistFollowParentKnee_L_parentConstraint1.tg[0].tsc" + ; +connectAttr "FKXHip_L.is" "TwistFollowParentKnee_L_parentConstraint1.tg[0].tis"; +connectAttr "TwistFollowParentKnee_L_parentConstraint1.w0" "TwistFollowParentKnee_L_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Hip_L.t" "TwistFollowParentKnee_L_parentConstraint1.tg[1].tt"; +connectAttr "IKX2Hip_L.rp" "TwistFollowParentKnee_L_parentConstraint1.tg[1].trp" + ; +connectAttr "IKX2Hip_L.rpt" "TwistFollowParentKnee_L_parentConstraint1.tg[1].trt" + ; +connectAttr "IKX2Hip_L.r" "TwistFollowParentKnee_L_parentConstraint1.tg[1].tr"; +connectAttr "IKX2Hip_L.ro" "TwistFollowParentKnee_L_parentConstraint1.tg[1].tro" + ; +connectAttr "IKX2Hip_L.s" "TwistFollowParentKnee_L_parentConstraint1.tg[1].ts"; +connectAttr "IKX2Hip_L.pm" "TwistFollowParentKnee_L_parentConstraint1.tg[1].tpm" + ; +connectAttr "TwistFollowParentKnee_L_parentConstraint1.w1" "TwistFollowParentKnee_L_parentConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendLegReverse_L.ox" "TwistFollowParentKnee_L_parentConstraint1.w0" + ; +connectAttr "FKIKBlendLegUnitConversion_L.o" "TwistFollowParentKnee_L_parentConstraint1.w1" + ; +connectAttr "UnTwistKnee_L_pointConstraint1.ctx" "UnTwistKnee_L.tx"; +connectAttr "UnTwistKnee_L_pointConstraint1.cty" "UnTwistKnee_L.ty"; +connectAttr "UnTwistKnee_L_pointConstraint1.ctz" "UnTwistKnee_L.tz"; +connectAttr "UnTwistKnee_L.s" "UnTwistEndKnee_L.is"; +connectAttr "UnTwistKnee_L.pim" "UnTwistKnee_L_pointConstraint1.cpim"; +connectAttr "UnTwistKnee_L.rp" "UnTwistKnee_L_pointConstraint1.crp"; +connectAttr "UnTwistKnee_L.rpt" "UnTwistKnee_L_pointConstraint1.crt"; +connectAttr "FKXKnee_L.t" "UnTwistKnee_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXKnee_L.rp" "UnTwistKnee_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXKnee_L.rpt" "UnTwistKnee_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXKnee_L.pm" "UnTwistKnee_L_pointConstraint1.tg[0].tpm"; +connectAttr "UnTwistKnee_L_pointConstraint1.w0" "UnTwistKnee_L_pointConstraint1.tg[0].tw" + ; +connectAttr "IKX2Knee_L.t" "UnTwistKnee_L_pointConstraint1.tg[1].tt"; +connectAttr "IKX2Knee_L.rp" "UnTwistKnee_L_pointConstraint1.tg[1].trp"; +connectAttr "IKX2Knee_L.rpt" "UnTwistKnee_L_pointConstraint1.tg[1].trt"; +connectAttr "IKX2Knee_L.pm" "UnTwistKnee_L_pointConstraint1.tg[1].tpm"; +connectAttr "UnTwistKnee_L_pointConstraint1.w1" "UnTwistKnee_L_pointConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendLegReverse_L.ox" "UnTwistKnee_L_pointConstraint1.w0"; +connectAttr "FKIKBlendLegUnitConversion_L.o" "UnTwistKnee_L_pointConstraint1.w1" + ; +connectAttr "UnTwistEndKnee_L.tx" "effector8.tx"; +connectAttr "UnTwistEndKnee_L.ty" "effector8.ty"; +connectAttr "UnTwistEndKnee_L.tz" "effector8.tz"; +connectAttr "UnTwistEndKnee_L.opm" "effector8.opm"; +connectAttr "UnTwistKnee_L.s" "TwistBalancerKnee_L.is"; +connectAttr "TwistBalancerKnee_L_parentConstraint1.ctx" "TwistBalancerKnee_L.tx" + ; +connectAttr "TwistBalancerKnee_L_parentConstraint1.cty" "TwistBalancerKnee_L.ty" + ; +connectAttr "TwistBalancerKnee_L_parentConstraint1.ctz" "TwistBalancerKnee_L.tz" + ; +connectAttr "TwistBalancerKnee_L_parentConstraint1.crx" "TwistBalancerKnee_L.rx" + ; +connectAttr "TwistBalancerKnee_L_parentConstraint1.cry" "TwistBalancerKnee_L.ry" + ; +connectAttr "TwistBalancerKnee_L_parentConstraint1.crz" "TwistBalancerKnee_L.rz" + ; +connectAttr "FKKnee_LExtraTwistPlusMinusAverage.o1" "TwistBalancerKnee_L.twist"; +connectAttr "TwistBalancerKnee_L.ro" "TwistBalancerKnee_L_parentConstraint1.cro" + ; +connectAttr "TwistBalancerKnee_L.pim" "TwistBalancerKnee_L_parentConstraint1.cpim" + ; +connectAttr "TwistBalancerKnee_L.rp" "TwistBalancerKnee_L_parentConstraint1.crp" + ; +connectAttr "TwistBalancerKnee_L.rpt" "TwistBalancerKnee_L_parentConstraint1.crt" + ; +connectAttr "TwistBalancerKnee_L.jo" "TwistBalancerKnee_L_parentConstraint1.cjo" + ; +connectAttr "FKXKnee_L.t" "TwistBalancerKnee_L_parentConstraint1.tg[0].tt"; +connectAttr "FKXKnee_L.rp" "TwistBalancerKnee_L_parentConstraint1.tg[0].trp"; +connectAttr "FKXKnee_L.rpt" "TwistBalancerKnee_L_parentConstraint1.tg[0].trt"; +connectAttr "FKXKnee_L.r" "TwistBalancerKnee_L_parentConstraint1.tg[0].tr"; +connectAttr "FKXKnee_L.ro" "TwistBalancerKnee_L_parentConstraint1.tg[0].tro"; +connectAttr "FKXKnee_L.s" "TwistBalancerKnee_L_parentConstraint1.tg[0].ts"; +connectAttr "FKXKnee_L.pm" "TwistBalancerKnee_L_parentConstraint1.tg[0].tpm"; +connectAttr "FKXKnee_L.jo" "TwistBalancerKnee_L_parentConstraint1.tg[0].tjo"; +connectAttr "FKXKnee_L.ssc" "TwistBalancerKnee_L_parentConstraint1.tg[0].tsc"; +connectAttr "FKXKnee_L.is" "TwistBalancerKnee_L_parentConstraint1.tg[0].tis"; +connectAttr "TwistBalancerKnee_L_parentConstraint1.w0" "TwistBalancerKnee_L_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Knee_L.t" "TwistBalancerKnee_L_parentConstraint1.tg[1].tt"; +connectAttr "IKX2Knee_L.rp" "TwistBalancerKnee_L_parentConstraint1.tg[1].trp"; +connectAttr "IKX2Knee_L.rpt" "TwistBalancerKnee_L_parentConstraint1.tg[1].trt"; +connectAttr "IKX2Knee_L.r" "TwistBalancerKnee_L_parentConstraint1.tg[1].tr"; +connectAttr "IKX2Knee_L.ro" "TwistBalancerKnee_L_parentConstraint1.tg[1].tro"; +connectAttr "IKX2Knee_L.s" "TwistBalancerKnee_L_parentConstraint1.tg[1].ts"; +connectAttr "IKX2Knee_L.pm" "TwistBalancerKnee_L_parentConstraint1.tg[1].tpm"; +connectAttr "TwistBalancerKnee_L_parentConstraint1.w1" "TwistBalancerKnee_L_parentConstraint1.tg[1].tw" + ; +connectAttr "UnTwistKnee_L.t" "TwistBalancerKnee_L_parentConstraint1.tg[2].tt"; +connectAttr "UnTwistKnee_L.rp" "TwistBalancerKnee_L_parentConstraint1.tg[2].trp" + ; +connectAttr "UnTwistKnee_L.rpt" "TwistBalancerKnee_L_parentConstraint1.tg[2].trt" + ; +connectAttr "UnTwistKnee_L.r" "TwistBalancerKnee_L_parentConstraint1.tg[2].tr"; +connectAttr "UnTwistKnee_L.ro" "TwistBalancerKnee_L_parentConstraint1.tg[2].tro" + ; +connectAttr "UnTwistKnee_L.s" "TwistBalancerKnee_L_parentConstraint1.tg[2].ts"; +connectAttr "UnTwistKnee_L.pm" "TwistBalancerKnee_L_parentConstraint1.tg[2].tpm" + ; +connectAttr "UnTwistKnee_L.jo" "TwistBalancerKnee_L_parentConstraint1.tg[2].tjo" + ; +connectAttr "UnTwistKnee_L.ssc" "TwistBalancerKnee_L_parentConstraint1.tg[2].tsc" + ; +connectAttr "UnTwistKnee_L.is" "TwistBalancerKnee_L_parentConstraint1.tg[2].tis" + ; +connectAttr "TwistBalancerKnee_L_parentConstraint1.w2" "TwistBalancerKnee_L_parentConstraint1.tg[2].tw" + ; +connectAttr "FKIKBlendLegReverse_L.ox" "TwistBalancerKnee_L_parentConstraint1.w0" + ; +connectAttr "FKIKBlendLegUnitConversion_L.o" "TwistBalancerKnee_L_parentConstraint1.w1" + ; +connectAttr "MainTwistFlipSetRange.oz" "TwistBalancerKnee_L_parentConstraint1.w2" + ; +connectAttr "unitConversion38.o" "TwisterKnee0_L.ry"; +connectAttr "unitConversion39.o" "TwisterKnee1_L.ry"; +connectAttr "unitConversion40.o" "TwisterKnee2_L.ry"; +connectAttr "TwistFollowHip_L_parentConstraint1.ctx" "TwistFollowHip_L.tx"; +connectAttr "TwistFollowHip_L_parentConstraint1.cty" "TwistFollowHip_L.ty"; +connectAttr "TwistFollowHip_L_parentConstraint1.ctz" "TwistFollowHip_L.tz"; +connectAttr "TwistFollowHip_L_parentConstraint1.crx" "TwistFollowHip_L.rx"; +connectAttr "TwistFollowHip_L_parentConstraint1.cry" "TwistFollowHip_L.ry"; +connectAttr "TwistFollowHip_L_parentConstraint1.crz" "TwistFollowHip_L.rz"; +connectAttr "TwistFollowHip_L.ro" "TwistFollowHip_L_parentConstraint1.cro"; +connectAttr "TwistFollowHip_L.pim" "TwistFollowHip_L_parentConstraint1.cpim"; +connectAttr "TwistFollowHip_L.rp" "TwistFollowHip_L_parentConstraint1.crp"; +connectAttr "TwistFollowHip_L.rpt" "TwistFollowHip_L_parentConstraint1.crt"; +connectAttr "FKXHip_L.t" "TwistFollowHip_L_parentConstraint1.tg[0].tt"; +connectAttr "FKXHip_L.rp" "TwistFollowHip_L_parentConstraint1.tg[0].trp"; +connectAttr "FKXHip_L.rpt" "TwistFollowHip_L_parentConstraint1.tg[0].trt"; +connectAttr "FKXHip_L.r" "TwistFollowHip_L_parentConstraint1.tg[0].tr"; +connectAttr "FKXHip_L.ro" "TwistFollowHip_L_parentConstraint1.tg[0].tro"; +connectAttr "FKXHip_L.s" "TwistFollowHip_L_parentConstraint1.tg[0].ts"; +connectAttr "FKXHip_L.pm" "TwistFollowHip_L_parentConstraint1.tg[0].tpm"; +connectAttr "FKXHip_L.jo" "TwistFollowHip_L_parentConstraint1.tg[0].tjo"; +connectAttr "FKXHip_L.ssc" "TwistFollowHip_L_parentConstraint1.tg[0].tsc"; +connectAttr "FKXHip_L.is" "TwistFollowHip_L_parentConstraint1.tg[0].tis"; +connectAttr "TwistFollowHip_L_parentConstraint1.w0" "TwistFollowHip_L_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Hip_L.t" "TwistFollowHip_L_parentConstraint1.tg[1].tt"; +connectAttr "IKX2Hip_L.rp" "TwistFollowHip_L_parentConstraint1.tg[1].trp"; +connectAttr "IKX2Hip_L.rpt" "TwistFollowHip_L_parentConstraint1.tg[1].trt"; +connectAttr "IKX2Hip_L.r" "TwistFollowHip_L_parentConstraint1.tg[1].tr"; +connectAttr "IKX2Hip_L.ro" "TwistFollowHip_L_parentConstraint1.tg[1].tro"; +connectAttr "IKX2Hip_L.s" "TwistFollowHip_L_parentConstraint1.tg[1].ts"; +connectAttr "IKX2Hip_L.pm" "TwistFollowHip_L_parentConstraint1.tg[1].tpm"; +connectAttr "TwistFollowHip_L_parentConstraint1.w1" "TwistFollowHip_L_parentConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendLegReverse_L.ox" "TwistFollowHip_L_parentConstraint1.w0"; +connectAttr "FKIKBlendLegUnitConversion_L.o" "TwistFollowHip_L_parentConstraint1.w1" + ; +connectAttr "UnTwistHip_L.msg" "UnTwistIKHip_L.hsj"; +connectAttr "effector9.hp" "UnTwistIKHip_L.hee"; +connectAttr "ikRPsolver.msg" "UnTwistIKHip_L.hsv"; +connectAttr "UnTwistIKHip_L_poleVectorConstraint1.ctx" "UnTwistIKHip_L.pvx"; +connectAttr "UnTwistIKHip_L_poleVectorConstraint1.cty" "UnTwistIKHip_L.pvy"; +connectAttr "UnTwistIKHip_L_poleVectorConstraint1.ctz" "UnTwistIKHip_L.pvz"; +connectAttr "UnTwistIKHip_L.pim" "UnTwistIKHip_L_poleVectorConstraint1.cpim"; +connectAttr "UnTwistHip_L.pm" "UnTwistIKHip_L_poleVectorConstraint1.ps"; +connectAttr "UnTwistHip_L.t" "UnTwistIKHip_L_poleVectorConstraint1.crp"; +connectAttr "UnTwistHip_L.t" "UnTwistIKHip_L_poleVectorConstraint1.tg[0].tt"; +connectAttr "UnTwistHip_L.rp" "UnTwistIKHip_L_poleVectorConstraint1.tg[0].trp"; +connectAttr "UnTwistHip_L.rpt" "UnTwistIKHip_L_poleVectorConstraint1.tg[0].trt"; +connectAttr "UnTwistHip_L.pm" "UnTwistIKHip_L_poleVectorConstraint1.tg[0].tpm"; +connectAttr "UnTwistIKHip_L_poleVectorConstraint1.w0" "UnTwistIKHip_L_poleVectorConstraint1.tg[0].tw" + ; +connectAttr "TwistFollowParentHip_L_parentConstraint1.ctx" "TwistFollowParentHip_L.tx" + ; +connectAttr "TwistFollowParentHip_L_parentConstraint1.cty" "TwistFollowParentHip_L.ty" + ; +connectAttr "TwistFollowParentHip_L_parentConstraint1.ctz" "TwistFollowParentHip_L.tz" + ; +connectAttr "TwistFollowParentHip_L_parentConstraint1.crx" "TwistFollowParentHip_L.rx" + ; +connectAttr "TwistFollowParentHip_L_parentConstraint1.cry" "TwistFollowParentHip_L.ry" + ; +connectAttr "TwistFollowParentHip_L_parentConstraint1.crz" "TwistFollowParentHip_L.rz" + ; +connectAttr "TwistFollowParentHip_L.ro" "TwistFollowParentHip_L_parentConstraint1.cro" + ; +connectAttr "TwistFollowParentHip_L.pim" "TwistFollowParentHip_L_parentConstraint1.cpim" + ; +connectAttr "TwistFollowParentHip_L.rp" "TwistFollowParentHip_L_parentConstraint1.crp" + ; +connectAttr "TwistFollowParentHip_L.rpt" "TwistFollowParentHip_L_parentConstraint1.crt" + ; +connectAttr "LegLockConstrained.t" "TwistFollowParentHip_L_parentConstraint1.tg[0].tt" + ; +connectAttr "LegLockConstrained.rp" "TwistFollowParentHip_L_parentConstraint1.tg[0].trp" + ; +connectAttr "LegLockConstrained.rpt" "TwistFollowParentHip_L_parentConstraint1.tg[0].trt" + ; +connectAttr "LegLockConstrained.r" "TwistFollowParentHip_L_parentConstraint1.tg[0].tr" + ; +connectAttr "LegLockConstrained.ro" "TwistFollowParentHip_L_parentConstraint1.tg[0].tro" + ; +connectAttr "LegLockConstrained.s" "TwistFollowParentHip_L_parentConstraint1.tg[0].ts" + ; +connectAttr "LegLockConstrained.pm" "TwistFollowParentHip_L_parentConstraint1.tg[0].tpm" + ; +connectAttr "TwistFollowParentHip_L_parentConstraint1.w0" "TwistFollowParentHip_L_parentConstraint1.tg[0].tw" + ; +connectAttr "UnTwistHip_L_pointConstraint1.ctx" "UnTwistHip_L.tx"; +connectAttr "UnTwistHip_L_pointConstraint1.cty" "UnTwistHip_L.ty"; +connectAttr "UnTwistHip_L_pointConstraint1.ctz" "UnTwistHip_L.tz"; +connectAttr "UnTwistHip_L.s" "UnTwistEndHip_L.is"; +connectAttr "UnTwistHip_L.pim" "UnTwistHip_L_pointConstraint1.cpim"; +connectAttr "UnTwistHip_L.rp" "UnTwistHip_L_pointConstraint1.crp"; +connectAttr "UnTwistHip_L.rpt" "UnTwistHip_L_pointConstraint1.crt"; +connectAttr "FKXHip_L.t" "UnTwistHip_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXHip_L.rp" "UnTwistHip_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXHip_L.rpt" "UnTwistHip_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXHip_L.pm" "UnTwistHip_L_pointConstraint1.tg[0].tpm"; +connectAttr "UnTwistHip_L_pointConstraint1.w0" "UnTwistHip_L_pointConstraint1.tg[0].tw" + ; +connectAttr "IKX2Hip_L.t" "UnTwistHip_L_pointConstraint1.tg[1].tt"; +connectAttr "IKX2Hip_L.rp" "UnTwistHip_L_pointConstraint1.tg[1].trp"; +connectAttr "IKX2Hip_L.rpt" "UnTwistHip_L_pointConstraint1.tg[1].trt"; +connectAttr "IKX2Hip_L.pm" "UnTwistHip_L_pointConstraint1.tg[1].tpm"; +connectAttr "UnTwistHip_L_pointConstraint1.w1" "UnTwistHip_L_pointConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendLegReverse_L.ox" "UnTwistHip_L_pointConstraint1.w0"; +connectAttr "FKIKBlendLegUnitConversion_L.o" "UnTwistHip_L_pointConstraint1.w1"; +connectAttr "UnTwistEndHip_L.tx" "effector9.tx"; +connectAttr "UnTwistEndHip_L.ty" "effector9.ty"; +connectAttr "UnTwistEndHip_L.tz" "effector9.tz"; +connectAttr "UnTwistEndHip_L.opm" "effector9.opm"; +connectAttr "UnTwistHip_L.s" "TwistBalancerHip_L.is"; +connectAttr "TwistBalancerHip_L_parentConstraint1.ctx" "TwistBalancerHip_L.tx"; +connectAttr "TwistBalancerHip_L_parentConstraint1.cty" "TwistBalancerHip_L.ty"; +connectAttr "TwistBalancerHip_L_parentConstraint1.ctz" "TwistBalancerHip_L.tz"; +connectAttr "TwistBalancerHip_L_parentConstraint1.crx" "TwistBalancerHip_L.rx"; +connectAttr "TwistBalancerHip_L_parentConstraint1.cry" "TwistBalancerHip_L.ry"; +connectAttr "TwistBalancerHip_L_parentConstraint1.crz" "TwistBalancerHip_L.rz"; +connectAttr "FKHip_LExtraTwistPlusMinusAverage.o1" "TwistBalancerHip_L.twist"; +connectAttr "TwistBalancerHip_L.ro" "TwistBalancerHip_L_parentConstraint1.cro"; +connectAttr "TwistBalancerHip_L.pim" "TwistBalancerHip_L_parentConstraint1.cpim" + ; +connectAttr "TwistBalancerHip_L.rp" "TwistBalancerHip_L_parentConstraint1.crp"; +connectAttr "TwistBalancerHip_L.rpt" "TwistBalancerHip_L_parentConstraint1.crt"; +connectAttr "TwistBalancerHip_L.jo" "TwistBalancerHip_L_parentConstraint1.cjo"; +connectAttr "FKXHip_L.t" "TwistBalancerHip_L_parentConstraint1.tg[0].tt"; +connectAttr "FKXHip_L.rp" "TwistBalancerHip_L_parentConstraint1.tg[0].trp"; +connectAttr "FKXHip_L.rpt" "TwistBalancerHip_L_parentConstraint1.tg[0].trt"; +connectAttr "FKXHip_L.r" "TwistBalancerHip_L_parentConstraint1.tg[0].tr"; +connectAttr "FKXHip_L.ro" "TwistBalancerHip_L_parentConstraint1.tg[0].tro"; +connectAttr "FKXHip_L.s" "TwistBalancerHip_L_parentConstraint1.tg[0].ts"; +connectAttr "FKXHip_L.pm" "TwistBalancerHip_L_parentConstraint1.tg[0].tpm"; +connectAttr "FKXHip_L.jo" "TwistBalancerHip_L_parentConstraint1.tg[0].tjo"; +connectAttr "FKXHip_L.ssc" "TwistBalancerHip_L_parentConstraint1.tg[0].tsc"; +connectAttr "FKXHip_L.is" "TwistBalancerHip_L_parentConstraint1.tg[0].tis"; +connectAttr "TwistBalancerHip_L_parentConstraint1.w0" "TwistBalancerHip_L_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Hip_L.t" "TwistBalancerHip_L_parentConstraint1.tg[1].tt"; +connectAttr "IKX2Hip_L.rp" "TwistBalancerHip_L_parentConstraint1.tg[1].trp"; +connectAttr "IKX2Hip_L.rpt" "TwistBalancerHip_L_parentConstraint1.tg[1].trt"; +connectAttr "IKX2Hip_L.r" "TwistBalancerHip_L_parentConstraint1.tg[1].tr"; +connectAttr "IKX2Hip_L.ro" "TwistBalancerHip_L_parentConstraint1.tg[1].tro"; +connectAttr "IKX2Hip_L.s" "TwistBalancerHip_L_parentConstraint1.tg[1].ts"; +connectAttr "IKX2Hip_L.pm" "TwistBalancerHip_L_parentConstraint1.tg[1].tpm"; +connectAttr "TwistBalancerHip_L_parentConstraint1.w1" "TwistBalancerHip_L_parentConstraint1.tg[1].tw" + ; +connectAttr "UnTwistHip_L.t" "TwistBalancerHip_L_parentConstraint1.tg[2].tt"; +connectAttr "UnTwistHip_L.rp" "TwistBalancerHip_L_parentConstraint1.tg[2].trp"; +connectAttr "UnTwistHip_L.rpt" "TwistBalancerHip_L_parentConstraint1.tg[2].trt"; +connectAttr "UnTwistHip_L.r" "TwistBalancerHip_L_parentConstraint1.tg[2].tr"; +connectAttr "UnTwistHip_L.ro" "TwistBalancerHip_L_parentConstraint1.tg[2].tro"; +connectAttr "UnTwistHip_L.s" "TwistBalancerHip_L_parentConstraint1.tg[2].ts"; +connectAttr "UnTwistHip_L.pm" "TwistBalancerHip_L_parentConstraint1.tg[2].tpm"; +connectAttr "UnTwistHip_L.jo" "TwistBalancerHip_L_parentConstraint1.tg[2].tjo"; +connectAttr "UnTwistHip_L.ssc" "TwistBalancerHip_L_parentConstraint1.tg[2].tsc"; +connectAttr "UnTwistHip_L.is" "TwistBalancerHip_L_parentConstraint1.tg[2].tis"; +connectAttr "TwistBalancerHip_L_parentConstraint1.w2" "TwistBalancerHip_L_parentConstraint1.tg[2].tw" + ; +connectAttr "FKIKBlendLegReverse_L.ox" "TwistBalancerHip_L_parentConstraint1.w0" + ; +connectAttr "FKIKBlendLegUnitConversion_L.o" "TwistBalancerHip_L_parentConstraint1.w1" + ; +connectAttr "MainTwistFlipSetRange.oz" "TwistBalancerHip_L_parentConstraint1.w2" + ; +connectAttr "unitConversion42.o" "TwisterHip0_L.ry"; +connectAttr "unitConversion43.o" "TwisterHip1_L.ry"; +connectAttr "unitConversion44.o" "TwisterHip2_L.ry"; +connectAttr "TwistFollowWrist_L_parentConstraint1.ctx" "TwistFollowWrist_L.tx"; +connectAttr "TwistFollowWrist_L_parentConstraint1.cty" "TwistFollowWrist_L.ty"; +connectAttr "TwistFollowWrist_L_parentConstraint1.ctz" "TwistFollowWrist_L.tz"; +connectAttr "TwistFollowWrist_L_parentConstraint1.crx" "TwistFollowWrist_L.rx"; +connectAttr "TwistFollowWrist_L_parentConstraint1.cry" "TwistFollowWrist_L.ry"; +connectAttr "TwistFollowWrist_L_parentConstraint1.crz" "TwistFollowWrist_L.rz"; +connectAttr "TwistFollowWrist_L.ro" "TwistFollowWrist_L_parentConstraint1.cro"; +connectAttr "TwistFollowWrist_L.pim" "TwistFollowWrist_L_parentConstraint1.cpim" + ; +connectAttr "TwistFollowWrist_L.rp" "TwistFollowWrist_L_parentConstraint1.crp"; +connectAttr "TwistFollowWrist_L.rpt" "TwistFollowWrist_L_parentConstraint1.crt"; +connectAttr "FKXWrist_L.t" "TwistFollowWrist_L_parentConstraint1.tg[0].tt"; +connectAttr "FKXWrist_L.rp" "TwistFollowWrist_L_parentConstraint1.tg[0].trp"; +connectAttr "FKXWrist_L.rpt" "TwistFollowWrist_L_parentConstraint1.tg[0].trt"; +connectAttr "FKXWrist_L.r" "TwistFollowWrist_L_parentConstraint1.tg[0].tr"; +connectAttr "FKXWrist_L.ro" "TwistFollowWrist_L_parentConstraint1.tg[0].tro"; +connectAttr "FKXWrist_L.s" "TwistFollowWrist_L_parentConstraint1.tg[0].ts"; +connectAttr "FKXWrist_L.pm" "TwistFollowWrist_L_parentConstraint1.tg[0].tpm"; +connectAttr "FKXWrist_L.jo" "TwistFollowWrist_L_parentConstraint1.tg[0].tjo"; +connectAttr "FKXWrist_L.ssc" "TwistFollowWrist_L_parentConstraint1.tg[0].tsc"; +connectAttr "FKXWrist_L.is" "TwistFollowWrist_L_parentConstraint1.tg[0].tis"; +connectAttr "TwistFollowWrist_L_parentConstraint1.w0" "TwistFollowWrist_L_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Wrist_L.t" "TwistFollowWrist_L_parentConstraint1.tg[1].tt"; +connectAttr "IKX2Wrist_L.rp" "TwistFollowWrist_L_parentConstraint1.tg[1].trp"; +connectAttr "IKX2Wrist_L.rpt" "TwistFollowWrist_L_parentConstraint1.tg[1].trt"; +connectAttr "IKX2Wrist_L.r" "TwistFollowWrist_L_parentConstraint1.tg[1].tr"; +connectAttr "IKX2Wrist_L.ro" "TwistFollowWrist_L_parentConstraint1.tg[1].tro"; +connectAttr "IKX2Wrist_L.s" "TwistFollowWrist_L_parentConstraint1.tg[1].ts"; +connectAttr "IKX2Wrist_L.pm" "TwistFollowWrist_L_parentConstraint1.tg[1].tpm"; +connectAttr "TwistFollowWrist_L_parentConstraint1.w1" "TwistFollowWrist_L_parentConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendArmReverse_L.ox" "TwistFollowWrist_L_parentConstraint1.w0" + ; +connectAttr "FKIKBlendArmUnitConversion_L.o" "TwistFollowWrist_L_parentConstraint1.w1" + ; +connectAttr "UnTwistWrist_L.msg" "UnTwistIKWrist_L.hsj"; +connectAttr "effector10.hp" "UnTwistIKWrist_L.hee"; +connectAttr "ikRPsolver.msg" "UnTwistIKWrist_L.hsv"; +connectAttr "UnTwistIKWrist_L_poleVectorConstraint1.ctx" "UnTwistIKWrist_L.pvx"; +connectAttr "UnTwistIKWrist_L_poleVectorConstraint1.cty" "UnTwistIKWrist_L.pvy"; +connectAttr "UnTwistIKWrist_L_poleVectorConstraint1.ctz" "UnTwistIKWrist_L.pvz"; +connectAttr "UnTwistIKWrist_L.pim" "UnTwistIKWrist_L_poleVectorConstraint1.cpim" + ; +connectAttr "UnTwistWrist_L.pm" "UnTwistIKWrist_L_poleVectorConstraint1.ps"; +connectAttr "UnTwistWrist_L.t" "UnTwistIKWrist_L_poleVectorConstraint1.crp"; +connectAttr "UnTwistWrist_L.t" "UnTwistIKWrist_L_poleVectorConstraint1.tg[0].tt" + ; +connectAttr "UnTwistWrist_L.rp" "UnTwistIKWrist_L_poleVectorConstraint1.tg[0].trp" + ; +connectAttr "UnTwistWrist_L.rpt" "UnTwistIKWrist_L_poleVectorConstraint1.tg[0].trt" + ; +connectAttr "UnTwistWrist_L.pm" "UnTwistIKWrist_L_poleVectorConstraint1.tg[0].tpm" + ; +connectAttr "UnTwistIKWrist_L_poleVectorConstraint1.w0" "UnTwistIKWrist_L_poleVectorConstraint1.tg[0].tw" + ; +connectAttr "TwistFollowParentWrist_L_parentConstraint1.ctx" "TwistFollowParentWrist_L.tx" + ; +connectAttr "TwistFollowParentWrist_L_parentConstraint1.cty" "TwistFollowParentWrist_L.ty" + ; +connectAttr "TwistFollowParentWrist_L_parentConstraint1.ctz" "TwistFollowParentWrist_L.tz" + ; +connectAttr "TwistFollowParentWrist_L_parentConstraint1.crx" "TwistFollowParentWrist_L.rx" + ; +connectAttr "TwistFollowParentWrist_L_parentConstraint1.cry" "TwistFollowParentWrist_L.ry" + ; +connectAttr "TwistFollowParentWrist_L_parentConstraint1.crz" "TwistFollowParentWrist_L.rz" + ; +connectAttr "TwistFollowParentWrist_L.ro" "TwistFollowParentWrist_L_parentConstraint1.cro" + ; +connectAttr "TwistFollowParentWrist_L.pim" "TwistFollowParentWrist_L_parentConstraint1.cpim" + ; +connectAttr "TwistFollowParentWrist_L.rp" "TwistFollowParentWrist_L_parentConstraint1.crp" + ; +connectAttr "TwistFollowParentWrist_L.rpt" "TwistFollowParentWrist_L_parentConstraint1.crt" + ; +connectAttr "FKXElbow_L.t" "TwistFollowParentWrist_L_parentConstraint1.tg[0].tt" + ; +connectAttr "FKXElbow_L.rp" "TwistFollowParentWrist_L_parentConstraint1.tg[0].trp" + ; +connectAttr "FKXElbow_L.rpt" "TwistFollowParentWrist_L_parentConstraint1.tg[0].trt" + ; +connectAttr "FKXElbow_L.r" "TwistFollowParentWrist_L_parentConstraint1.tg[0].tr" + ; +connectAttr "FKXElbow_L.ro" "TwistFollowParentWrist_L_parentConstraint1.tg[0].tro" + ; +connectAttr "FKXElbow_L.s" "TwistFollowParentWrist_L_parentConstraint1.tg[0].ts" + ; +connectAttr "FKXElbow_L.pm" "TwistFollowParentWrist_L_parentConstraint1.tg[0].tpm" + ; +connectAttr "FKXElbow_L.jo" "TwistFollowParentWrist_L_parentConstraint1.tg[0].tjo" + ; +connectAttr "FKXElbow_L.ssc" "TwistFollowParentWrist_L_parentConstraint1.tg[0].tsc" + ; +connectAttr "FKXElbow_L.is" "TwistFollowParentWrist_L_parentConstraint1.tg[0].tis" + ; +connectAttr "TwistFollowParentWrist_L_parentConstraint1.w0" "TwistFollowParentWrist_L_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Elbow_L.t" "TwistFollowParentWrist_L_parentConstraint1.tg[1].tt" + ; +connectAttr "IKX2Elbow_L.rp" "TwistFollowParentWrist_L_parentConstraint1.tg[1].trp" + ; +connectAttr "IKX2Elbow_L.rpt" "TwistFollowParentWrist_L_parentConstraint1.tg[1].trt" + ; +connectAttr "IKX2Elbow_L.r" "TwistFollowParentWrist_L_parentConstraint1.tg[1].tr" + ; +connectAttr "IKX2Elbow_L.ro" "TwistFollowParentWrist_L_parentConstraint1.tg[1].tro" + ; +connectAttr "IKX2Elbow_L.s" "TwistFollowParentWrist_L_parentConstraint1.tg[1].ts" + ; +connectAttr "IKX2Elbow_L.pm" "TwistFollowParentWrist_L_parentConstraint1.tg[1].tpm" + ; +connectAttr "TwistFollowParentWrist_L_parentConstraint1.w1" "TwistFollowParentWrist_L_parentConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendArmReverse_L.ox" "TwistFollowParentWrist_L_parentConstraint1.w0" + ; +connectAttr "FKIKBlendArmUnitConversion_L.o" "TwistFollowParentWrist_L_parentConstraint1.w1" + ; +connectAttr "UnTwistWrist_L_pointConstraint1.ctx" "UnTwistWrist_L.tx"; +connectAttr "UnTwistWrist_L_pointConstraint1.cty" "UnTwistWrist_L.ty"; +connectAttr "UnTwistWrist_L_pointConstraint1.ctz" "UnTwistWrist_L.tz"; +connectAttr "UnTwistWrist_L.s" "UnTwistEndWrist_L.is"; +connectAttr "UnTwistWrist_L.pim" "UnTwistWrist_L_pointConstraint1.cpim"; +connectAttr "UnTwistWrist_L.rp" "UnTwistWrist_L_pointConstraint1.crp"; +connectAttr "UnTwistWrist_L.rpt" "UnTwistWrist_L_pointConstraint1.crt"; +connectAttr "FKXWrist_L.t" "UnTwistWrist_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXWrist_L.rp" "UnTwistWrist_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXWrist_L.rpt" "UnTwistWrist_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXWrist_L.pm" "UnTwistWrist_L_pointConstraint1.tg[0].tpm"; +connectAttr "UnTwistWrist_L_pointConstraint1.w0" "UnTwistWrist_L_pointConstraint1.tg[0].tw" + ; +connectAttr "IKX2Wrist_L.t" "UnTwistWrist_L_pointConstraint1.tg[1].tt"; +connectAttr "IKX2Wrist_L.rp" "UnTwistWrist_L_pointConstraint1.tg[1].trp"; +connectAttr "IKX2Wrist_L.rpt" "UnTwistWrist_L_pointConstraint1.tg[1].trt"; +connectAttr "IKX2Wrist_L.pm" "UnTwistWrist_L_pointConstraint1.tg[1].tpm"; +connectAttr "UnTwistWrist_L_pointConstraint1.w1" "UnTwistWrist_L_pointConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendArmReverse_L.ox" "UnTwistWrist_L_pointConstraint1.w0"; +connectAttr "FKIKBlendArmUnitConversion_L.o" "UnTwistWrist_L_pointConstraint1.w1" + ; +connectAttr "UnTwistEndWrist_L.tx" "effector10.tx"; +connectAttr "UnTwistEndWrist_L.ty" "effector10.ty"; +connectAttr "UnTwistEndWrist_L.tz" "effector10.tz"; +connectAttr "UnTwistEndWrist_L.opm" "effector10.opm"; +connectAttr "UnTwistWrist_L.s" "TwistBalancerWrist_L.is"; +connectAttr "TwistBalancerWrist_L_parentConstraint1.ctx" "TwistBalancerWrist_L.tx" + ; +connectAttr "TwistBalancerWrist_L_parentConstraint1.cty" "TwistBalancerWrist_L.ty" + ; +connectAttr "TwistBalancerWrist_L_parentConstraint1.ctz" "TwistBalancerWrist_L.tz" + ; +connectAttr "TwistBalancerWrist_L_parentConstraint1.crx" "TwistBalancerWrist_L.rx" + ; +connectAttr "TwistBalancerWrist_L_parentConstraint1.cry" "TwistBalancerWrist_L.ry" + ; +connectAttr "TwistBalancerWrist_L_parentConstraint1.crz" "TwistBalancerWrist_L.rz" + ; +connectAttr "FKWrist_LExtraTwistPlusMinusAverage.o1" "TwistBalancerWrist_L.twist" + ; +connectAttr "TwistBalancerWrist_L.ro" "TwistBalancerWrist_L_parentConstraint1.cro" + ; +connectAttr "TwistBalancerWrist_L.pim" "TwistBalancerWrist_L_parentConstraint1.cpim" + ; +connectAttr "TwistBalancerWrist_L.rp" "TwistBalancerWrist_L_parentConstraint1.crp" + ; +connectAttr "TwistBalancerWrist_L.rpt" "TwistBalancerWrist_L_parentConstraint1.crt" + ; +connectAttr "TwistBalancerWrist_L.jo" "TwistBalancerWrist_L_parentConstraint1.cjo" + ; +connectAttr "FKXWrist_L.t" "TwistBalancerWrist_L_parentConstraint1.tg[0].tt"; +connectAttr "FKXWrist_L.rp" "TwistBalancerWrist_L_parentConstraint1.tg[0].trp"; +connectAttr "FKXWrist_L.rpt" "TwistBalancerWrist_L_parentConstraint1.tg[0].trt"; +connectAttr "FKXWrist_L.r" "TwistBalancerWrist_L_parentConstraint1.tg[0].tr"; +connectAttr "FKXWrist_L.ro" "TwistBalancerWrist_L_parentConstraint1.tg[0].tro"; +connectAttr "FKXWrist_L.s" "TwistBalancerWrist_L_parentConstraint1.tg[0].ts"; +connectAttr "FKXWrist_L.pm" "TwistBalancerWrist_L_parentConstraint1.tg[0].tpm"; +connectAttr "FKXWrist_L.jo" "TwistBalancerWrist_L_parentConstraint1.tg[0].tjo"; +connectAttr "FKXWrist_L.ssc" "TwistBalancerWrist_L_parentConstraint1.tg[0].tsc"; +connectAttr "FKXWrist_L.is" "TwistBalancerWrist_L_parentConstraint1.tg[0].tis"; +connectAttr "TwistBalancerWrist_L_parentConstraint1.w0" "TwistBalancerWrist_L_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Wrist_L.t" "TwistBalancerWrist_L_parentConstraint1.tg[1].tt"; +connectAttr "IKX2Wrist_L.rp" "TwistBalancerWrist_L_parentConstraint1.tg[1].trp"; +connectAttr "IKX2Wrist_L.rpt" "TwistBalancerWrist_L_parentConstraint1.tg[1].trt" + ; +connectAttr "IKX2Wrist_L.r" "TwistBalancerWrist_L_parentConstraint1.tg[1].tr"; +connectAttr "IKX2Wrist_L.ro" "TwistBalancerWrist_L_parentConstraint1.tg[1].tro"; +connectAttr "IKX2Wrist_L.s" "TwistBalancerWrist_L_parentConstraint1.tg[1].ts"; +connectAttr "IKX2Wrist_L.pm" "TwistBalancerWrist_L_parentConstraint1.tg[1].tpm"; +connectAttr "TwistBalancerWrist_L_parentConstraint1.w1" "TwistBalancerWrist_L_parentConstraint1.tg[1].tw" + ; +connectAttr "UnTwistWrist_L.t" "TwistBalancerWrist_L_parentConstraint1.tg[2].tt" + ; +connectAttr "UnTwistWrist_L.rp" "TwistBalancerWrist_L_parentConstraint1.tg[2].trp" + ; +connectAttr "UnTwistWrist_L.rpt" "TwistBalancerWrist_L_parentConstraint1.tg[2].trt" + ; +connectAttr "UnTwistWrist_L.r" "TwistBalancerWrist_L_parentConstraint1.tg[2].tr" + ; +connectAttr "UnTwistWrist_L.ro" "TwistBalancerWrist_L_parentConstraint1.tg[2].tro" + ; +connectAttr "UnTwistWrist_L.s" "TwistBalancerWrist_L_parentConstraint1.tg[2].ts" + ; +connectAttr "UnTwistWrist_L.pm" "TwistBalancerWrist_L_parentConstraint1.tg[2].tpm" + ; +connectAttr "UnTwistWrist_L.jo" "TwistBalancerWrist_L_parentConstraint1.tg[2].tjo" + ; +connectAttr "UnTwistWrist_L.ssc" "TwistBalancerWrist_L_parentConstraint1.tg[2].tsc" + ; +connectAttr "UnTwistWrist_L.is" "TwistBalancerWrist_L_parentConstraint1.tg[2].tis" + ; +connectAttr "TwistBalancerWrist_L_parentConstraint1.w2" "TwistBalancerWrist_L_parentConstraint1.tg[2].tw" + ; +connectAttr "FKIKBlendArmReverse_L.ox" "TwistBalancerWrist_L_parentConstraint1.w0" + ; +connectAttr "FKIKBlendArmUnitConversion_L.o" "TwistBalancerWrist_L_parentConstraint1.w1" + ; +connectAttr "MainTwistFlipSetRange.oz" "TwistBalancerWrist_L_parentConstraint1.w2" + ; +connectAttr "unitConversion46.o" "TwisterWrist0_L.ry"; +connectAttr "unitConversion47.o" "TwisterWrist1_L.ry"; +connectAttr "unitConversion48.o" "TwisterWrist2_L.ry"; +connectAttr "TwistFollowElbow_L_parentConstraint1.ctx" "TwistFollowElbow_L.tx"; +connectAttr "TwistFollowElbow_L_parentConstraint1.cty" "TwistFollowElbow_L.ty"; +connectAttr "TwistFollowElbow_L_parentConstraint1.ctz" "TwistFollowElbow_L.tz"; +connectAttr "TwistFollowElbow_L_parentConstraint1.crx" "TwistFollowElbow_L.rx"; +connectAttr "TwistFollowElbow_L_parentConstraint1.cry" "TwistFollowElbow_L.ry"; +connectAttr "TwistFollowElbow_L_parentConstraint1.crz" "TwistFollowElbow_L.rz"; +connectAttr "TwistFollowElbow_L.ro" "TwistFollowElbow_L_parentConstraint1.cro"; +connectAttr "TwistFollowElbow_L.pim" "TwistFollowElbow_L_parentConstraint1.cpim" + ; +connectAttr "TwistFollowElbow_L.rp" "TwistFollowElbow_L_parentConstraint1.crp"; +connectAttr "TwistFollowElbow_L.rpt" "TwistFollowElbow_L_parentConstraint1.crt"; +connectAttr "FKXElbow_L.t" "TwistFollowElbow_L_parentConstraint1.tg[0].tt"; +connectAttr "FKXElbow_L.rp" "TwistFollowElbow_L_parentConstraint1.tg[0].trp"; +connectAttr "FKXElbow_L.rpt" "TwistFollowElbow_L_parentConstraint1.tg[0].trt"; +connectAttr "FKXElbow_L.r" "TwistFollowElbow_L_parentConstraint1.tg[0].tr"; +connectAttr "FKXElbow_L.ro" "TwistFollowElbow_L_parentConstraint1.tg[0].tro"; +connectAttr "FKXElbow_L.s" "TwistFollowElbow_L_parentConstraint1.tg[0].ts"; +connectAttr "FKXElbow_L.pm" "TwistFollowElbow_L_parentConstraint1.tg[0].tpm"; +connectAttr "FKXElbow_L.jo" "TwistFollowElbow_L_parentConstraint1.tg[0].tjo"; +connectAttr "FKXElbow_L.ssc" "TwistFollowElbow_L_parentConstraint1.tg[0].tsc"; +connectAttr "FKXElbow_L.is" "TwistFollowElbow_L_parentConstraint1.tg[0].tis"; +connectAttr "TwistFollowElbow_L_parentConstraint1.w0" "TwistFollowElbow_L_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Elbow_L.t" "TwistFollowElbow_L_parentConstraint1.tg[1].tt"; +connectAttr "IKX2Elbow_L.rp" "TwistFollowElbow_L_parentConstraint1.tg[1].trp"; +connectAttr "IKX2Elbow_L.rpt" "TwistFollowElbow_L_parentConstraint1.tg[1].trt"; +connectAttr "IKX2Elbow_L.r" "TwistFollowElbow_L_parentConstraint1.tg[1].tr"; +connectAttr "IKX2Elbow_L.ro" "TwistFollowElbow_L_parentConstraint1.tg[1].tro"; +connectAttr "IKX2Elbow_L.s" "TwistFollowElbow_L_parentConstraint1.tg[1].ts"; +connectAttr "IKX2Elbow_L.pm" "TwistFollowElbow_L_parentConstraint1.tg[1].tpm"; +connectAttr "TwistFollowElbow_L_parentConstraint1.w1" "TwistFollowElbow_L_parentConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendArmReverse_L.ox" "TwistFollowElbow_L_parentConstraint1.w0" + ; +connectAttr "FKIKBlendArmUnitConversion_L.o" "TwistFollowElbow_L_parentConstraint1.w1" + ; +connectAttr "UnTwistElbow_L.msg" "UnTwistIKElbow_L.hsj"; +connectAttr "effector11.hp" "UnTwistIKElbow_L.hee"; +connectAttr "ikRPsolver.msg" "UnTwistIKElbow_L.hsv"; +connectAttr "UnTwistIKElbow_L_poleVectorConstraint1.ctx" "UnTwistIKElbow_L.pvx"; +connectAttr "UnTwistIKElbow_L_poleVectorConstraint1.cty" "UnTwistIKElbow_L.pvy"; +connectAttr "UnTwistIKElbow_L_poleVectorConstraint1.ctz" "UnTwistIKElbow_L.pvz"; +connectAttr "UnTwistIKElbow_L.pim" "UnTwistIKElbow_L_poleVectorConstraint1.cpim" + ; +connectAttr "UnTwistElbow_L.pm" "UnTwistIKElbow_L_poleVectorConstraint1.ps"; +connectAttr "UnTwistElbow_L.t" "UnTwistIKElbow_L_poleVectorConstraint1.crp"; +connectAttr "UnTwistElbow_L.t" "UnTwistIKElbow_L_poleVectorConstraint1.tg[0].tt" + ; +connectAttr "UnTwistElbow_L.rp" "UnTwistIKElbow_L_poleVectorConstraint1.tg[0].trp" + ; +connectAttr "UnTwistElbow_L.rpt" "UnTwistIKElbow_L_poleVectorConstraint1.tg[0].trt" + ; +connectAttr "UnTwistElbow_L.pm" "UnTwistIKElbow_L_poleVectorConstraint1.tg[0].tpm" + ; +connectAttr "UnTwistIKElbow_L_poleVectorConstraint1.w0" "UnTwistIKElbow_L_poleVectorConstraint1.tg[0].tw" + ; +connectAttr "TwistFollowParentElbow_L_parentConstraint1.ctx" "TwistFollowParentElbow_L.tx" + ; +connectAttr "TwistFollowParentElbow_L_parentConstraint1.cty" "TwistFollowParentElbow_L.ty" + ; +connectAttr "TwistFollowParentElbow_L_parentConstraint1.ctz" "TwistFollowParentElbow_L.tz" + ; +connectAttr "TwistFollowParentElbow_L_parentConstraint1.crx" "TwistFollowParentElbow_L.rx" + ; +connectAttr "TwistFollowParentElbow_L_parentConstraint1.cry" "TwistFollowParentElbow_L.ry" + ; +connectAttr "TwistFollowParentElbow_L_parentConstraint1.crz" "TwistFollowParentElbow_L.rz" + ; +connectAttr "TwistFollowParentElbow_L.ro" "TwistFollowParentElbow_L_parentConstraint1.cro" + ; +connectAttr "TwistFollowParentElbow_L.pim" "TwistFollowParentElbow_L_parentConstraint1.cpim" + ; +connectAttr "TwistFollowParentElbow_L.rp" "TwistFollowParentElbow_L_parentConstraint1.crp" + ; +connectAttr "TwistFollowParentElbow_L.rpt" "TwistFollowParentElbow_L_parentConstraint1.crt" + ; +connectAttr "FKXShoulder_L.t" "TwistFollowParentElbow_L_parentConstraint1.tg[0].tt" + ; +connectAttr "FKXShoulder_L.rp" "TwistFollowParentElbow_L_parentConstraint1.tg[0].trp" + ; +connectAttr "FKXShoulder_L.rpt" "TwistFollowParentElbow_L_parentConstraint1.tg[0].trt" + ; +connectAttr "FKXShoulder_L.r" "TwistFollowParentElbow_L_parentConstraint1.tg[0].tr" + ; +connectAttr "FKXShoulder_L.ro" "TwistFollowParentElbow_L_parentConstraint1.tg[0].tro" + ; +connectAttr "FKXShoulder_L.s" "TwistFollowParentElbow_L_parentConstraint1.tg[0].ts" + ; +connectAttr "FKXShoulder_L.pm" "TwistFollowParentElbow_L_parentConstraint1.tg[0].tpm" + ; +connectAttr "FKXShoulder_L.jo" "TwistFollowParentElbow_L_parentConstraint1.tg[0].tjo" + ; +connectAttr "FKXShoulder_L.ssc" "TwistFollowParentElbow_L_parentConstraint1.tg[0].tsc" + ; +connectAttr "FKXShoulder_L.is" "TwistFollowParentElbow_L_parentConstraint1.tg[0].tis" + ; +connectAttr "TwistFollowParentElbow_L_parentConstraint1.w0" "TwistFollowParentElbow_L_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Shoulder_L.t" "TwistFollowParentElbow_L_parentConstraint1.tg[1].tt" + ; +connectAttr "IKX2Shoulder_L.rp" "TwistFollowParentElbow_L_parentConstraint1.tg[1].trp" + ; +connectAttr "IKX2Shoulder_L.rpt" "TwistFollowParentElbow_L_parentConstraint1.tg[1].trt" + ; +connectAttr "IKX2Shoulder_L.r" "TwistFollowParentElbow_L_parentConstraint1.tg[1].tr" + ; +connectAttr "IKX2Shoulder_L.ro" "TwistFollowParentElbow_L_parentConstraint1.tg[1].tro" + ; +connectAttr "IKX2Shoulder_L.s" "TwistFollowParentElbow_L_parentConstraint1.tg[1].ts" + ; +connectAttr "IKX2Shoulder_L.pm" "TwistFollowParentElbow_L_parentConstraint1.tg[1].tpm" + ; +connectAttr "TwistFollowParentElbow_L_parentConstraint1.w1" "TwistFollowParentElbow_L_parentConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendArmReverse_L.ox" "TwistFollowParentElbow_L_parentConstraint1.w0" + ; +connectAttr "FKIKBlendArmUnitConversion_L.o" "TwistFollowParentElbow_L_parentConstraint1.w1" + ; +connectAttr "UnTwistElbow_L_pointConstraint1.ctx" "UnTwistElbow_L.tx"; +connectAttr "UnTwistElbow_L_pointConstraint1.cty" "UnTwistElbow_L.ty"; +connectAttr "UnTwistElbow_L_pointConstraint1.ctz" "UnTwistElbow_L.tz"; +connectAttr "UnTwistElbow_L.s" "UnTwistEndElbow_L.is"; +connectAttr "UnTwistElbow_L.pim" "UnTwistElbow_L_pointConstraint1.cpim"; +connectAttr "UnTwistElbow_L.rp" "UnTwistElbow_L_pointConstraint1.crp"; +connectAttr "UnTwistElbow_L.rpt" "UnTwistElbow_L_pointConstraint1.crt"; +connectAttr "FKXElbow_L.t" "UnTwistElbow_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXElbow_L.rp" "UnTwistElbow_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXElbow_L.rpt" "UnTwistElbow_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXElbow_L.pm" "UnTwistElbow_L_pointConstraint1.tg[0].tpm"; +connectAttr "UnTwistElbow_L_pointConstraint1.w0" "UnTwistElbow_L_pointConstraint1.tg[0].tw" + ; +connectAttr "IKX2Elbow_L.t" "UnTwistElbow_L_pointConstraint1.tg[1].tt"; +connectAttr "IKX2Elbow_L.rp" "UnTwistElbow_L_pointConstraint1.tg[1].trp"; +connectAttr "IKX2Elbow_L.rpt" "UnTwistElbow_L_pointConstraint1.tg[1].trt"; +connectAttr "IKX2Elbow_L.pm" "UnTwistElbow_L_pointConstraint1.tg[1].tpm"; +connectAttr "UnTwistElbow_L_pointConstraint1.w1" "UnTwistElbow_L_pointConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendArmReverse_L.ox" "UnTwistElbow_L_pointConstraint1.w0"; +connectAttr "FKIKBlendArmUnitConversion_L.o" "UnTwistElbow_L_pointConstraint1.w1" + ; +connectAttr "UnTwistEndElbow_L.tx" "effector11.tx"; +connectAttr "UnTwistEndElbow_L.ty" "effector11.ty"; +connectAttr "UnTwistEndElbow_L.tz" "effector11.tz"; +connectAttr "UnTwistEndElbow_L.opm" "effector11.opm"; +connectAttr "UnTwistElbow_L.s" "TwistBalancerElbow_L.is"; +connectAttr "TwistBalancerElbow_L_parentConstraint1.ctx" "TwistBalancerElbow_L.tx" + ; +connectAttr "TwistBalancerElbow_L_parentConstraint1.cty" "TwistBalancerElbow_L.ty" + ; +connectAttr "TwistBalancerElbow_L_parentConstraint1.ctz" "TwistBalancerElbow_L.tz" + ; +connectAttr "TwistBalancerElbow_L_parentConstraint1.crx" "TwistBalancerElbow_L.rx" + ; +connectAttr "TwistBalancerElbow_L_parentConstraint1.cry" "TwistBalancerElbow_L.ry" + ; +connectAttr "TwistBalancerElbow_L_parentConstraint1.crz" "TwistBalancerElbow_L.rz" + ; +connectAttr "FKElbow_LExtraTwistPlusMinusAverage.o1" "TwistBalancerElbow_L.twist" + ; +connectAttr "TwistBalancerElbow_L.ro" "TwistBalancerElbow_L_parentConstraint1.cro" + ; +connectAttr "TwistBalancerElbow_L.pim" "TwistBalancerElbow_L_parentConstraint1.cpim" + ; +connectAttr "TwistBalancerElbow_L.rp" "TwistBalancerElbow_L_parentConstraint1.crp" + ; +connectAttr "TwistBalancerElbow_L.rpt" "TwistBalancerElbow_L_parentConstraint1.crt" + ; +connectAttr "TwistBalancerElbow_L.jo" "TwistBalancerElbow_L_parentConstraint1.cjo" + ; +connectAttr "FKXElbow_L.t" "TwistBalancerElbow_L_parentConstraint1.tg[0].tt"; +connectAttr "FKXElbow_L.rp" "TwistBalancerElbow_L_parentConstraint1.tg[0].trp"; +connectAttr "FKXElbow_L.rpt" "TwistBalancerElbow_L_parentConstraint1.tg[0].trt"; +connectAttr "FKXElbow_L.r" "TwistBalancerElbow_L_parentConstraint1.tg[0].tr"; +connectAttr "FKXElbow_L.ro" "TwistBalancerElbow_L_parentConstraint1.tg[0].tro"; +connectAttr "FKXElbow_L.s" "TwistBalancerElbow_L_parentConstraint1.tg[0].ts"; +connectAttr "FKXElbow_L.pm" "TwistBalancerElbow_L_parentConstraint1.tg[0].tpm"; +connectAttr "FKXElbow_L.jo" "TwistBalancerElbow_L_parentConstraint1.tg[0].tjo"; +connectAttr "FKXElbow_L.ssc" "TwistBalancerElbow_L_parentConstraint1.tg[0].tsc"; +connectAttr "FKXElbow_L.is" "TwistBalancerElbow_L_parentConstraint1.tg[0].tis"; +connectAttr "TwistBalancerElbow_L_parentConstraint1.w0" "TwistBalancerElbow_L_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Elbow_L.t" "TwistBalancerElbow_L_parentConstraint1.tg[1].tt"; +connectAttr "IKX2Elbow_L.rp" "TwistBalancerElbow_L_parentConstraint1.tg[1].trp"; +connectAttr "IKX2Elbow_L.rpt" "TwistBalancerElbow_L_parentConstraint1.tg[1].trt" + ; +connectAttr "IKX2Elbow_L.r" "TwistBalancerElbow_L_parentConstraint1.tg[1].tr"; +connectAttr "IKX2Elbow_L.ro" "TwistBalancerElbow_L_parentConstraint1.tg[1].tro"; +connectAttr "IKX2Elbow_L.s" "TwistBalancerElbow_L_parentConstraint1.tg[1].ts"; +connectAttr "IKX2Elbow_L.pm" "TwistBalancerElbow_L_parentConstraint1.tg[1].tpm"; +connectAttr "TwistBalancerElbow_L_parentConstraint1.w1" "TwistBalancerElbow_L_parentConstraint1.tg[1].tw" + ; +connectAttr "UnTwistElbow_L.t" "TwistBalancerElbow_L_parentConstraint1.tg[2].tt" + ; +connectAttr "UnTwistElbow_L.rp" "TwistBalancerElbow_L_parentConstraint1.tg[2].trp" + ; +connectAttr "UnTwistElbow_L.rpt" "TwistBalancerElbow_L_parentConstraint1.tg[2].trt" + ; +connectAttr "UnTwistElbow_L.r" "TwistBalancerElbow_L_parentConstraint1.tg[2].tr" + ; +connectAttr "UnTwistElbow_L.ro" "TwistBalancerElbow_L_parentConstraint1.tg[2].tro" + ; +connectAttr "UnTwistElbow_L.s" "TwistBalancerElbow_L_parentConstraint1.tg[2].ts" + ; +connectAttr "UnTwistElbow_L.pm" "TwistBalancerElbow_L_parentConstraint1.tg[2].tpm" + ; +connectAttr "UnTwistElbow_L.jo" "TwistBalancerElbow_L_parentConstraint1.tg[2].tjo" + ; +connectAttr "UnTwistElbow_L.ssc" "TwistBalancerElbow_L_parentConstraint1.tg[2].tsc" + ; +connectAttr "UnTwistElbow_L.is" "TwistBalancerElbow_L_parentConstraint1.tg[2].tis" + ; +connectAttr "TwistBalancerElbow_L_parentConstraint1.w2" "TwistBalancerElbow_L_parentConstraint1.tg[2].tw" + ; +connectAttr "FKIKBlendArmReverse_L.ox" "TwistBalancerElbow_L_parentConstraint1.w0" + ; +connectAttr "FKIKBlendArmUnitConversion_L.o" "TwistBalancerElbow_L_parentConstraint1.w1" + ; +connectAttr "MainTwistFlipSetRange.oz" "TwistBalancerElbow_L_parentConstraint1.w2" + ; +connectAttr "unitConversion50.o" "TwisterElbow0_L.ry"; +connectAttr "unitConversion51.o" "TwisterElbow1_L.ry"; +connectAttr "unitConversion52.o" "TwisterElbow2_L.ry"; +connectAttr "TwistFollowShoulder_L_parentConstraint1.ctx" "TwistFollowShoulder_L.tx" + ; +connectAttr "TwistFollowShoulder_L_parentConstraint1.cty" "TwistFollowShoulder_L.ty" + ; +connectAttr "TwistFollowShoulder_L_parentConstraint1.ctz" "TwistFollowShoulder_L.tz" + ; +connectAttr "TwistFollowShoulder_L_parentConstraint1.crx" "TwistFollowShoulder_L.rx" + ; +connectAttr "TwistFollowShoulder_L_parentConstraint1.cry" "TwistFollowShoulder_L.ry" + ; +connectAttr "TwistFollowShoulder_L_parentConstraint1.crz" "TwistFollowShoulder_L.rz" + ; +connectAttr "TwistFollowShoulder_L.ro" "TwistFollowShoulder_L_parentConstraint1.cro" + ; +connectAttr "TwistFollowShoulder_L.pim" "TwistFollowShoulder_L_parentConstraint1.cpim" + ; +connectAttr "TwistFollowShoulder_L.rp" "TwistFollowShoulder_L_parentConstraint1.crp" + ; +connectAttr "TwistFollowShoulder_L.rpt" "TwistFollowShoulder_L_parentConstraint1.crt" + ; +connectAttr "FKXShoulder_L.t" "TwistFollowShoulder_L_parentConstraint1.tg[0].tt" + ; +connectAttr "FKXShoulder_L.rp" "TwistFollowShoulder_L_parentConstraint1.tg[0].trp" + ; +connectAttr "FKXShoulder_L.rpt" "TwistFollowShoulder_L_parentConstraint1.tg[0].trt" + ; +connectAttr "FKXShoulder_L.r" "TwistFollowShoulder_L_parentConstraint1.tg[0].tr" + ; +connectAttr "FKXShoulder_L.ro" "TwistFollowShoulder_L_parentConstraint1.tg[0].tro" + ; +connectAttr "FKXShoulder_L.s" "TwistFollowShoulder_L_parentConstraint1.tg[0].ts" + ; +connectAttr "FKXShoulder_L.pm" "TwistFollowShoulder_L_parentConstraint1.tg[0].tpm" + ; +connectAttr "FKXShoulder_L.jo" "TwistFollowShoulder_L_parentConstraint1.tg[0].tjo" + ; +connectAttr "FKXShoulder_L.ssc" "TwistFollowShoulder_L_parentConstraint1.tg[0].tsc" + ; +connectAttr "FKXShoulder_L.is" "TwistFollowShoulder_L_parentConstraint1.tg[0].tis" + ; +connectAttr "TwistFollowShoulder_L_parentConstraint1.w0" "TwistFollowShoulder_L_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Shoulder_L.t" "TwistFollowShoulder_L_parentConstraint1.tg[1].tt" + ; +connectAttr "IKX2Shoulder_L.rp" "TwistFollowShoulder_L_parentConstraint1.tg[1].trp" + ; +connectAttr "IKX2Shoulder_L.rpt" "TwistFollowShoulder_L_parentConstraint1.tg[1].trt" + ; +connectAttr "IKX2Shoulder_L.r" "TwistFollowShoulder_L_parentConstraint1.tg[1].tr" + ; +connectAttr "IKX2Shoulder_L.ro" "TwistFollowShoulder_L_parentConstraint1.tg[1].tro" + ; +connectAttr "IKX2Shoulder_L.s" "TwistFollowShoulder_L_parentConstraint1.tg[1].ts" + ; +connectAttr "IKX2Shoulder_L.pm" "TwistFollowShoulder_L_parentConstraint1.tg[1].tpm" + ; +connectAttr "TwistFollowShoulder_L_parentConstraint1.w1" "TwistFollowShoulder_L_parentConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendArmReverse_L.ox" "TwistFollowShoulder_L_parentConstraint1.w0" + ; +connectAttr "FKIKBlendArmUnitConversion_L.o" "TwistFollowShoulder_L_parentConstraint1.w1" + ; +connectAttr "UnTwistShoulder_L.msg" "UnTwistIKShoulder_L.hsj"; +connectAttr "effector12.hp" "UnTwistIKShoulder_L.hee"; +connectAttr "ikRPsolver.msg" "UnTwistIKShoulder_L.hsv"; +connectAttr "UnTwistIKShoulder_L_poleVectorConstraint1.ctx" "UnTwistIKShoulder_L.pvx" + ; +connectAttr "UnTwistIKShoulder_L_poleVectorConstraint1.cty" "UnTwistIKShoulder_L.pvy" + ; +connectAttr "UnTwistIKShoulder_L_poleVectorConstraint1.ctz" "UnTwistIKShoulder_L.pvz" + ; +connectAttr "UnTwistIKShoulder_L.pim" "UnTwistIKShoulder_L_poleVectorConstraint1.cpim" + ; +connectAttr "UnTwistShoulder_L.pm" "UnTwistIKShoulder_L_poleVectorConstraint1.ps" + ; +connectAttr "UnTwistShoulder_L.t" "UnTwistIKShoulder_L_poleVectorConstraint1.crp" + ; +connectAttr "UnTwistShoulder_L.t" "UnTwistIKShoulder_L_poleVectorConstraint1.tg[0].tt" + ; +connectAttr "UnTwistShoulder_L.rp" "UnTwistIKShoulder_L_poleVectorConstraint1.tg[0].trp" + ; +connectAttr "UnTwistShoulder_L.rpt" "UnTwistIKShoulder_L_poleVectorConstraint1.tg[0].trt" + ; +connectAttr "UnTwistShoulder_L.pm" "UnTwistIKShoulder_L_poleVectorConstraint1.tg[0].tpm" + ; +connectAttr "UnTwistIKShoulder_L_poleVectorConstraint1.w0" "UnTwistIKShoulder_L_poleVectorConstraint1.tg[0].tw" + ; +connectAttr "TwistFollowParentShoulder_L_parentConstraint1.ctx" "TwistFollowParentShoulder_L.tx" + ; +connectAttr "TwistFollowParentShoulder_L_parentConstraint1.cty" "TwistFollowParentShoulder_L.ty" + ; +connectAttr "TwistFollowParentShoulder_L_parentConstraint1.ctz" "TwistFollowParentShoulder_L.tz" + ; +connectAttr "TwistFollowParentShoulder_L_parentConstraint1.crx" "TwistFollowParentShoulder_L.rx" + ; +connectAttr "TwistFollowParentShoulder_L_parentConstraint1.cry" "TwistFollowParentShoulder_L.ry" + ; +connectAttr "TwistFollowParentShoulder_L_parentConstraint1.crz" "TwistFollowParentShoulder_L.rz" + ; +connectAttr "TwistFollowParentShoulder_L.ro" "TwistFollowParentShoulder_L_parentConstraint1.cro" + ; +connectAttr "TwistFollowParentShoulder_L.pim" "TwistFollowParentShoulder_L_parentConstraint1.cpim" + ; +connectAttr "TwistFollowParentShoulder_L.rp" "TwistFollowParentShoulder_L_parentConstraint1.crp" + ; +connectAttr "TwistFollowParentShoulder_L.rpt" "TwistFollowParentShoulder_L_parentConstraint1.crt" + ; +connectAttr "FKXScapula_L.t" "TwistFollowParentShoulder_L_parentConstraint1.tg[0].tt" + ; +connectAttr "FKXScapula_L.rp" "TwistFollowParentShoulder_L_parentConstraint1.tg[0].trp" + ; +connectAttr "FKXScapula_L.rpt" "TwistFollowParentShoulder_L_parentConstraint1.tg[0].trt" + ; +connectAttr "FKXScapula_L.r" "TwistFollowParentShoulder_L_parentConstraint1.tg[0].tr" + ; +connectAttr "FKXScapula_L.ro" "TwistFollowParentShoulder_L_parentConstraint1.tg[0].tro" + ; +connectAttr "FKXScapula_L.s" "TwistFollowParentShoulder_L_parentConstraint1.tg[0].ts" + ; +connectAttr "FKXScapula_L.pm" "TwistFollowParentShoulder_L_parentConstraint1.tg[0].tpm" + ; +connectAttr "FKXScapula_L.jo" "TwistFollowParentShoulder_L_parentConstraint1.tg[0].tjo" + ; +connectAttr "FKXScapula_L.ssc" "TwistFollowParentShoulder_L_parentConstraint1.tg[0].tsc" + ; +connectAttr "FKXScapula_L.is" "TwistFollowParentShoulder_L_parentConstraint1.tg[0].tis" + ; +connectAttr "TwistFollowParentShoulder_L_parentConstraint1.w0" "TwistFollowParentShoulder_L_parentConstraint1.tg[0].tw" + ; +connectAttr "UnTwistShoulder_L_pointConstraint1.ctx" "UnTwistShoulder_L.tx"; +connectAttr "UnTwistShoulder_L_pointConstraint1.cty" "UnTwistShoulder_L.ty"; +connectAttr "UnTwistShoulder_L_pointConstraint1.ctz" "UnTwistShoulder_L.tz"; +connectAttr "UnTwistShoulder_L.s" "UnTwistEndShoulder_L.is"; +connectAttr "UnTwistShoulder_L.pim" "UnTwistShoulder_L_pointConstraint1.cpim"; +connectAttr "UnTwistShoulder_L.rp" "UnTwistShoulder_L_pointConstraint1.crp"; +connectAttr "UnTwistShoulder_L.rpt" "UnTwistShoulder_L_pointConstraint1.crt"; +connectAttr "FKXShoulder_L.t" "UnTwistShoulder_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXShoulder_L.rp" "UnTwistShoulder_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXShoulder_L.rpt" "UnTwistShoulder_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXShoulder_L.pm" "UnTwistShoulder_L_pointConstraint1.tg[0].tpm"; +connectAttr "UnTwistShoulder_L_pointConstraint1.w0" "UnTwistShoulder_L_pointConstraint1.tg[0].tw" + ; +connectAttr "IKX2Shoulder_L.t" "UnTwistShoulder_L_pointConstraint1.tg[1].tt"; +connectAttr "IKX2Shoulder_L.rp" "UnTwistShoulder_L_pointConstraint1.tg[1].trp"; +connectAttr "IKX2Shoulder_L.rpt" "UnTwistShoulder_L_pointConstraint1.tg[1].trt"; +connectAttr "IKX2Shoulder_L.pm" "UnTwistShoulder_L_pointConstraint1.tg[1].tpm"; +connectAttr "UnTwistShoulder_L_pointConstraint1.w1" "UnTwistShoulder_L_pointConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendArmReverse_L.ox" "UnTwistShoulder_L_pointConstraint1.w0"; +connectAttr "FKIKBlendArmUnitConversion_L.o" "UnTwistShoulder_L_pointConstraint1.w1" + ; +connectAttr "UnTwistEndShoulder_L.tx" "effector12.tx"; +connectAttr "UnTwistEndShoulder_L.ty" "effector12.ty"; +connectAttr "UnTwistEndShoulder_L.tz" "effector12.tz"; +connectAttr "UnTwistEndShoulder_L.opm" "effector12.opm"; +connectAttr "UnTwistShoulder_L.s" "TwistBalancerShoulder_L.is"; +connectAttr "TwistBalancerShoulder_L_parentConstraint1.ctx" "TwistBalancerShoulder_L.tx" + ; +connectAttr "TwistBalancerShoulder_L_parentConstraint1.cty" "TwistBalancerShoulder_L.ty" + ; +connectAttr "TwistBalancerShoulder_L_parentConstraint1.ctz" "TwistBalancerShoulder_L.tz" + ; +connectAttr "TwistBalancerShoulder_L_parentConstraint1.crx" "TwistBalancerShoulder_L.rx" + ; +connectAttr "TwistBalancerShoulder_L_parentConstraint1.cry" "TwistBalancerShoulder_L.ry" + ; +connectAttr "TwistBalancerShoulder_L_parentConstraint1.crz" "TwistBalancerShoulder_L.rz" + ; +connectAttr "FKShoulder_LExtraTwistPlusMinusAverage.o1" "TwistBalancerShoulder_L.twist" + ; +connectAttr "TwistBalancerShoulder_L.ro" "TwistBalancerShoulder_L_parentConstraint1.cro" + ; +connectAttr "TwistBalancerShoulder_L.pim" "TwistBalancerShoulder_L_parentConstraint1.cpim" + ; +connectAttr "TwistBalancerShoulder_L.rp" "TwistBalancerShoulder_L_parentConstraint1.crp" + ; +connectAttr "TwistBalancerShoulder_L.rpt" "TwistBalancerShoulder_L_parentConstraint1.crt" + ; +connectAttr "TwistBalancerShoulder_L.jo" "TwistBalancerShoulder_L_parentConstraint1.cjo" + ; +connectAttr "FKXShoulder_L.t" "TwistBalancerShoulder_L_parentConstraint1.tg[0].tt" + ; +connectAttr "FKXShoulder_L.rp" "TwistBalancerShoulder_L_parentConstraint1.tg[0].trp" + ; +connectAttr "FKXShoulder_L.rpt" "TwistBalancerShoulder_L_parentConstraint1.tg[0].trt" + ; +connectAttr "FKXShoulder_L.r" "TwistBalancerShoulder_L_parentConstraint1.tg[0].tr" + ; +connectAttr "FKXShoulder_L.ro" "TwistBalancerShoulder_L_parentConstraint1.tg[0].tro" + ; +connectAttr "FKXShoulder_L.s" "TwistBalancerShoulder_L_parentConstraint1.tg[0].ts" + ; +connectAttr "FKXShoulder_L.pm" "TwistBalancerShoulder_L_parentConstraint1.tg[0].tpm" + ; +connectAttr "FKXShoulder_L.jo" "TwistBalancerShoulder_L_parentConstraint1.tg[0].tjo" + ; +connectAttr "FKXShoulder_L.ssc" "TwistBalancerShoulder_L_parentConstraint1.tg[0].tsc" + ; +connectAttr "FKXShoulder_L.is" "TwistBalancerShoulder_L_parentConstraint1.tg[0].tis" + ; +connectAttr "TwistBalancerShoulder_L_parentConstraint1.w0" "TwistBalancerShoulder_L_parentConstraint1.tg[0].tw" + ; +connectAttr "IKX2Shoulder_L.t" "TwistBalancerShoulder_L_parentConstraint1.tg[1].tt" + ; +connectAttr "IKX2Shoulder_L.rp" "TwistBalancerShoulder_L_parentConstraint1.tg[1].trp" + ; +connectAttr "IKX2Shoulder_L.rpt" "TwistBalancerShoulder_L_parentConstraint1.tg[1].trt" + ; +connectAttr "IKX2Shoulder_L.r" "TwistBalancerShoulder_L_parentConstraint1.tg[1].tr" + ; +connectAttr "IKX2Shoulder_L.ro" "TwistBalancerShoulder_L_parentConstraint1.tg[1].tro" + ; +connectAttr "IKX2Shoulder_L.s" "TwistBalancerShoulder_L_parentConstraint1.tg[1].ts" + ; +connectAttr "IKX2Shoulder_L.pm" "TwistBalancerShoulder_L_parentConstraint1.tg[1].tpm" + ; +connectAttr "TwistBalancerShoulder_L_parentConstraint1.w1" "TwistBalancerShoulder_L_parentConstraint1.tg[1].tw" + ; +connectAttr "UnTwistShoulder_L.t" "TwistBalancerShoulder_L_parentConstraint1.tg[2].tt" + ; +connectAttr "UnTwistShoulder_L.rp" "TwistBalancerShoulder_L_parentConstraint1.tg[2].trp" + ; +connectAttr "UnTwistShoulder_L.rpt" "TwistBalancerShoulder_L_parentConstraint1.tg[2].trt" + ; +connectAttr "UnTwistShoulder_L.r" "TwistBalancerShoulder_L_parentConstraint1.tg[2].tr" + ; +connectAttr "UnTwistShoulder_L.ro" "TwistBalancerShoulder_L_parentConstraint1.tg[2].tro" + ; +connectAttr "UnTwistShoulder_L.s" "TwistBalancerShoulder_L_parentConstraint1.tg[2].ts" + ; +connectAttr "UnTwistShoulder_L.pm" "TwistBalancerShoulder_L_parentConstraint1.tg[2].tpm" + ; +connectAttr "UnTwistShoulder_L.jo" "TwistBalancerShoulder_L_parentConstraint1.tg[2].tjo" + ; +connectAttr "UnTwistShoulder_L.ssc" "TwistBalancerShoulder_L_parentConstraint1.tg[2].tsc" + ; +connectAttr "UnTwistShoulder_L.is" "TwistBalancerShoulder_L_parentConstraint1.tg[2].tis" + ; +connectAttr "TwistBalancerShoulder_L_parentConstraint1.w2" "TwistBalancerShoulder_L_parentConstraint1.tg[2].tw" + ; +connectAttr "FKIKBlendArmReverse_L.ox" "TwistBalancerShoulder_L_parentConstraint1.w0" + ; +connectAttr "FKIKBlendArmUnitConversion_L.o" "TwistBalancerShoulder_L_parentConstraint1.w1" + ; +connectAttr "MainTwistFlipSetRange.oz" "TwistBalancerShoulder_L_parentConstraint1.w2" + ; +connectAttr "unitConversion54.o" "TwisterShoulder0_L.ry"; +connectAttr "unitConversion55.o" "TwisterShoulder1_L.ry"; +connectAttr "unitConversion56.o" "TwisterShoulder2_L.ry"; +connectAttr "FKIKMixKnee_R_pointConstraint1.ctx" "FKIKMixKnee_R.tx"; +connectAttr "FKIKMixKnee_R_pointConstraint1.cty" "FKIKMixKnee_R.ty"; +connectAttr "FKIKMixKnee_R_pointConstraint1.ctz" "FKIKMixKnee_R.tz"; +connectAttr "FKIKMixKnee_R.pim" "FKIKMixKnee_R_pointConstraint1.cpim"; +connectAttr "FKIKMixKnee_R.rp" "FKIKMixKnee_R_pointConstraint1.crp"; +connectAttr "FKIKMixKnee_R.rpt" "FKIKMixKnee_R_pointConstraint1.crt"; +connectAttr "FKXKnee_R.t" "FKIKMixKnee_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXKnee_R.rp" "FKIKMixKnee_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXKnee_R.rpt" "FKIKMixKnee_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXKnee_R.pm" "FKIKMixKnee_R_pointConstraint1.tg[0].tpm"; +connectAttr "FKIKMixKnee_R_pointConstraint1.w0" "FKIKMixKnee_R_pointConstraint1.tg[0].tw" + ; +connectAttr "IKXKnee_R.t" "FKIKMixKnee_R_pointConstraint1.tg[1].tt"; +connectAttr "IKXKnee_R.rp" "FKIKMixKnee_R_pointConstraint1.tg[1].trp"; +connectAttr "IKXKnee_R.rpt" "FKIKMixKnee_R_pointConstraint1.tg[1].trt"; +connectAttr "IKXKnee_R.pm" "FKIKMixKnee_R_pointConstraint1.tg[1].tpm"; +connectAttr "FKIKMixKnee_R_pointConstraint1.w1" "FKIKMixKnee_R_pointConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendLegReverse_R.ox" "FKIKMixKnee_R_pointConstraint1.w0"; +connectAttr "FKIKBlendLegUnitConversion_R.o" "FKIKMixKnee_R_pointConstraint1.w1" + ; +connectAttr "FKIKMixWrist_R_pointConstraint1.ctx" "FKIKMixWrist_R.tx"; +connectAttr "FKIKMixWrist_R_pointConstraint1.cty" "FKIKMixWrist_R.ty"; +connectAttr "FKIKMixWrist_R_pointConstraint1.ctz" "FKIKMixWrist_R.tz"; +connectAttr "FKIKMixWrist_R.pim" "FKIKMixWrist_R_pointConstraint1.cpim"; +connectAttr "FKIKMixWrist_R.rp" "FKIKMixWrist_R_pointConstraint1.crp"; +connectAttr "FKIKMixWrist_R.rpt" "FKIKMixWrist_R_pointConstraint1.crt"; +connectAttr "FKXWrist_R.t" "FKIKMixWrist_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXWrist_R.rp" "FKIKMixWrist_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXWrist_R.rpt" "FKIKMixWrist_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXWrist_R.pm" "FKIKMixWrist_R_pointConstraint1.tg[0].tpm"; +connectAttr "FKIKMixWrist_R_pointConstraint1.w0" "FKIKMixWrist_R_pointConstraint1.tg[0].tw" + ; +connectAttr "IKXWrist_R.t" "FKIKMixWrist_R_pointConstraint1.tg[1].tt"; +connectAttr "IKXWrist_R.rp" "FKIKMixWrist_R_pointConstraint1.tg[1].trp"; +connectAttr "IKXWrist_R.rpt" "FKIKMixWrist_R_pointConstraint1.tg[1].trt"; +connectAttr "IKXWrist_R.pm" "FKIKMixWrist_R_pointConstraint1.tg[1].tpm"; +connectAttr "FKIKMixWrist_R_pointConstraint1.w1" "FKIKMixWrist_R_pointConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendArmReverse_R.ox" "FKIKMixWrist_R_pointConstraint1.w0"; +connectAttr "FKIKBlendArmUnitConversion_R.o" "FKIKMixWrist_R_pointConstraint1.w1" + ; +connectAttr "FKIKMixElbow_R_pointConstraint1.ctx" "FKIKMixElbow_R.tx"; +connectAttr "FKIKMixElbow_R_pointConstraint1.cty" "FKIKMixElbow_R.ty"; +connectAttr "FKIKMixElbow_R_pointConstraint1.ctz" "FKIKMixElbow_R.tz"; +connectAttr "FKIKMixElbow_R.pim" "FKIKMixElbow_R_pointConstraint1.cpim"; +connectAttr "FKIKMixElbow_R.rp" "FKIKMixElbow_R_pointConstraint1.crp"; +connectAttr "FKIKMixElbow_R.rpt" "FKIKMixElbow_R_pointConstraint1.crt"; +connectAttr "FKXElbow_R.t" "FKIKMixElbow_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXElbow_R.rp" "FKIKMixElbow_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXElbow_R.rpt" "FKIKMixElbow_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXElbow_R.pm" "FKIKMixElbow_R_pointConstraint1.tg[0].tpm"; +connectAttr "FKIKMixElbow_R_pointConstraint1.w0" "FKIKMixElbow_R_pointConstraint1.tg[0].tw" + ; +connectAttr "IKXElbow_R.t" "FKIKMixElbow_R_pointConstraint1.tg[1].tt"; +connectAttr "IKXElbow_R.rp" "FKIKMixElbow_R_pointConstraint1.tg[1].trp"; +connectAttr "IKXElbow_R.rpt" "FKIKMixElbow_R_pointConstraint1.tg[1].trt"; +connectAttr "IKXElbow_R.pm" "FKIKMixElbow_R_pointConstraint1.tg[1].tpm"; +connectAttr "FKIKMixElbow_R_pointConstraint1.w1" "FKIKMixElbow_R_pointConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendArmReverse_R.ox" "FKIKMixElbow_R_pointConstraint1.w0"; +connectAttr "FKIKBlendArmUnitConversion_R.o" "FKIKMixElbow_R_pointConstraint1.w1" + ; +connectAttr "FKIKMixKnee_L_pointConstraint1.ctx" "FKIKMixKnee_L.tx"; +connectAttr "FKIKMixKnee_L_pointConstraint1.cty" "FKIKMixKnee_L.ty"; +connectAttr "FKIKMixKnee_L_pointConstraint1.ctz" "FKIKMixKnee_L.tz"; +connectAttr "FKIKMixKnee_L.pim" "FKIKMixKnee_L_pointConstraint1.cpim"; +connectAttr "FKIKMixKnee_L.rp" "FKIKMixKnee_L_pointConstraint1.crp"; +connectAttr "FKIKMixKnee_L.rpt" "FKIKMixKnee_L_pointConstraint1.crt"; +connectAttr "FKXKnee_L.t" "FKIKMixKnee_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXKnee_L.rp" "FKIKMixKnee_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXKnee_L.rpt" "FKIKMixKnee_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXKnee_L.pm" "FKIKMixKnee_L_pointConstraint1.tg[0].tpm"; +connectAttr "FKIKMixKnee_L_pointConstraint1.w0" "FKIKMixKnee_L_pointConstraint1.tg[0].tw" + ; +connectAttr "IKXKnee_L.t" "FKIKMixKnee_L_pointConstraint1.tg[1].tt"; +connectAttr "IKXKnee_L.rp" "FKIKMixKnee_L_pointConstraint1.tg[1].trp"; +connectAttr "IKXKnee_L.rpt" "FKIKMixKnee_L_pointConstraint1.tg[1].trt"; +connectAttr "IKXKnee_L.pm" "FKIKMixKnee_L_pointConstraint1.tg[1].tpm"; +connectAttr "FKIKMixKnee_L_pointConstraint1.w1" "FKIKMixKnee_L_pointConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendLegReverse_L.ox" "FKIKMixKnee_L_pointConstraint1.w0"; +connectAttr "FKIKBlendLegUnitConversion_L.o" "FKIKMixKnee_L_pointConstraint1.w1" + ; +connectAttr "FKIKMixWrist_L_pointConstraint1.ctx" "FKIKMixWrist_L.tx"; +connectAttr "FKIKMixWrist_L_pointConstraint1.cty" "FKIKMixWrist_L.ty"; +connectAttr "FKIKMixWrist_L_pointConstraint1.ctz" "FKIKMixWrist_L.tz"; +connectAttr "FKIKMixWrist_L.pim" "FKIKMixWrist_L_pointConstraint1.cpim"; +connectAttr "FKIKMixWrist_L.rp" "FKIKMixWrist_L_pointConstraint1.crp"; +connectAttr "FKIKMixWrist_L.rpt" "FKIKMixWrist_L_pointConstraint1.crt"; +connectAttr "FKXWrist_L.t" "FKIKMixWrist_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXWrist_L.rp" "FKIKMixWrist_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXWrist_L.rpt" "FKIKMixWrist_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXWrist_L.pm" "FKIKMixWrist_L_pointConstraint1.tg[0].tpm"; +connectAttr "FKIKMixWrist_L_pointConstraint1.w0" "FKIKMixWrist_L_pointConstraint1.tg[0].tw" + ; +connectAttr "IKXWrist_L.t" "FKIKMixWrist_L_pointConstraint1.tg[1].tt"; +connectAttr "IKXWrist_L.rp" "FKIKMixWrist_L_pointConstraint1.tg[1].trp"; +connectAttr "IKXWrist_L.rpt" "FKIKMixWrist_L_pointConstraint1.tg[1].trt"; +connectAttr "IKXWrist_L.pm" "FKIKMixWrist_L_pointConstraint1.tg[1].tpm"; +connectAttr "FKIKMixWrist_L_pointConstraint1.w1" "FKIKMixWrist_L_pointConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendArmReverse_L.ox" "FKIKMixWrist_L_pointConstraint1.w0"; +connectAttr "FKIKBlendArmUnitConversion_L.o" "FKIKMixWrist_L_pointConstraint1.w1" + ; +connectAttr "FKIKMixElbow_L_pointConstraint1.ctx" "FKIKMixElbow_L.tx"; +connectAttr "FKIKMixElbow_L_pointConstraint1.cty" "FKIKMixElbow_L.ty"; +connectAttr "FKIKMixElbow_L_pointConstraint1.ctz" "FKIKMixElbow_L.tz"; +connectAttr "FKIKMixElbow_L.pim" "FKIKMixElbow_L_pointConstraint1.cpim"; +connectAttr "FKIKMixElbow_L.rp" "FKIKMixElbow_L_pointConstraint1.crp"; +connectAttr "FKIKMixElbow_L.rpt" "FKIKMixElbow_L_pointConstraint1.crt"; +connectAttr "FKXElbow_L.t" "FKIKMixElbow_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXElbow_L.rp" "FKIKMixElbow_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXElbow_L.rpt" "FKIKMixElbow_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXElbow_L.pm" "FKIKMixElbow_L_pointConstraint1.tg[0].tpm"; +connectAttr "FKIKMixElbow_L_pointConstraint1.w0" "FKIKMixElbow_L_pointConstraint1.tg[0].tw" + ; +connectAttr "IKXElbow_L.t" "FKIKMixElbow_L_pointConstraint1.tg[1].tt"; +connectAttr "IKXElbow_L.rp" "FKIKMixElbow_L_pointConstraint1.tg[1].trp"; +connectAttr "IKXElbow_L.rpt" "FKIKMixElbow_L_pointConstraint1.tg[1].trt"; +connectAttr "IKXElbow_L.pm" "FKIKMixElbow_L_pointConstraint1.tg[1].tpm"; +connectAttr "FKIKMixElbow_L_pointConstraint1.w1" "FKIKMixElbow_L_pointConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendArmReverse_L.ox" "FKIKMixElbow_L_pointConstraint1.w0"; +connectAttr "FKIKBlendArmUnitConversion_L.o" "FKIKMixElbow_L_pointConstraint1.w1" + ; +connectAttr "MainScaleMultiplyDivide.o" "GlobalSystem.s"; +connectAttr "GlobalFollowMain_parentConstraint1.ctx" "GlobalFollowMain.tx"; +connectAttr "GlobalFollowMain_parentConstraint1.cty" "GlobalFollowMain.ty"; +connectAttr "GlobalFollowMain_parentConstraint1.ctz" "GlobalFollowMain.tz"; +connectAttr "GlobalFollowMain_parentConstraint1.crx" "GlobalFollowMain.rx"; +connectAttr "GlobalFollowMain_parentConstraint1.cry" "GlobalFollowMain.ry"; +connectAttr "GlobalFollowMain_parentConstraint1.crz" "GlobalFollowMain.rz"; +connectAttr "GlobalFollowMain_scaleConstraint1.csx" "GlobalFollowMain.sx"; +connectAttr "GlobalFollowMain_scaleConstraint1.csy" "GlobalFollowMain.sy"; +connectAttr "GlobalFollowMain_scaleConstraint1.csz" "GlobalFollowMain.sz"; +connectAttr "GlobalFollowMain.ro" "GlobalFollowMain_parentConstraint1.cro"; +connectAttr "GlobalFollowMain.pim" "GlobalFollowMain_parentConstraint1.cpim"; +connectAttr "GlobalFollowMain.rp" "GlobalFollowMain_parentConstraint1.crp"; +connectAttr "GlobalFollowMain.rpt" "GlobalFollowMain_parentConstraint1.crt"; +connectAttr "Main.t" "GlobalFollowMain_parentConstraint1.tg[0].tt"; +connectAttr "Main.rp" "GlobalFollowMain_parentConstraint1.tg[0].trp"; +connectAttr "Main.rpt" "GlobalFollowMain_parentConstraint1.tg[0].trt"; +connectAttr "Main.r" "GlobalFollowMain_parentConstraint1.tg[0].tr"; +connectAttr "Main.ro" "GlobalFollowMain_parentConstraint1.tg[0].tro"; +connectAttr "Main.s" "GlobalFollowMain_parentConstraint1.tg[0].ts"; +connectAttr "Main.pm" "GlobalFollowMain_parentConstraint1.tg[0].tpm"; +connectAttr "GlobalFollowMain_parentConstraint1.w0" "GlobalFollowMain_parentConstraint1.tg[0].tw" + ; +connectAttr "GlobalFollowMain.pim" "GlobalFollowMain_scaleConstraint1.cpim"; +connectAttr "Main.s" "GlobalFollowMain_scaleConstraint1.tg[0].ts"; +connectAttr "Main.pm" "GlobalFollowMain_scaleConstraint1.tg[0].tpm"; +connectAttr "GlobalFollowMain_scaleConstraint1.w0" "GlobalFollowMain_scaleConstraint1.tg[0].tw" + ; +connectAttr "Toes_R.pim" "Toes_R_pointConstraint1.cpim"; +connectAttr "Toes_R.rp" "Toes_R_pointConstraint1.crp"; +connectAttr "Toes_R.rpt" "Toes_R_pointConstraint1.crt"; +connectAttr "FKXToes_R.t" "Toes_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXToes_R.rp" "Toes_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXToes_R.rpt" "Toes_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXToes_R.pm" "Toes_R_pointConstraint1.tg[0].tpm"; +connectAttr "Toes_R_pointConstraint1.w0" "Toes_R_pointConstraint1.tg[0].tw"; +connectAttr "IKXToes_R.t" "Toes_R_pointConstraint1.tg[1].tt"; +connectAttr "IKXToes_R.rp" "Toes_R_pointConstraint1.tg[1].trp"; +connectAttr "IKXToes_R.rpt" "Toes_R_pointConstraint1.tg[1].trt"; +connectAttr "IKXToes_R.pm" "Toes_R_pointConstraint1.tg[1].tpm"; +connectAttr "Toes_R_pointConstraint1.w1" "Toes_R_pointConstraint1.tg[1].tw"; +connectAttr "FKIKBlendLegReverse_R.ox" "Toes_R_pointConstraint1.w0"; +connectAttr "FKIKBlendLegUnitConversion_R.o" "Toes_R_pointConstraint1.w1"; +connectAttr "Toes_R.ro" "Toes_R_orientConstraint1.cro"; +connectAttr "Toes_R.pim" "Toes_R_orientConstraint1.cpim"; +connectAttr "Toes_R.jo" "Toes_R_orientConstraint1.cjo"; +connectAttr "Toes_R.is" "Toes_R_orientConstraint1.is"; +connectAttr "FKXToes_R.r" "Toes_R_orientConstraint1.tg[0].tr"; +connectAttr "FKXToes_R.ro" "Toes_R_orientConstraint1.tg[0].tro"; +connectAttr "FKXToes_R.pm" "Toes_R_orientConstraint1.tg[0].tpm"; +connectAttr "FKXToes_R.jo" "Toes_R_orientConstraint1.tg[0].tjo"; +connectAttr "Toes_R_orientConstraint1.w0" "Toes_R_orientConstraint1.tg[0].tw"; +connectAttr "IKXToes_R.r" "Toes_R_orientConstraint1.tg[1].tr"; +connectAttr "IKXToes_R.ro" "Toes_R_orientConstraint1.tg[1].tro"; +connectAttr "IKXToes_R.pm" "Toes_R_orientConstraint1.tg[1].tpm"; +connectAttr "IKXToes_R.jo" "Toes_R_orientConstraint1.tg[1].tjo"; +connectAttr "Toes_R_orientConstraint1.w1" "Toes_R_orientConstraint1.tg[1].tw"; +connectAttr "FKIKBlendLegReverse_R.ox" "Toes_R_orientConstraint1.w0"; +connectAttr "FKIKBlendLegUnitConversion_R.o" "Toes_R_orientConstraint1.w1"; +connectAttr "Ankle_R.pim" "Ankle_R_pointConstraint1.cpim"; +connectAttr "Ankle_R.rp" "Ankle_R_pointConstraint1.crp"; +connectAttr "Ankle_R.rpt" "Ankle_R_pointConstraint1.crt"; +connectAttr "FKXAnkle_R.t" "Ankle_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXAnkle_R.rp" "Ankle_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXAnkle_R.rpt" "Ankle_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXAnkle_R.pm" "Ankle_R_pointConstraint1.tg[0].tpm"; +connectAttr "Ankle_R_pointConstraint1.w0" "Ankle_R_pointConstraint1.tg[0].tw"; +connectAttr "IKXAnkle_R.t" "Ankle_R_pointConstraint1.tg[1].tt"; +connectAttr "IKXAnkle_R.rp" "Ankle_R_pointConstraint1.tg[1].trp"; +connectAttr "IKXAnkle_R.rpt" "Ankle_R_pointConstraint1.tg[1].trt"; +connectAttr "IKXAnkle_R.pm" "Ankle_R_pointConstraint1.tg[1].tpm"; +connectAttr "Ankle_R_pointConstraint1.w1" "Ankle_R_pointConstraint1.tg[1].tw"; +connectAttr "FKIKBlendLegReverse_R.ox" "Ankle_R_pointConstraint1.w0"; +connectAttr "FKIKBlendLegUnitConversion_R.o" "Ankle_R_pointConstraint1.w1"; +connectAttr "Ankle_R.ro" "Ankle_R_orientConstraint1.cro"; +connectAttr "Ankle_R.pim" "Ankle_R_orientConstraint1.cpim"; +connectAttr "Ankle_R.jo" "Ankle_R_orientConstraint1.cjo"; +connectAttr "Ankle_R.is" "Ankle_R_orientConstraint1.is"; +connectAttr "FKXAnkle_R.r" "Ankle_R_orientConstraint1.tg[0].tr"; +connectAttr "FKXAnkle_R.ro" "Ankle_R_orientConstraint1.tg[0].tro"; +connectAttr "FKXAnkle_R.pm" "Ankle_R_orientConstraint1.tg[0].tpm"; +connectAttr "FKXAnkle_R.jo" "Ankle_R_orientConstraint1.tg[0].tjo"; +connectAttr "Ankle_R_orientConstraint1.w0" "Ankle_R_orientConstraint1.tg[0].tw"; +connectAttr "IKXAnkle_R.r" "Ankle_R_orientConstraint1.tg[1].tr"; +connectAttr "IKXAnkle_R.ro" "Ankle_R_orientConstraint1.tg[1].tro"; +connectAttr "IKXAnkle_R.pm" "Ankle_R_orientConstraint1.tg[1].tpm"; +connectAttr "IKXAnkle_R.jo" "Ankle_R_orientConstraint1.tg[1].tjo"; +connectAttr "Ankle_R_orientConstraint1.w1" "Ankle_R_orientConstraint1.tg[1].tw"; +connectAttr "FKIKBlendLegReverse_R.ox" "Ankle_R_orientConstraint1.w0"; +connectAttr "FKIKBlendLegUnitConversion_R.o" "Ankle_R_orientConstraint1.w1"; +connectAttr "Knee_R.pim" "Knee_R_pointConstraint1.cpim"; +connectAttr "Knee_R.rp" "Knee_R_pointConstraint1.crp"; +connectAttr "Knee_R.rpt" "Knee_R_pointConstraint1.crt"; +connectAttr "FKXKnee_R.t" "Knee_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXKnee_R.rp" "Knee_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXKnee_R.rpt" "Knee_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXKnee_R.pm" "Knee_R_pointConstraint1.tg[0].tpm"; +connectAttr "Knee_R_pointConstraint1.w0" "Knee_R_pointConstraint1.tg[0].tw"; +connectAttr "IKXKnee_R.t" "Knee_R_pointConstraint1.tg[1].tt"; +connectAttr "IKXKnee_R.rp" "Knee_R_pointConstraint1.tg[1].trp"; +connectAttr "IKXKnee_R.rpt" "Knee_R_pointConstraint1.tg[1].trt"; +connectAttr "IKXKnee_R.pm" "Knee_R_pointConstraint1.tg[1].tpm"; +connectAttr "Knee_R_pointConstraint1.w1" "Knee_R_pointConstraint1.tg[1].tw"; +connectAttr "FKIKBlendLegReverse_R.ox" "Knee_R_pointConstraint1.w0"; +connectAttr "FKIKBlendLegUnitConversion_R.o" "Knee_R_pointConstraint1.w1"; +connectAttr "Knee_R.ro" "Knee_R_orientConstraint1.cro"; +connectAttr "Knee_R.pim" "Knee_R_orientConstraint1.cpim"; +connectAttr "Knee_R.jo" "Knee_R_orientConstraint1.cjo"; +connectAttr "Knee_R.is" "Knee_R_orientConstraint1.is"; +connectAttr "FKXKnee_R.r" "Knee_R_orientConstraint1.tg[0].tr"; +connectAttr "FKXKnee_R.ro" "Knee_R_orientConstraint1.tg[0].tro"; +connectAttr "FKXKnee_R.pm" "Knee_R_orientConstraint1.tg[0].tpm"; +connectAttr "FKXKnee_R.jo" "Knee_R_orientConstraint1.tg[0].tjo"; +connectAttr "Knee_R_orientConstraint1.w0" "Knee_R_orientConstraint1.tg[0].tw"; +connectAttr "IKXKnee_R.r" "Knee_R_orientConstraint1.tg[1].tr"; +connectAttr "IKXKnee_R.ro" "Knee_R_orientConstraint1.tg[1].tro"; +connectAttr "IKXKnee_R.pm" "Knee_R_orientConstraint1.tg[1].tpm"; +connectAttr "IKXKnee_R.jo" "Knee_R_orientConstraint1.tg[1].tjo"; +connectAttr "Knee_R_orientConstraint1.w1" "Knee_R_orientConstraint1.tg[1].tw"; +connectAttr "FKIKBlendLegReverse_R.ox" "Knee_R_orientConstraint1.w0"; +connectAttr "FKIKBlendLegUnitConversion_R.o" "Knee_R_orientConstraint1.w1"; +connectAttr "Eye_R.pim" "Eye_R_pointConstraint1.cpim"; +connectAttr "Eye_R.rp" "Eye_R_pointConstraint1.crp"; +connectAttr "Eye_R.rpt" "Eye_R_pointConstraint1.crt"; +connectAttr "FKXEye_R.t" "Eye_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXEye_R.rp" "Eye_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXEye_R.rpt" "Eye_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXEye_R.pm" "Eye_R_pointConstraint1.tg[0].tpm"; +connectAttr "Eye_R_pointConstraint1.w0" "Eye_R_pointConstraint1.tg[0].tw"; +connectAttr "Eye_R.ro" "Eye_R_orientConstraint1.cro"; +connectAttr "Eye_R.pim" "Eye_R_orientConstraint1.cpim"; +connectAttr "Eye_R.jo" "Eye_R_orientConstraint1.cjo"; +connectAttr "Eye_R.is" "Eye_R_orientConstraint1.is"; +connectAttr "FKXEye_R.r" "Eye_R_orientConstraint1.tg[0].tr"; +connectAttr "FKXEye_R.ro" "Eye_R_orientConstraint1.tg[0].tro"; +connectAttr "FKXEye_R.pm" "Eye_R_orientConstraint1.tg[0].tpm"; +connectAttr "FKXEye_R.jo" "Eye_R_orientConstraint1.tg[0].tjo"; +connectAttr "Eye_R_orientConstraint1.w0" "Eye_R_orientConstraint1.tg[0].tw"; +connectAttr "Jaw_M.pim" "Jaw_M_pointConstraint1.cpim"; +connectAttr "Jaw_M.rp" "Jaw_M_pointConstraint1.crp"; +connectAttr "Jaw_M.rpt" "Jaw_M_pointConstraint1.crt"; +connectAttr "FKXJaw_M.t" "Jaw_M_pointConstraint1.tg[0].tt"; +connectAttr "FKXJaw_M.rp" "Jaw_M_pointConstraint1.tg[0].trp"; +connectAttr "FKXJaw_M.rpt" "Jaw_M_pointConstraint1.tg[0].trt"; +connectAttr "FKXJaw_M.pm" "Jaw_M_pointConstraint1.tg[0].tpm"; +connectAttr "Jaw_M_pointConstraint1.w0" "Jaw_M_pointConstraint1.tg[0].tw"; +connectAttr "Jaw_M.ro" "Jaw_M_orientConstraint1.cro"; +connectAttr "Jaw_M.pim" "Jaw_M_orientConstraint1.cpim"; +connectAttr "Jaw_M.jo" "Jaw_M_orientConstraint1.cjo"; +connectAttr "Jaw_M.is" "Jaw_M_orientConstraint1.is"; +connectAttr "FKXJaw_M.r" "Jaw_M_orientConstraint1.tg[0].tr"; +connectAttr "FKXJaw_M.ro" "Jaw_M_orientConstraint1.tg[0].tro"; +connectAttr "FKXJaw_M.pm" "Jaw_M_orientConstraint1.tg[0].tpm"; +connectAttr "FKXJaw_M.jo" "Jaw_M_orientConstraint1.tg[0].tjo"; +connectAttr "Jaw_M_orientConstraint1.w0" "Jaw_M_orientConstraint1.tg[0].tw"; +connectAttr "Head_M.pim" "Head_M_pointConstraint1.cpim"; +connectAttr "Head_M.rp" "Head_M_pointConstraint1.crp"; +connectAttr "Head_M.rpt" "Head_M_pointConstraint1.crt"; +connectAttr "FKXHead_M.t" "Head_M_pointConstraint1.tg[0].tt"; +connectAttr "FKXHead_M.rp" "Head_M_pointConstraint1.tg[0].trp"; +connectAttr "FKXHead_M.rpt" "Head_M_pointConstraint1.tg[0].trt"; +connectAttr "FKXHead_M.pm" "Head_M_pointConstraint1.tg[0].tpm"; +connectAttr "Head_M_pointConstraint1.w0" "Head_M_pointConstraint1.tg[0].tw"; +connectAttr "Head_M.ro" "Head_M_orientConstraint1.cro"; +connectAttr "Head_M.pim" "Head_M_orientConstraint1.cpim"; +connectAttr "Head_M.jo" "Head_M_orientConstraint1.cjo"; +connectAttr "Head_M.is" "Head_M_orientConstraint1.is"; +connectAttr "FKXHead_M.r" "Head_M_orientConstraint1.tg[0].tr"; +connectAttr "FKXHead_M.ro" "Head_M_orientConstraint1.tg[0].tro"; +connectAttr "FKXHead_M.pm" "Head_M_orientConstraint1.tg[0].tpm"; +connectAttr "FKXHead_M.jo" "Head_M_orientConstraint1.tg[0].tjo"; +connectAttr "Head_M_orientConstraint1.w0" "Head_M_orientConstraint1.tg[0].tw"; +connectAttr "NeckPart2_M.pim" "NeckPart2_M_pointConstraint1.cpim"; +connectAttr "NeckPart2_M.rp" "NeckPart2_M_pointConstraint1.crp"; +connectAttr "NeckPart2_M.rpt" "NeckPart2_M_pointConstraint1.crt"; +connectAttr "FKXNeckPart2_M.t" "NeckPart2_M_pointConstraint1.tg[0].tt"; +connectAttr "FKXNeckPart2_M.rp" "NeckPart2_M_pointConstraint1.tg[0].trp"; +connectAttr "FKXNeckPart2_M.rpt" "NeckPart2_M_pointConstraint1.tg[0].trt"; +connectAttr "FKXNeckPart2_M.pm" "NeckPart2_M_pointConstraint1.tg[0].tpm"; +connectAttr "NeckPart2_M_pointConstraint1.w0" "NeckPart2_M_pointConstraint1.tg[0].tw" + ; +connectAttr "NeckPart2_M.ro" "NeckPart2_M_orientConstraint1.cro"; +connectAttr "NeckPart2_M.pim" "NeckPart2_M_orientConstraint1.cpim"; +connectAttr "NeckPart2_M.jo" "NeckPart2_M_orientConstraint1.cjo"; +connectAttr "NeckPart2_M.is" "NeckPart2_M_orientConstraint1.is"; +connectAttr "FKXNeckPart2_M.r" "NeckPart2_M_orientConstraint1.tg[0].tr"; +connectAttr "FKXNeckPart2_M.ro" "NeckPart2_M_orientConstraint1.tg[0].tro"; +connectAttr "FKXNeckPart2_M.pm" "NeckPart2_M_orientConstraint1.tg[0].tpm"; +connectAttr "FKXNeckPart2_M.jo" "NeckPart2_M_orientConstraint1.tg[0].tjo"; +connectAttr "NeckPart2_M_orientConstraint1.w0" "NeckPart2_M_orientConstraint1.tg[0].tw" + ; +connectAttr "unitConversion3.o" "NeckPart2_M_orientConstraint1.oy"; +connectAttr "NeckPart1_M.pim" "NeckPart1_M_pointConstraint1.cpim"; +connectAttr "NeckPart1_M.rp" "NeckPart1_M_pointConstraint1.crp"; +connectAttr "NeckPart1_M.rpt" "NeckPart1_M_pointConstraint1.crt"; +connectAttr "FKXNeckPart1_M.t" "NeckPart1_M_pointConstraint1.tg[0].tt"; +connectAttr "FKXNeckPart1_M.rp" "NeckPart1_M_pointConstraint1.tg[0].trp"; +connectAttr "FKXNeckPart1_M.rpt" "NeckPart1_M_pointConstraint1.tg[0].trt"; +connectAttr "FKXNeckPart1_M.pm" "NeckPart1_M_pointConstraint1.tg[0].tpm"; +connectAttr "NeckPart1_M_pointConstraint1.w0" "NeckPart1_M_pointConstraint1.tg[0].tw" + ; +connectAttr "NeckPart1_M.ro" "NeckPart1_M_orientConstraint1.cro"; +connectAttr "NeckPart1_M.pim" "NeckPart1_M_orientConstraint1.cpim"; +connectAttr "NeckPart1_M.jo" "NeckPart1_M_orientConstraint1.cjo"; +connectAttr "NeckPart1_M.is" "NeckPart1_M_orientConstraint1.is"; +connectAttr "FKXNeckPart1_M.r" "NeckPart1_M_orientConstraint1.tg[0].tr"; +connectAttr "FKXNeckPart1_M.ro" "NeckPart1_M_orientConstraint1.tg[0].tro"; +connectAttr "FKXNeckPart1_M.pm" "NeckPart1_M_orientConstraint1.tg[0].tpm"; +connectAttr "FKXNeckPart1_M.jo" "NeckPart1_M_orientConstraint1.tg[0].tjo"; +connectAttr "NeckPart1_M_orientConstraint1.w0" "NeckPart1_M_orientConstraint1.tg[0].tw" + ; +connectAttr "unitConversion2.o" "NeckPart1_M_orientConstraint1.oy"; +connectAttr "Neck_M.pim" "Neck_M_pointConstraint1.cpim"; +connectAttr "Neck_M.rp" "Neck_M_pointConstraint1.crp"; +connectAttr "Neck_M.rpt" "Neck_M_pointConstraint1.crt"; +connectAttr "FKXNeck_M.t" "Neck_M_pointConstraint1.tg[0].tt"; +connectAttr "FKXNeck_M.rp" "Neck_M_pointConstraint1.tg[0].trp"; +connectAttr "FKXNeck_M.rpt" "Neck_M_pointConstraint1.tg[0].trt"; +connectAttr "FKXNeck_M.pm" "Neck_M_pointConstraint1.tg[0].tpm"; +connectAttr "Neck_M_pointConstraint1.w0" "Neck_M_pointConstraint1.tg[0].tw"; +connectAttr "Neck_M.ro" "Neck_M_orientConstraint1.cro"; +connectAttr "Neck_M.pim" "Neck_M_orientConstraint1.cpim"; +connectAttr "Neck_M.jo" "Neck_M_orientConstraint1.cjo"; +connectAttr "Neck_M.is" "Neck_M_orientConstraint1.is"; +connectAttr "FKXNeck_M.r" "Neck_M_orientConstraint1.tg[0].tr"; +connectAttr "FKXNeck_M.ro" "Neck_M_orientConstraint1.tg[0].tro"; +connectAttr "FKXNeck_M.pm" "Neck_M_orientConstraint1.tg[0].tpm"; +connectAttr "FKXNeck_M.jo" "Neck_M_orientConstraint1.tg[0].tjo"; +connectAttr "Neck_M_orientConstraint1.w0" "Neck_M_orientConstraint1.tg[0].tw"; +connectAttr "MiddleFinger3_R.pim" "MiddleFinger3_R_pointConstraint1.cpim"; +connectAttr "MiddleFinger3_R.rp" "MiddleFinger3_R_pointConstraint1.crp"; +connectAttr "MiddleFinger3_R.rpt" "MiddleFinger3_R_pointConstraint1.crt"; +connectAttr "FKXMiddleFinger3_R.t" "MiddleFinger3_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXMiddleFinger3_R.rp" "MiddleFinger3_R_pointConstraint1.tg[0].trp" + ; +connectAttr "FKXMiddleFinger3_R.rpt" "MiddleFinger3_R_pointConstraint1.tg[0].trt" + ; +connectAttr "FKXMiddleFinger3_R.pm" "MiddleFinger3_R_pointConstraint1.tg[0].tpm" + ; +connectAttr "MiddleFinger3_R_pointConstraint1.w0" "MiddleFinger3_R_pointConstraint1.tg[0].tw" + ; +connectAttr "MiddleFinger3_R.ro" "MiddleFinger3_R_orientConstraint1.cro"; +connectAttr "MiddleFinger3_R.pim" "MiddleFinger3_R_orientConstraint1.cpim"; +connectAttr "MiddleFinger3_R.jo" "MiddleFinger3_R_orientConstraint1.cjo"; +connectAttr "MiddleFinger3_R.is" "MiddleFinger3_R_orientConstraint1.is"; +connectAttr "FKXMiddleFinger3_R.r" "MiddleFinger3_R_orientConstraint1.tg[0].tr"; +connectAttr "FKXMiddleFinger3_R.ro" "MiddleFinger3_R_orientConstraint1.tg[0].tro" + ; +connectAttr "FKXMiddleFinger3_R.pm" "MiddleFinger3_R_orientConstraint1.tg[0].tpm" + ; +connectAttr "FKXMiddleFinger3_R.jo" "MiddleFinger3_R_orientConstraint1.tg[0].tjo" + ; +connectAttr "MiddleFinger3_R_orientConstraint1.w0" "MiddleFinger3_R_orientConstraint1.tg[0].tw" + ; +connectAttr "MiddleFinger2_R.pim" "MiddleFinger2_R_pointConstraint1.cpim"; +connectAttr "MiddleFinger2_R.rp" "MiddleFinger2_R_pointConstraint1.crp"; +connectAttr "MiddleFinger2_R.rpt" "MiddleFinger2_R_pointConstraint1.crt"; +connectAttr "FKXMiddleFinger2_R.t" "MiddleFinger2_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXMiddleFinger2_R.rp" "MiddleFinger2_R_pointConstraint1.tg[0].trp" + ; +connectAttr "FKXMiddleFinger2_R.rpt" "MiddleFinger2_R_pointConstraint1.tg[0].trt" + ; +connectAttr "FKXMiddleFinger2_R.pm" "MiddleFinger2_R_pointConstraint1.tg[0].tpm" + ; +connectAttr "MiddleFinger2_R_pointConstraint1.w0" "MiddleFinger2_R_pointConstraint1.tg[0].tw" + ; +connectAttr "MiddleFinger2_R.ro" "MiddleFinger2_R_orientConstraint1.cro"; +connectAttr "MiddleFinger2_R.pim" "MiddleFinger2_R_orientConstraint1.cpim"; +connectAttr "MiddleFinger2_R.jo" "MiddleFinger2_R_orientConstraint1.cjo"; +connectAttr "MiddleFinger2_R.is" "MiddleFinger2_R_orientConstraint1.is"; +connectAttr "FKXMiddleFinger2_R.r" "MiddleFinger2_R_orientConstraint1.tg[0].tr"; +connectAttr "FKXMiddleFinger2_R.ro" "MiddleFinger2_R_orientConstraint1.tg[0].tro" + ; +connectAttr "FKXMiddleFinger2_R.pm" "MiddleFinger2_R_orientConstraint1.tg[0].tpm" + ; +connectAttr "FKXMiddleFinger2_R.jo" "MiddleFinger2_R_orientConstraint1.tg[0].tjo" + ; +connectAttr "MiddleFinger2_R_orientConstraint1.w0" "MiddleFinger2_R_orientConstraint1.tg[0].tw" + ; +connectAttr "MiddleFinger1_R.pim" "MiddleFinger1_R_pointConstraint1.cpim"; +connectAttr "MiddleFinger1_R.rp" "MiddleFinger1_R_pointConstraint1.crp"; +connectAttr "MiddleFinger1_R.rpt" "MiddleFinger1_R_pointConstraint1.crt"; +connectAttr "FKXMiddleFinger1_R.t" "MiddleFinger1_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXMiddleFinger1_R.rp" "MiddleFinger1_R_pointConstraint1.tg[0].trp" + ; +connectAttr "FKXMiddleFinger1_R.rpt" "MiddleFinger1_R_pointConstraint1.tg[0].trt" + ; +connectAttr "FKXMiddleFinger1_R.pm" "MiddleFinger1_R_pointConstraint1.tg[0].tpm" + ; +connectAttr "MiddleFinger1_R_pointConstraint1.w0" "MiddleFinger1_R_pointConstraint1.tg[0].tw" + ; +connectAttr "MiddleFinger1_R.ro" "MiddleFinger1_R_orientConstraint1.cro"; +connectAttr "MiddleFinger1_R.pim" "MiddleFinger1_R_orientConstraint1.cpim"; +connectAttr "MiddleFinger1_R.jo" "MiddleFinger1_R_orientConstraint1.cjo"; +connectAttr "MiddleFinger1_R.is" "MiddleFinger1_R_orientConstraint1.is"; +connectAttr "FKXMiddleFinger1_R.r" "MiddleFinger1_R_orientConstraint1.tg[0].tr"; +connectAttr "FKXMiddleFinger1_R.ro" "MiddleFinger1_R_orientConstraint1.tg[0].tro" + ; +connectAttr "FKXMiddleFinger1_R.pm" "MiddleFinger1_R_orientConstraint1.tg[0].tpm" + ; +connectAttr "FKXMiddleFinger1_R.jo" "MiddleFinger1_R_orientConstraint1.tg[0].tjo" + ; +connectAttr "MiddleFinger1_R_orientConstraint1.w0" "MiddleFinger1_R_orientConstraint1.tg[0].tw" + ; +connectAttr "ThumbFinger3_R.pim" "ThumbFinger3_R_pointConstraint1.cpim"; +connectAttr "ThumbFinger3_R.rp" "ThumbFinger3_R_pointConstraint1.crp"; +connectAttr "ThumbFinger3_R.rpt" "ThumbFinger3_R_pointConstraint1.crt"; +connectAttr "FKXThumbFinger3_R.t" "ThumbFinger3_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXThumbFinger3_R.rp" "ThumbFinger3_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXThumbFinger3_R.rpt" "ThumbFinger3_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXThumbFinger3_R.pm" "ThumbFinger3_R_pointConstraint1.tg[0].tpm"; +connectAttr "ThumbFinger3_R_pointConstraint1.w0" "ThumbFinger3_R_pointConstraint1.tg[0].tw" + ; +connectAttr "ThumbFinger3_R.ro" "ThumbFinger3_R_orientConstraint1.cro"; +connectAttr "ThumbFinger3_R.pim" "ThumbFinger3_R_orientConstraint1.cpim"; +connectAttr "ThumbFinger3_R.jo" "ThumbFinger3_R_orientConstraint1.cjo"; +connectAttr "ThumbFinger3_R.is" "ThumbFinger3_R_orientConstraint1.is"; +connectAttr "FKXThumbFinger3_R.r" "ThumbFinger3_R_orientConstraint1.tg[0].tr"; +connectAttr "FKXThumbFinger3_R.ro" "ThumbFinger3_R_orientConstraint1.tg[0].tro"; +connectAttr "FKXThumbFinger3_R.pm" "ThumbFinger3_R_orientConstraint1.tg[0].tpm"; +connectAttr "FKXThumbFinger3_R.jo" "ThumbFinger3_R_orientConstraint1.tg[0].tjo"; +connectAttr "ThumbFinger3_R_orientConstraint1.w0" "ThumbFinger3_R_orientConstraint1.tg[0].tw" + ; +connectAttr "ThumbFinger2_R.pim" "ThumbFinger2_R_pointConstraint1.cpim"; +connectAttr "ThumbFinger2_R.rp" "ThumbFinger2_R_pointConstraint1.crp"; +connectAttr "ThumbFinger2_R.rpt" "ThumbFinger2_R_pointConstraint1.crt"; +connectAttr "FKXThumbFinger2_R.t" "ThumbFinger2_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXThumbFinger2_R.rp" "ThumbFinger2_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXThumbFinger2_R.rpt" "ThumbFinger2_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXThumbFinger2_R.pm" "ThumbFinger2_R_pointConstraint1.tg[0].tpm"; +connectAttr "ThumbFinger2_R_pointConstraint1.w0" "ThumbFinger2_R_pointConstraint1.tg[0].tw" + ; +connectAttr "ThumbFinger2_R.ro" "ThumbFinger2_R_orientConstraint1.cro"; +connectAttr "ThumbFinger2_R.pim" "ThumbFinger2_R_orientConstraint1.cpim"; +connectAttr "ThumbFinger2_R.jo" "ThumbFinger2_R_orientConstraint1.cjo"; +connectAttr "ThumbFinger2_R.is" "ThumbFinger2_R_orientConstraint1.is"; +connectAttr "FKXThumbFinger2_R.r" "ThumbFinger2_R_orientConstraint1.tg[0].tr"; +connectAttr "FKXThumbFinger2_R.ro" "ThumbFinger2_R_orientConstraint1.tg[0].tro"; +connectAttr "FKXThumbFinger2_R.pm" "ThumbFinger2_R_orientConstraint1.tg[0].tpm"; +connectAttr "FKXThumbFinger2_R.jo" "ThumbFinger2_R_orientConstraint1.tg[0].tjo"; +connectAttr "ThumbFinger2_R_orientConstraint1.w0" "ThumbFinger2_R_orientConstraint1.tg[0].tw" + ; +connectAttr "ThumbFinger1_R.pim" "ThumbFinger1_R_pointConstraint1.cpim"; +connectAttr "ThumbFinger1_R.rp" "ThumbFinger1_R_pointConstraint1.crp"; +connectAttr "ThumbFinger1_R.rpt" "ThumbFinger1_R_pointConstraint1.crt"; +connectAttr "FKXThumbFinger1_R.t" "ThumbFinger1_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXThumbFinger1_R.rp" "ThumbFinger1_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXThumbFinger1_R.rpt" "ThumbFinger1_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXThumbFinger1_R.pm" "ThumbFinger1_R_pointConstraint1.tg[0].tpm"; +connectAttr "ThumbFinger1_R_pointConstraint1.w0" "ThumbFinger1_R_pointConstraint1.tg[0].tw" + ; +connectAttr "ThumbFinger1_R.ro" "ThumbFinger1_R_orientConstraint1.cro"; +connectAttr "ThumbFinger1_R.pim" "ThumbFinger1_R_orientConstraint1.cpim"; +connectAttr "ThumbFinger1_R.jo" "ThumbFinger1_R_orientConstraint1.cjo"; +connectAttr "ThumbFinger1_R.is" "ThumbFinger1_R_orientConstraint1.is"; +connectAttr "FKXThumbFinger1_R.r" "ThumbFinger1_R_orientConstraint1.tg[0].tr"; +connectAttr "FKXThumbFinger1_R.ro" "ThumbFinger1_R_orientConstraint1.tg[0].tro"; +connectAttr "FKXThumbFinger1_R.pm" "ThumbFinger1_R_orientConstraint1.tg[0].tpm"; +connectAttr "FKXThumbFinger1_R.jo" "ThumbFinger1_R_orientConstraint1.tg[0].tjo"; +connectAttr "ThumbFinger1_R_orientConstraint1.w0" "ThumbFinger1_R_orientConstraint1.tg[0].tw" + ; +connectAttr "IndexFinger3_R.pim" "IndexFinger3_R_pointConstraint1.cpim"; +connectAttr "IndexFinger3_R.rp" "IndexFinger3_R_pointConstraint1.crp"; +connectAttr "IndexFinger3_R.rpt" "IndexFinger3_R_pointConstraint1.crt"; +connectAttr "FKXIndexFinger3_R.t" "IndexFinger3_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXIndexFinger3_R.rp" "IndexFinger3_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXIndexFinger3_R.rpt" "IndexFinger3_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXIndexFinger3_R.pm" "IndexFinger3_R_pointConstraint1.tg[0].tpm"; +connectAttr "IndexFinger3_R_pointConstraint1.w0" "IndexFinger3_R_pointConstraint1.tg[0].tw" + ; +connectAttr "IndexFinger3_R.ro" "IndexFinger3_R_orientConstraint1.cro"; +connectAttr "IndexFinger3_R.pim" "IndexFinger3_R_orientConstraint1.cpim"; +connectAttr "IndexFinger3_R.jo" "IndexFinger3_R_orientConstraint1.cjo"; +connectAttr "IndexFinger3_R.is" "IndexFinger3_R_orientConstraint1.is"; +connectAttr "FKXIndexFinger3_R.r" "IndexFinger3_R_orientConstraint1.tg[0].tr"; +connectAttr "FKXIndexFinger3_R.ro" "IndexFinger3_R_orientConstraint1.tg[0].tro"; +connectAttr "FKXIndexFinger3_R.pm" "IndexFinger3_R_orientConstraint1.tg[0].tpm"; +connectAttr "FKXIndexFinger3_R.jo" "IndexFinger3_R_orientConstraint1.tg[0].tjo"; +connectAttr "IndexFinger3_R_orientConstraint1.w0" "IndexFinger3_R_orientConstraint1.tg[0].tw" + ; +connectAttr "IndexFinger2_R.pim" "IndexFinger2_R_pointConstraint1.cpim"; +connectAttr "IndexFinger2_R.rp" "IndexFinger2_R_pointConstraint1.crp"; +connectAttr "IndexFinger2_R.rpt" "IndexFinger2_R_pointConstraint1.crt"; +connectAttr "FKXIndexFinger2_R.t" "IndexFinger2_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXIndexFinger2_R.rp" "IndexFinger2_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXIndexFinger2_R.rpt" "IndexFinger2_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXIndexFinger2_R.pm" "IndexFinger2_R_pointConstraint1.tg[0].tpm"; +connectAttr "IndexFinger2_R_pointConstraint1.w0" "IndexFinger2_R_pointConstraint1.tg[0].tw" + ; +connectAttr "IndexFinger2_R.ro" "IndexFinger2_R_orientConstraint1.cro"; +connectAttr "IndexFinger2_R.pim" "IndexFinger2_R_orientConstraint1.cpim"; +connectAttr "IndexFinger2_R.jo" "IndexFinger2_R_orientConstraint1.cjo"; +connectAttr "IndexFinger2_R.is" "IndexFinger2_R_orientConstraint1.is"; +connectAttr "FKXIndexFinger2_R.r" "IndexFinger2_R_orientConstraint1.tg[0].tr"; +connectAttr "FKXIndexFinger2_R.ro" "IndexFinger2_R_orientConstraint1.tg[0].tro"; +connectAttr "FKXIndexFinger2_R.pm" "IndexFinger2_R_orientConstraint1.tg[0].tpm"; +connectAttr "FKXIndexFinger2_R.jo" "IndexFinger2_R_orientConstraint1.tg[0].tjo"; +connectAttr "IndexFinger2_R_orientConstraint1.w0" "IndexFinger2_R_orientConstraint1.tg[0].tw" + ; +connectAttr "IndexFinger1_R.pim" "IndexFinger1_R_pointConstraint1.cpim"; +connectAttr "IndexFinger1_R.rp" "IndexFinger1_R_pointConstraint1.crp"; +connectAttr "IndexFinger1_R.rpt" "IndexFinger1_R_pointConstraint1.crt"; +connectAttr "FKXIndexFinger1_R.t" "IndexFinger1_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXIndexFinger1_R.rp" "IndexFinger1_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXIndexFinger1_R.rpt" "IndexFinger1_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXIndexFinger1_R.pm" "IndexFinger1_R_pointConstraint1.tg[0].tpm"; +connectAttr "IndexFinger1_R_pointConstraint1.w0" "IndexFinger1_R_pointConstraint1.tg[0].tw" + ; +connectAttr "IndexFinger1_R.ro" "IndexFinger1_R_orientConstraint1.cro"; +connectAttr "IndexFinger1_R.pim" "IndexFinger1_R_orientConstraint1.cpim"; +connectAttr "IndexFinger1_R.jo" "IndexFinger1_R_orientConstraint1.cjo"; +connectAttr "IndexFinger1_R.is" "IndexFinger1_R_orientConstraint1.is"; +connectAttr "FKXIndexFinger1_R.r" "IndexFinger1_R_orientConstraint1.tg[0].tr"; +connectAttr "FKXIndexFinger1_R.ro" "IndexFinger1_R_orientConstraint1.tg[0].tro"; +connectAttr "FKXIndexFinger1_R.pm" "IndexFinger1_R_orientConstraint1.tg[0].tpm"; +connectAttr "FKXIndexFinger1_R.jo" "IndexFinger1_R_orientConstraint1.tg[0].tjo"; +connectAttr "IndexFinger1_R_orientConstraint1.w0" "IndexFinger1_R_orientConstraint1.tg[0].tw" + ; +connectAttr "PinkyFinger3_R.pim" "PinkyFinger3_R_pointConstraint1.cpim"; +connectAttr "PinkyFinger3_R.rp" "PinkyFinger3_R_pointConstraint1.crp"; +connectAttr "PinkyFinger3_R.rpt" "PinkyFinger3_R_pointConstraint1.crt"; +connectAttr "FKXPinkyFinger3_R.t" "PinkyFinger3_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXPinkyFinger3_R.rp" "PinkyFinger3_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXPinkyFinger3_R.rpt" "PinkyFinger3_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXPinkyFinger3_R.pm" "PinkyFinger3_R_pointConstraint1.tg[0].tpm"; +connectAttr "PinkyFinger3_R_pointConstraint1.w0" "PinkyFinger3_R_pointConstraint1.tg[0].tw" + ; +connectAttr "PinkyFinger3_R.ro" "PinkyFinger3_R_orientConstraint1.cro"; +connectAttr "PinkyFinger3_R.pim" "PinkyFinger3_R_orientConstraint1.cpim"; +connectAttr "PinkyFinger3_R.jo" "PinkyFinger3_R_orientConstraint1.cjo"; +connectAttr "PinkyFinger3_R.is" "PinkyFinger3_R_orientConstraint1.is"; +connectAttr "FKXPinkyFinger3_R.r" "PinkyFinger3_R_orientConstraint1.tg[0].tr"; +connectAttr "FKXPinkyFinger3_R.ro" "PinkyFinger3_R_orientConstraint1.tg[0].tro"; +connectAttr "FKXPinkyFinger3_R.pm" "PinkyFinger3_R_orientConstraint1.tg[0].tpm"; +connectAttr "FKXPinkyFinger3_R.jo" "PinkyFinger3_R_orientConstraint1.tg[0].tjo"; +connectAttr "PinkyFinger3_R_orientConstraint1.w0" "PinkyFinger3_R_orientConstraint1.tg[0].tw" + ; +connectAttr "PinkyFinger2_R.pim" "PinkyFinger2_R_pointConstraint1.cpim"; +connectAttr "PinkyFinger2_R.rp" "PinkyFinger2_R_pointConstraint1.crp"; +connectAttr "PinkyFinger2_R.rpt" "PinkyFinger2_R_pointConstraint1.crt"; +connectAttr "FKXPinkyFinger2_R.t" "PinkyFinger2_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXPinkyFinger2_R.rp" "PinkyFinger2_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXPinkyFinger2_R.rpt" "PinkyFinger2_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXPinkyFinger2_R.pm" "PinkyFinger2_R_pointConstraint1.tg[0].tpm"; +connectAttr "PinkyFinger2_R_pointConstraint1.w0" "PinkyFinger2_R_pointConstraint1.tg[0].tw" + ; +connectAttr "PinkyFinger2_R.ro" "PinkyFinger2_R_orientConstraint1.cro"; +connectAttr "PinkyFinger2_R.pim" "PinkyFinger2_R_orientConstraint1.cpim"; +connectAttr "PinkyFinger2_R.jo" "PinkyFinger2_R_orientConstraint1.cjo"; +connectAttr "PinkyFinger2_R.is" "PinkyFinger2_R_orientConstraint1.is"; +connectAttr "FKXPinkyFinger2_R.r" "PinkyFinger2_R_orientConstraint1.tg[0].tr"; +connectAttr "FKXPinkyFinger2_R.ro" "PinkyFinger2_R_orientConstraint1.tg[0].tro"; +connectAttr "FKXPinkyFinger2_R.pm" "PinkyFinger2_R_orientConstraint1.tg[0].tpm"; +connectAttr "FKXPinkyFinger2_R.jo" "PinkyFinger2_R_orientConstraint1.tg[0].tjo"; +connectAttr "PinkyFinger2_R_orientConstraint1.w0" "PinkyFinger2_R_orientConstraint1.tg[0].tw" + ; +connectAttr "PinkyFinger1_R.pim" "PinkyFinger1_R_pointConstraint1.cpim"; +connectAttr "PinkyFinger1_R.rp" "PinkyFinger1_R_pointConstraint1.crp"; +connectAttr "PinkyFinger1_R.rpt" "PinkyFinger1_R_pointConstraint1.crt"; +connectAttr "FKXPinkyFinger1_R.t" "PinkyFinger1_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXPinkyFinger1_R.rp" "PinkyFinger1_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXPinkyFinger1_R.rpt" "PinkyFinger1_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXPinkyFinger1_R.pm" "PinkyFinger1_R_pointConstraint1.tg[0].tpm"; +connectAttr "PinkyFinger1_R_pointConstraint1.w0" "PinkyFinger1_R_pointConstraint1.tg[0].tw" + ; +connectAttr "PinkyFinger1_R.ro" "PinkyFinger1_R_orientConstraint1.cro"; +connectAttr "PinkyFinger1_R.pim" "PinkyFinger1_R_orientConstraint1.cpim"; +connectAttr "PinkyFinger1_R.jo" "PinkyFinger1_R_orientConstraint1.cjo"; +connectAttr "PinkyFinger1_R.is" "PinkyFinger1_R_orientConstraint1.is"; +connectAttr "FKXPinkyFinger1_R.r" "PinkyFinger1_R_orientConstraint1.tg[0].tr"; +connectAttr "FKXPinkyFinger1_R.ro" "PinkyFinger1_R_orientConstraint1.tg[0].tro"; +connectAttr "FKXPinkyFinger1_R.pm" "PinkyFinger1_R_orientConstraint1.tg[0].tpm"; +connectAttr "FKXPinkyFinger1_R.jo" "PinkyFinger1_R_orientConstraint1.tg[0].tjo"; +connectAttr "PinkyFinger1_R_orientConstraint1.w0" "PinkyFinger1_R_orientConstraint1.tg[0].tw" + ; +connectAttr "RingFinger3_R.pim" "RingFinger3_R_pointConstraint1.cpim"; +connectAttr "RingFinger3_R.rp" "RingFinger3_R_pointConstraint1.crp"; +connectAttr "RingFinger3_R.rpt" "RingFinger3_R_pointConstraint1.crt"; +connectAttr "FKXRingFinger3_R.t" "RingFinger3_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXRingFinger3_R.rp" "RingFinger3_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXRingFinger3_R.rpt" "RingFinger3_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXRingFinger3_R.pm" "RingFinger3_R_pointConstraint1.tg[0].tpm"; +connectAttr "RingFinger3_R_pointConstraint1.w0" "RingFinger3_R_pointConstraint1.tg[0].tw" + ; +connectAttr "RingFinger3_R.ro" "RingFinger3_R_orientConstraint1.cro"; +connectAttr "RingFinger3_R.pim" "RingFinger3_R_orientConstraint1.cpim"; +connectAttr "RingFinger3_R.jo" "RingFinger3_R_orientConstraint1.cjo"; +connectAttr "RingFinger3_R.is" "RingFinger3_R_orientConstraint1.is"; +connectAttr "FKXRingFinger3_R.r" "RingFinger3_R_orientConstraint1.tg[0].tr"; +connectAttr "FKXRingFinger3_R.ro" "RingFinger3_R_orientConstraint1.tg[0].tro"; +connectAttr "FKXRingFinger3_R.pm" "RingFinger3_R_orientConstraint1.tg[0].tpm"; +connectAttr "FKXRingFinger3_R.jo" "RingFinger3_R_orientConstraint1.tg[0].tjo"; +connectAttr "RingFinger3_R_orientConstraint1.w0" "RingFinger3_R_orientConstraint1.tg[0].tw" + ; +connectAttr "RingFinger2_R.pim" "RingFinger2_R_pointConstraint1.cpim"; +connectAttr "RingFinger2_R.rp" "RingFinger2_R_pointConstraint1.crp"; +connectAttr "RingFinger2_R.rpt" "RingFinger2_R_pointConstraint1.crt"; +connectAttr "FKXRingFinger2_R.t" "RingFinger2_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXRingFinger2_R.rp" "RingFinger2_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXRingFinger2_R.rpt" "RingFinger2_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXRingFinger2_R.pm" "RingFinger2_R_pointConstraint1.tg[0].tpm"; +connectAttr "RingFinger2_R_pointConstraint1.w0" "RingFinger2_R_pointConstraint1.tg[0].tw" + ; +connectAttr "RingFinger2_R.ro" "RingFinger2_R_orientConstraint1.cro"; +connectAttr "RingFinger2_R.pim" "RingFinger2_R_orientConstraint1.cpim"; +connectAttr "RingFinger2_R.jo" "RingFinger2_R_orientConstraint1.cjo"; +connectAttr "RingFinger2_R.is" "RingFinger2_R_orientConstraint1.is"; +connectAttr "FKXRingFinger2_R.r" "RingFinger2_R_orientConstraint1.tg[0].tr"; +connectAttr "FKXRingFinger2_R.ro" "RingFinger2_R_orientConstraint1.tg[0].tro"; +connectAttr "FKXRingFinger2_R.pm" "RingFinger2_R_orientConstraint1.tg[0].tpm"; +connectAttr "FKXRingFinger2_R.jo" "RingFinger2_R_orientConstraint1.tg[0].tjo"; +connectAttr "RingFinger2_R_orientConstraint1.w0" "RingFinger2_R_orientConstraint1.tg[0].tw" + ; +connectAttr "RingFinger1_R.pim" "RingFinger1_R_pointConstraint1.cpim"; +connectAttr "RingFinger1_R.rp" "RingFinger1_R_pointConstraint1.crp"; +connectAttr "RingFinger1_R.rpt" "RingFinger1_R_pointConstraint1.crt"; +connectAttr "FKXRingFinger1_R.t" "RingFinger1_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXRingFinger1_R.rp" "RingFinger1_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXRingFinger1_R.rpt" "RingFinger1_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXRingFinger1_R.pm" "RingFinger1_R_pointConstraint1.tg[0].tpm"; +connectAttr "RingFinger1_R_pointConstraint1.w0" "RingFinger1_R_pointConstraint1.tg[0].tw" + ; +connectAttr "RingFinger1_R.ro" "RingFinger1_R_orientConstraint1.cro"; +connectAttr "RingFinger1_R.pim" "RingFinger1_R_orientConstraint1.cpim"; +connectAttr "RingFinger1_R.jo" "RingFinger1_R_orientConstraint1.cjo"; +connectAttr "RingFinger1_R.is" "RingFinger1_R_orientConstraint1.is"; +connectAttr "FKXRingFinger1_R.r" "RingFinger1_R_orientConstraint1.tg[0].tr"; +connectAttr "FKXRingFinger1_R.ro" "RingFinger1_R_orientConstraint1.tg[0].tro"; +connectAttr "FKXRingFinger1_R.pm" "RingFinger1_R_orientConstraint1.tg[0].tpm"; +connectAttr "FKXRingFinger1_R.jo" "RingFinger1_R_orientConstraint1.tg[0].tjo"; +connectAttr "RingFinger1_R_orientConstraint1.w0" "RingFinger1_R_orientConstraint1.tg[0].tw" + ; +connectAttr "Cup_R.pim" "Cup_R_pointConstraint1.cpim"; +connectAttr "Cup_R.rp" "Cup_R_pointConstraint1.crp"; +connectAttr "Cup_R.rpt" "Cup_R_pointConstraint1.crt"; +connectAttr "FKXCup_R.t" "Cup_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXCup_R.rp" "Cup_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXCup_R.rpt" "Cup_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXCup_R.pm" "Cup_R_pointConstraint1.tg[0].tpm"; +connectAttr "Cup_R_pointConstraint1.w0" "Cup_R_pointConstraint1.tg[0].tw"; +connectAttr "Cup_R.ro" "Cup_R_orientConstraint1.cro"; +connectAttr "Cup_R.pim" "Cup_R_orientConstraint1.cpim"; +connectAttr "Cup_R.jo" "Cup_R_orientConstraint1.cjo"; +connectAttr "Cup_R.is" "Cup_R_orientConstraint1.is"; +connectAttr "FKXCup_R.r" "Cup_R_orientConstraint1.tg[0].tr"; +connectAttr "FKXCup_R.ro" "Cup_R_orientConstraint1.tg[0].tro"; +connectAttr "FKXCup_R.pm" "Cup_R_orientConstraint1.tg[0].tpm"; +connectAttr "FKXCup_R.jo" "Cup_R_orientConstraint1.tg[0].tjo"; +connectAttr "Cup_R_orientConstraint1.w0" "Cup_R_orientConstraint1.tg[0].tw"; +connectAttr "Wrist_R.pim" "Wrist_R_pointConstraint1.cpim"; +connectAttr "Wrist_R.rp" "Wrist_R_pointConstraint1.crp"; +connectAttr "Wrist_R.rpt" "Wrist_R_pointConstraint1.crt"; +connectAttr "FKXWrist_R.t" "Wrist_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXWrist_R.rp" "Wrist_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXWrist_R.rpt" "Wrist_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXWrist_R.pm" "Wrist_R_pointConstraint1.tg[0].tpm"; +connectAttr "Wrist_R_pointConstraint1.w0" "Wrist_R_pointConstraint1.tg[0].tw"; +connectAttr "IKXWrist_R.t" "Wrist_R_pointConstraint1.tg[1].tt"; +connectAttr "IKXWrist_R.rp" "Wrist_R_pointConstraint1.tg[1].trp"; +connectAttr "IKXWrist_R.rpt" "Wrist_R_pointConstraint1.tg[1].trt"; +connectAttr "IKXWrist_R.pm" "Wrist_R_pointConstraint1.tg[1].tpm"; +connectAttr "Wrist_R_pointConstraint1.w1" "Wrist_R_pointConstraint1.tg[1].tw"; +connectAttr "FKIKBlendArmReverse_R.ox" "Wrist_R_pointConstraint1.w0"; +connectAttr "FKIKBlendArmUnitConversion_R.o" "Wrist_R_pointConstraint1.w1"; +connectAttr "Wrist_R.ro" "Wrist_R_orientConstraint1.cro"; +connectAttr "Wrist_R.pim" "Wrist_R_orientConstraint1.cpim"; +connectAttr "Wrist_R.jo" "Wrist_R_orientConstraint1.cjo"; +connectAttr "Wrist_R.is" "Wrist_R_orientConstraint1.is"; +connectAttr "FKXWrist_R.r" "Wrist_R_orientConstraint1.tg[0].tr"; +connectAttr "FKXWrist_R.ro" "Wrist_R_orientConstraint1.tg[0].tro"; +connectAttr "FKXWrist_R.pm" "Wrist_R_orientConstraint1.tg[0].tpm"; +connectAttr "FKXWrist_R.jo" "Wrist_R_orientConstraint1.tg[0].tjo"; +connectAttr "Wrist_R_orientConstraint1.w0" "Wrist_R_orientConstraint1.tg[0].tw"; +connectAttr "IKXWrist_R.r" "Wrist_R_orientConstraint1.tg[1].tr"; +connectAttr "IKXWrist_R.ro" "Wrist_R_orientConstraint1.tg[1].tro"; +connectAttr "IKXWrist_R.pm" "Wrist_R_orientConstraint1.tg[1].tpm"; +connectAttr "IKXWrist_R.jo" "Wrist_R_orientConstraint1.tg[1].tjo"; +connectAttr "Wrist_R_orientConstraint1.w1" "Wrist_R_orientConstraint1.tg[1].tw"; +connectAttr "FKIKBlendArmReverse_R.ox" "Wrist_R_orientConstraint1.w0"; +connectAttr "FKIKBlendArmUnitConversion_R.o" "Wrist_R_orientConstraint1.w1"; +connectAttr "Scapula_R.pim" "Scapula_R_pointConstraint1.cpim"; +connectAttr "Scapula_R.rp" "Scapula_R_pointConstraint1.crp"; +connectAttr "Scapula_R.rpt" "Scapula_R_pointConstraint1.crt"; +connectAttr "FKXScapula_R.t" "Scapula_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXScapula_R.rp" "Scapula_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXScapula_R.rpt" "Scapula_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXScapula_R.pm" "Scapula_R_pointConstraint1.tg[0].tpm"; +connectAttr "Scapula_R_pointConstraint1.w0" "Scapula_R_pointConstraint1.tg[0].tw" + ; +connectAttr "Scapula_R.ro" "Scapula_R_orientConstraint1.cro"; +connectAttr "Scapula_R.pim" "Scapula_R_orientConstraint1.cpim"; +connectAttr "Scapula_R.jo" "Scapula_R_orientConstraint1.cjo"; +connectAttr "Scapula_R.is" "Scapula_R_orientConstraint1.is"; +connectAttr "FKXScapula_R.r" "Scapula_R_orientConstraint1.tg[0].tr"; +connectAttr "FKXScapula_R.ro" "Scapula_R_orientConstraint1.tg[0].tro"; +connectAttr "FKXScapula_R.pm" "Scapula_R_orientConstraint1.tg[0].tpm"; +connectAttr "FKXScapula_R.jo" "Scapula_R_orientConstraint1.tg[0].tjo"; +connectAttr "Scapula_R_orientConstraint1.w0" "Scapula_R_orientConstraint1.tg[0].tw" + ; +connectAttr "Chest_M.pim" "Chest_M_pointConstraint1.cpim"; +connectAttr "Chest_M.rp" "Chest_M_pointConstraint1.crp"; +connectAttr "Chest_M.rpt" "Chest_M_pointConstraint1.crt"; +connectAttr "FKXChest_M.t" "Chest_M_pointConstraint1.tg[0].tt"; +connectAttr "FKXChest_M.rp" "Chest_M_pointConstraint1.tg[0].trp"; +connectAttr "FKXChest_M.rpt" "Chest_M_pointConstraint1.tg[0].trt"; +connectAttr "FKXChest_M.pm" "Chest_M_pointConstraint1.tg[0].tpm"; +connectAttr "Chest_M_pointConstraint1.w0" "Chest_M_pointConstraint1.tg[0].tw"; +connectAttr "IKXChest_M.t" "Chest_M_pointConstraint1.tg[1].tt"; +connectAttr "IKXChest_M.rp" "Chest_M_pointConstraint1.tg[1].trp"; +connectAttr "IKXChest_M.rpt" "Chest_M_pointConstraint1.tg[1].trt"; +connectAttr "IKXChest_M.pm" "Chest_M_pointConstraint1.tg[1].tpm"; +connectAttr "Chest_M_pointConstraint1.w1" "Chest_M_pointConstraint1.tg[1].tw"; +connectAttr "FKIKBlendSpineReverse_M.ox" "Chest_M_pointConstraint1.w0"; +connectAttr "FKIKBlendSpineUnitConversion_M.o" "Chest_M_pointConstraint1.w1"; +connectAttr "Chest_M.ro" "Chest_M_orientConstraint1.cro"; +connectAttr "Chest_M.pim" "Chest_M_orientConstraint1.cpim"; +connectAttr "Chest_M.jo" "Chest_M_orientConstraint1.cjo"; +connectAttr "Chest_M.is" "Chest_M_orientConstraint1.is"; +connectAttr "FKXChest_M.r" "Chest_M_orientConstraint1.tg[0].tr"; +connectAttr "FKXChest_M.ro" "Chest_M_orientConstraint1.tg[0].tro"; +connectAttr "FKXChest_M.pm" "Chest_M_orientConstraint1.tg[0].tpm"; +connectAttr "FKXChest_M.jo" "Chest_M_orientConstraint1.tg[0].tjo"; +connectAttr "Chest_M_orientConstraint1.w0" "Chest_M_orientConstraint1.tg[0].tw"; +connectAttr "IKXChest_M.r" "Chest_M_orientConstraint1.tg[1].tr"; +connectAttr "IKXChest_M.ro" "Chest_M_orientConstraint1.tg[1].tro"; +connectAttr "IKXChest_M.pm" "Chest_M_orientConstraint1.tg[1].tpm"; +connectAttr "IKXChest_M.jo" "Chest_M_orientConstraint1.tg[1].tjo"; +connectAttr "Chest_M_orientConstraint1.w1" "Chest_M_orientConstraint1.tg[1].tw"; +connectAttr "FKIKBlendSpineReverse_M.ox" "Chest_M_orientConstraint1.w0"; +connectAttr "FKIKBlendSpineUnitConversion_M.o" "Chest_M_orientConstraint1.w1"; +connectAttr "Spine1Part2_M.pim" "Spine1Part2_M_pointConstraint1.cpim"; +connectAttr "Spine1Part2_M.rp" "Spine1Part2_M_pointConstraint1.crp"; +connectAttr "Spine1Part2_M.rpt" "Spine1Part2_M_pointConstraint1.crt"; +connectAttr "FKXSpine1Part2_M.t" "Spine1Part2_M_pointConstraint1.tg[0].tt"; +connectAttr "FKXSpine1Part2_M.rp" "Spine1Part2_M_pointConstraint1.tg[0].trp"; +connectAttr "FKXSpine1Part2_M.rpt" "Spine1Part2_M_pointConstraint1.tg[0].trt"; +connectAttr "FKXSpine1Part2_M.pm" "Spine1Part2_M_pointConstraint1.tg[0].tpm"; +connectAttr "Spine1Part2_M_pointConstraint1.w0" "Spine1Part2_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKXSpine1Part2_M.t" "Spine1Part2_M_pointConstraint1.tg[1].tt"; +connectAttr "IKXSpine1Part2_M.rp" "Spine1Part2_M_pointConstraint1.tg[1].trp"; +connectAttr "IKXSpine1Part2_M.rpt" "Spine1Part2_M_pointConstraint1.tg[1].trt"; +connectAttr "IKXSpine1Part2_M.pm" "Spine1Part2_M_pointConstraint1.tg[1].tpm"; +connectAttr "Spine1Part2_M_pointConstraint1.w1" "Spine1Part2_M_pointConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendSpineReverse_M.ox" "Spine1Part2_M_pointConstraint1.w0"; +connectAttr "FKIKBlendSpineUnitConversion_M.o" "Spine1Part2_M_pointConstraint1.w1" + ; +connectAttr "Spine1Part2_M.ro" "Spine1Part2_M_orientConstraint1.cro"; +connectAttr "Spine1Part2_M.pim" "Spine1Part2_M_orientConstraint1.cpim"; +connectAttr "Spine1Part2_M.jo" "Spine1Part2_M_orientConstraint1.cjo"; +connectAttr "Spine1Part2_M.is" "Spine1Part2_M_orientConstraint1.is"; +connectAttr "FKXSpine1Part2_M.r" "Spine1Part2_M_orientConstraint1.tg[0].tr"; +connectAttr "FKXSpine1Part2_M.ro" "Spine1Part2_M_orientConstraint1.tg[0].tro"; +connectAttr "FKXSpine1Part2_M.pm" "Spine1Part2_M_orientConstraint1.tg[0].tpm"; +connectAttr "FKXSpine1Part2_M.jo" "Spine1Part2_M_orientConstraint1.tg[0].tjo"; +connectAttr "Spine1Part2_M_orientConstraint1.w0" "Spine1Part2_M_orientConstraint1.tg[0].tw" + ; +connectAttr "IKXSpine1Part2_M.r" "Spine1Part2_M_orientConstraint1.tg[1].tr"; +connectAttr "IKXSpine1Part2_M.ro" "Spine1Part2_M_orientConstraint1.tg[1].tro"; +connectAttr "IKXSpine1Part2_M.pm" "Spine1Part2_M_orientConstraint1.tg[1].tpm"; +connectAttr "IKXSpine1Part2_M.jo" "Spine1Part2_M_orientConstraint1.tg[1].tjo"; +connectAttr "Spine1Part2_M_orientConstraint1.w1" "Spine1Part2_M_orientConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendSpineReverse_M.ox" "Spine1Part2_M_orientConstraint1.w0"; +connectAttr "FKIKBlendSpineUnitConversion_M.o" "Spine1Part2_M_orientConstraint1.w1" + ; +connectAttr "Spine1Part1_M.pim" "Spine1Part1_M_pointConstraint1.cpim"; +connectAttr "Spine1Part1_M.rp" "Spine1Part1_M_pointConstraint1.crp"; +connectAttr "Spine1Part1_M.rpt" "Spine1Part1_M_pointConstraint1.crt"; +connectAttr "FKXSpine1Part1_M.t" "Spine1Part1_M_pointConstraint1.tg[0].tt"; +connectAttr "FKXSpine1Part1_M.rp" "Spine1Part1_M_pointConstraint1.tg[0].trp"; +connectAttr "FKXSpine1Part1_M.rpt" "Spine1Part1_M_pointConstraint1.tg[0].trt"; +connectAttr "FKXSpine1Part1_M.pm" "Spine1Part1_M_pointConstraint1.tg[0].tpm"; +connectAttr "Spine1Part1_M_pointConstraint1.w0" "Spine1Part1_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKXSpine1Part1_M.t" "Spine1Part1_M_pointConstraint1.tg[1].tt"; +connectAttr "IKXSpine1Part1_M.rp" "Spine1Part1_M_pointConstraint1.tg[1].trp"; +connectAttr "IKXSpine1Part1_M.rpt" "Spine1Part1_M_pointConstraint1.tg[1].trt"; +connectAttr "IKXSpine1Part1_M.pm" "Spine1Part1_M_pointConstraint1.tg[1].tpm"; +connectAttr "Spine1Part1_M_pointConstraint1.w1" "Spine1Part1_M_pointConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendSpineReverse_M.ox" "Spine1Part1_M_pointConstraint1.w0"; +connectAttr "FKIKBlendSpineUnitConversion_M.o" "Spine1Part1_M_pointConstraint1.w1" + ; +connectAttr "Spine1Part1_M.ro" "Spine1Part1_M_orientConstraint1.cro"; +connectAttr "Spine1Part1_M.pim" "Spine1Part1_M_orientConstraint1.cpim"; +connectAttr "Spine1Part1_M.jo" "Spine1Part1_M_orientConstraint1.cjo"; +connectAttr "Spine1Part1_M.is" "Spine1Part1_M_orientConstraint1.is"; +connectAttr "FKXSpine1Part1_M.r" "Spine1Part1_M_orientConstraint1.tg[0].tr"; +connectAttr "FKXSpine1Part1_M.ro" "Spine1Part1_M_orientConstraint1.tg[0].tro"; +connectAttr "FKXSpine1Part1_M.pm" "Spine1Part1_M_orientConstraint1.tg[0].tpm"; +connectAttr "FKXSpine1Part1_M.jo" "Spine1Part1_M_orientConstraint1.tg[0].tjo"; +connectAttr "Spine1Part1_M_orientConstraint1.w0" "Spine1Part1_M_orientConstraint1.tg[0].tw" + ; +connectAttr "IKXSpine1Part1_M.r" "Spine1Part1_M_orientConstraint1.tg[1].tr"; +connectAttr "IKXSpine1Part1_M.ro" "Spine1Part1_M_orientConstraint1.tg[1].tro"; +connectAttr "IKXSpine1Part1_M.pm" "Spine1Part1_M_orientConstraint1.tg[1].tpm"; +connectAttr "IKXSpine1Part1_M.jo" "Spine1Part1_M_orientConstraint1.tg[1].tjo"; +connectAttr "Spine1Part1_M_orientConstraint1.w1" "Spine1Part1_M_orientConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendSpineReverse_M.ox" "Spine1Part1_M_orientConstraint1.w0"; +connectAttr "FKIKBlendSpineUnitConversion_M.o" "Spine1Part1_M_orientConstraint1.w1" + ; +connectAttr "Spine1_M.pim" "Spine1_M_pointConstraint1.cpim"; +connectAttr "Spine1_M.rp" "Spine1_M_pointConstraint1.crp"; +connectAttr "Spine1_M.rpt" "Spine1_M_pointConstraint1.crt"; +connectAttr "FKXSpine1_M.t" "Spine1_M_pointConstraint1.tg[0].tt"; +connectAttr "FKXSpine1_M.rp" "Spine1_M_pointConstraint1.tg[0].trp"; +connectAttr "FKXSpine1_M.rpt" "Spine1_M_pointConstraint1.tg[0].trt"; +connectAttr "FKXSpine1_M.pm" "Spine1_M_pointConstraint1.tg[0].tpm"; +connectAttr "Spine1_M_pointConstraint1.w0" "Spine1_M_pointConstraint1.tg[0].tw"; +connectAttr "IKXSpine1_M.t" "Spine1_M_pointConstraint1.tg[1].tt"; +connectAttr "IKXSpine1_M.rp" "Spine1_M_pointConstraint1.tg[1].trp"; +connectAttr "IKXSpine1_M.rpt" "Spine1_M_pointConstraint1.tg[1].trt"; +connectAttr "IKXSpine1_M.pm" "Spine1_M_pointConstraint1.tg[1].tpm"; +connectAttr "Spine1_M_pointConstraint1.w1" "Spine1_M_pointConstraint1.tg[1].tw"; +connectAttr "FKIKBlendSpineReverse_M.ox" "Spine1_M_pointConstraint1.w0"; +connectAttr "FKIKBlendSpineUnitConversion_M.o" "Spine1_M_pointConstraint1.w1"; +connectAttr "Spine1_M.ro" "Spine1_M_orientConstraint1.cro"; +connectAttr "Spine1_M.pim" "Spine1_M_orientConstraint1.cpim"; +connectAttr "Spine1_M.jo" "Spine1_M_orientConstraint1.cjo"; +connectAttr "Spine1_M.is" "Spine1_M_orientConstraint1.is"; +connectAttr "FKXSpine1_M.r" "Spine1_M_orientConstraint1.tg[0].tr"; +connectAttr "FKXSpine1_M.ro" "Spine1_M_orientConstraint1.tg[0].tro"; +connectAttr "FKXSpine1_M.pm" "Spine1_M_orientConstraint1.tg[0].tpm"; +connectAttr "FKXSpine1_M.jo" "Spine1_M_orientConstraint1.tg[0].tjo"; +connectAttr "Spine1_M_orientConstraint1.w0" "Spine1_M_orientConstraint1.tg[0].tw" + ; +connectAttr "IKXSpine1_M.r" "Spine1_M_orientConstraint1.tg[1].tr"; +connectAttr "IKXSpine1_M.ro" "Spine1_M_orientConstraint1.tg[1].tro"; +connectAttr "IKXSpine1_M.pm" "Spine1_M_orientConstraint1.tg[1].tpm"; +connectAttr "IKXSpine1_M.jo" "Spine1_M_orientConstraint1.tg[1].tjo"; +connectAttr "Spine1_M_orientConstraint1.w1" "Spine1_M_orientConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendSpineReverse_M.ox" "Spine1_M_orientConstraint1.w0"; +connectAttr "FKIKBlendSpineUnitConversion_M.o" "Spine1_M_orientConstraint1.w1"; +connectAttr "RootPart2_M.pim" "RootPart2_M_pointConstraint1.cpim"; +connectAttr "RootPart2_M.rp" "RootPart2_M_pointConstraint1.crp"; +connectAttr "RootPart2_M.rpt" "RootPart2_M_pointConstraint1.crt"; +connectAttr "FKXRootPart2_M.t" "RootPart2_M_pointConstraint1.tg[0].tt"; +connectAttr "FKXRootPart2_M.rp" "RootPart2_M_pointConstraint1.tg[0].trp"; +connectAttr "FKXRootPart2_M.rpt" "RootPart2_M_pointConstraint1.tg[0].trt"; +connectAttr "FKXRootPart2_M.pm" "RootPart2_M_pointConstraint1.tg[0].tpm"; +connectAttr "RootPart2_M_pointConstraint1.w0" "RootPart2_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKXRootPart2_M.t" "RootPart2_M_pointConstraint1.tg[1].tt"; +connectAttr "IKXRootPart2_M.rp" "RootPart2_M_pointConstraint1.tg[1].trp"; +connectAttr "IKXRootPart2_M.rpt" "RootPart2_M_pointConstraint1.tg[1].trt"; +connectAttr "IKXRootPart2_M.pm" "RootPart2_M_pointConstraint1.tg[1].tpm"; +connectAttr "RootPart2_M_pointConstraint1.w1" "RootPart2_M_pointConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendSpineReverse_M.ox" "RootPart2_M_pointConstraint1.w0"; +connectAttr "FKIKBlendSpineUnitConversion_M.o" "RootPart2_M_pointConstraint1.w1" + ; +connectAttr "RootPart2_M.ro" "RootPart2_M_orientConstraint1.cro"; +connectAttr "RootPart2_M.pim" "RootPart2_M_orientConstraint1.cpim"; +connectAttr "RootPart2_M.jo" "RootPart2_M_orientConstraint1.cjo"; +connectAttr "RootPart2_M.is" "RootPart2_M_orientConstraint1.is"; +connectAttr "FKXRootPart2_M.r" "RootPart2_M_orientConstraint1.tg[0].tr"; +connectAttr "FKXRootPart2_M.ro" "RootPart2_M_orientConstraint1.tg[0].tro"; +connectAttr "FKXRootPart2_M.pm" "RootPart2_M_orientConstraint1.tg[0].tpm"; +connectAttr "FKXRootPart2_M.jo" "RootPart2_M_orientConstraint1.tg[0].tjo"; +connectAttr "RootPart2_M_orientConstraint1.w0" "RootPart2_M_orientConstraint1.tg[0].tw" + ; +connectAttr "IKXRootPart2_M.r" "RootPart2_M_orientConstraint1.tg[1].tr"; +connectAttr "IKXRootPart2_M.ro" "RootPart2_M_orientConstraint1.tg[1].tro"; +connectAttr "IKXRootPart2_M.pm" "RootPart2_M_orientConstraint1.tg[1].tpm"; +connectAttr "IKXRootPart2_M.jo" "RootPart2_M_orientConstraint1.tg[1].tjo"; +connectAttr "RootPart2_M_orientConstraint1.w1" "RootPart2_M_orientConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendSpineReverse_M.ox" "RootPart2_M_orientConstraint1.w0"; +connectAttr "FKIKBlendSpineUnitConversion_M.o" "RootPart2_M_orientConstraint1.w1" + ; +connectAttr "RootPart1_M.pim" "RootPart1_M_pointConstraint1.cpim"; +connectAttr "RootPart1_M.rp" "RootPart1_M_pointConstraint1.crp"; +connectAttr "RootPart1_M.rpt" "RootPart1_M_pointConstraint1.crt"; +connectAttr "FKXRootPart1_M.t" "RootPart1_M_pointConstraint1.tg[0].tt"; +connectAttr "FKXRootPart1_M.rp" "RootPart1_M_pointConstraint1.tg[0].trp"; +connectAttr "FKXRootPart1_M.rpt" "RootPart1_M_pointConstraint1.tg[0].trt"; +connectAttr "FKXRootPart1_M.pm" "RootPart1_M_pointConstraint1.tg[0].tpm"; +connectAttr "RootPart1_M_pointConstraint1.w0" "RootPart1_M_pointConstraint1.tg[0].tw" + ; +connectAttr "IKXRootPart1_M.t" "RootPart1_M_pointConstraint1.tg[1].tt"; +connectAttr "IKXRootPart1_M.rp" "RootPart1_M_pointConstraint1.tg[1].trp"; +connectAttr "IKXRootPart1_M.rpt" "RootPart1_M_pointConstraint1.tg[1].trt"; +connectAttr "IKXRootPart1_M.pm" "RootPart1_M_pointConstraint1.tg[1].tpm"; +connectAttr "RootPart1_M_pointConstraint1.w1" "RootPart1_M_pointConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendSpineReverse_M.ox" "RootPart1_M_pointConstraint1.w0"; +connectAttr "FKIKBlendSpineUnitConversion_M.o" "RootPart1_M_pointConstraint1.w1" + ; +connectAttr "RootPart1_M.ro" "RootPart1_M_orientConstraint1.cro"; +connectAttr "RootPart1_M.pim" "RootPart1_M_orientConstraint1.cpim"; +connectAttr "RootPart1_M.jo" "RootPart1_M_orientConstraint1.cjo"; +connectAttr "RootPart1_M.is" "RootPart1_M_orientConstraint1.is"; +connectAttr "FKXRootPart1_M.r" "RootPart1_M_orientConstraint1.tg[0].tr"; +connectAttr "FKXRootPart1_M.ro" "RootPart1_M_orientConstraint1.tg[0].tro"; +connectAttr "FKXRootPart1_M.pm" "RootPart1_M_orientConstraint1.tg[0].tpm"; +connectAttr "FKXRootPart1_M.jo" "RootPart1_M_orientConstraint1.tg[0].tjo"; +connectAttr "RootPart1_M_orientConstraint1.w0" "RootPart1_M_orientConstraint1.tg[0].tw" + ; +connectAttr "IKXRootPart1_M.r" "RootPart1_M_orientConstraint1.tg[1].tr"; +connectAttr "IKXRootPart1_M.ro" "RootPart1_M_orientConstraint1.tg[1].tro"; +connectAttr "IKXRootPart1_M.pm" "RootPart1_M_orientConstraint1.tg[1].tpm"; +connectAttr "IKXRootPart1_M.jo" "RootPart1_M_orientConstraint1.tg[1].tjo"; +connectAttr "RootPart1_M_orientConstraint1.w1" "RootPart1_M_orientConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendSpineReverse_M.ox" "RootPart1_M_orientConstraint1.w0"; +connectAttr "FKIKBlendSpineUnitConversion_M.o" "RootPart1_M_orientConstraint1.w1" + ; +connectAttr "Root_M.pim" "Root_M_pointConstraint1.cpim"; +connectAttr "Root_M.rp" "Root_M_pointConstraint1.crp"; +connectAttr "Root_M.rpt" "Root_M_pointConstraint1.crt"; +connectAttr "FKXRoot_M.t" "Root_M_pointConstraint1.tg[0].tt"; +connectAttr "FKXRoot_M.rp" "Root_M_pointConstraint1.tg[0].trp"; +connectAttr "FKXRoot_M.rpt" "Root_M_pointConstraint1.tg[0].trt"; +connectAttr "FKXRoot_M.pm" "Root_M_pointConstraint1.tg[0].tpm"; +connectAttr "Root_M_pointConstraint1.w0" "Root_M_pointConstraint1.tg[0].tw"; +connectAttr "IKXRoot_M.t" "Root_M_pointConstraint1.tg[1].tt"; +connectAttr "IKXRoot_M.rp" "Root_M_pointConstraint1.tg[1].trp"; +connectAttr "IKXRoot_M.rpt" "Root_M_pointConstraint1.tg[1].trt"; +connectAttr "IKXRoot_M.pm" "Root_M_pointConstraint1.tg[1].tpm"; +connectAttr "Root_M_pointConstraint1.w1" "Root_M_pointConstraint1.tg[1].tw"; +connectAttr "FKIKBlendSpineReverse_M.ox" "Root_M_pointConstraint1.w0"; +connectAttr "FKIKBlendSpineUnitConversion_M.o" "Root_M_pointConstraint1.w1"; +connectAttr "Root_M.ro" "Root_M_orientConstraint1.cro"; +connectAttr "Root_M.pim" "Root_M_orientConstraint1.cpim"; +connectAttr "Root_M.jo" "Root_M_orientConstraint1.cjo"; +connectAttr "Root_M.is" "Root_M_orientConstraint1.is"; +connectAttr "FKXRoot_M.r" "Root_M_orientConstraint1.tg[0].tr"; +connectAttr "FKXRoot_M.ro" "Root_M_orientConstraint1.tg[0].tro"; +connectAttr "FKXRoot_M.pm" "Root_M_orientConstraint1.tg[0].tpm"; +connectAttr "FKXRoot_M.jo" "Root_M_orientConstraint1.tg[0].tjo"; +connectAttr "Root_M_orientConstraint1.w0" "Root_M_orientConstraint1.tg[0].tw"; +connectAttr "IKXRoot_M.r" "Root_M_orientConstraint1.tg[1].tr"; +connectAttr "IKXRoot_M.ro" "Root_M_orientConstraint1.tg[1].tro"; +connectAttr "IKXRoot_M.pm" "Root_M_orientConstraint1.tg[1].tpm"; +connectAttr "IKXRoot_M.jo" "Root_M_orientConstraint1.tg[1].tjo"; +connectAttr "Root_M_orientConstraint1.w1" "Root_M_orientConstraint1.tg[1].tw"; +connectAttr "FKIKBlendSpineReverse_M.ox" "Root_M_orientConstraint1.w0"; +connectAttr "FKIKBlendSpineUnitConversion_M.o" "Root_M_orientConstraint1.w1"; +connectAttr "Toes_L.pim" "Toes_L_pointConstraint1.cpim"; +connectAttr "Toes_L.rp" "Toes_L_pointConstraint1.crp"; +connectAttr "Toes_L.rpt" "Toes_L_pointConstraint1.crt"; +connectAttr "FKXToes_L.t" "Toes_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXToes_L.rp" "Toes_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXToes_L.rpt" "Toes_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXToes_L.pm" "Toes_L_pointConstraint1.tg[0].tpm"; +connectAttr "Toes_L_pointConstraint1.w0" "Toes_L_pointConstraint1.tg[0].tw"; +connectAttr "IKXToes_L.t" "Toes_L_pointConstraint1.tg[1].tt"; +connectAttr "IKXToes_L.rp" "Toes_L_pointConstraint1.tg[1].trp"; +connectAttr "IKXToes_L.rpt" "Toes_L_pointConstraint1.tg[1].trt"; +connectAttr "IKXToes_L.pm" "Toes_L_pointConstraint1.tg[1].tpm"; +connectAttr "Toes_L_pointConstraint1.w1" "Toes_L_pointConstraint1.tg[1].tw"; +connectAttr "FKIKBlendLegReverse_L.ox" "Toes_L_pointConstraint1.w0"; +connectAttr "FKIKBlendLegUnitConversion_L.o" "Toes_L_pointConstraint1.w1"; +connectAttr "Toes_L.ro" "Toes_L_orientConstraint1.cro"; +connectAttr "Toes_L.pim" "Toes_L_orientConstraint1.cpim"; +connectAttr "Toes_L.jo" "Toes_L_orientConstraint1.cjo"; +connectAttr "Toes_L.is" "Toes_L_orientConstraint1.is"; +connectAttr "FKXToes_L.r" "Toes_L_orientConstraint1.tg[0].tr"; +connectAttr "FKXToes_L.ro" "Toes_L_orientConstraint1.tg[0].tro"; +connectAttr "FKXToes_L.pm" "Toes_L_orientConstraint1.tg[0].tpm"; +connectAttr "FKXToes_L.jo" "Toes_L_orientConstraint1.tg[0].tjo"; +connectAttr "Toes_L_orientConstraint1.w0" "Toes_L_orientConstraint1.tg[0].tw"; +connectAttr "IKXToes_L.r" "Toes_L_orientConstraint1.tg[1].tr"; +connectAttr "IKXToes_L.ro" "Toes_L_orientConstraint1.tg[1].tro"; +connectAttr "IKXToes_L.pm" "Toes_L_orientConstraint1.tg[1].tpm"; +connectAttr "IKXToes_L.jo" "Toes_L_orientConstraint1.tg[1].tjo"; +connectAttr "Toes_L_orientConstraint1.w1" "Toes_L_orientConstraint1.tg[1].tw"; +connectAttr "FKIKBlendLegReverse_L.ox" "Toes_L_orientConstraint1.w0"; +connectAttr "FKIKBlendLegUnitConversion_L.o" "Toes_L_orientConstraint1.w1"; +connectAttr "Ankle_L.pim" "Ankle_L_pointConstraint1.cpim"; +connectAttr "Ankle_L.rp" "Ankle_L_pointConstraint1.crp"; +connectAttr "Ankle_L.rpt" "Ankle_L_pointConstraint1.crt"; +connectAttr "FKXAnkle_L.t" "Ankle_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXAnkle_L.rp" "Ankle_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXAnkle_L.rpt" "Ankle_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXAnkle_L.pm" "Ankle_L_pointConstraint1.tg[0].tpm"; +connectAttr "Ankle_L_pointConstraint1.w0" "Ankle_L_pointConstraint1.tg[0].tw"; +connectAttr "IKXAnkle_L.t" "Ankle_L_pointConstraint1.tg[1].tt"; +connectAttr "IKXAnkle_L.rp" "Ankle_L_pointConstraint1.tg[1].trp"; +connectAttr "IKXAnkle_L.rpt" "Ankle_L_pointConstraint1.tg[1].trt"; +connectAttr "IKXAnkle_L.pm" "Ankle_L_pointConstraint1.tg[1].tpm"; +connectAttr "Ankle_L_pointConstraint1.w1" "Ankle_L_pointConstraint1.tg[1].tw"; +connectAttr "FKIKBlendLegReverse_L.ox" "Ankle_L_pointConstraint1.w0"; +connectAttr "FKIKBlendLegUnitConversion_L.o" "Ankle_L_pointConstraint1.w1"; +connectAttr "Ankle_L.ro" "Ankle_L_orientConstraint1.cro"; +connectAttr "Ankle_L.pim" "Ankle_L_orientConstraint1.cpim"; +connectAttr "Ankle_L.jo" "Ankle_L_orientConstraint1.cjo"; +connectAttr "Ankle_L.is" "Ankle_L_orientConstraint1.is"; +connectAttr "FKXAnkle_L.r" "Ankle_L_orientConstraint1.tg[0].tr"; +connectAttr "FKXAnkle_L.ro" "Ankle_L_orientConstraint1.tg[0].tro"; +connectAttr "FKXAnkle_L.pm" "Ankle_L_orientConstraint1.tg[0].tpm"; +connectAttr "FKXAnkle_L.jo" "Ankle_L_orientConstraint1.tg[0].tjo"; +connectAttr "Ankle_L_orientConstraint1.w0" "Ankle_L_orientConstraint1.tg[0].tw"; +connectAttr "IKXAnkle_L.r" "Ankle_L_orientConstraint1.tg[1].tr"; +connectAttr "IKXAnkle_L.ro" "Ankle_L_orientConstraint1.tg[1].tro"; +connectAttr "IKXAnkle_L.pm" "Ankle_L_orientConstraint1.tg[1].tpm"; +connectAttr "IKXAnkle_L.jo" "Ankle_L_orientConstraint1.tg[1].tjo"; +connectAttr "Ankle_L_orientConstraint1.w1" "Ankle_L_orientConstraint1.tg[1].tw"; +connectAttr "FKIKBlendLegReverse_L.ox" "Ankle_L_orientConstraint1.w0"; +connectAttr "FKIKBlendLegUnitConversion_L.o" "Ankle_L_orientConstraint1.w1"; +connectAttr "Knee_L.pim" "Knee_L_pointConstraint1.cpim"; +connectAttr "Knee_L.rp" "Knee_L_pointConstraint1.crp"; +connectAttr "Knee_L.rpt" "Knee_L_pointConstraint1.crt"; +connectAttr "FKXKnee_L.t" "Knee_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXKnee_L.rp" "Knee_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXKnee_L.rpt" "Knee_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXKnee_L.pm" "Knee_L_pointConstraint1.tg[0].tpm"; +connectAttr "Knee_L_pointConstraint1.w0" "Knee_L_pointConstraint1.tg[0].tw"; +connectAttr "IKXKnee_L.t" "Knee_L_pointConstraint1.tg[1].tt"; +connectAttr "IKXKnee_L.rp" "Knee_L_pointConstraint1.tg[1].trp"; +connectAttr "IKXKnee_L.rpt" "Knee_L_pointConstraint1.tg[1].trt"; +connectAttr "IKXKnee_L.pm" "Knee_L_pointConstraint1.tg[1].tpm"; +connectAttr "Knee_L_pointConstraint1.w1" "Knee_L_pointConstraint1.tg[1].tw"; +connectAttr "FKIKBlendLegReverse_L.ox" "Knee_L_pointConstraint1.w0"; +connectAttr "FKIKBlendLegUnitConversion_L.o" "Knee_L_pointConstraint1.w1"; +connectAttr "Knee_L.ro" "Knee_L_orientConstraint1.cro"; +connectAttr "Knee_L.pim" "Knee_L_orientConstraint1.cpim"; +connectAttr "Knee_L.jo" "Knee_L_orientConstraint1.cjo"; +connectAttr "Knee_L.is" "Knee_L_orientConstraint1.is"; +connectAttr "FKXKnee_L.r" "Knee_L_orientConstraint1.tg[0].tr"; +connectAttr "FKXKnee_L.ro" "Knee_L_orientConstraint1.tg[0].tro"; +connectAttr "FKXKnee_L.pm" "Knee_L_orientConstraint1.tg[0].tpm"; +connectAttr "FKXKnee_L.jo" "Knee_L_orientConstraint1.tg[0].tjo"; +connectAttr "Knee_L_orientConstraint1.w0" "Knee_L_orientConstraint1.tg[0].tw"; +connectAttr "IKXKnee_L.r" "Knee_L_orientConstraint1.tg[1].tr"; +connectAttr "IKXKnee_L.ro" "Knee_L_orientConstraint1.tg[1].tro"; +connectAttr "IKXKnee_L.pm" "Knee_L_orientConstraint1.tg[1].tpm"; +connectAttr "IKXKnee_L.jo" "Knee_L_orientConstraint1.tg[1].tjo"; +connectAttr "Knee_L_orientConstraint1.w1" "Knee_L_orientConstraint1.tg[1].tw"; +connectAttr "FKIKBlendLegReverse_L.ox" "Knee_L_orientConstraint1.w0"; +connectAttr "FKIKBlendLegUnitConversion_L.o" "Knee_L_orientConstraint1.w1"; +connectAttr "Eye_L.pim" "Eye_L_pointConstraint1.cpim"; +connectAttr "Eye_L.rp" "Eye_L_pointConstraint1.crp"; +connectAttr "Eye_L.rpt" "Eye_L_pointConstraint1.crt"; +connectAttr "FKXEye_L.t" "Eye_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXEye_L.rp" "Eye_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXEye_L.rpt" "Eye_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXEye_L.pm" "Eye_L_pointConstraint1.tg[0].tpm"; +connectAttr "Eye_L_pointConstraint1.w0" "Eye_L_pointConstraint1.tg[0].tw"; +connectAttr "Eye_L.ro" "Eye_L_orientConstraint1.cro"; +connectAttr "Eye_L.pim" "Eye_L_orientConstraint1.cpim"; +connectAttr "Eye_L.jo" "Eye_L_orientConstraint1.cjo"; +connectAttr "Eye_L.is" "Eye_L_orientConstraint1.is"; +connectAttr "FKXEye_L.r" "Eye_L_orientConstraint1.tg[0].tr"; +connectAttr "FKXEye_L.ro" "Eye_L_orientConstraint1.tg[0].tro"; +connectAttr "FKXEye_L.pm" "Eye_L_orientConstraint1.tg[0].tpm"; +connectAttr "FKXEye_L.jo" "Eye_L_orientConstraint1.tg[0].tjo"; +connectAttr "Eye_L_orientConstraint1.w0" "Eye_L_orientConstraint1.tg[0].tw"; +connectAttr "MiddleFinger3_L.pim" "MiddleFinger3_L_pointConstraint1.cpim"; +connectAttr "MiddleFinger3_L.rp" "MiddleFinger3_L_pointConstraint1.crp"; +connectAttr "MiddleFinger3_L.rpt" "MiddleFinger3_L_pointConstraint1.crt"; +connectAttr "FKXMiddleFinger3_L.t" "MiddleFinger3_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXMiddleFinger3_L.rp" "MiddleFinger3_L_pointConstraint1.tg[0].trp" + ; +connectAttr "FKXMiddleFinger3_L.rpt" "MiddleFinger3_L_pointConstraint1.tg[0].trt" + ; +connectAttr "FKXMiddleFinger3_L.pm" "MiddleFinger3_L_pointConstraint1.tg[0].tpm" + ; +connectAttr "MiddleFinger3_L_pointConstraint1.w0" "MiddleFinger3_L_pointConstraint1.tg[0].tw" + ; +connectAttr "MiddleFinger3_L.ro" "MiddleFinger3_L_orientConstraint1.cro"; +connectAttr "MiddleFinger3_L.pim" "MiddleFinger3_L_orientConstraint1.cpim"; +connectAttr "MiddleFinger3_L.jo" "MiddleFinger3_L_orientConstraint1.cjo"; +connectAttr "MiddleFinger3_L.is" "MiddleFinger3_L_orientConstraint1.is"; +connectAttr "FKXMiddleFinger3_L.r" "MiddleFinger3_L_orientConstraint1.tg[0].tr"; +connectAttr "FKXMiddleFinger3_L.ro" "MiddleFinger3_L_orientConstraint1.tg[0].tro" + ; +connectAttr "FKXMiddleFinger3_L.pm" "MiddleFinger3_L_orientConstraint1.tg[0].tpm" + ; +connectAttr "FKXMiddleFinger3_L.jo" "MiddleFinger3_L_orientConstraint1.tg[0].tjo" + ; +connectAttr "MiddleFinger3_L_orientConstraint1.w0" "MiddleFinger3_L_orientConstraint1.tg[0].tw" + ; +connectAttr "MiddleFinger2_L.pim" "MiddleFinger2_L_pointConstraint1.cpim"; +connectAttr "MiddleFinger2_L.rp" "MiddleFinger2_L_pointConstraint1.crp"; +connectAttr "MiddleFinger2_L.rpt" "MiddleFinger2_L_pointConstraint1.crt"; +connectAttr "FKXMiddleFinger2_L.t" "MiddleFinger2_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXMiddleFinger2_L.rp" "MiddleFinger2_L_pointConstraint1.tg[0].trp" + ; +connectAttr "FKXMiddleFinger2_L.rpt" "MiddleFinger2_L_pointConstraint1.tg[0].trt" + ; +connectAttr "FKXMiddleFinger2_L.pm" "MiddleFinger2_L_pointConstraint1.tg[0].tpm" + ; +connectAttr "MiddleFinger2_L_pointConstraint1.w0" "MiddleFinger2_L_pointConstraint1.tg[0].tw" + ; +connectAttr "MiddleFinger2_L.ro" "MiddleFinger2_L_orientConstraint1.cro"; +connectAttr "MiddleFinger2_L.pim" "MiddleFinger2_L_orientConstraint1.cpim"; +connectAttr "MiddleFinger2_L.jo" "MiddleFinger2_L_orientConstraint1.cjo"; +connectAttr "MiddleFinger2_L.is" "MiddleFinger2_L_orientConstraint1.is"; +connectAttr "FKXMiddleFinger2_L.r" "MiddleFinger2_L_orientConstraint1.tg[0].tr"; +connectAttr "FKXMiddleFinger2_L.ro" "MiddleFinger2_L_orientConstraint1.tg[0].tro" + ; +connectAttr "FKXMiddleFinger2_L.pm" "MiddleFinger2_L_orientConstraint1.tg[0].tpm" + ; +connectAttr "FKXMiddleFinger2_L.jo" "MiddleFinger2_L_orientConstraint1.tg[0].tjo" + ; +connectAttr "MiddleFinger2_L_orientConstraint1.w0" "MiddleFinger2_L_orientConstraint1.tg[0].tw" + ; +connectAttr "MiddleFinger1_L.pim" "MiddleFinger1_L_pointConstraint1.cpim"; +connectAttr "MiddleFinger1_L.rp" "MiddleFinger1_L_pointConstraint1.crp"; +connectAttr "MiddleFinger1_L.rpt" "MiddleFinger1_L_pointConstraint1.crt"; +connectAttr "FKXMiddleFinger1_L.t" "MiddleFinger1_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXMiddleFinger1_L.rp" "MiddleFinger1_L_pointConstraint1.tg[0].trp" + ; +connectAttr "FKXMiddleFinger1_L.rpt" "MiddleFinger1_L_pointConstraint1.tg[0].trt" + ; +connectAttr "FKXMiddleFinger1_L.pm" "MiddleFinger1_L_pointConstraint1.tg[0].tpm" + ; +connectAttr "MiddleFinger1_L_pointConstraint1.w0" "MiddleFinger1_L_pointConstraint1.tg[0].tw" + ; +connectAttr "MiddleFinger1_L.ro" "MiddleFinger1_L_orientConstraint1.cro"; +connectAttr "MiddleFinger1_L.pim" "MiddleFinger1_L_orientConstraint1.cpim"; +connectAttr "MiddleFinger1_L.jo" "MiddleFinger1_L_orientConstraint1.cjo"; +connectAttr "MiddleFinger1_L.is" "MiddleFinger1_L_orientConstraint1.is"; +connectAttr "FKXMiddleFinger1_L.r" "MiddleFinger1_L_orientConstraint1.tg[0].tr"; +connectAttr "FKXMiddleFinger1_L.ro" "MiddleFinger1_L_orientConstraint1.tg[0].tro" + ; +connectAttr "FKXMiddleFinger1_L.pm" "MiddleFinger1_L_orientConstraint1.tg[0].tpm" + ; +connectAttr "FKXMiddleFinger1_L.jo" "MiddleFinger1_L_orientConstraint1.tg[0].tjo" + ; +connectAttr "MiddleFinger1_L_orientConstraint1.w0" "MiddleFinger1_L_orientConstraint1.tg[0].tw" + ; +connectAttr "ThumbFinger3_L.pim" "ThumbFinger3_L_pointConstraint1.cpim"; +connectAttr "ThumbFinger3_L.rp" "ThumbFinger3_L_pointConstraint1.crp"; +connectAttr "ThumbFinger3_L.rpt" "ThumbFinger3_L_pointConstraint1.crt"; +connectAttr "FKXThumbFinger3_L.t" "ThumbFinger3_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXThumbFinger3_L.rp" "ThumbFinger3_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXThumbFinger3_L.rpt" "ThumbFinger3_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXThumbFinger3_L.pm" "ThumbFinger3_L_pointConstraint1.tg[0].tpm"; +connectAttr "ThumbFinger3_L_pointConstraint1.w0" "ThumbFinger3_L_pointConstraint1.tg[0].tw" + ; +connectAttr "ThumbFinger3_L.ro" "ThumbFinger3_L_orientConstraint1.cro"; +connectAttr "ThumbFinger3_L.pim" "ThumbFinger3_L_orientConstraint1.cpim"; +connectAttr "ThumbFinger3_L.jo" "ThumbFinger3_L_orientConstraint1.cjo"; +connectAttr "ThumbFinger3_L.is" "ThumbFinger3_L_orientConstraint1.is"; +connectAttr "FKXThumbFinger3_L.r" "ThumbFinger3_L_orientConstraint1.tg[0].tr"; +connectAttr "FKXThumbFinger3_L.ro" "ThumbFinger3_L_orientConstraint1.tg[0].tro"; +connectAttr "FKXThumbFinger3_L.pm" "ThumbFinger3_L_orientConstraint1.tg[0].tpm"; +connectAttr "FKXThumbFinger3_L.jo" "ThumbFinger3_L_orientConstraint1.tg[0].tjo"; +connectAttr "ThumbFinger3_L_orientConstraint1.w0" "ThumbFinger3_L_orientConstraint1.tg[0].tw" + ; +connectAttr "ThumbFinger2_L.pim" "ThumbFinger2_L_pointConstraint1.cpim"; +connectAttr "ThumbFinger2_L.rp" "ThumbFinger2_L_pointConstraint1.crp"; +connectAttr "ThumbFinger2_L.rpt" "ThumbFinger2_L_pointConstraint1.crt"; +connectAttr "FKXThumbFinger2_L.t" "ThumbFinger2_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXThumbFinger2_L.rp" "ThumbFinger2_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXThumbFinger2_L.rpt" "ThumbFinger2_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXThumbFinger2_L.pm" "ThumbFinger2_L_pointConstraint1.tg[0].tpm"; +connectAttr "ThumbFinger2_L_pointConstraint1.w0" "ThumbFinger2_L_pointConstraint1.tg[0].tw" + ; +connectAttr "ThumbFinger2_L.ro" "ThumbFinger2_L_orientConstraint1.cro"; +connectAttr "ThumbFinger2_L.pim" "ThumbFinger2_L_orientConstraint1.cpim"; +connectAttr "ThumbFinger2_L.jo" "ThumbFinger2_L_orientConstraint1.cjo"; +connectAttr "ThumbFinger2_L.is" "ThumbFinger2_L_orientConstraint1.is"; +connectAttr "FKXThumbFinger2_L.r" "ThumbFinger2_L_orientConstraint1.tg[0].tr"; +connectAttr "FKXThumbFinger2_L.ro" "ThumbFinger2_L_orientConstraint1.tg[0].tro"; +connectAttr "FKXThumbFinger2_L.pm" "ThumbFinger2_L_orientConstraint1.tg[0].tpm"; +connectAttr "FKXThumbFinger2_L.jo" "ThumbFinger2_L_orientConstraint1.tg[0].tjo"; +connectAttr "ThumbFinger2_L_orientConstraint1.w0" "ThumbFinger2_L_orientConstraint1.tg[0].tw" + ; +connectAttr "ThumbFinger1_L.pim" "ThumbFinger1_L_pointConstraint1.cpim"; +connectAttr "ThumbFinger1_L.rp" "ThumbFinger1_L_pointConstraint1.crp"; +connectAttr "ThumbFinger1_L.rpt" "ThumbFinger1_L_pointConstraint1.crt"; +connectAttr "FKXThumbFinger1_L.t" "ThumbFinger1_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXThumbFinger1_L.rp" "ThumbFinger1_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXThumbFinger1_L.rpt" "ThumbFinger1_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXThumbFinger1_L.pm" "ThumbFinger1_L_pointConstraint1.tg[0].tpm"; +connectAttr "ThumbFinger1_L_pointConstraint1.w0" "ThumbFinger1_L_pointConstraint1.tg[0].tw" + ; +connectAttr "ThumbFinger1_L.ro" "ThumbFinger1_L_orientConstraint1.cro"; +connectAttr "ThumbFinger1_L.pim" "ThumbFinger1_L_orientConstraint1.cpim"; +connectAttr "ThumbFinger1_L.jo" "ThumbFinger1_L_orientConstraint1.cjo"; +connectAttr "ThumbFinger1_L.is" "ThumbFinger1_L_orientConstraint1.is"; +connectAttr "FKXThumbFinger1_L.r" "ThumbFinger1_L_orientConstraint1.tg[0].tr"; +connectAttr "FKXThumbFinger1_L.ro" "ThumbFinger1_L_orientConstraint1.tg[0].tro"; +connectAttr "FKXThumbFinger1_L.pm" "ThumbFinger1_L_orientConstraint1.tg[0].tpm"; +connectAttr "FKXThumbFinger1_L.jo" "ThumbFinger1_L_orientConstraint1.tg[0].tjo"; +connectAttr "ThumbFinger1_L_orientConstraint1.w0" "ThumbFinger1_L_orientConstraint1.tg[0].tw" + ; +connectAttr "IndexFinger3_L.pim" "IndexFinger3_L_pointConstraint1.cpim"; +connectAttr "IndexFinger3_L.rp" "IndexFinger3_L_pointConstraint1.crp"; +connectAttr "IndexFinger3_L.rpt" "IndexFinger3_L_pointConstraint1.crt"; +connectAttr "FKXIndexFinger3_L.t" "IndexFinger3_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXIndexFinger3_L.rp" "IndexFinger3_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXIndexFinger3_L.rpt" "IndexFinger3_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXIndexFinger3_L.pm" "IndexFinger3_L_pointConstraint1.tg[0].tpm"; +connectAttr "IndexFinger3_L_pointConstraint1.w0" "IndexFinger3_L_pointConstraint1.tg[0].tw" + ; +connectAttr "IndexFinger3_L.ro" "IndexFinger3_L_orientConstraint1.cro"; +connectAttr "IndexFinger3_L.pim" "IndexFinger3_L_orientConstraint1.cpim"; +connectAttr "IndexFinger3_L.jo" "IndexFinger3_L_orientConstraint1.cjo"; +connectAttr "IndexFinger3_L.is" "IndexFinger3_L_orientConstraint1.is"; +connectAttr "FKXIndexFinger3_L.r" "IndexFinger3_L_orientConstraint1.tg[0].tr"; +connectAttr "FKXIndexFinger3_L.ro" "IndexFinger3_L_orientConstraint1.tg[0].tro"; +connectAttr "FKXIndexFinger3_L.pm" "IndexFinger3_L_orientConstraint1.tg[0].tpm"; +connectAttr "FKXIndexFinger3_L.jo" "IndexFinger3_L_orientConstraint1.tg[0].tjo"; +connectAttr "IndexFinger3_L_orientConstraint1.w0" "IndexFinger3_L_orientConstraint1.tg[0].tw" + ; +connectAttr "IndexFinger2_L.pim" "IndexFinger2_L_pointConstraint1.cpim"; +connectAttr "IndexFinger2_L.rp" "IndexFinger2_L_pointConstraint1.crp"; +connectAttr "IndexFinger2_L.rpt" "IndexFinger2_L_pointConstraint1.crt"; +connectAttr "FKXIndexFinger2_L.t" "IndexFinger2_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXIndexFinger2_L.rp" "IndexFinger2_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXIndexFinger2_L.rpt" "IndexFinger2_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXIndexFinger2_L.pm" "IndexFinger2_L_pointConstraint1.tg[0].tpm"; +connectAttr "IndexFinger2_L_pointConstraint1.w0" "IndexFinger2_L_pointConstraint1.tg[0].tw" + ; +connectAttr "IndexFinger2_L.ro" "IndexFinger2_L_orientConstraint1.cro"; +connectAttr "IndexFinger2_L.pim" "IndexFinger2_L_orientConstraint1.cpim"; +connectAttr "IndexFinger2_L.jo" "IndexFinger2_L_orientConstraint1.cjo"; +connectAttr "IndexFinger2_L.is" "IndexFinger2_L_orientConstraint1.is"; +connectAttr "FKXIndexFinger2_L.r" "IndexFinger2_L_orientConstraint1.tg[0].tr"; +connectAttr "FKXIndexFinger2_L.ro" "IndexFinger2_L_orientConstraint1.tg[0].tro"; +connectAttr "FKXIndexFinger2_L.pm" "IndexFinger2_L_orientConstraint1.tg[0].tpm"; +connectAttr "FKXIndexFinger2_L.jo" "IndexFinger2_L_orientConstraint1.tg[0].tjo"; +connectAttr "IndexFinger2_L_orientConstraint1.w0" "IndexFinger2_L_orientConstraint1.tg[0].tw" + ; +connectAttr "IndexFinger1_L.pim" "IndexFinger1_L_pointConstraint1.cpim"; +connectAttr "IndexFinger1_L.rp" "IndexFinger1_L_pointConstraint1.crp"; +connectAttr "IndexFinger1_L.rpt" "IndexFinger1_L_pointConstraint1.crt"; +connectAttr "FKXIndexFinger1_L.t" "IndexFinger1_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXIndexFinger1_L.rp" "IndexFinger1_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXIndexFinger1_L.rpt" "IndexFinger1_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXIndexFinger1_L.pm" "IndexFinger1_L_pointConstraint1.tg[0].tpm"; +connectAttr "IndexFinger1_L_pointConstraint1.w0" "IndexFinger1_L_pointConstraint1.tg[0].tw" + ; +connectAttr "IndexFinger1_L.ro" "IndexFinger1_L_orientConstraint1.cro"; +connectAttr "IndexFinger1_L.pim" "IndexFinger1_L_orientConstraint1.cpim"; +connectAttr "IndexFinger1_L.jo" "IndexFinger1_L_orientConstraint1.cjo"; +connectAttr "IndexFinger1_L.is" "IndexFinger1_L_orientConstraint1.is"; +connectAttr "FKXIndexFinger1_L.r" "IndexFinger1_L_orientConstraint1.tg[0].tr"; +connectAttr "FKXIndexFinger1_L.ro" "IndexFinger1_L_orientConstraint1.tg[0].tro"; +connectAttr "FKXIndexFinger1_L.pm" "IndexFinger1_L_orientConstraint1.tg[0].tpm"; +connectAttr "FKXIndexFinger1_L.jo" "IndexFinger1_L_orientConstraint1.tg[0].tjo"; +connectAttr "IndexFinger1_L_orientConstraint1.w0" "IndexFinger1_L_orientConstraint1.tg[0].tw" + ; +connectAttr "PinkyFinger3_L.pim" "PinkyFinger3_L_pointConstraint1.cpim"; +connectAttr "PinkyFinger3_L.rp" "PinkyFinger3_L_pointConstraint1.crp"; +connectAttr "PinkyFinger3_L.rpt" "PinkyFinger3_L_pointConstraint1.crt"; +connectAttr "FKXPinkyFinger3_L.t" "PinkyFinger3_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXPinkyFinger3_L.rp" "PinkyFinger3_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXPinkyFinger3_L.rpt" "PinkyFinger3_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXPinkyFinger3_L.pm" "PinkyFinger3_L_pointConstraint1.tg[0].tpm"; +connectAttr "PinkyFinger3_L_pointConstraint1.w0" "PinkyFinger3_L_pointConstraint1.tg[0].tw" + ; +connectAttr "PinkyFinger3_L.ro" "PinkyFinger3_L_orientConstraint1.cro"; +connectAttr "PinkyFinger3_L.pim" "PinkyFinger3_L_orientConstraint1.cpim"; +connectAttr "PinkyFinger3_L.jo" "PinkyFinger3_L_orientConstraint1.cjo"; +connectAttr "PinkyFinger3_L.is" "PinkyFinger3_L_orientConstraint1.is"; +connectAttr "FKXPinkyFinger3_L.r" "PinkyFinger3_L_orientConstraint1.tg[0].tr"; +connectAttr "FKXPinkyFinger3_L.ro" "PinkyFinger3_L_orientConstraint1.tg[0].tro"; +connectAttr "FKXPinkyFinger3_L.pm" "PinkyFinger3_L_orientConstraint1.tg[0].tpm"; +connectAttr "FKXPinkyFinger3_L.jo" "PinkyFinger3_L_orientConstraint1.tg[0].tjo"; +connectAttr "PinkyFinger3_L_orientConstraint1.w0" "PinkyFinger3_L_orientConstraint1.tg[0].tw" + ; +connectAttr "PinkyFinger2_L.pim" "PinkyFinger2_L_pointConstraint1.cpim"; +connectAttr "PinkyFinger2_L.rp" "PinkyFinger2_L_pointConstraint1.crp"; +connectAttr "PinkyFinger2_L.rpt" "PinkyFinger2_L_pointConstraint1.crt"; +connectAttr "FKXPinkyFinger2_L.t" "PinkyFinger2_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXPinkyFinger2_L.rp" "PinkyFinger2_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXPinkyFinger2_L.rpt" "PinkyFinger2_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXPinkyFinger2_L.pm" "PinkyFinger2_L_pointConstraint1.tg[0].tpm"; +connectAttr "PinkyFinger2_L_pointConstraint1.w0" "PinkyFinger2_L_pointConstraint1.tg[0].tw" + ; +connectAttr "PinkyFinger2_L.ro" "PinkyFinger2_L_orientConstraint1.cro"; +connectAttr "PinkyFinger2_L.pim" "PinkyFinger2_L_orientConstraint1.cpim"; +connectAttr "PinkyFinger2_L.jo" "PinkyFinger2_L_orientConstraint1.cjo"; +connectAttr "PinkyFinger2_L.is" "PinkyFinger2_L_orientConstraint1.is"; +connectAttr "FKXPinkyFinger2_L.r" "PinkyFinger2_L_orientConstraint1.tg[0].tr"; +connectAttr "FKXPinkyFinger2_L.ro" "PinkyFinger2_L_orientConstraint1.tg[0].tro"; +connectAttr "FKXPinkyFinger2_L.pm" "PinkyFinger2_L_orientConstraint1.tg[0].tpm"; +connectAttr "FKXPinkyFinger2_L.jo" "PinkyFinger2_L_orientConstraint1.tg[0].tjo"; +connectAttr "PinkyFinger2_L_orientConstraint1.w0" "PinkyFinger2_L_orientConstraint1.tg[0].tw" + ; +connectAttr "PinkyFinger1_L.pim" "PinkyFinger1_L_pointConstraint1.cpim"; +connectAttr "PinkyFinger1_L.rp" "PinkyFinger1_L_pointConstraint1.crp"; +connectAttr "PinkyFinger1_L.rpt" "PinkyFinger1_L_pointConstraint1.crt"; +connectAttr "FKXPinkyFinger1_L.t" "PinkyFinger1_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXPinkyFinger1_L.rp" "PinkyFinger1_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXPinkyFinger1_L.rpt" "PinkyFinger1_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXPinkyFinger1_L.pm" "PinkyFinger1_L_pointConstraint1.tg[0].tpm"; +connectAttr "PinkyFinger1_L_pointConstraint1.w0" "PinkyFinger1_L_pointConstraint1.tg[0].tw" + ; +connectAttr "PinkyFinger1_L.ro" "PinkyFinger1_L_orientConstraint1.cro"; +connectAttr "PinkyFinger1_L.pim" "PinkyFinger1_L_orientConstraint1.cpim"; +connectAttr "PinkyFinger1_L.jo" "PinkyFinger1_L_orientConstraint1.cjo"; +connectAttr "PinkyFinger1_L.is" "PinkyFinger1_L_orientConstraint1.is"; +connectAttr "FKXPinkyFinger1_L.r" "PinkyFinger1_L_orientConstraint1.tg[0].tr"; +connectAttr "FKXPinkyFinger1_L.ro" "PinkyFinger1_L_orientConstraint1.tg[0].tro"; +connectAttr "FKXPinkyFinger1_L.pm" "PinkyFinger1_L_orientConstraint1.tg[0].tpm"; +connectAttr "FKXPinkyFinger1_L.jo" "PinkyFinger1_L_orientConstraint1.tg[0].tjo"; +connectAttr "PinkyFinger1_L_orientConstraint1.w0" "PinkyFinger1_L_orientConstraint1.tg[0].tw" + ; +connectAttr "RingFinger3_L.pim" "RingFinger3_L_pointConstraint1.cpim"; +connectAttr "RingFinger3_L.rp" "RingFinger3_L_pointConstraint1.crp"; +connectAttr "RingFinger3_L.rpt" "RingFinger3_L_pointConstraint1.crt"; +connectAttr "FKXRingFinger3_L.t" "RingFinger3_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXRingFinger3_L.rp" "RingFinger3_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXRingFinger3_L.rpt" "RingFinger3_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXRingFinger3_L.pm" "RingFinger3_L_pointConstraint1.tg[0].tpm"; +connectAttr "RingFinger3_L_pointConstraint1.w0" "RingFinger3_L_pointConstraint1.tg[0].tw" + ; +connectAttr "RingFinger3_L.ro" "RingFinger3_L_orientConstraint1.cro"; +connectAttr "RingFinger3_L.pim" "RingFinger3_L_orientConstraint1.cpim"; +connectAttr "RingFinger3_L.jo" "RingFinger3_L_orientConstraint1.cjo"; +connectAttr "RingFinger3_L.is" "RingFinger3_L_orientConstraint1.is"; +connectAttr "FKXRingFinger3_L.r" "RingFinger3_L_orientConstraint1.tg[0].tr"; +connectAttr "FKXRingFinger3_L.ro" "RingFinger3_L_orientConstraint1.tg[0].tro"; +connectAttr "FKXRingFinger3_L.pm" "RingFinger3_L_orientConstraint1.tg[0].tpm"; +connectAttr "FKXRingFinger3_L.jo" "RingFinger3_L_orientConstraint1.tg[0].tjo"; +connectAttr "RingFinger3_L_orientConstraint1.w0" "RingFinger3_L_orientConstraint1.tg[0].tw" + ; +connectAttr "RingFinger2_L.pim" "RingFinger2_L_pointConstraint1.cpim"; +connectAttr "RingFinger2_L.rp" "RingFinger2_L_pointConstraint1.crp"; +connectAttr "RingFinger2_L.rpt" "RingFinger2_L_pointConstraint1.crt"; +connectAttr "FKXRingFinger2_L.t" "RingFinger2_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXRingFinger2_L.rp" "RingFinger2_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXRingFinger2_L.rpt" "RingFinger2_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXRingFinger2_L.pm" "RingFinger2_L_pointConstraint1.tg[0].tpm"; +connectAttr "RingFinger2_L_pointConstraint1.w0" "RingFinger2_L_pointConstraint1.tg[0].tw" + ; +connectAttr "RingFinger2_L.ro" "RingFinger2_L_orientConstraint1.cro"; +connectAttr "RingFinger2_L.pim" "RingFinger2_L_orientConstraint1.cpim"; +connectAttr "RingFinger2_L.jo" "RingFinger2_L_orientConstraint1.cjo"; +connectAttr "RingFinger2_L.is" "RingFinger2_L_orientConstraint1.is"; +connectAttr "FKXRingFinger2_L.r" "RingFinger2_L_orientConstraint1.tg[0].tr"; +connectAttr "FKXRingFinger2_L.ro" "RingFinger2_L_orientConstraint1.tg[0].tro"; +connectAttr "FKXRingFinger2_L.pm" "RingFinger2_L_orientConstraint1.tg[0].tpm"; +connectAttr "FKXRingFinger2_L.jo" "RingFinger2_L_orientConstraint1.tg[0].tjo"; +connectAttr "RingFinger2_L_orientConstraint1.w0" "RingFinger2_L_orientConstraint1.tg[0].tw" + ; +connectAttr "RingFinger1_L.pim" "RingFinger1_L_pointConstraint1.cpim"; +connectAttr "RingFinger1_L.rp" "RingFinger1_L_pointConstraint1.crp"; +connectAttr "RingFinger1_L.rpt" "RingFinger1_L_pointConstraint1.crt"; +connectAttr "FKXRingFinger1_L.t" "RingFinger1_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXRingFinger1_L.rp" "RingFinger1_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXRingFinger1_L.rpt" "RingFinger1_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXRingFinger1_L.pm" "RingFinger1_L_pointConstraint1.tg[0].tpm"; +connectAttr "RingFinger1_L_pointConstraint1.w0" "RingFinger1_L_pointConstraint1.tg[0].tw" + ; +connectAttr "RingFinger1_L.ro" "RingFinger1_L_orientConstraint1.cro"; +connectAttr "RingFinger1_L.pim" "RingFinger1_L_orientConstraint1.cpim"; +connectAttr "RingFinger1_L.jo" "RingFinger1_L_orientConstraint1.cjo"; +connectAttr "RingFinger1_L.is" "RingFinger1_L_orientConstraint1.is"; +connectAttr "FKXRingFinger1_L.r" "RingFinger1_L_orientConstraint1.tg[0].tr"; +connectAttr "FKXRingFinger1_L.ro" "RingFinger1_L_orientConstraint1.tg[0].tro"; +connectAttr "FKXRingFinger1_L.pm" "RingFinger1_L_orientConstraint1.tg[0].tpm"; +connectAttr "FKXRingFinger1_L.jo" "RingFinger1_L_orientConstraint1.tg[0].tjo"; +connectAttr "RingFinger1_L_orientConstraint1.w0" "RingFinger1_L_orientConstraint1.tg[0].tw" + ; +connectAttr "Cup_L.pim" "Cup_L_pointConstraint1.cpim"; +connectAttr "Cup_L.rp" "Cup_L_pointConstraint1.crp"; +connectAttr "Cup_L.rpt" "Cup_L_pointConstraint1.crt"; +connectAttr "FKXCup_L.t" "Cup_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXCup_L.rp" "Cup_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXCup_L.rpt" "Cup_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXCup_L.pm" "Cup_L_pointConstraint1.tg[0].tpm"; +connectAttr "Cup_L_pointConstraint1.w0" "Cup_L_pointConstraint1.tg[0].tw"; +connectAttr "Cup_L.ro" "Cup_L_orientConstraint1.cro"; +connectAttr "Cup_L.pim" "Cup_L_orientConstraint1.cpim"; +connectAttr "Cup_L.jo" "Cup_L_orientConstraint1.cjo"; +connectAttr "Cup_L.is" "Cup_L_orientConstraint1.is"; +connectAttr "FKXCup_L.r" "Cup_L_orientConstraint1.tg[0].tr"; +connectAttr "FKXCup_L.ro" "Cup_L_orientConstraint1.tg[0].tro"; +connectAttr "FKXCup_L.pm" "Cup_L_orientConstraint1.tg[0].tpm"; +connectAttr "FKXCup_L.jo" "Cup_L_orientConstraint1.tg[0].tjo"; +connectAttr "Cup_L_orientConstraint1.w0" "Cup_L_orientConstraint1.tg[0].tw"; +connectAttr "Wrist_L.pim" "Wrist_L_pointConstraint1.cpim"; +connectAttr "Wrist_L.rp" "Wrist_L_pointConstraint1.crp"; +connectAttr "Wrist_L.rpt" "Wrist_L_pointConstraint1.crt"; +connectAttr "FKXWrist_L.t" "Wrist_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXWrist_L.rp" "Wrist_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXWrist_L.rpt" "Wrist_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXWrist_L.pm" "Wrist_L_pointConstraint1.tg[0].tpm"; +connectAttr "Wrist_L_pointConstraint1.w0" "Wrist_L_pointConstraint1.tg[0].tw"; +connectAttr "IKXWrist_L.t" "Wrist_L_pointConstraint1.tg[1].tt"; +connectAttr "IKXWrist_L.rp" "Wrist_L_pointConstraint1.tg[1].trp"; +connectAttr "IKXWrist_L.rpt" "Wrist_L_pointConstraint1.tg[1].trt"; +connectAttr "IKXWrist_L.pm" "Wrist_L_pointConstraint1.tg[1].tpm"; +connectAttr "Wrist_L_pointConstraint1.w1" "Wrist_L_pointConstraint1.tg[1].tw"; +connectAttr "FKIKBlendArmReverse_L.ox" "Wrist_L_pointConstraint1.w0"; +connectAttr "FKIKBlendArmUnitConversion_L.o" "Wrist_L_pointConstraint1.w1"; +connectAttr "Wrist_L.ro" "Wrist_L_orientConstraint1.cro"; +connectAttr "Wrist_L.pim" "Wrist_L_orientConstraint1.cpim"; +connectAttr "Wrist_L.jo" "Wrist_L_orientConstraint1.cjo"; +connectAttr "Wrist_L.is" "Wrist_L_orientConstraint1.is"; +connectAttr "FKXWrist_L.r" "Wrist_L_orientConstraint1.tg[0].tr"; +connectAttr "FKXWrist_L.ro" "Wrist_L_orientConstraint1.tg[0].tro"; +connectAttr "FKXWrist_L.pm" "Wrist_L_orientConstraint1.tg[0].tpm"; +connectAttr "FKXWrist_L.jo" "Wrist_L_orientConstraint1.tg[0].tjo"; +connectAttr "Wrist_L_orientConstraint1.w0" "Wrist_L_orientConstraint1.tg[0].tw"; +connectAttr "IKXWrist_L.r" "Wrist_L_orientConstraint1.tg[1].tr"; +connectAttr "IKXWrist_L.ro" "Wrist_L_orientConstraint1.tg[1].tro"; +connectAttr "IKXWrist_L.pm" "Wrist_L_orientConstraint1.tg[1].tpm"; +connectAttr "IKXWrist_L.jo" "Wrist_L_orientConstraint1.tg[1].tjo"; +connectAttr "Wrist_L_orientConstraint1.w1" "Wrist_L_orientConstraint1.tg[1].tw"; +connectAttr "FKIKBlendArmReverse_L.ox" "Wrist_L_orientConstraint1.w0"; +connectAttr "FKIKBlendArmUnitConversion_L.o" "Wrist_L_orientConstraint1.w1"; +connectAttr "Scapula_L.pim" "Scapula_L_pointConstraint1.cpim"; +connectAttr "Scapula_L.rp" "Scapula_L_pointConstraint1.crp"; +connectAttr "Scapula_L.rpt" "Scapula_L_pointConstraint1.crt"; +connectAttr "FKXScapula_L.t" "Scapula_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXScapula_L.rp" "Scapula_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXScapula_L.rpt" "Scapula_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXScapula_L.pm" "Scapula_L_pointConstraint1.tg[0].tpm"; +connectAttr "Scapula_L_pointConstraint1.w0" "Scapula_L_pointConstraint1.tg[0].tw" + ; +connectAttr "Scapula_L.ro" "Scapula_L_orientConstraint1.cro"; +connectAttr "Scapula_L.pim" "Scapula_L_orientConstraint1.cpim"; +connectAttr "Scapula_L.jo" "Scapula_L_orientConstraint1.cjo"; +connectAttr "Scapula_L.is" "Scapula_L_orientConstraint1.is"; +connectAttr "FKXScapula_L.r" "Scapula_L_orientConstraint1.tg[0].tr"; +connectAttr "FKXScapula_L.ro" "Scapula_L_orientConstraint1.tg[0].tro"; +connectAttr "FKXScapula_L.pm" "Scapula_L_orientConstraint1.tg[0].tpm"; +connectAttr "FKXScapula_L.jo" "Scapula_L_orientConstraint1.tg[0].tjo"; +connectAttr "Scapula_L_orientConstraint1.w0" "Scapula_L_orientConstraint1.tg[0].tw" + ; +connectAttr "Hip_R.pim" "Hip_R_pointConstraint1.cpim"; +connectAttr "Hip_R.rp" "Hip_R_pointConstraint1.crp"; +connectAttr "Hip_R.rpt" "Hip_R_pointConstraint1.crt"; +connectAttr "FKXHip_R.t" "Hip_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXHip_R.rp" "Hip_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXHip_R.rpt" "Hip_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXHip_R.pm" "Hip_R_pointConstraint1.tg[0].tpm"; +connectAttr "Hip_R_pointConstraint1.w0" "Hip_R_pointConstraint1.tg[0].tw"; +connectAttr "IKXHip_R.t" "Hip_R_pointConstraint1.tg[1].tt"; +connectAttr "IKXHip_R.rp" "Hip_R_pointConstraint1.tg[1].trp"; +connectAttr "IKXHip_R.rpt" "Hip_R_pointConstraint1.tg[1].trt"; +connectAttr "IKXHip_R.pm" "Hip_R_pointConstraint1.tg[1].tpm"; +connectAttr "Hip_R_pointConstraint1.w1" "Hip_R_pointConstraint1.tg[1].tw"; +connectAttr "FKIKBlendLegReverse_R.ox" "Hip_R_pointConstraint1.w0"; +connectAttr "FKIKBlendLegUnitConversion_R.o" "Hip_R_pointConstraint1.w1"; +connectAttr "Hip_R.ro" "Hip_R_orientConstraint1.cro"; +connectAttr "Hip_R.pim" "Hip_R_orientConstraint1.cpim"; +connectAttr "Hip_R.jo" "Hip_R_orientConstraint1.cjo"; +connectAttr "Hip_R.is" "Hip_R_orientConstraint1.is"; +connectAttr "TwisterHip0_R.r" "Hip_R_orientConstraint1.tg[0].tr"; +connectAttr "TwisterHip0_R.ro" "Hip_R_orientConstraint1.tg[0].tro"; +connectAttr "TwisterHip0_R.pm" "Hip_R_orientConstraint1.tg[0].tpm"; +connectAttr "Hip_R_orientConstraint1.w0" "Hip_R_orientConstraint1.tg[0].tw"; +connectAttr "HipPart1_R.ro" "HipPart1_R_orientConstraint1.cro"; +connectAttr "HipPart1_R.pim" "HipPart1_R_orientConstraint1.cpim"; +connectAttr "HipPart1_R.jo" "HipPart1_R_orientConstraint1.cjo"; +connectAttr "HipPart1_R.is" "HipPart1_R_orientConstraint1.is"; +connectAttr "TwisterHip1_R.r" "HipPart1_R_orientConstraint1.tg[0].tr"; +connectAttr "TwisterHip1_R.ro" "HipPart1_R_orientConstraint1.tg[0].tro"; +connectAttr "TwisterHip1_R.pm" "HipPart1_R_orientConstraint1.tg[0].tpm"; +connectAttr "HipPart1_R_orientConstraint1.w0" "HipPart1_R_orientConstraint1.tg[0].tw" + ; +connectAttr "HipPart2_R.ro" "HipPart2_R_orientConstraint1.cro"; +connectAttr "HipPart2_R.pim" "HipPart2_R_orientConstraint1.cpim"; +connectAttr "HipPart2_R.jo" "HipPart2_R_orientConstraint1.cjo"; +connectAttr "HipPart2_R.is" "HipPart2_R_orientConstraint1.is"; +connectAttr "TwisterHip2_R.r" "HipPart2_R_orientConstraint1.tg[0].tr"; +connectAttr "TwisterHip2_R.ro" "HipPart2_R_orientConstraint1.tg[0].tro"; +connectAttr "TwisterHip2_R.pm" "HipPart2_R_orientConstraint1.tg[0].tpm"; +connectAttr "HipPart2_R_orientConstraint1.w0" "HipPart2_R_orientConstraint1.tg[0].tw" + ; +connectAttr "Elbow_R.pim" "Elbow_R_pointConstraint1.cpim"; +connectAttr "Elbow_R.rp" "Elbow_R_pointConstraint1.crp"; +connectAttr "Elbow_R.rpt" "Elbow_R_pointConstraint1.crt"; +connectAttr "FKXElbow_R.t" "Elbow_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXElbow_R.rp" "Elbow_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXElbow_R.rpt" "Elbow_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXElbow_R.pm" "Elbow_R_pointConstraint1.tg[0].tpm"; +connectAttr "Elbow_R_pointConstraint1.w0" "Elbow_R_pointConstraint1.tg[0].tw"; +connectAttr "IKXElbow_R.t" "Elbow_R_pointConstraint1.tg[1].tt"; +connectAttr "IKXElbow_R.rp" "Elbow_R_pointConstraint1.tg[1].trp"; +connectAttr "IKXElbow_R.rpt" "Elbow_R_pointConstraint1.tg[1].trt"; +connectAttr "IKXElbow_R.pm" "Elbow_R_pointConstraint1.tg[1].tpm"; +connectAttr "Elbow_R_pointConstraint1.w1" "Elbow_R_pointConstraint1.tg[1].tw"; +connectAttr "FKIKBlendArmReverse_R.ox" "Elbow_R_pointConstraint1.w0"; +connectAttr "FKIKBlendArmUnitConversion_R.o" "Elbow_R_pointConstraint1.w1"; +connectAttr "Elbow_R.ro" "Elbow_R_orientConstraint1.cro"; +connectAttr "Elbow_R.pim" "Elbow_R_orientConstraint1.cpim"; +connectAttr "Elbow_R.jo" "Elbow_R_orientConstraint1.cjo"; +connectAttr "Elbow_R.is" "Elbow_R_orientConstraint1.is"; +connectAttr "TwisterElbow0_R.r" "Elbow_R_orientConstraint1.tg[0].tr"; +connectAttr "TwisterElbow0_R.ro" "Elbow_R_orientConstraint1.tg[0].tro"; +connectAttr "TwisterElbow0_R.pm" "Elbow_R_orientConstraint1.tg[0].tpm"; +connectAttr "Elbow_R_orientConstraint1.w0" "Elbow_R_orientConstraint1.tg[0].tw"; +connectAttr "ElbowPart1_R.ro" "ElbowPart1_R_orientConstraint1.cro"; +connectAttr "ElbowPart1_R.pim" "ElbowPart1_R_orientConstraint1.cpim"; +connectAttr "ElbowPart1_R.jo" "ElbowPart1_R_orientConstraint1.cjo"; +connectAttr "ElbowPart1_R.is" "ElbowPart1_R_orientConstraint1.is"; +connectAttr "TwisterElbow1_R.r" "ElbowPart1_R_orientConstraint1.tg[0].tr"; +connectAttr "TwisterElbow1_R.ro" "ElbowPart1_R_orientConstraint1.tg[0].tro"; +connectAttr "TwisterElbow1_R.pm" "ElbowPart1_R_orientConstraint1.tg[0].tpm"; +connectAttr "ElbowPart1_R_orientConstraint1.w0" "ElbowPart1_R_orientConstraint1.tg[0].tw" + ; +connectAttr "ElbowPart2_R.ro" "ElbowPart2_R_orientConstraint1.cro"; +connectAttr "ElbowPart2_R.pim" "ElbowPart2_R_orientConstraint1.cpim"; +connectAttr "ElbowPart2_R.jo" "ElbowPart2_R_orientConstraint1.cjo"; +connectAttr "ElbowPart2_R.is" "ElbowPart2_R_orientConstraint1.is"; +connectAttr "TwisterElbow2_R.r" "ElbowPart2_R_orientConstraint1.tg[0].tr"; +connectAttr "TwisterElbow2_R.ro" "ElbowPart2_R_orientConstraint1.tg[0].tro"; +connectAttr "TwisterElbow2_R.pm" "ElbowPart2_R_orientConstraint1.tg[0].tpm"; +connectAttr "ElbowPart2_R_orientConstraint1.w0" "ElbowPart2_R_orientConstraint1.tg[0].tw" + ; +connectAttr "Shoulder_R.pim" "Shoulder_R_pointConstraint1.cpim"; +connectAttr "Shoulder_R.rp" "Shoulder_R_pointConstraint1.crp"; +connectAttr "Shoulder_R.rpt" "Shoulder_R_pointConstraint1.crt"; +connectAttr "FKXShoulder_R.t" "Shoulder_R_pointConstraint1.tg[0].tt"; +connectAttr "FKXShoulder_R.rp" "Shoulder_R_pointConstraint1.tg[0].trp"; +connectAttr "FKXShoulder_R.rpt" "Shoulder_R_pointConstraint1.tg[0].trt"; +connectAttr "FKXShoulder_R.pm" "Shoulder_R_pointConstraint1.tg[0].tpm"; +connectAttr "Shoulder_R_pointConstraint1.w0" "Shoulder_R_pointConstraint1.tg[0].tw" + ; +connectAttr "IKXShoulder_R.t" "Shoulder_R_pointConstraint1.tg[1].tt"; +connectAttr "IKXShoulder_R.rp" "Shoulder_R_pointConstraint1.tg[1].trp"; +connectAttr "IKXShoulder_R.rpt" "Shoulder_R_pointConstraint1.tg[1].trt"; +connectAttr "IKXShoulder_R.pm" "Shoulder_R_pointConstraint1.tg[1].tpm"; +connectAttr "Shoulder_R_pointConstraint1.w1" "Shoulder_R_pointConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendArmReverse_R.ox" "Shoulder_R_pointConstraint1.w0"; +connectAttr "FKIKBlendArmUnitConversion_R.o" "Shoulder_R_pointConstraint1.w1"; +connectAttr "Shoulder_R.ro" "Shoulder_R_orientConstraint1.cro"; +connectAttr "Shoulder_R.pim" "Shoulder_R_orientConstraint1.cpim"; +connectAttr "Shoulder_R.jo" "Shoulder_R_orientConstraint1.cjo"; +connectAttr "Shoulder_R.is" "Shoulder_R_orientConstraint1.is"; +connectAttr "TwisterShoulder0_R.r" "Shoulder_R_orientConstraint1.tg[0].tr"; +connectAttr "TwisterShoulder0_R.ro" "Shoulder_R_orientConstraint1.tg[0].tro"; +connectAttr "TwisterShoulder0_R.pm" "Shoulder_R_orientConstraint1.tg[0].tpm"; +connectAttr "Shoulder_R_orientConstraint1.w0" "Shoulder_R_orientConstraint1.tg[0].tw" + ; +connectAttr "ShoulderPart1_R.ro" "ShoulderPart1_R_orientConstraint1.cro"; +connectAttr "ShoulderPart1_R.pim" "ShoulderPart1_R_orientConstraint1.cpim"; +connectAttr "ShoulderPart1_R.jo" "ShoulderPart1_R_orientConstraint1.cjo"; +connectAttr "ShoulderPart1_R.is" "ShoulderPart1_R_orientConstraint1.is"; +connectAttr "TwisterShoulder1_R.r" "ShoulderPart1_R_orientConstraint1.tg[0].tr"; +connectAttr "TwisterShoulder1_R.ro" "ShoulderPart1_R_orientConstraint1.tg[0].tro" + ; +connectAttr "TwisterShoulder1_R.pm" "ShoulderPart1_R_orientConstraint1.tg[0].tpm" + ; +connectAttr "ShoulderPart1_R_orientConstraint1.w0" "ShoulderPart1_R_orientConstraint1.tg[0].tw" + ; +connectAttr "ShoulderPart2_R.ro" "ShoulderPart2_R_orientConstraint1.cro"; +connectAttr "ShoulderPart2_R.pim" "ShoulderPart2_R_orientConstraint1.cpim"; +connectAttr "ShoulderPart2_R.jo" "ShoulderPart2_R_orientConstraint1.cjo"; +connectAttr "ShoulderPart2_R.is" "ShoulderPart2_R_orientConstraint1.is"; +connectAttr "TwisterShoulder2_R.r" "ShoulderPart2_R_orientConstraint1.tg[0].tr"; +connectAttr "TwisterShoulder2_R.ro" "ShoulderPart2_R_orientConstraint1.tg[0].tro" + ; +connectAttr "TwisterShoulder2_R.pm" "ShoulderPart2_R_orientConstraint1.tg[0].tpm" + ; +connectAttr "ShoulderPart2_R_orientConstraint1.w0" "ShoulderPart2_R_orientConstraint1.tg[0].tw" + ; +connectAttr "Hip_L.pim" "Hip_L_pointConstraint1.cpim"; +connectAttr "Hip_L.rp" "Hip_L_pointConstraint1.crp"; +connectAttr "Hip_L.rpt" "Hip_L_pointConstraint1.crt"; +connectAttr "FKXHip_L.t" "Hip_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXHip_L.rp" "Hip_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXHip_L.rpt" "Hip_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXHip_L.pm" "Hip_L_pointConstraint1.tg[0].tpm"; +connectAttr "Hip_L_pointConstraint1.w0" "Hip_L_pointConstraint1.tg[0].tw"; +connectAttr "IKXHip_L.t" "Hip_L_pointConstraint1.tg[1].tt"; +connectAttr "IKXHip_L.rp" "Hip_L_pointConstraint1.tg[1].trp"; +connectAttr "IKXHip_L.rpt" "Hip_L_pointConstraint1.tg[1].trt"; +connectAttr "IKXHip_L.pm" "Hip_L_pointConstraint1.tg[1].tpm"; +connectAttr "Hip_L_pointConstraint1.w1" "Hip_L_pointConstraint1.tg[1].tw"; +connectAttr "FKIKBlendLegReverse_L.ox" "Hip_L_pointConstraint1.w0"; +connectAttr "FKIKBlendLegUnitConversion_L.o" "Hip_L_pointConstraint1.w1"; +connectAttr "Hip_L.ro" "Hip_L_orientConstraint1.cro"; +connectAttr "Hip_L.pim" "Hip_L_orientConstraint1.cpim"; +connectAttr "Hip_L.jo" "Hip_L_orientConstraint1.cjo"; +connectAttr "Hip_L.is" "Hip_L_orientConstraint1.is"; +connectAttr "TwisterHip0_L.r" "Hip_L_orientConstraint1.tg[0].tr"; +connectAttr "TwisterHip0_L.ro" "Hip_L_orientConstraint1.tg[0].tro"; +connectAttr "TwisterHip0_L.pm" "Hip_L_orientConstraint1.tg[0].tpm"; +connectAttr "Hip_L_orientConstraint1.w0" "Hip_L_orientConstraint1.tg[0].tw"; +connectAttr "HipPart1_L.ro" "HipPart1_L_orientConstraint1.cro"; +connectAttr "HipPart1_L.pim" "HipPart1_L_orientConstraint1.cpim"; +connectAttr "HipPart1_L.jo" "HipPart1_L_orientConstraint1.cjo"; +connectAttr "HipPart1_L.is" "HipPart1_L_orientConstraint1.is"; +connectAttr "TwisterHip1_L.r" "HipPart1_L_orientConstraint1.tg[0].tr"; +connectAttr "TwisterHip1_L.ro" "HipPart1_L_orientConstraint1.tg[0].tro"; +connectAttr "TwisterHip1_L.pm" "HipPart1_L_orientConstraint1.tg[0].tpm"; +connectAttr "HipPart1_L_orientConstraint1.w0" "HipPart1_L_orientConstraint1.tg[0].tw" + ; +connectAttr "HipPart2_L.ro" "HipPart2_L_orientConstraint1.cro"; +connectAttr "HipPart2_L.pim" "HipPart2_L_orientConstraint1.cpim"; +connectAttr "HipPart2_L.jo" "HipPart2_L_orientConstraint1.cjo"; +connectAttr "HipPart2_L.is" "HipPart2_L_orientConstraint1.is"; +connectAttr "TwisterHip2_L.r" "HipPart2_L_orientConstraint1.tg[0].tr"; +connectAttr "TwisterHip2_L.ro" "HipPart2_L_orientConstraint1.tg[0].tro"; +connectAttr "TwisterHip2_L.pm" "HipPart2_L_orientConstraint1.tg[0].tpm"; +connectAttr "HipPart2_L_orientConstraint1.w0" "HipPart2_L_orientConstraint1.tg[0].tw" + ; +connectAttr "Elbow_L.pim" "Elbow_L_pointConstraint1.cpim"; +connectAttr "Elbow_L.rp" "Elbow_L_pointConstraint1.crp"; +connectAttr "Elbow_L.rpt" "Elbow_L_pointConstraint1.crt"; +connectAttr "FKXElbow_L.t" "Elbow_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXElbow_L.rp" "Elbow_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXElbow_L.rpt" "Elbow_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXElbow_L.pm" "Elbow_L_pointConstraint1.tg[0].tpm"; +connectAttr "Elbow_L_pointConstraint1.w0" "Elbow_L_pointConstraint1.tg[0].tw"; +connectAttr "IKXElbow_L.t" "Elbow_L_pointConstraint1.tg[1].tt"; +connectAttr "IKXElbow_L.rp" "Elbow_L_pointConstraint1.tg[1].trp"; +connectAttr "IKXElbow_L.rpt" "Elbow_L_pointConstraint1.tg[1].trt"; +connectAttr "IKXElbow_L.pm" "Elbow_L_pointConstraint1.tg[1].tpm"; +connectAttr "Elbow_L_pointConstraint1.w1" "Elbow_L_pointConstraint1.tg[1].tw"; +connectAttr "FKIKBlendArmReverse_L.ox" "Elbow_L_pointConstraint1.w0"; +connectAttr "FKIKBlendArmUnitConversion_L.o" "Elbow_L_pointConstraint1.w1"; +connectAttr "Elbow_L.ro" "Elbow_L_orientConstraint1.cro"; +connectAttr "Elbow_L.pim" "Elbow_L_orientConstraint1.cpim"; +connectAttr "Elbow_L.jo" "Elbow_L_orientConstraint1.cjo"; +connectAttr "Elbow_L.is" "Elbow_L_orientConstraint1.is"; +connectAttr "TwisterElbow0_L.r" "Elbow_L_orientConstraint1.tg[0].tr"; +connectAttr "TwisterElbow0_L.ro" "Elbow_L_orientConstraint1.tg[0].tro"; +connectAttr "TwisterElbow0_L.pm" "Elbow_L_orientConstraint1.tg[0].tpm"; +connectAttr "Elbow_L_orientConstraint1.w0" "Elbow_L_orientConstraint1.tg[0].tw"; +connectAttr "ElbowPart1_L.ro" "ElbowPart1_L_orientConstraint1.cro"; +connectAttr "ElbowPart1_L.pim" "ElbowPart1_L_orientConstraint1.cpim"; +connectAttr "ElbowPart1_L.jo" "ElbowPart1_L_orientConstraint1.cjo"; +connectAttr "ElbowPart1_L.is" "ElbowPart1_L_orientConstraint1.is"; +connectAttr "TwisterElbow1_L.r" "ElbowPart1_L_orientConstraint1.tg[0].tr"; +connectAttr "TwisterElbow1_L.ro" "ElbowPart1_L_orientConstraint1.tg[0].tro"; +connectAttr "TwisterElbow1_L.pm" "ElbowPart1_L_orientConstraint1.tg[0].tpm"; +connectAttr "ElbowPart1_L_orientConstraint1.w0" "ElbowPart1_L_orientConstraint1.tg[0].tw" + ; +connectAttr "ElbowPart2_L.ro" "ElbowPart2_L_orientConstraint1.cro"; +connectAttr "ElbowPart2_L.pim" "ElbowPart2_L_orientConstraint1.cpim"; +connectAttr "ElbowPart2_L.jo" "ElbowPart2_L_orientConstraint1.cjo"; +connectAttr "ElbowPart2_L.is" "ElbowPart2_L_orientConstraint1.is"; +connectAttr "TwisterElbow2_L.r" "ElbowPart2_L_orientConstraint1.tg[0].tr"; +connectAttr "TwisterElbow2_L.ro" "ElbowPart2_L_orientConstraint1.tg[0].tro"; +connectAttr "TwisterElbow2_L.pm" "ElbowPart2_L_orientConstraint1.tg[0].tpm"; +connectAttr "ElbowPart2_L_orientConstraint1.w0" "ElbowPart2_L_orientConstraint1.tg[0].tw" + ; +connectAttr "Shoulder_L.pim" "Shoulder_L_pointConstraint1.cpim"; +connectAttr "Shoulder_L.rp" "Shoulder_L_pointConstraint1.crp"; +connectAttr "Shoulder_L.rpt" "Shoulder_L_pointConstraint1.crt"; +connectAttr "FKXShoulder_L.t" "Shoulder_L_pointConstraint1.tg[0].tt"; +connectAttr "FKXShoulder_L.rp" "Shoulder_L_pointConstraint1.tg[0].trp"; +connectAttr "FKXShoulder_L.rpt" "Shoulder_L_pointConstraint1.tg[0].trt"; +connectAttr "FKXShoulder_L.pm" "Shoulder_L_pointConstraint1.tg[0].tpm"; +connectAttr "Shoulder_L_pointConstraint1.w0" "Shoulder_L_pointConstraint1.tg[0].tw" + ; +connectAttr "IKXShoulder_L.t" "Shoulder_L_pointConstraint1.tg[1].tt"; +connectAttr "IKXShoulder_L.rp" "Shoulder_L_pointConstraint1.tg[1].trp"; +connectAttr "IKXShoulder_L.rpt" "Shoulder_L_pointConstraint1.tg[1].trt"; +connectAttr "IKXShoulder_L.pm" "Shoulder_L_pointConstraint1.tg[1].tpm"; +connectAttr "Shoulder_L_pointConstraint1.w1" "Shoulder_L_pointConstraint1.tg[1].tw" + ; +connectAttr "FKIKBlendArmReverse_L.ox" "Shoulder_L_pointConstraint1.w0"; +connectAttr "FKIKBlendArmUnitConversion_L.o" "Shoulder_L_pointConstraint1.w1"; +connectAttr "Shoulder_L.ro" "Shoulder_L_orientConstraint1.cro"; +connectAttr "Shoulder_L.pim" "Shoulder_L_orientConstraint1.cpim"; +connectAttr "Shoulder_L.jo" "Shoulder_L_orientConstraint1.cjo"; +connectAttr "Shoulder_L.is" "Shoulder_L_orientConstraint1.is"; +connectAttr "TwisterShoulder0_L.r" "Shoulder_L_orientConstraint1.tg[0].tr"; +connectAttr "TwisterShoulder0_L.ro" "Shoulder_L_orientConstraint1.tg[0].tro"; +connectAttr "TwisterShoulder0_L.pm" "Shoulder_L_orientConstraint1.tg[0].tpm"; +connectAttr "Shoulder_L_orientConstraint1.w0" "Shoulder_L_orientConstraint1.tg[0].tw" + ; +connectAttr "ShoulderPart1_L.ro" "ShoulderPart1_L_orientConstraint1.cro"; +connectAttr "ShoulderPart1_L.pim" "ShoulderPart1_L_orientConstraint1.cpim"; +connectAttr "ShoulderPart1_L.jo" "ShoulderPart1_L_orientConstraint1.cjo"; +connectAttr "ShoulderPart1_L.is" "ShoulderPart1_L_orientConstraint1.is"; +connectAttr "TwisterShoulder1_L.r" "ShoulderPart1_L_orientConstraint1.tg[0].tr"; +connectAttr "TwisterShoulder1_L.ro" "ShoulderPart1_L_orientConstraint1.tg[0].tro" + ; +connectAttr "TwisterShoulder1_L.pm" "ShoulderPart1_L_orientConstraint1.tg[0].tpm" + ; +connectAttr "ShoulderPart1_L_orientConstraint1.w0" "ShoulderPart1_L_orientConstraint1.tg[0].tw" + ; +connectAttr "ShoulderPart2_L.ro" "ShoulderPart2_L_orientConstraint1.cro"; +connectAttr "ShoulderPart2_L.pim" "ShoulderPart2_L_orientConstraint1.cpim"; +connectAttr "ShoulderPart2_L.jo" "ShoulderPart2_L_orientConstraint1.cjo"; +connectAttr "ShoulderPart2_L.is" "ShoulderPart2_L_orientConstraint1.is"; +connectAttr "TwisterShoulder2_L.r" "ShoulderPart2_L_orientConstraint1.tg[0].tr"; +connectAttr "TwisterShoulder2_L.ro" "ShoulderPart2_L_orientConstraint1.tg[0].tro" + ; +connectAttr "TwisterShoulder2_L.pm" "ShoulderPart2_L_orientConstraint1.tg[0].tpm" + ; +connectAttr "ShoulderPart2_L_orientConstraint1.w0" "ShoulderPart2_L_orientConstraint1.tg[0].tw" + ; +connectAttr "HipPart1_R.pim" "HipPart1_R_pointConstraint1.cpim"; +connectAttr "HipPart1_R.rp" "HipPart1_R_pointConstraint1.crp"; +connectAttr "HipPart1_R.rpt" "HipPart1_R_pointConstraint1.crt"; +connectAttr "FKIKMixKnee_R.t" "HipPart1_R_pointConstraint1.tg[0].tt"; +connectAttr "FKIKMixKnee_R.rp" "HipPart1_R_pointConstraint1.tg[0].trp"; +connectAttr "FKIKMixKnee_R.rpt" "HipPart1_R_pointConstraint1.tg[0].trt"; +connectAttr "FKIKMixKnee_R.pm" "HipPart1_R_pointConstraint1.tg[0].tpm"; +connectAttr "HipPart1_R_pointConstraint1.w0" "HipPart1_R_pointConstraint1.tg[0].tw" + ; +connectAttr "Hip_R.t" "HipPart1_R_pointConstraint1.tg[1].tt"; +connectAttr "Hip_R.rp" "HipPart1_R_pointConstraint1.tg[1].trp"; +connectAttr "Hip_R.rpt" "HipPart1_R_pointConstraint1.tg[1].trt"; +connectAttr "Hip_R.pm" "HipPart1_R_pointConstraint1.tg[1].tpm"; +connectAttr "HipPart1_R_pointConstraint1.w1" "HipPart1_R_pointConstraint1.tg[1].tw" + ; +connectAttr "HipPart2_R.pim" "HipPart2_R_pointConstraint1.cpim"; +connectAttr "HipPart2_R.rp" "HipPart2_R_pointConstraint1.crp"; +connectAttr "HipPart2_R.rpt" "HipPart2_R_pointConstraint1.crt"; +connectAttr "FKIKMixKnee_R.t" "HipPart2_R_pointConstraint1.tg[0].tt"; +connectAttr "FKIKMixKnee_R.rp" "HipPart2_R_pointConstraint1.tg[0].trp"; +connectAttr "FKIKMixKnee_R.rpt" "HipPart2_R_pointConstraint1.tg[0].trt"; +connectAttr "FKIKMixKnee_R.pm" "HipPart2_R_pointConstraint1.tg[0].tpm"; +connectAttr "HipPart2_R_pointConstraint1.w0" "HipPart2_R_pointConstraint1.tg[0].tw" + ; +connectAttr "Hip_R.t" "HipPart2_R_pointConstraint1.tg[1].tt"; +connectAttr "Hip_R.rp" "HipPart2_R_pointConstraint1.tg[1].trp"; +connectAttr "Hip_R.rpt" "HipPart2_R_pointConstraint1.tg[1].trt"; +connectAttr "Hip_R.pm" "HipPart2_R_pointConstraint1.tg[1].tpm"; +connectAttr "HipPart2_R_pointConstraint1.w1" "HipPart2_R_pointConstraint1.tg[1].tw" + ; +connectAttr "ElbowPart1_R.pim" "ElbowPart1_R_pointConstraint1.cpim"; +connectAttr "ElbowPart1_R.rp" "ElbowPart1_R_pointConstraint1.crp"; +connectAttr "ElbowPart1_R.rpt" "ElbowPart1_R_pointConstraint1.crt"; +connectAttr "FKIKMixWrist_R.t" "ElbowPart1_R_pointConstraint1.tg[0].tt"; +connectAttr "FKIKMixWrist_R.rp" "ElbowPart1_R_pointConstraint1.tg[0].trp"; +connectAttr "FKIKMixWrist_R.rpt" "ElbowPart1_R_pointConstraint1.tg[0].trt"; +connectAttr "FKIKMixWrist_R.pm" "ElbowPart1_R_pointConstraint1.tg[0].tpm"; +connectAttr "ElbowPart1_R_pointConstraint1.w0" "ElbowPart1_R_pointConstraint1.tg[0].tw" + ; +connectAttr "Elbow_R.t" "ElbowPart1_R_pointConstraint1.tg[1].tt"; +connectAttr "Elbow_R.rp" "ElbowPart1_R_pointConstraint1.tg[1].trp"; +connectAttr "Elbow_R.rpt" "ElbowPart1_R_pointConstraint1.tg[1].trt"; +connectAttr "Elbow_R.pm" "ElbowPart1_R_pointConstraint1.tg[1].tpm"; +connectAttr "ElbowPart1_R_pointConstraint1.w1" "ElbowPart1_R_pointConstraint1.tg[1].tw" + ; +connectAttr "ElbowPart2_R.pim" "ElbowPart2_R_pointConstraint1.cpim"; +connectAttr "ElbowPart2_R.rp" "ElbowPart2_R_pointConstraint1.crp"; +connectAttr "ElbowPart2_R.rpt" "ElbowPart2_R_pointConstraint1.crt"; +connectAttr "FKIKMixWrist_R.t" "ElbowPart2_R_pointConstraint1.tg[0].tt"; +connectAttr "FKIKMixWrist_R.rp" "ElbowPart2_R_pointConstraint1.tg[0].trp"; +connectAttr "FKIKMixWrist_R.rpt" "ElbowPart2_R_pointConstraint1.tg[0].trt"; +connectAttr "FKIKMixWrist_R.pm" "ElbowPart2_R_pointConstraint1.tg[0].tpm"; +connectAttr "ElbowPart2_R_pointConstraint1.w0" "ElbowPart2_R_pointConstraint1.tg[0].tw" + ; +connectAttr "Elbow_R.t" "ElbowPart2_R_pointConstraint1.tg[1].tt"; +connectAttr "Elbow_R.rp" "ElbowPart2_R_pointConstraint1.tg[1].trp"; +connectAttr "Elbow_R.rpt" "ElbowPart2_R_pointConstraint1.tg[1].trt"; +connectAttr "Elbow_R.pm" "ElbowPart2_R_pointConstraint1.tg[1].tpm"; +connectAttr "ElbowPart2_R_pointConstraint1.w1" "ElbowPart2_R_pointConstraint1.tg[1].tw" + ; +connectAttr "ShoulderPart1_R.pim" "ShoulderPart1_R_pointConstraint1.cpim"; +connectAttr "ShoulderPart1_R.rp" "ShoulderPart1_R_pointConstraint1.crp"; +connectAttr "ShoulderPart1_R.rpt" "ShoulderPart1_R_pointConstraint1.crt"; +connectAttr "FKIKMixElbow_R.t" "ShoulderPart1_R_pointConstraint1.tg[0].tt"; +connectAttr "FKIKMixElbow_R.rp" "ShoulderPart1_R_pointConstraint1.tg[0].trp"; +connectAttr "FKIKMixElbow_R.rpt" "ShoulderPart1_R_pointConstraint1.tg[0].trt"; +connectAttr "FKIKMixElbow_R.pm" "ShoulderPart1_R_pointConstraint1.tg[0].tpm"; +connectAttr "ShoulderPart1_R_pointConstraint1.w0" "ShoulderPart1_R_pointConstraint1.tg[0].tw" + ; +connectAttr "Shoulder_R.t" "ShoulderPart1_R_pointConstraint1.tg[1].tt"; +connectAttr "Shoulder_R.rp" "ShoulderPart1_R_pointConstraint1.tg[1].trp"; +connectAttr "Shoulder_R.rpt" "ShoulderPart1_R_pointConstraint1.tg[1].trt"; +connectAttr "Shoulder_R.pm" "ShoulderPart1_R_pointConstraint1.tg[1].tpm"; +connectAttr "ShoulderPart1_R_pointConstraint1.w1" "ShoulderPart1_R_pointConstraint1.tg[1].tw" + ; +connectAttr "ShoulderPart2_R.pim" "ShoulderPart2_R_pointConstraint1.cpim"; +connectAttr "ShoulderPart2_R.rp" "ShoulderPart2_R_pointConstraint1.crp"; +connectAttr "ShoulderPart2_R.rpt" "ShoulderPart2_R_pointConstraint1.crt"; +connectAttr "FKIKMixElbow_R.t" "ShoulderPart2_R_pointConstraint1.tg[0].tt"; +connectAttr "FKIKMixElbow_R.rp" "ShoulderPart2_R_pointConstraint1.tg[0].trp"; +connectAttr "FKIKMixElbow_R.rpt" "ShoulderPart2_R_pointConstraint1.tg[0].trt"; +connectAttr "FKIKMixElbow_R.pm" "ShoulderPart2_R_pointConstraint1.tg[0].tpm"; +connectAttr "ShoulderPart2_R_pointConstraint1.w0" "ShoulderPart2_R_pointConstraint1.tg[0].tw" + ; +connectAttr "Shoulder_R.t" "ShoulderPart2_R_pointConstraint1.tg[1].tt"; +connectAttr "Shoulder_R.rp" "ShoulderPart2_R_pointConstraint1.tg[1].trp"; +connectAttr "Shoulder_R.rpt" "ShoulderPart2_R_pointConstraint1.tg[1].trt"; +connectAttr "Shoulder_R.pm" "ShoulderPart2_R_pointConstraint1.tg[1].tpm"; +connectAttr "ShoulderPart2_R_pointConstraint1.w1" "ShoulderPart2_R_pointConstraint1.tg[1].tw" + ; +connectAttr "HipPart1_L.pim" "HipPart1_L_pointConstraint1.cpim"; +connectAttr "HipPart1_L.rp" "HipPart1_L_pointConstraint1.crp"; +connectAttr "HipPart1_L.rpt" "HipPart1_L_pointConstraint1.crt"; +connectAttr "FKIKMixKnee_L.t" "HipPart1_L_pointConstraint1.tg[0].tt"; +connectAttr "FKIKMixKnee_L.rp" "HipPart1_L_pointConstraint1.tg[0].trp"; +connectAttr "FKIKMixKnee_L.rpt" "HipPart1_L_pointConstraint1.tg[0].trt"; +connectAttr "FKIKMixKnee_L.pm" "HipPart1_L_pointConstraint1.tg[0].tpm"; +connectAttr "HipPart1_L_pointConstraint1.w0" "HipPart1_L_pointConstraint1.tg[0].tw" + ; +connectAttr "Hip_L.t" "HipPart1_L_pointConstraint1.tg[1].tt"; +connectAttr "Hip_L.rp" "HipPart1_L_pointConstraint1.tg[1].trp"; +connectAttr "Hip_L.rpt" "HipPart1_L_pointConstraint1.tg[1].trt"; +connectAttr "Hip_L.pm" "HipPart1_L_pointConstraint1.tg[1].tpm"; +connectAttr "HipPart1_L_pointConstraint1.w1" "HipPart1_L_pointConstraint1.tg[1].tw" + ; +connectAttr "HipPart2_L.pim" "HipPart2_L_pointConstraint1.cpim"; +connectAttr "HipPart2_L.rp" "HipPart2_L_pointConstraint1.crp"; +connectAttr "HipPart2_L.rpt" "HipPart2_L_pointConstraint1.crt"; +connectAttr "FKIKMixKnee_L.t" "HipPart2_L_pointConstraint1.tg[0].tt"; +connectAttr "FKIKMixKnee_L.rp" "HipPart2_L_pointConstraint1.tg[0].trp"; +connectAttr "FKIKMixKnee_L.rpt" "HipPart2_L_pointConstraint1.tg[0].trt"; +connectAttr "FKIKMixKnee_L.pm" "HipPart2_L_pointConstraint1.tg[0].tpm"; +connectAttr "HipPart2_L_pointConstraint1.w0" "HipPart2_L_pointConstraint1.tg[0].tw" + ; +connectAttr "Hip_L.t" "HipPart2_L_pointConstraint1.tg[1].tt"; +connectAttr "Hip_L.rp" "HipPart2_L_pointConstraint1.tg[1].trp"; +connectAttr "Hip_L.rpt" "HipPart2_L_pointConstraint1.tg[1].trt"; +connectAttr "Hip_L.pm" "HipPart2_L_pointConstraint1.tg[1].tpm"; +connectAttr "HipPart2_L_pointConstraint1.w1" "HipPart2_L_pointConstraint1.tg[1].tw" + ; +connectAttr "ElbowPart1_L.pim" "ElbowPart1_L_pointConstraint1.cpim"; +connectAttr "ElbowPart1_L.rp" "ElbowPart1_L_pointConstraint1.crp"; +connectAttr "ElbowPart1_L.rpt" "ElbowPart1_L_pointConstraint1.crt"; +connectAttr "FKIKMixWrist_L.t" "ElbowPart1_L_pointConstraint1.tg[0].tt"; +connectAttr "FKIKMixWrist_L.rp" "ElbowPart1_L_pointConstraint1.tg[0].trp"; +connectAttr "FKIKMixWrist_L.rpt" "ElbowPart1_L_pointConstraint1.tg[0].trt"; +connectAttr "FKIKMixWrist_L.pm" "ElbowPart1_L_pointConstraint1.tg[0].tpm"; +connectAttr "ElbowPart1_L_pointConstraint1.w0" "ElbowPart1_L_pointConstraint1.tg[0].tw" + ; +connectAttr "Elbow_L.t" "ElbowPart1_L_pointConstraint1.tg[1].tt"; +connectAttr "Elbow_L.rp" "ElbowPart1_L_pointConstraint1.tg[1].trp"; +connectAttr "Elbow_L.rpt" "ElbowPart1_L_pointConstraint1.tg[1].trt"; +connectAttr "Elbow_L.pm" "ElbowPart1_L_pointConstraint1.tg[1].tpm"; +connectAttr "ElbowPart1_L_pointConstraint1.w1" "ElbowPart1_L_pointConstraint1.tg[1].tw" + ; +connectAttr "ElbowPart2_L.pim" "ElbowPart2_L_pointConstraint1.cpim"; +connectAttr "ElbowPart2_L.rp" "ElbowPart2_L_pointConstraint1.crp"; +connectAttr "ElbowPart2_L.rpt" "ElbowPart2_L_pointConstraint1.crt"; +connectAttr "FKIKMixWrist_L.t" "ElbowPart2_L_pointConstraint1.tg[0].tt"; +connectAttr "FKIKMixWrist_L.rp" "ElbowPart2_L_pointConstraint1.tg[0].trp"; +connectAttr "FKIKMixWrist_L.rpt" "ElbowPart2_L_pointConstraint1.tg[0].trt"; +connectAttr "FKIKMixWrist_L.pm" "ElbowPart2_L_pointConstraint1.tg[0].tpm"; +connectAttr "ElbowPart2_L_pointConstraint1.w0" "ElbowPart2_L_pointConstraint1.tg[0].tw" + ; +connectAttr "Elbow_L.t" "ElbowPart2_L_pointConstraint1.tg[1].tt"; +connectAttr "Elbow_L.rp" "ElbowPart2_L_pointConstraint1.tg[1].trp"; +connectAttr "Elbow_L.rpt" "ElbowPart2_L_pointConstraint1.tg[1].trt"; +connectAttr "Elbow_L.pm" "ElbowPart2_L_pointConstraint1.tg[1].tpm"; +connectAttr "ElbowPart2_L_pointConstraint1.w1" "ElbowPart2_L_pointConstraint1.tg[1].tw" + ; +connectAttr "ShoulderPart1_L.pim" "ShoulderPart1_L_pointConstraint1.cpim"; +connectAttr "ShoulderPart1_L.rp" "ShoulderPart1_L_pointConstraint1.crp"; +connectAttr "ShoulderPart1_L.rpt" "ShoulderPart1_L_pointConstraint1.crt"; +connectAttr "FKIKMixElbow_L.t" "ShoulderPart1_L_pointConstraint1.tg[0].tt"; +connectAttr "FKIKMixElbow_L.rp" "ShoulderPart1_L_pointConstraint1.tg[0].trp"; +connectAttr "FKIKMixElbow_L.rpt" "ShoulderPart1_L_pointConstraint1.tg[0].trt"; +connectAttr "FKIKMixElbow_L.pm" "ShoulderPart1_L_pointConstraint1.tg[0].tpm"; +connectAttr "ShoulderPart1_L_pointConstraint1.w0" "ShoulderPart1_L_pointConstraint1.tg[0].tw" + ; +connectAttr "Shoulder_L.t" "ShoulderPart1_L_pointConstraint1.tg[1].tt"; +connectAttr "Shoulder_L.rp" "ShoulderPart1_L_pointConstraint1.tg[1].trp"; +connectAttr "Shoulder_L.rpt" "ShoulderPart1_L_pointConstraint1.tg[1].trt"; +connectAttr "Shoulder_L.pm" "ShoulderPart1_L_pointConstraint1.tg[1].tpm"; +connectAttr "ShoulderPart1_L_pointConstraint1.w1" "ShoulderPart1_L_pointConstraint1.tg[1].tw" + ; +connectAttr "ShoulderPart2_L.pim" "ShoulderPart2_L_pointConstraint1.cpim"; +connectAttr "ShoulderPart2_L.rp" "ShoulderPart2_L_pointConstraint1.crp"; +connectAttr "ShoulderPart2_L.rpt" "ShoulderPart2_L_pointConstraint1.crt"; +connectAttr "FKIKMixElbow_L.t" "ShoulderPart2_L_pointConstraint1.tg[0].tt"; +connectAttr "FKIKMixElbow_L.rp" "ShoulderPart2_L_pointConstraint1.tg[0].trp"; +connectAttr "FKIKMixElbow_L.rpt" "ShoulderPart2_L_pointConstraint1.tg[0].trt"; +connectAttr "FKIKMixElbow_L.pm" "ShoulderPart2_L_pointConstraint1.tg[0].tpm"; +connectAttr "ShoulderPart2_L_pointConstraint1.w0" "ShoulderPart2_L_pointConstraint1.tg[0].tw" + ; +connectAttr "Shoulder_L.t" "ShoulderPart2_L_pointConstraint1.tg[1].tt"; +connectAttr "Shoulder_L.rp" "ShoulderPart2_L_pointConstraint1.tg[1].trp"; +connectAttr "Shoulder_L.rpt" "ShoulderPart2_L_pointConstraint1.tg[1].trt"; +connectAttr "Shoulder_L.pm" "ShoulderPart2_L_pointConstraint1.tg[1].tpm"; +connectAttr "ShoulderPart2_L_pointConstraint1.w1" "ShoulderPart2_L_pointConstraint1.tg[1].tw" + ; +connectAttr "MainScaleMultiplyDivide.o" "DynamicSystem.s"; +connectAttr "MainScaleMultiplyDivide.o" "DrivingSystem.s"; +connectAttr "Fingers_R_parentConstraint1.ctx" "Fingers_R.tx" -l on; +connectAttr "Fingers_R_parentConstraint1.cty" "Fingers_R.ty" -l on; +connectAttr "Fingers_R_parentConstraint1.ctz" "Fingers_R.tz" -l on; +connectAttr "Fingers_R_parentConstraint1.crx" "Fingers_R.rx" -l on; +connectAttr "Fingers_R_parentConstraint1.cry" "Fingers_R.ry" -l on; +connectAttr "Fingers_R_parentConstraint1.crz" "Fingers_R.rz" -l on; +connectAttr "Fingers_R.ro" "Fingers_R_parentConstraint1.cro"; +connectAttr "Fingers_R.pim" "Fingers_R_parentConstraint1.cpim"; +connectAttr "Fingers_R.rp" "Fingers_R_parentConstraint1.crp"; +connectAttr "Fingers_R.rpt" "Fingers_R_parentConstraint1.crt"; +connectAttr "Wrist_R.t" "Fingers_R_parentConstraint1.tg[0].tt"; +connectAttr "Wrist_R.rp" "Fingers_R_parentConstraint1.tg[0].trp"; +connectAttr "Wrist_R.rpt" "Fingers_R_parentConstraint1.tg[0].trt"; +connectAttr "Wrist_R.r" "Fingers_R_parentConstraint1.tg[0].tr"; +connectAttr "Wrist_R.ro" "Fingers_R_parentConstraint1.tg[0].tro"; +connectAttr "Wrist_R.s" "Fingers_R_parentConstraint1.tg[0].ts"; +connectAttr "Wrist_R.pm" "Fingers_R_parentConstraint1.tg[0].tpm"; +connectAttr "Wrist_R.jo" "Fingers_R_parentConstraint1.tg[0].tjo"; +connectAttr "Wrist_R.ssc" "Fingers_R_parentConstraint1.tg[0].tsc"; +connectAttr "Wrist_R.is" "Fingers_R_parentConstraint1.tg[0].tis"; +connectAttr "Fingers_R_parentConstraint1.w0" "Fingers_R_parentConstraint1.tg[0].tw" + ; +connectAttr "Fingers_L_parentConstraint1.ctx" "Fingers_L.tx" -l on; +connectAttr "Fingers_L_parentConstraint1.cty" "Fingers_L.ty" -l on; +connectAttr "Fingers_L_parentConstraint1.ctz" "Fingers_L.tz" -l on; +connectAttr "Fingers_L_parentConstraint1.crx" "Fingers_L.rx" -l on; +connectAttr "Fingers_L_parentConstraint1.cry" "Fingers_L.ry" -l on; +connectAttr "Fingers_L_parentConstraint1.crz" "Fingers_L.rz" -l on; +connectAttr "Fingers_L.ro" "Fingers_L_parentConstraint1.cro"; +connectAttr "Fingers_L.pim" "Fingers_L_parentConstraint1.cpim"; +connectAttr "Fingers_L.rp" "Fingers_L_parentConstraint1.crp"; +connectAttr "Fingers_L.rpt" "Fingers_L_parentConstraint1.crt"; +connectAttr "Wrist_L.t" "Fingers_L_parentConstraint1.tg[0].tt"; +connectAttr "Wrist_L.rp" "Fingers_L_parentConstraint1.tg[0].trp"; +connectAttr "Wrist_L.rpt" "Fingers_L_parentConstraint1.tg[0].trt"; +connectAttr "Wrist_L.r" "Fingers_L_parentConstraint1.tg[0].tr"; +connectAttr "Wrist_L.ro" "Fingers_L_parentConstraint1.tg[0].tro"; +connectAttr "Wrist_L.s" "Fingers_L_parentConstraint1.tg[0].ts"; +connectAttr "Wrist_L.pm" "Fingers_L_parentConstraint1.tg[0].tpm"; +connectAttr "Wrist_L.jo" "Fingers_L_parentConstraint1.tg[0].tjo"; +connectAttr "Wrist_L.ssc" "Fingers_L_parentConstraint1.tg[0].tsc"; +connectAttr "Wrist_L.is" "Fingers_L_parentConstraint1.tg[0].tis"; +connectAttr "Fingers_L_parentConstraint1.w0" "Fingers_L_parentConstraint1.tg[0].tw" + ; +connectAttr "MainScaleMultiplyDivide.o" "DeformationSystem.s"; +connectAttr "ScaleBlendRoot_M.opr" "Root_M.sx"; +connectAttr "ScaleBlendRoot_M.opg" "Root_M.sy"; +connectAttr "ScaleBlendRoot_M.opb" "Root_M.sz"; +connectAttr "Root_M_pointConstraint1.ctx" "Root_M.tx"; +connectAttr "Root_M_pointConstraint1.cty" "Root_M.ty"; +connectAttr "Root_M_pointConstraint1.ctz" "Root_M.tz"; +connectAttr "Root_M_orientConstraint1.crx" "Root_M.rx"; +connectAttr "Root_M_orientConstraint1.cry" "Root_M.ry"; +connectAttr "Root_M_orientConstraint1.crz" "Root_M.rz"; +connectAttr "Main.jointVis" "Root_M.v"; +connectAttr "ScaleBlendHip_R.opr" "Hip_R.sx"; +connectAttr "ScaleBlendHip_R.opg" "Hip_R.sy"; +connectAttr "ScaleBlendHip_R.opb" "Hip_R.sz"; +connectAttr "Hip_R_pointConstraint1.ctx" "Hip_R.tx"; +connectAttr "Hip_R_pointConstraint1.cty" "Hip_R.ty"; +connectAttr "Hip_R_pointConstraint1.ctz" "Hip_R.tz"; +connectAttr "Hip_R_orientConstraint1.crx" "Hip_R.rx"; +connectAttr "Hip_R_orientConstraint1.cry" "Hip_R.ry"; +connectAttr "Hip_R_orientConstraint1.crz" "Hip_R.rz"; +connectAttr "Root_M.s" "Hip_R.is"; +connectAttr "Hip_R.s" "HipPart1_R.is"; +connectAttr "Hip_R.sx" "HipPart1_R.sx"; +connectAttr "Hip_R.sy" "HipPart1_R.sy"; +connectAttr "Hip_R.sz" "HipPart1_R.sz"; +connectAttr "HipPart1_R_orientConstraint1.crx" "HipPart1_R.rx"; +connectAttr "HipPart1_R_orientConstraint1.cry" "HipPart1_R.ry"; +connectAttr "HipPart1_R_orientConstraint1.crz" "HipPart1_R.rz"; +connectAttr "HipPart1_R_pointConstraint1.ctx" "HipPart1_R.tx"; +connectAttr "HipPart1_R_pointConstraint1.cty" "HipPart1_R.ty"; +connectAttr "HipPart1_R_pointConstraint1.ctz" "HipPart1_R.tz"; +connectAttr "HipPart1_R.s" "HipPart2_R.is"; +connectAttr "Hip_R.sx" "HipPart2_R.sx"; +connectAttr "Hip_R.sy" "HipPart2_R.sy"; +connectAttr "Hip_R.sz" "HipPart2_R.sz"; +connectAttr "HipPart2_R_orientConstraint1.crx" "HipPart2_R.rx"; +connectAttr "HipPart2_R_orientConstraint1.cry" "HipPart2_R.ry"; +connectAttr "HipPart2_R_orientConstraint1.crz" "HipPart2_R.rz"; +connectAttr "HipPart2_R_pointConstraint1.ctx" "HipPart2_R.tx"; +connectAttr "HipPart2_R_pointConstraint1.cty" "HipPart2_R.ty"; +connectAttr "HipPart2_R_pointConstraint1.ctz" "HipPart2_R.tz"; +connectAttr "ScaleBlendKnee_R.opr" "Knee_R.sx"; +connectAttr "ScaleBlendKnee_R.opg" "Knee_R.sy"; +connectAttr "ScaleBlendKnee_R.opb" "Knee_R.sz"; +connectAttr "Knee_R_pointConstraint1.ctx" "Knee_R.tx"; +connectAttr "Knee_R_pointConstraint1.cty" "Knee_R.ty"; +connectAttr "Knee_R_pointConstraint1.ctz" "Knee_R.tz"; +connectAttr "Knee_R_orientConstraint1.crx" "Knee_R.rx"; +connectAttr "Knee_R_orientConstraint1.cry" "Knee_R.ry"; +connectAttr "Knee_R_orientConstraint1.crz" "Knee_R.rz"; +connectAttr "HipPart2_R.s" "Knee_R.is"; +connectAttr "ScaleBlendAnkle_R.opr" "Ankle_R.sx"; +connectAttr "ScaleBlendAnkle_R.opg" "Ankle_R.sy"; +connectAttr "ScaleBlendAnkle_R.opb" "Ankle_R.sz"; +connectAttr "Ankle_R_pointConstraint1.ctx" "Ankle_R.tx"; +connectAttr "Ankle_R_pointConstraint1.cty" "Ankle_R.ty"; +connectAttr "Ankle_R_pointConstraint1.ctz" "Ankle_R.tz"; +connectAttr "Ankle_R_orientConstraint1.crx" "Ankle_R.rx"; +connectAttr "Ankle_R_orientConstraint1.cry" "Ankle_R.ry"; +connectAttr "Ankle_R_orientConstraint1.crz" "Ankle_R.rz"; +connectAttr "Knee_R.s" "Ankle_R.is"; +connectAttr "ScaleBlendToes_R.opr" "Toes_R.sx"; +connectAttr "ScaleBlendToes_R.opg" "Toes_R.sy"; +connectAttr "ScaleBlendToes_R.opb" "Toes_R.sz"; +connectAttr "Toes_R_pointConstraint1.ctx" "Toes_R.tx"; +connectAttr "Toes_R_pointConstraint1.cty" "Toes_R.ty"; +connectAttr "Toes_R_pointConstraint1.ctz" "Toes_R.tz"; +connectAttr "Toes_R_orientConstraint1.crx" "Toes_R.rx"; +connectAttr "Toes_R_orientConstraint1.cry" "Toes_R.ry"; +connectAttr "Toes_R_orientConstraint1.crz" "Toes_R.rz"; +connectAttr "Ankle_R.s" "Toes_R.is"; +connectAttr "Toes_R.s" "ToesEnd_R.is"; +connectAttr "ScaleBlendToesEnd_R.opr" "ToesEnd_R.sx"; +connectAttr "ScaleBlendToesEnd_R.opg" "ToesEnd_R.sy"; +connectAttr "ScaleBlendToesEnd_R.opb" "ToesEnd_R.sz"; +connectAttr "ScaleBlendRootPart1_M.opr" "RootPart1_M.sx"; +connectAttr "ScaleBlendRootPart1_M.opg" "RootPart1_M.sy"; +connectAttr "ScaleBlendRootPart1_M.opb" "RootPart1_M.sz"; +connectAttr "RootPart1_M_pointConstraint1.ctx" "RootPart1_M.tx"; +connectAttr "RootPart1_M_pointConstraint1.cty" "RootPart1_M.ty"; +connectAttr "RootPart1_M_pointConstraint1.ctz" "RootPart1_M.tz"; +connectAttr "RootPart1_M_orientConstraint1.crx" "RootPart1_M.rx"; +connectAttr "RootPart1_M_orientConstraint1.cry" "RootPart1_M.ry"; +connectAttr "RootPart1_M_orientConstraint1.crz" "RootPart1_M.rz"; +connectAttr "Root_M.s" "RootPart1_M.is"; +connectAttr "RootPart1_M.s" "RootPart2_M.is"; +connectAttr "ScaleBlendRootPart2_M.opr" "RootPart2_M.sx"; +connectAttr "ScaleBlendRootPart2_M.opg" "RootPart2_M.sy"; +connectAttr "ScaleBlendRootPart2_M.opb" "RootPart2_M.sz"; +connectAttr "RootPart2_M_orientConstraint1.crx" "RootPart2_M.rx"; +connectAttr "RootPart2_M_orientConstraint1.cry" "RootPart2_M.ry"; +connectAttr "RootPart2_M_orientConstraint1.crz" "RootPart2_M.rz"; +connectAttr "RootPart2_M_pointConstraint1.ctx" "RootPart2_M.tx"; +connectAttr "RootPart2_M_pointConstraint1.cty" "RootPart2_M.ty"; +connectAttr "RootPart2_M_pointConstraint1.ctz" "RootPart2_M.tz"; +connectAttr "ScaleBlendSpine1_M.opr" "Spine1_M.sx"; +connectAttr "ScaleBlendSpine1_M.opg" "Spine1_M.sy"; +connectAttr "ScaleBlendSpine1_M.opb" "Spine1_M.sz"; +connectAttr "Spine1_M_pointConstraint1.ctx" "Spine1_M.tx"; +connectAttr "Spine1_M_pointConstraint1.cty" "Spine1_M.ty"; +connectAttr "Spine1_M_pointConstraint1.ctz" "Spine1_M.tz"; +connectAttr "Spine1_M_orientConstraint1.crx" "Spine1_M.rx"; +connectAttr "Spine1_M_orientConstraint1.cry" "Spine1_M.ry"; +connectAttr "Spine1_M_orientConstraint1.crz" "Spine1_M.rz"; +connectAttr "RootPart2_M.s" "Spine1_M.is"; +connectAttr "Spine1_M.s" "Spine1Part1_M.is"; +connectAttr "ScaleBlendSpine1Part1_M.opr" "Spine1Part1_M.sx"; +connectAttr "ScaleBlendSpine1Part1_M.opg" "Spine1Part1_M.sy"; +connectAttr "ScaleBlendSpine1Part1_M.opb" "Spine1Part1_M.sz"; +connectAttr "Spine1Part1_M_orientConstraint1.crx" "Spine1Part1_M.rx"; +connectAttr "Spine1Part1_M_orientConstraint1.cry" "Spine1Part1_M.ry"; +connectAttr "Spine1Part1_M_orientConstraint1.crz" "Spine1Part1_M.rz"; +connectAttr "Spine1Part1_M_pointConstraint1.ctx" "Spine1Part1_M.tx"; +connectAttr "Spine1Part1_M_pointConstraint1.cty" "Spine1Part1_M.ty"; +connectAttr "Spine1Part1_M_pointConstraint1.ctz" "Spine1Part1_M.tz"; +connectAttr "Spine1Part1_M.s" "Spine1Part2_M.is"; +connectAttr "ScaleBlendSpine1Part2_M.opr" "Spine1Part2_M.sx"; +connectAttr "ScaleBlendSpine1Part2_M.opg" "Spine1Part2_M.sy"; +connectAttr "ScaleBlendSpine1Part2_M.opb" "Spine1Part2_M.sz"; +connectAttr "Spine1Part2_M_orientConstraint1.crx" "Spine1Part2_M.rx"; +connectAttr "Spine1Part2_M_orientConstraint1.cry" "Spine1Part2_M.ry"; +connectAttr "Spine1Part2_M_orientConstraint1.crz" "Spine1Part2_M.rz"; +connectAttr "Spine1Part2_M_pointConstraint1.ctx" "Spine1Part2_M.tx"; +connectAttr "Spine1Part2_M_pointConstraint1.cty" "Spine1Part2_M.ty"; +connectAttr "Spine1Part2_M_pointConstraint1.ctz" "Spine1Part2_M.tz"; +connectAttr "ScaleBlendChest_M.opr" "Chest_M.sx"; +connectAttr "ScaleBlendChest_M.opg" "Chest_M.sy"; +connectAttr "ScaleBlendChest_M.opb" "Chest_M.sz"; +connectAttr "Chest_M_pointConstraint1.ctx" "Chest_M.tx"; +connectAttr "Chest_M_pointConstraint1.cty" "Chest_M.ty"; +connectAttr "Chest_M_pointConstraint1.ctz" "Chest_M.tz"; +connectAttr "Chest_M_orientConstraint1.crx" "Chest_M.rx"; +connectAttr "Chest_M_orientConstraint1.cry" "Chest_M.ry"; +connectAttr "Chest_M_orientConstraint1.crz" "Chest_M.rz"; +connectAttr "Spine1Part2_M.s" "Chest_M.is"; +connectAttr "FKNeck_M.sx" "Neck_M.sx"; +connectAttr "FKNeck_M.sy" "Neck_M.sy"; +connectAttr "FKNeck_M.sz" "Neck_M.sz"; +connectAttr "Neck_M_pointConstraint1.ctx" "Neck_M.tx"; +connectAttr "Neck_M_pointConstraint1.cty" "Neck_M.ty"; +connectAttr "Neck_M_pointConstraint1.ctz" "Neck_M.tz"; +connectAttr "Neck_M_orientConstraint1.crx" "Neck_M.rx"; +connectAttr "Neck_M_orientConstraint1.cry" "Neck_M.ry"; +connectAttr "Neck_M_orientConstraint1.crz" "Neck_M.rz"; +connectAttr "Chest_M.s" "Neck_M.is"; +connectAttr "Neck_M.s" "NeckPart1_M.is"; +connectAttr "FKNeckPart1_M.sx" "NeckPart1_M.sx"; +connectAttr "FKNeckPart1_M.sy" "NeckPart1_M.sy"; +connectAttr "FKNeckPart1_M.sz" "NeckPart1_M.sz"; +connectAttr "NeckPart1_M_orientConstraint1.crx" "NeckPart1_M.rx"; +connectAttr "NeckPart1_M_orientConstraint1.cry" "NeckPart1_M.ry"; +connectAttr "NeckPart1_M_orientConstraint1.crz" "NeckPart1_M.rz"; +connectAttr "NeckPart1_M_pointConstraint1.ctx" "NeckPart1_M.tx"; +connectAttr "NeckPart1_M_pointConstraint1.cty" "NeckPart1_M.ty"; +connectAttr "NeckPart1_M_pointConstraint1.ctz" "NeckPart1_M.tz"; +connectAttr "NeckPart1_M.s" "NeckPart2_M.is"; +connectAttr "FKNeckPart2_M.sx" "NeckPart2_M.sx"; +connectAttr "FKNeckPart2_M.sy" "NeckPart2_M.sy"; +connectAttr "FKNeckPart2_M.sz" "NeckPart2_M.sz"; +connectAttr "NeckPart2_M_orientConstraint1.crx" "NeckPart2_M.rx"; +connectAttr "NeckPart2_M_orientConstraint1.cry" "NeckPart2_M.ry"; +connectAttr "NeckPart2_M_orientConstraint1.crz" "NeckPart2_M.rz"; +connectAttr "NeckPart2_M_pointConstraint1.ctx" "NeckPart2_M.tx"; +connectAttr "NeckPart2_M_pointConstraint1.cty" "NeckPart2_M.ty"; +connectAttr "NeckPart2_M_pointConstraint1.ctz" "NeckPart2_M.tz"; +connectAttr "FKHead_M.sx" "Head_M.sx"; +connectAttr "FKHead_M.sy" "Head_M.sy"; +connectAttr "FKHead_M.sz" "Head_M.sz"; +connectAttr "Head_M_pointConstraint1.ctx" "Head_M.tx"; +connectAttr "Head_M_pointConstraint1.cty" "Head_M.ty"; +connectAttr "Head_M_pointConstraint1.ctz" "Head_M.tz"; +connectAttr "Head_M_orientConstraint1.crx" "Head_M.rx"; +connectAttr "Head_M_orientConstraint1.cry" "Head_M.ry"; +connectAttr "Head_M_orientConstraint1.crz" "Head_M.rz"; +connectAttr "NeckPart2_M.s" "Head_M.is"; +connectAttr "Head_M.s" "HeadEnd_M.is"; +connectAttr "Head_M.s" "Eye_R.is"; +connectAttr "FKEye_R.sx" "Eye_R.sx"; +connectAttr "FKEye_R.sy" "Eye_R.sy"; +connectAttr "FKEye_R.sz" "Eye_R.sz"; +connectAttr "Eye_R_orientConstraint1.crx" "Eye_R.rx"; +connectAttr "Eye_R_orientConstraint1.cry" "Eye_R.ry"; +connectAttr "Eye_R_orientConstraint1.crz" "Eye_R.rz"; +connectAttr "Eye_R_pointConstraint1.ctx" "Eye_R.tx"; +connectAttr "Eye_R_pointConstraint1.cty" "Eye_R.ty"; +connectAttr "Eye_R_pointConstraint1.ctz" "Eye_R.tz"; +connectAttr "Eye_R.s" "EyeEnd_R.is"; +connectAttr "Head_M.s" "Jaw_M.is"; +connectAttr "FKJaw_M.sx" "Jaw_M.sx"; +connectAttr "FKJaw_M.sy" "Jaw_M.sy"; +connectAttr "FKJaw_M.sz" "Jaw_M.sz"; +connectAttr "Jaw_M_orientConstraint1.crx" "Jaw_M.rx"; +connectAttr "Jaw_M_orientConstraint1.cry" "Jaw_M.ry"; +connectAttr "Jaw_M_orientConstraint1.crz" "Jaw_M.rz"; +connectAttr "Jaw_M_pointConstraint1.ctx" "Jaw_M.tx"; +connectAttr "Jaw_M_pointConstraint1.cty" "Jaw_M.ty"; +connectAttr "Jaw_M_pointConstraint1.ctz" "Jaw_M.tz"; +connectAttr "Jaw_M.s" "JawEnd_M.is"; +connectAttr "Head_M.s" "Eye_L.is"; +connectAttr "FKEye_L.sx" "Eye_L.sx"; +connectAttr "FKEye_L.sy" "Eye_L.sy"; +connectAttr "FKEye_L.sz" "Eye_L.sz"; +connectAttr "Eye_L_orientConstraint1.crx" "Eye_L.rx"; +connectAttr "Eye_L_orientConstraint1.cry" "Eye_L.ry"; +connectAttr "Eye_L_orientConstraint1.crz" "Eye_L.rz"; +connectAttr "Eye_L_pointConstraint1.ctx" "Eye_L.tx"; +connectAttr "Eye_L_pointConstraint1.cty" "Eye_L.ty"; +connectAttr "Eye_L_pointConstraint1.ctz" "Eye_L.tz"; +connectAttr "Eye_L.s" "EyeEnd_L.is"; +connectAttr "FKScapula_R.sx" "Scapula_R.sx"; +connectAttr "FKScapula_R.sy" "Scapula_R.sy"; +connectAttr "FKScapula_R.sz" "Scapula_R.sz"; +connectAttr "Scapula_R_pointConstraint1.ctx" "Scapula_R.tx"; +connectAttr "Scapula_R_pointConstraint1.cty" "Scapula_R.ty"; +connectAttr "Scapula_R_pointConstraint1.ctz" "Scapula_R.tz"; +connectAttr "Scapula_R_orientConstraint1.crx" "Scapula_R.rx"; +connectAttr "Scapula_R_orientConstraint1.cry" "Scapula_R.ry"; +connectAttr "Scapula_R_orientConstraint1.crz" "Scapula_R.rz"; +connectAttr "Chest_M.s" "Scapula_R.is"; +connectAttr "ScaleBlendShoulder_R.opr" "Shoulder_R.sx"; +connectAttr "ScaleBlendShoulder_R.opg" "Shoulder_R.sy"; +connectAttr "ScaleBlendShoulder_R.opb" "Shoulder_R.sz"; +connectAttr "Shoulder_R_pointConstraint1.ctx" "Shoulder_R.tx"; +connectAttr "Shoulder_R_pointConstraint1.cty" "Shoulder_R.ty"; +connectAttr "Shoulder_R_pointConstraint1.ctz" "Shoulder_R.tz"; +connectAttr "Shoulder_R_orientConstraint1.crx" "Shoulder_R.rx"; +connectAttr "Shoulder_R_orientConstraint1.cry" "Shoulder_R.ry"; +connectAttr "Shoulder_R_orientConstraint1.crz" "Shoulder_R.rz"; +connectAttr "Scapula_R.s" "Shoulder_R.is"; +connectAttr "Shoulder_R.s" "ShoulderPart1_R.is"; +connectAttr "Shoulder_R.sx" "ShoulderPart1_R.sx"; +connectAttr "Shoulder_R.sy" "ShoulderPart1_R.sy"; +connectAttr "Shoulder_R.sz" "ShoulderPart1_R.sz"; +connectAttr "ShoulderPart1_R_orientConstraint1.crx" "ShoulderPart1_R.rx"; +connectAttr "ShoulderPart1_R_orientConstraint1.cry" "ShoulderPart1_R.ry"; +connectAttr "ShoulderPart1_R_orientConstraint1.crz" "ShoulderPart1_R.rz"; +connectAttr "ShoulderPart1_R_pointConstraint1.ctx" "ShoulderPart1_R.tx"; +connectAttr "ShoulderPart1_R_pointConstraint1.cty" "ShoulderPart1_R.ty"; +connectAttr "ShoulderPart1_R_pointConstraint1.ctz" "ShoulderPart1_R.tz"; +connectAttr "ShoulderPart1_R.s" "ShoulderPart2_R.is"; +connectAttr "Shoulder_R.sx" "ShoulderPart2_R.sx"; +connectAttr "Shoulder_R.sy" "ShoulderPart2_R.sy"; +connectAttr "Shoulder_R.sz" "ShoulderPart2_R.sz"; +connectAttr "ShoulderPart2_R_orientConstraint1.crx" "ShoulderPart2_R.rx"; +connectAttr "ShoulderPart2_R_orientConstraint1.cry" "ShoulderPart2_R.ry"; +connectAttr "ShoulderPart2_R_orientConstraint1.crz" "ShoulderPart2_R.rz"; +connectAttr "ShoulderPart2_R_pointConstraint1.ctx" "ShoulderPart2_R.tx"; +connectAttr "ShoulderPart2_R_pointConstraint1.cty" "ShoulderPart2_R.ty"; +connectAttr "ShoulderPart2_R_pointConstraint1.ctz" "ShoulderPart2_R.tz"; +connectAttr "ScaleBlendElbow_R.opr" "Elbow_R.sx"; +connectAttr "ScaleBlendElbow_R.opg" "Elbow_R.sy"; +connectAttr "ScaleBlendElbow_R.opb" "Elbow_R.sz"; +connectAttr "Elbow_R_pointConstraint1.ctx" "Elbow_R.tx"; +connectAttr "Elbow_R_pointConstraint1.cty" "Elbow_R.ty"; +connectAttr "Elbow_R_pointConstraint1.ctz" "Elbow_R.tz"; +connectAttr "Elbow_R_orientConstraint1.crx" "Elbow_R.rx"; +connectAttr "Elbow_R_orientConstraint1.cry" "Elbow_R.ry"; +connectAttr "Elbow_R_orientConstraint1.crz" "Elbow_R.rz"; +connectAttr "ShoulderPart2_R.s" "Elbow_R.is"; +connectAttr "Elbow_R.s" "ElbowPart1_R.is"; +connectAttr "Elbow_R.sx" "ElbowPart1_R.sx"; +connectAttr "Elbow_R.sy" "ElbowPart1_R.sy"; +connectAttr "Elbow_R.sz" "ElbowPart1_R.sz"; +connectAttr "ElbowPart1_R_orientConstraint1.crx" "ElbowPart1_R.rx"; +connectAttr "ElbowPart1_R_orientConstraint1.cry" "ElbowPart1_R.ry"; +connectAttr "ElbowPart1_R_orientConstraint1.crz" "ElbowPart1_R.rz"; +connectAttr "ElbowPart1_R_pointConstraint1.ctx" "ElbowPart1_R.tx"; +connectAttr "ElbowPart1_R_pointConstraint1.cty" "ElbowPart1_R.ty"; +connectAttr "ElbowPart1_R_pointConstraint1.ctz" "ElbowPart1_R.tz"; +connectAttr "ElbowPart1_R.s" "ElbowPart2_R.is"; +connectAttr "Elbow_R.sx" "ElbowPart2_R.sx"; +connectAttr "Elbow_R.sy" "ElbowPart2_R.sy"; +connectAttr "Elbow_R.sz" "ElbowPart2_R.sz"; +connectAttr "ElbowPart2_R_orientConstraint1.crx" "ElbowPart2_R.rx"; +connectAttr "ElbowPart2_R_orientConstraint1.cry" "ElbowPart2_R.ry"; +connectAttr "ElbowPart2_R_orientConstraint1.crz" "ElbowPart2_R.rz"; +connectAttr "ElbowPart2_R_pointConstraint1.ctx" "ElbowPart2_R.tx"; +connectAttr "ElbowPart2_R_pointConstraint1.cty" "ElbowPart2_R.ty"; +connectAttr "ElbowPart2_R_pointConstraint1.ctz" "ElbowPart2_R.tz"; +connectAttr "ScaleBlendWrist_R.opr" "Wrist_R.sx"; +connectAttr "ScaleBlendWrist_R.opg" "Wrist_R.sy"; +connectAttr "ScaleBlendWrist_R.opb" "Wrist_R.sz"; +connectAttr "Wrist_R_pointConstraint1.ctx" "Wrist_R.tx"; +connectAttr "Wrist_R_pointConstraint1.cty" "Wrist_R.ty"; +connectAttr "Wrist_R_pointConstraint1.ctz" "Wrist_R.tz"; +connectAttr "Wrist_R_orientConstraint1.crx" "Wrist_R.rx"; +connectAttr "Wrist_R_orientConstraint1.cry" "Wrist_R.ry"; +connectAttr "Wrist_R_orientConstraint1.crz" "Wrist_R.rz"; +connectAttr "ElbowPart2_R.s" "Wrist_R.is"; +connectAttr "SDKFKMiddleFinger1_RScaleMPD.ox" "MiddleFinger1_R.sx"; +connectAttr "SDKFKMiddleFinger1_RScaleMPD.oy" "MiddleFinger1_R.sy"; +connectAttr "SDKFKMiddleFinger1_RScaleMPD.oz" "MiddleFinger1_R.sz"; +connectAttr "MiddleFinger1_R_pointConstraint1.ctx" "MiddleFinger1_R.tx"; +connectAttr "MiddleFinger1_R_pointConstraint1.cty" "MiddleFinger1_R.ty"; +connectAttr "MiddleFinger1_R_pointConstraint1.ctz" "MiddleFinger1_R.tz"; +connectAttr "MiddleFinger1_R_orientConstraint1.crx" "MiddleFinger1_R.rx"; +connectAttr "MiddleFinger1_R_orientConstraint1.cry" "MiddleFinger1_R.ry"; +connectAttr "MiddleFinger1_R_orientConstraint1.crz" "MiddleFinger1_R.rz"; +connectAttr "Wrist_R.s" "MiddleFinger1_R.is"; +connectAttr "SDKFKMiddleFinger2_RScaleMPD.ox" "MiddleFinger2_R.sx"; +connectAttr "SDKFKMiddleFinger2_RScaleMPD.oy" "MiddleFinger2_R.sy"; +connectAttr "SDKFKMiddleFinger2_RScaleMPD.oz" "MiddleFinger2_R.sz"; +connectAttr "MiddleFinger2_R_pointConstraint1.ctx" "MiddleFinger2_R.tx"; +connectAttr "MiddleFinger2_R_pointConstraint1.cty" "MiddleFinger2_R.ty"; +connectAttr "MiddleFinger2_R_pointConstraint1.ctz" "MiddleFinger2_R.tz"; +connectAttr "MiddleFinger2_R_orientConstraint1.crx" "MiddleFinger2_R.rx"; +connectAttr "MiddleFinger2_R_orientConstraint1.cry" "MiddleFinger2_R.ry"; +connectAttr "MiddleFinger2_R_orientConstraint1.crz" "MiddleFinger2_R.rz"; +connectAttr "MiddleFinger1_R.s" "MiddleFinger2_R.is"; +connectAttr "SDKFKMiddleFinger3_RScaleMPD.ox" "MiddleFinger3_R.sx"; +connectAttr "SDKFKMiddleFinger3_RScaleMPD.oy" "MiddleFinger3_R.sy"; +connectAttr "SDKFKMiddleFinger3_RScaleMPD.oz" "MiddleFinger3_R.sz"; +connectAttr "MiddleFinger3_R_pointConstraint1.ctx" "MiddleFinger3_R.tx"; +connectAttr "MiddleFinger3_R_pointConstraint1.cty" "MiddleFinger3_R.ty"; +connectAttr "MiddleFinger3_R_pointConstraint1.ctz" "MiddleFinger3_R.tz"; +connectAttr "MiddleFinger3_R_orientConstraint1.crx" "MiddleFinger3_R.rx"; +connectAttr "MiddleFinger3_R_orientConstraint1.cry" "MiddleFinger3_R.ry"; +connectAttr "MiddleFinger3_R_orientConstraint1.crz" "MiddleFinger3_R.rz"; +connectAttr "MiddleFinger2_R.s" "MiddleFinger3_R.is"; +connectAttr "MiddleFinger3_R.s" "MiddleFinger4_R.is"; +connectAttr "FKThumbFinger1_R.sx" "ThumbFinger1_R.sx"; +connectAttr "FKThumbFinger1_R.sy" "ThumbFinger1_R.sy"; +connectAttr "FKThumbFinger1_R.sz" "ThumbFinger1_R.sz"; +connectAttr "ThumbFinger1_R_pointConstraint1.ctx" "ThumbFinger1_R.tx"; +connectAttr "ThumbFinger1_R_pointConstraint1.cty" "ThumbFinger1_R.ty"; +connectAttr "ThumbFinger1_R_pointConstraint1.ctz" "ThumbFinger1_R.tz"; +connectAttr "ThumbFinger1_R_orientConstraint1.crx" "ThumbFinger1_R.rx"; +connectAttr "ThumbFinger1_R_orientConstraint1.cry" "ThumbFinger1_R.ry"; +connectAttr "ThumbFinger1_R_orientConstraint1.crz" "ThumbFinger1_R.rz"; +connectAttr "Wrist_R.s" "ThumbFinger1_R.is"; +connectAttr "SDKFKThumbFinger2_RScaleMPD.ox" "ThumbFinger2_R.sx"; +connectAttr "SDKFKThumbFinger2_RScaleMPD.oy" "ThumbFinger2_R.sy"; +connectAttr "SDKFKThumbFinger2_RScaleMPD.oz" "ThumbFinger2_R.sz"; +connectAttr "ThumbFinger2_R_pointConstraint1.ctx" "ThumbFinger2_R.tx"; +connectAttr "ThumbFinger2_R_pointConstraint1.cty" "ThumbFinger2_R.ty"; +connectAttr "ThumbFinger2_R_pointConstraint1.ctz" "ThumbFinger2_R.tz"; +connectAttr "ThumbFinger2_R_orientConstraint1.crx" "ThumbFinger2_R.rx"; +connectAttr "ThumbFinger2_R_orientConstraint1.cry" "ThumbFinger2_R.ry"; +connectAttr "ThumbFinger2_R_orientConstraint1.crz" "ThumbFinger2_R.rz"; +connectAttr "ThumbFinger1_R.s" "ThumbFinger2_R.is"; +connectAttr "SDKFKThumbFinger3_RScaleMPD.ox" "ThumbFinger3_R.sx"; +connectAttr "SDKFKThumbFinger3_RScaleMPD.oy" "ThumbFinger3_R.sy"; +connectAttr "SDKFKThumbFinger3_RScaleMPD.oz" "ThumbFinger3_R.sz"; +connectAttr "ThumbFinger3_R_pointConstraint1.ctx" "ThumbFinger3_R.tx"; +connectAttr "ThumbFinger3_R_pointConstraint1.cty" "ThumbFinger3_R.ty"; +connectAttr "ThumbFinger3_R_pointConstraint1.ctz" "ThumbFinger3_R.tz"; +connectAttr "ThumbFinger3_R_orientConstraint1.crx" "ThumbFinger3_R.rx"; +connectAttr "ThumbFinger3_R_orientConstraint1.cry" "ThumbFinger3_R.ry"; +connectAttr "ThumbFinger3_R_orientConstraint1.crz" "ThumbFinger3_R.rz"; +connectAttr "ThumbFinger2_R.s" "ThumbFinger3_R.is"; +connectAttr "ThumbFinger3_R.s" "ThumbFinger4_R.is"; +connectAttr "SDKFKIndexFinger1_RScaleMPD.ox" "IndexFinger1_R.sx"; +connectAttr "SDKFKIndexFinger1_RScaleMPD.oy" "IndexFinger1_R.sy"; +connectAttr "SDKFKIndexFinger1_RScaleMPD.oz" "IndexFinger1_R.sz"; +connectAttr "IndexFinger1_R_pointConstraint1.ctx" "IndexFinger1_R.tx"; +connectAttr "IndexFinger1_R_pointConstraint1.cty" "IndexFinger1_R.ty"; +connectAttr "IndexFinger1_R_pointConstraint1.ctz" "IndexFinger1_R.tz"; +connectAttr "IndexFinger1_R_orientConstraint1.crx" "IndexFinger1_R.rx"; +connectAttr "IndexFinger1_R_orientConstraint1.cry" "IndexFinger1_R.ry"; +connectAttr "IndexFinger1_R_orientConstraint1.crz" "IndexFinger1_R.rz"; +connectAttr "Wrist_R.s" "IndexFinger1_R.is"; +connectAttr "SDKFKIndexFinger2_RScaleMPD.ox" "IndexFinger2_R.sx"; +connectAttr "SDKFKIndexFinger2_RScaleMPD.oy" "IndexFinger2_R.sy"; +connectAttr "SDKFKIndexFinger2_RScaleMPD.oz" "IndexFinger2_R.sz"; +connectAttr "IndexFinger2_R_pointConstraint1.ctx" "IndexFinger2_R.tx"; +connectAttr "IndexFinger2_R_pointConstraint1.cty" "IndexFinger2_R.ty"; +connectAttr "IndexFinger2_R_pointConstraint1.ctz" "IndexFinger2_R.tz"; +connectAttr "IndexFinger2_R_orientConstraint1.crx" "IndexFinger2_R.rx"; +connectAttr "IndexFinger2_R_orientConstraint1.cry" "IndexFinger2_R.ry"; +connectAttr "IndexFinger2_R_orientConstraint1.crz" "IndexFinger2_R.rz"; +connectAttr "IndexFinger1_R.s" "IndexFinger2_R.is"; +connectAttr "SDKFKIndexFinger3_RScaleMPD.ox" "IndexFinger3_R.sx"; +connectAttr "SDKFKIndexFinger3_RScaleMPD.oy" "IndexFinger3_R.sy"; +connectAttr "SDKFKIndexFinger3_RScaleMPD.oz" "IndexFinger3_R.sz"; +connectAttr "IndexFinger3_R_pointConstraint1.ctx" "IndexFinger3_R.tx"; +connectAttr "IndexFinger3_R_pointConstraint1.cty" "IndexFinger3_R.ty"; +connectAttr "IndexFinger3_R_pointConstraint1.ctz" "IndexFinger3_R.tz"; +connectAttr "IndexFinger3_R_orientConstraint1.crx" "IndexFinger3_R.rx"; +connectAttr "IndexFinger3_R_orientConstraint1.cry" "IndexFinger3_R.ry"; +connectAttr "IndexFinger3_R_orientConstraint1.crz" "IndexFinger3_R.rz"; +connectAttr "IndexFinger2_R.s" "IndexFinger3_R.is"; +connectAttr "IndexFinger3_R.s" "IndexFinger4_R.is"; +connectAttr "Wrist_R.s" "Cup_R.is"; +connectAttr "SDKFKCup_RScaleMPD.ox" "Cup_R.sx"; +connectAttr "SDKFKCup_RScaleMPD.oy" "Cup_R.sy"; +connectAttr "SDKFKCup_RScaleMPD.oz" "Cup_R.sz"; +connectAttr "Cup_R_orientConstraint1.crx" "Cup_R.rx"; +connectAttr "Cup_R_orientConstraint1.cry" "Cup_R.ry"; +connectAttr "Cup_R_orientConstraint1.crz" "Cup_R.rz"; +connectAttr "Cup_R_pointConstraint1.ctx" "Cup_R.tx"; +connectAttr "Cup_R_pointConstraint1.cty" "Cup_R.ty"; +connectAttr "Cup_R_pointConstraint1.ctz" "Cup_R.tz"; +connectAttr "SDKFKPinkyFinger1_RScaleMPD.ox" "PinkyFinger1_R.sx"; +connectAttr "SDKFKPinkyFinger1_RScaleMPD.oy" "PinkyFinger1_R.sy"; +connectAttr "SDKFKPinkyFinger1_RScaleMPD.oz" "PinkyFinger1_R.sz"; +connectAttr "PinkyFinger1_R_pointConstraint1.ctx" "PinkyFinger1_R.tx"; +connectAttr "PinkyFinger1_R_pointConstraint1.cty" "PinkyFinger1_R.ty"; +connectAttr "PinkyFinger1_R_pointConstraint1.ctz" "PinkyFinger1_R.tz"; +connectAttr "PinkyFinger1_R_orientConstraint1.crx" "PinkyFinger1_R.rx"; +connectAttr "PinkyFinger1_R_orientConstraint1.cry" "PinkyFinger1_R.ry"; +connectAttr "PinkyFinger1_R_orientConstraint1.crz" "PinkyFinger1_R.rz"; +connectAttr "Cup_R.s" "PinkyFinger1_R.is"; +connectAttr "SDKFKPinkyFinger2_RScaleMPD.ox" "PinkyFinger2_R.sx"; +connectAttr "SDKFKPinkyFinger2_RScaleMPD.oy" "PinkyFinger2_R.sy"; +connectAttr "SDKFKPinkyFinger2_RScaleMPD.oz" "PinkyFinger2_R.sz"; +connectAttr "PinkyFinger2_R_pointConstraint1.ctx" "PinkyFinger2_R.tx"; +connectAttr "PinkyFinger2_R_pointConstraint1.cty" "PinkyFinger2_R.ty"; +connectAttr "PinkyFinger2_R_pointConstraint1.ctz" "PinkyFinger2_R.tz"; +connectAttr "PinkyFinger2_R_orientConstraint1.crx" "PinkyFinger2_R.rx"; +connectAttr "PinkyFinger2_R_orientConstraint1.cry" "PinkyFinger2_R.ry"; +connectAttr "PinkyFinger2_R_orientConstraint1.crz" "PinkyFinger2_R.rz"; +connectAttr "PinkyFinger1_R.s" "PinkyFinger2_R.is"; +connectAttr "SDKFKPinkyFinger3_RScaleMPD.ox" "PinkyFinger3_R.sx"; +connectAttr "SDKFKPinkyFinger3_RScaleMPD.oy" "PinkyFinger3_R.sy"; +connectAttr "SDKFKPinkyFinger3_RScaleMPD.oz" "PinkyFinger3_R.sz"; +connectAttr "PinkyFinger3_R_pointConstraint1.ctx" "PinkyFinger3_R.tx"; +connectAttr "PinkyFinger3_R_pointConstraint1.cty" "PinkyFinger3_R.ty"; +connectAttr "PinkyFinger3_R_pointConstraint1.ctz" "PinkyFinger3_R.tz"; +connectAttr "PinkyFinger3_R_orientConstraint1.crx" "PinkyFinger3_R.rx"; +connectAttr "PinkyFinger3_R_orientConstraint1.cry" "PinkyFinger3_R.ry"; +connectAttr "PinkyFinger3_R_orientConstraint1.crz" "PinkyFinger3_R.rz"; +connectAttr "PinkyFinger2_R.s" "PinkyFinger3_R.is"; +connectAttr "PinkyFinger3_R.s" "PinkyFinger4_R.is"; +connectAttr "SDKFKRingFinger1_RScaleMPD.ox" "RingFinger1_R.sx"; +connectAttr "SDKFKRingFinger1_RScaleMPD.oy" "RingFinger1_R.sy"; +connectAttr "SDKFKRingFinger1_RScaleMPD.oz" "RingFinger1_R.sz"; +connectAttr "RingFinger1_R_pointConstraint1.ctx" "RingFinger1_R.tx"; +connectAttr "RingFinger1_R_pointConstraint1.cty" "RingFinger1_R.ty"; +connectAttr "RingFinger1_R_pointConstraint1.ctz" "RingFinger1_R.tz"; +connectAttr "RingFinger1_R_orientConstraint1.crx" "RingFinger1_R.rx"; +connectAttr "RingFinger1_R_orientConstraint1.cry" "RingFinger1_R.ry"; +connectAttr "RingFinger1_R_orientConstraint1.crz" "RingFinger1_R.rz"; +connectAttr "Cup_R.s" "RingFinger1_R.is"; +connectAttr "SDKFKRingFinger2_RScaleMPD.ox" "RingFinger2_R.sx"; +connectAttr "SDKFKRingFinger2_RScaleMPD.oy" "RingFinger2_R.sy"; +connectAttr "SDKFKRingFinger2_RScaleMPD.oz" "RingFinger2_R.sz"; +connectAttr "RingFinger2_R_pointConstraint1.ctx" "RingFinger2_R.tx"; +connectAttr "RingFinger2_R_pointConstraint1.cty" "RingFinger2_R.ty"; +connectAttr "RingFinger2_R_pointConstraint1.ctz" "RingFinger2_R.tz"; +connectAttr "RingFinger2_R_orientConstraint1.crx" "RingFinger2_R.rx"; +connectAttr "RingFinger2_R_orientConstraint1.cry" "RingFinger2_R.ry"; +connectAttr "RingFinger2_R_orientConstraint1.crz" "RingFinger2_R.rz"; +connectAttr "RingFinger1_R.s" "RingFinger2_R.is"; +connectAttr "SDKFKRingFinger3_RScaleMPD.ox" "RingFinger3_R.sx"; +connectAttr "SDKFKRingFinger3_RScaleMPD.oy" "RingFinger3_R.sy"; +connectAttr "SDKFKRingFinger3_RScaleMPD.oz" "RingFinger3_R.sz"; +connectAttr "RingFinger3_R_pointConstraint1.ctx" "RingFinger3_R.tx"; +connectAttr "RingFinger3_R_pointConstraint1.cty" "RingFinger3_R.ty"; +connectAttr "RingFinger3_R_pointConstraint1.ctz" "RingFinger3_R.tz"; +connectAttr "RingFinger3_R_orientConstraint1.crx" "RingFinger3_R.rx"; +connectAttr "RingFinger3_R_orientConstraint1.cry" "RingFinger3_R.ry"; +connectAttr "RingFinger3_R_orientConstraint1.crz" "RingFinger3_R.rz"; +connectAttr "RingFinger2_R.s" "RingFinger3_R.is"; +connectAttr "RingFinger3_R.s" "RingFinger4_R.is"; +connectAttr "FKScapula_L.sx" "Scapula_L.sx"; +connectAttr "FKScapula_L.sy" "Scapula_L.sy"; +connectAttr "FKScapula_L.sz" "Scapula_L.sz"; +connectAttr "Scapula_L_pointConstraint1.ctx" "Scapula_L.tx"; +connectAttr "Scapula_L_pointConstraint1.cty" "Scapula_L.ty"; +connectAttr "Scapula_L_pointConstraint1.ctz" "Scapula_L.tz"; +connectAttr "Scapula_L_orientConstraint1.crx" "Scapula_L.rx"; +connectAttr "Scapula_L_orientConstraint1.cry" "Scapula_L.ry"; +connectAttr "Scapula_L_orientConstraint1.crz" "Scapula_L.rz"; +connectAttr "Chest_M.s" "Scapula_L.is"; +connectAttr "ScaleBlendShoulder_L.opr" "Shoulder_L.sx"; +connectAttr "ScaleBlendShoulder_L.opg" "Shoulder_L.sy"; +connectAttr "ScaleBlendShoulder_L.opb" "Shoulder_L.sz"; +connectAttr "Shoulder_L_pointConstraint1.ctx" "Shoulder_L.tx"; +connectAttr "Shoulder_L_pointConstraint1.cty" "Shoulder_L.ty"; +connectAttr "Shoulder_L_pointConstraint1.ctz" "Shoulder_L.tz"; +connectAttr "Shoulder_L_orientConstraint1.crx" "Shoulder_L.rx"; +connectAttr "Shoulder_L_orientConstraint1.cry" "Shoulder_L.ry"; +connectAttr "Shoulder_L_orientConstraint1.crz" "Shoulder_L.rz"; +connectAttr "Scapula_L.s" "Shoulder_L.is"; +connectAttr "Shoulder_L.s" "ShoulderPart1_L.is"; +connectAttr "Shoulder_L.sx" "ShoulderPart1_L.sx"; +connectAttr "Shoulder_L.sy" "ShoulderPart1_L.sy"; +connectAttr "Shoulder_L.sz" "ShoulderPart1_L.sz"; +connectAttr "ShoulderPart1_L_orientConstraint1.crx" "ShoulderPart1_L.rx"; +connectAttr "ShoulderPart1_L_orientConstraint1.cry" "ShoulderPart1_L.ry"; +connectAttr "ShoulderPart1_L_orientConstraint1.crz" "ShoulderPart1_L.rz"; +connectAttr "ShoulderPart1_L_pointConstraint1.ctx" "ShoulderPart1_L.tx"; +connectAttr "ShoulderPart1_L_pointConstraint1.cty" "ShoulderPart1_L.ty"; +connectAttr "ShoulderPart1_L_pointConstraint1.ctz" "ShoulderPart1_L.tz"; +connectAttr "ShoulderPart1_L.s" "ShoulderPart2_L.is"; +connectAttr "Shoulder_L.sx" "ShoulderPart2_L.sx"; +connectAttr "Shoulder_L.sy" "ShoulderPart2_L.sy"; +connectAttr "Shoulder_L.sz" "ShoulderPart2_L.sz"; +connectAttr "ShoulderPart2_L_orientConstraint1.crx" "ShoulderPart2_L.rx"; +connectAttr "ShoulderPart2_L_orientConstraint1.cry" "ShoulderPart2_L.ry"; +connectAttr "ShoulderPart2_L_orientConstraint1.crz" "ShoulderPart2_L.rz"; +connectAttr "ShoulderPart2_L_pointConstraint1.ctx" "ShoulderPart2_L.tx"; +connectAttr "ShoulderPart2_L_pointConstraint1.cty" "ShoulderPart2_L.ty"; +connectAttr "ShoulderPart2_L_pointConstraint1.ctz" "ShoulderPart2_L.tz"; +connectAttr "ScaleBlendElbow_L.opr" "Elbow_L.sx"; +connectAttr "ScaleBlendElbow_L.opg" "Elbow_L.sy"; +connectAttr "ScaleBlendElbow_L.opb" "Elbow_L.sz"; +connectAttr "Elbow_L_pointConstraint1.ctx" "Elbow_L.tx"; +connectAttr "Elbow_L_pointConstraint1.cty" "Elbow_L.ty"; +connectAttr "Elbow_L_pointConstraint1.ctz" "Elbow_L.tz"; +connectAttr "Elbow_L_orientConstraint1.crx" "Elbow_L.rx"; +connectAttr "Elbow_L_orientConstraint1.cry" "Elbow_L.ry"; +connectAttr "Elbow_L_orientConstraint1.crz" "Elbow_L.rz"; +connectAttr "ShoulderPart2_L.s" "Elbow_L.is"; +connectAttr "Elbow_L.s" "ElbowPart1_L.is"; +connectAttr "Elbow_L.sx" "ElbowPart1_L.sx"; +connectAttr "Elbow_L.sy" "ElbowPart1_L.sy"; +connectAttr "Elbow_L.sz" "ElbowPart1_L.sz"; +connectAttr "ElbowPart1_L_orientConstraint1.crx" "ElbowPart1_L.rx"; +connectAttr "ElbowPart1_L_orientConstraint1.cry" "ElbowPart1_L.ry"; +connectAttr "ElbowPart1_L_orientConstraint1.crz" "ElbowPart1_L.rz"; +connectAttr "ElbowPart1_L_pointConstraint1.ctx" "ElbowPart1_L.tx"; +connectAttr "ElbowPart1_L_pointConstraint1.cty" "ElbowPart1_L.ty"; +connectAttr "ElbowPart1_L_pointConstraint1.ctz" "ElbowPart1_L.tz"; +connectAttr "ElbowPart1_L.s" "ElbowPart2_L.is"; +connectAttr "Elbow_L.sx" "ElbowPart2_L.sx"; +connectAttr "Elbow_L.sy" "ElbowPart2_L.sy"; +connectAttr "Elbow_L.sz" "ElbowPart2_L.sz"; +connectAttr "ElbowPart2_L_orientConstraint1.crx" "ElbowPart2_L.rx"; +connectAttr "ElbowPart2_L_orientConstraint1.cry" "ElbowPart2_L.ry"; +connectAttr "ElbowPart2_L_orientConstraint1.crz" "ElbowPart2_L.rz"; +connectAttr "ElbowPart2_L_pointConstraint1.ctx" "ElbowPart2_L.tx"; +connectAttr "ElbowPart2_L_pointConstraint1.cty" "ElbowPart2_L.ty"; +connectAttr "ElbowPart2_L_pointConstraint1.ctz" "ElbowPart2_L.tz"; +connectAttr "ScaleBlendWrist_L.opr" "Wrist_L.sx"; +connectAttr "ScaleBlendWrist_L.opg" "Wrist_L.sy"; +connectAttr "ScaleBlendWrist_L.opb" "Wrist_L.sz"; +connectAttr "Wrist_L_pointConstraint1.ctx" "Wrist_L.tx"; +connectAttr "Wrist_L_pointConstraint1.cty" "Wrist_L.ty"; +connectAttr "Wrist_L_pointConstraint1.ctz" "Wrist_L.tz"; +connectAttr "Wrist_L_orientConstraint1.crx" "Wrist_L.rx"; +connectAttr "Wrist_L_orientConstraint1.cry" "Wrist_L.ry"; +connectAttr "Wrist_L_orientConstraint1.crz" "Wrist_L.rz"; +connectAttr "ElbowPart2_L.s" "Wrist_L.is"; +connectAttr "SDKFKMiddleFinger1_LScaleMPD.ox" "MiddleFinger1_L.sx"; +connectAttr "SDKFKMiddleFinger1_LScaleMPD.oy" "MiddleFinger1_L.sy"; +connectAttr "SDKFKMiddleFinger1_LScaleMPD.oz" "MiddleFinger1_L.sz"; +connectAttr "MiddleFinger1_L_pointConstraint1.ctx" "MiddleFinger1_L.tx"; +connectAttr "MiddleFinger1_L_pointConstraint1.cty" "MiddleFinger1_L.ty"; +connectAttr "MiddleFinger1_L_pointConstraint1.ctz" "MiddleFinger1_L.tz"; +connectAttr "MiddleFinger1_L_orientConstraint1.crx" "MiddleFinger1_L.rx"; +connectAttr "MiddleFinger1_L_orientConstraint1.cry" "MiddleFinger1_L.ry"; +connectAttr "MiddleFinger1_L_orientConstraint1.crz" "MiddleFinger1_L.rz"; +connectAttr "Wrist_L.s" "MiddleFinger1_L.is"; +connectAttr "SDKFKMiddleFinger2_LScaleMPD.ox" "MiddleFinger2_L.sx"; +connectAttr "SDKFKMiddleFinger2_LScaleMPD.oy" "MiddleFinger2_L.sy"; +connectAttr "SDKFKMiddleFinger2_LScaleMPD.oz" "MiddleFinger2_L.sz"; +connectAttr "MiddleFinger2_L_pointConstraint1.ctx" "MiddleFinger2_L.tx"; +connectAttr "MiddleFinger2_L_pointConstraint1.cty" "MiddleFinger2_L.ty"; +connectAttr "MiddleFinger2_L_pointConstraint1.ctz" "MiddleFinger2_L.tz"; +connectAttr "MiddleFinger2_L_orientConstraint1.crx" "MiddleFinger2_L.rx"; +connectAttr "MiddleFinger2_L_orientConstraint1.cry" "MiddleFinger2_L.ry"; +connectAttr "MiddleFinger2_L_orientConstraint1.crz" "MiddleFinger2_L.rz"; +connectAttr "MiddleFinger1_L.s" "MiddleFinger2_L.is"; +connectAttr "SDKFKMiddleFinger3_LScaleMPD.ox" "MiddleFinger3_L.sx"; +connectAttr "SDKFKMiddleFinger3_LScaleMPD.oy" "MiddleFinger3_L.sy"; +connectAttr "SDKFKMiddleFinger3_LScaleMPD.oz" "MiddleFinger3_L.sz"; +connectAttr "MiddleFinger3_L_pointConstraint1.ctx" "MiddleFinger3_L.tx"; +connectAttr "MiddleFinger3_L_pointConstraint1.cty" "MiddleFinger3_L.ty"; +connectAttr "MiddleFinger3_L_pointConstraint1.ctz" "MiddleFinger3_L.tz"; +connectAttr "MiddleFinger3_L_orientConstraint1.crx" "MiddleFinger3_L.rx"; +connectAttr "MiddleFinger3_L_orientConstraint1.cry" "MiddleFinger3_L.ry"; +connectAttr "MiddleFinger3_L_orientConstraint1.crz" "MiddleFinger3_L.rz"; +connectAttr "MiddleFinger2_L.s" "MiddleFinger3_L.is"; +connectAttr "MiddleFinger3_L.s" "MiddleFinger4_L.is"; +connectAttr "FKThumbFinger1_L.sx" "ThumbFinger1_L.sx"; +connectAttr "FKThumbFinger1_L.sy" "ThumbFinger1_L.sy"; +connectAttr "FKThumbFinger1_L.sz" "ThumbFinger1_L.sz"; +connectAttr "ThumbFinger1_L_pointConstraint1.ctx" "ThumbFinger1_L.tx"; +connectAttr "ThumbFinger1_L_pointConstraint1.cty" "ThumbFinger1_L.ty"; +connectAttr "ThumbFinger1_L_pointConstraint1.ctz" "ThumbFinger1_L.tz"; +connectAttr "ThumbFinger1_L_orientConstraint1.crx" "ThumbFinger1_L.rx"; +connectAttr "ThumbFinger1_L_orientConstraint1.cry" "ThumbFinger1_L.ry"; +connectAttr "ThumbFinger1_L_orientConstraint1.crz" "ThumbFinger1_L.rz"; +connectAttr "Wrist_L.s" "ThumbFinger1_L.is"; +connectAttr "SDKFKThumbFinger2_LScaleMPD.ox" "ThumbFinger2_L.sx"; +connectAttr "SDKFKThumbFinger2_LScaleMPD.oy" "ThumbFinger2_L.sy"; +connectAttr "SDKFKThumbFinger2_LScaleMPD.oz" "ThumbFinger2_L.sz"; +connectAttr "ThumbFinger2_L_pointConstraint1.ctx" "ThumbFinger2_L.tx"; +connectAttr "ThumbFinger2_L_pointConstraint1.cty" "ThumbFinger2_L.ty"; +connectAttr "ThumbFinger2_L_pointConstraint1.ctz" "ThumbFinger2_L.tz"; +connectAttr "ThumbFinger2_L_orientConstraint1.crx" "ThumbFinger2_L.rx"; +connectAttr "ThumbFinger2_L_orientConstraint1.cry" "ThumbFinger2_L.ry"; +connectAttr "ThumbFinger2_L_orientConstraint1.crz" "ThumbFinger2_L.rz"; +connectAttr "ThumbFinger1_L.s" "ThumbFinger2_L.is"; +connectAttr "SDKFKThumbFinger3_LScaleMPD.ox" "ThumbFinger3_L.sx"; +connectAttr "SDKFKThumbFinger3_LScaleMPD.oy" "ThumbFinger3_L.sy"; +connectAttr "SDKFKThumbFinger3_LScaleMPD.oz" "ThumbFinger3_L.sz"; +connectAttr "ThumbFinger3_L_pointConstraint1.ctx" "ThumbFinger3_L.tx"; +connectAttr "ThumbFinger3_L_pointConstraint1.cty" "ThumbFinger3_L.ty"; +connectAttr "ThumbFinger3_L_pointConstraint1.ctz" "ThumbFinger3_L.tz"; +connectAttr "ThumbFinger3_L_orientConstraint1.crx" "ThumbFinger3_L.rx"; +connectAttr "ThumbFinger3_L_orientConstraint1.cry" "ThumbFinger3_L.ry"; +connectAttr "ThumbFinger3_L_orientConstraint1.crz" "ThumbFinger3_L.rz"; +connectAttr "ThumbFinger2_L.s" "ThumbFinger3_L.is"; +connectAttr "ThumbFinger3_L.s" "ThumbFinger4_L.is"; +connectAttr "SDKFKIndexFinger1_LScaleMPD.ox" "IndexFinger1_L.sx"; +connectAttr "SDKFKIndexFinger1_LScaleMPD.oy" "IndexFinger1_L.sy"; +connectAttr "SDKFKIndexFinger1_LScaleMPD.oz" "IndexFinger1_L.sz"; +connectAttr "IndexFinger1_L_pointConstraint1.ctx" "IndexFinger1_L.tx"; +connectAttr "IndexFinger1_L_pointConstraint1.cty" "IndexFinger1_L.ty"; +connectAttr "IndexFinger1_L_pointConstraint1.ctz" "IndexFinger1_L.tz"; +connectAttr "IndexFinger1_L_orientConstraint1.crx" "IndexFinger1_L.rx"; +connectAttr "IndexFinger1_L_orientConstraint1.cry" "IndexFinger1_L.ry"; +connectAttr "IndexFinger1_L_orientConstraint1.crz" "IndexFinger1_L.rz"; +connectAttr "Wrist_L.s" "IndexFinger1_L.is"; +connectAttr "SDKFKIndexFinger2_LScaleMPD.ox" "IndexFinger2_L.sx"; +connectAttr "SDKFKIndexFinger2_LScaleMPD.oy" "IndexFinger2_L.sy"; +connectAttr "SDKFKIndexFinger2_LScaleMPD.oz" "IndexFinger2_L.sz"; +connectAttr "IndexFinger2_L_pointConstraint1.ctx" "IndexFinger2_L.tx"; +connectAttr "IndexFinger2_L_pointConstraint1.cty" "IndexFinger2_L.ty"; +connectAttr "IndexFinger2_L_pointConstraint1.ctz" "IndexFinger2_L.tz"; +connectAttr "IndexFinger2_L_orientConstraint1.crx" "IndexFinger2_L.rx"; +connectAttr "IndexFinger2_L_orientConstraint1.cry" "IndexFinger2_L.ry"; +connectAttr "IndexFinger2_L_orientConstraint1.crz" "IndexFinger2_L.rz"; +connectAttr "IndexFinger1_L.s" "IndexFinger2_L.is"; +connectAttr "SDKFKIndexFinger3_LScaleMPD.ox" "IndexFinger3_L.sx"; +connectAttr "SDKFKIndexFinger3_LScaleMPD.oy" "IndexFinger3_L.sy"; +connectAttr "SDKFKIndexFinger3_LScaleMPD.oz" "IndexFinger3_L.sz"; +connectAttr "IndexFinger3_L_pointConstraint1.ctx" "IndexFinger3_L.tx"; +connectAttr "IndexFinger3_L_pointConstraint1.cty" "IndexFinger3_L.ty"; +connectAttr "IndexFinger3_L_pointConstraint1.ctz" "IndexFinger3_L.tz"; +connectAttr "IndexFinger3_L_orientConstraint1.crx" "IndexFinger3_L.rx"; +connectAttr "IndexFinger3_L_orientConstraint1.cry" "IndexFinger3_L.ry"; +connectAttr "IndexFinger3_L_orientConstraint1.crz" "IndexFinger3_L.rz"; +connectAttr "IndexFinger2_L.s" "IndexFinger3_L.is"; +connectAttr "IndexFinger3_L.s" "IndexFinger4_L.is"; +connectAttr "Wrist_L.s" "Cup_L.is"; +connectAttr "SDKFKCup_LScaleMPD.ox" "Cup_L.sx"; +connectAttr "SDKFKCup_LScaleMPD.oy" "Cup_L.sy"; +connectAttr "SDKFKCup_LScaleMPD.oz" "Cup_L.sz"; +connectAttr "Cup_L_orientConstraint1.crx" "Cup_L.rx"; +connectAttr "Cup_L_orientConstraint1.cry" "Cup_L.ry"; +connectAttr "Cup_L_orientConstraint1.crz" "Cup_L.rz"; +connectAttr "Cup_L_pointConstraint1.ctx" "Cup_L.tx"; +connectAttr "Cup_L_pointConstraint1.cty" "Cup_L.ty"; +connectAttr "Cup_L_pointConstraint1.ctz" "Cup_L.tz"; +connectAttr "SDKFKPinkyFinger1_LScaleMPD.ox" "PinkyFinger1_L.sx"; +connectAttr "SDKFKPinkyFinger1_LScaleMPD.oy" "PinkyFinger1_L.sy"; +connectAttr "SDKFKPinkyFinger1_LScaleMPD.oz" "PinkyFinger1_L.sz"; +connectAttr "PinkyFinger1_L_pointConstraint1.ctx" "PinkyFinger1_L.tx"; +connectAttr "PinkyFinger1_L_pointConstraint1.cty" "PinkyFinger1_L.ty"; +connectAttr "PinkyFinger1_L_pointConstraint1.ctz" "PinkyFinger1_L.tz"; +connectAttr "PinkyFinger1_L_orientConstraint1.crx" "PinkyFinger1_L.rx"; +connectAttr "PinkyFinger1_L_orientConstraint1.cry" "PinkyFinger1_L.ry"; +connectAttr "PinkyFinger1_L_orientConstraint1.crz" "PinkyFinger1_L.rz"; +connectAttr "Cup_L.s" "PinkyFinger1_L.is"; +connectAttr "SDKFKPinkyFinger2_LScaleMPD.ox" "PinkyFinger2_L.sx"; +connectAttr "SDKFKPinkyFinger2_LScaleMPD.oy" "PinkyFinger2_L.sy"; +connectAttr "SDKFKPinkyFinger2_LScaleMPD.oz" "PinkyFinger2_L.sz"; +connectAttr "PinkyFinger2_L_pointConstraint1.ctx" "PinkyFinger2_L.tx"; +connectAttr "PinkyFinger2_L_pointConstraint1.cty" "PinkyFinger2_L.ty"; +connectAttr "PinkyFinger2_L_pointConstraint1.ctz" "PinkyFinger2_L.tz"; +connectAttr "PinkyFinger2_L_orientConstraint1.crx" "PinkyFinger2_L.rx"; +connectAttr "PinkyFinger2_L_orientConstraint1.cry" "PinkyFinger2_L.ry"; +connectAttr "PinkyFinger2_L_orientConstraint1.crz" "PinkyFinger2_L.rz"; +connectAttr "PinkyFinger1_L.s" "PinkyFinger2_L.is"; +connectAttr "SDKFKPinkyFinger3_LScaleMPD.ox" "PinkyFinger3_L.sx"; +connectAttr "SDKFKPinkyFinger3_LScaleMPD.oy" "PinkyFinger3_L.sy"; +connectAttr "SDKFKPinkyFinger3_LScaleMPD.oz" "PinkyFinger3_L.sz"; +connectAttr "PinkyFinger3_L_pointConstraint1.ctx" "PinkyFinger3_L.tx"; +connectAttr "PinkyFinger3_L_pointConstraint1.cty" "PinkyFinger3_L.ty"; +connectAttr "PinkyFinger3_L_pointConstraint1.ctz" "PinkyFinger3_L.tz"; +connectAttr "PinkyFinger3_L_orientConstraint1.crx" "PinkyFinger3_L.rx"; +connectAttr "PinkyFinger3_L_orientConstraint1.cry" "PinkyFinger3_L.ry"; +connectAttr "PinkyFinger3_L_orientConstraint1.crz" "PinkyFinger3_L.rz"; +connectAttr "PinkyFinger2_L.s" "PinkyFinger3_L.is"; +connectAttr "PinkyFinger3_L.s" "PinkyFinger4_L.is"; +connectAttr "SDKFKRingFinger1_LScaleMPD.ox" "RingFinger1_L.sx"; +connectAttr "SDKFKRingFinger1_LScaleMPD.oy" "RingFinger1_L.sy"; +connectAttr "SDKFKRingFinger1_LScaleMPD.oz" "RingFinger1_L.sz"; +connectAttr "RingFinger1_L_pointConstraint1.ctx" "RingFinger1_L.tx"; +connectAttr "RingFinger1_L_pointConstraint1.cty" "RingFinger1_L.ty"; +connectAttr "RingFinger1_L_pointConstraint1.ctz" "RingFinger1_L.tz"; +connectAttr "RingFinger1_L_orientConstraint1.crx" "RingFinger1_L.rx"; +connectAttr "RingFinger1_L_orientConstraint1.cry" "RingFinger1_L.ry"; +connectAttr "RingFinger1_L_orientConstraint1.crz" "RingFinger1_L.rz"; +connectAttr "Cup_L.s" "RingFinger1_L.is"; +connectAttr "SDKFKRingFinger2_LScaleMPD.ox" "RingFinger2_L.sx"; +connectAttr "SDKFKRingFinger2_LScaleMPD.oy" "RingFinger2_L.sy"; +connectAttr "SDKFKRingFinger2_LScaleMPD.oz" "RingFinger2_L.sz"; +connectAttr "RingFinger2_L_pointConstraint1.ctx" "RingFinger2_L.tx"; +connectAttr "RingFinger2_L_pointConstraint1.cty" "RingFinger2_L.ty"; +connectAttr "RingFinger2_L_pointConstraint1.ctz" "RingFinger2_L.tz"; +connectAttr "RingFinger2_L_orientConstraint1.crx" "RingFinger2_L.rx"; +connectAttr "RingFinger2_L_orientConstraint1.cry" "RingFinger2_L.ry"; +connectAttr "RingFinger2_L_orientConstraint1.crz" "RingFinger2_L.rz"; +connectAttr "RingFinger1_L.s" "RingFinger2_L.is"; +connectAttr "SDKFKRingFinger3_LScaleMPD.ox" "RingFinger3_L.sx"; +connectAttr "SDKFKRingFinger3_LScaleMPD.oy" "RingFinger3_L.sy"; +connectAttr "SDKFKRingFinger3_LScaleMPD.oz" "RingFinger3_L.sz"; +connectAttr "RingFinger3_L_pointConstraint1.ctx" "RingFinger3_L.tx"; +connectAttr "RingFinger3_L_pointConstraint1.cty" "RingFinger3_L.ty"; +connectAttr "RingFinger3_L_pointConstraint1.ctz" "RingFinger3_L.tz"; +connectAttr "RingFinger3_L_orientConstraint1.crx" "RingFinger3_L.rx"; +connectAttr "RingFinger3_L_orientConstraint1.cry" "RingFinger3_L.ry"; +connectAttr "RingFinger3_L_orientConstraint1.crz" "RingFinger3_L.rz"; +connectAttr "RingFinger2_L.s" "RingFinger3_L.is"; +connectAttr "RingFinger3_L.s" "RingFinger4_L.is"; +connectAttr "ScaleBlendHip_L.opr" "Hip_L.sx"; +connectAttr "ScaleBlendHip_L.opg" "Hip_L.sy"; +connectAttr "ScaleBlendHip_L.opb" "Hip_L.sz"; +connectAttr "Hip_L_pointConstraint1.ctx" "Hip_L.tx"; +connectAttr "Hip_L_pointConstraint1.cty" "Hip_L.ty"; +connectAttr "Hip_L_pointConstraint1.ctz" "Hip_L.tz"; +connectAttr "Hip_L_orientConstraint1.crx" "Hip_L.rx"; +connectAttr "Hip_L_orientConstraint1.cry" "Hip_L.ry"; +connectAttr "Hip_L_orientConstraint1.crz" "Hip_L.rz"; +connectAttr "Root_M.s" "Hip_L.is"; +connectAttr "Hip_L.s" "HipPart1_L.is"; +connectAttr "Hip_L.sx" "HipPart1_L.sx"; +connectAttr "Hip_L.sy" "HipPart1_L.sy"; +connectAttr "Hip_L.sz" "HipPart1_L.sz"; +connectAttr "HipPart1_L_orientConstraint1.crx" "HipPart1_L.rx"; +connectAttr "HipPart1_L_orientConstraint1.cry" "HipPart1_L.ry"; +connectAttr "HipPart1_L_orientConstraint1.crz" "HipPart1_L.rz"; +connectAttr "HipPart1_L_pointConstraint1.ctx" "HipPart1_L.tx"; +connectAttr "HipPart1_L_pointConstraint1.cty" "HipPart1_L.ty"; +connectAttr "HipPart1_L_pointConstraint1.ctz" "HipPart1_L.tz"; +connectAttr "HipPart1_L.s" "HipPart2_L.is"; +connectAttr "Hip_L.sx" "HipPart2_L.sx"; +connectAttr "Hip_L.sy" "HipPart2_L.sy"; +connectAttr "Hip_L.sz" "HipPart2_L.sz"; +connectAttr "HipPart2_L_orientConstraint1.crx" "HipPart2_L.rx"; +connectAttr "HipPart2_L_orientConstraint1.cry" "HipPart2_L.ry"; +connectAttr "HipPart2_L_orientConstraint1.crz" "HipPart2_L.rz"; +connectAttr "HipPart2_L_pointConstraint1.ctx" "HipPart2_L.tx"; +connectAttr "HipPart2_L_pointConstraint1.cty" "HipPart2_L.ty"; +connectAttr "HipPart2_L_pointConstraint1.ctz" "HipPart2_L.tz"; +connectAttr "ScaleBlendKnee_L.opr" "Knee_L.sx"; +connectAttr "ScaleBlendKnee_L.opg" "Knee_L.sy"; +connectAttr "ScaleBlendKnee_L.opb" "Knee_L.sz"; +connectAttr "Knee_L_pointConstraint1.ctx" "Knee_L.tx"; +connectAttr "Knee_L_pointConstraint1.cty" "Knee_L.ty"; +connectAttr "Knee_L_pointConstraint1.ctz" "Knee_L.tz"; +connectAttr "Knee_L_orientConstraint1.crx" "Knee_L.rx"; +connectAttr "Knee_L_orientConstraint1.cry" "Knee_L.ry"; +connectAttr "Knee_L_orientConstraint1.crz" "Knee_L.rz"; +connectAttr "HipPart2_L.s" "Knee_L.is"; +connectAttr "ScaleBlendAnkle_L.opr" "Ankle_L.sx"; +connectAttr "ScaleBlendAnkle_L.opg" "Ankle_L.sy"; +connectAttr "ScaleBlendAnkle_L.opb" "Ankle_L.sz"; +connectAttr "Ankle_L_pointConstraint1.ctx" "Ankle_L.tx"; +connectAttr "Ankle_L_pointConstraint1.cty" "Ankle_L.ty"; +connectAttr "Ankle_L_pointConstraint1.ctz" "Ankle_L.tz"; +connectAttr "Ankle_L_orientConstraint1.crx" "Ankle_L.rx"; +connectAttr "Ankle_L_orientConstraint1.cry" "Ankle_L.ry"; +connectAttr "Ankle_L_orientConstraint1.crz" "Ankle_L.rz"; +connectAttr "Knee_L.s" "Ankle_L.is"; +connectAttr "ScaleBlendToes_L.opr" "Toes_L.sx"; +connectAttr "ScaleBlendToes_L.opg" "Toes_L.sy"; +connectAttr "ScaleBlendToes_L.opb" "Toes_L.sz"; +connectAttr "Toes_L_pointConstraint1.ctx" "Toes_L.tx"; +connectAttr "Toes_L_pointConstraint1.cty" "Toes_L.ty"; +connectAttr "Toes_L_pointConstraint1.ctz" "Toes_L.tz"; +connectAttr "Toes_L_orientConstraint1.crx" "Toes_L.rx"; +connectAttr "Toes_L_orientConstraint1.cry" "Toes_L.ry"; +connectAttr "Toes_L_orientConstraint1.crz" "Toes_L.rz"; +connectAttr "Ankle_L.s" "Toes_L.is"; +connectAttr "Toes_L.s" "ToesEnd_L.is"; +connectAttr "ScaleBlendToesEnd_L.opr" "ToesEnd_L.sx"; +connectAttr "ScaleBlendToesEnd_L.opg" "ToesEnd_L.sy"; +connectAttr "ScaleBlendToesEnd_L.opb" "ToesEnd_L.sz"; +connectAttr "Armature_Rig.iog" "rigging_maya.dsm" -na; +connectAttr "M_Mask_Eyebrows.iog" "rigging_maya.dsm" -na; +connectAttr "M_uBody_BaseMesh.iog" "rigging_maya.dsm" -na; +connectAttr "M_lBody_BaseMesh.iog" "rigging_maya.dsm" -na; +connectAttr "M_Head_BaseMesh.iog" "rigging_maya.dsm" -na; +connectAttr "M_Mask_Mouth.iog" "rigging_maya.dsm" -na; +connectAttr "M_Feet_BaseMesh.iog" "rigging_maya.dsm" -na; +connectAttr "M_Mask_Eyes.iog" "rigging_maya.dsm" -na; +connectAttr "Armature.iog" "rigging_maya.dsm" -na; +connectAttr "Main.s" "MainScaleMultiplyDivide.i1"; +connectAttr "FKIKSpine_M.autoVis" "FKIKBlendSpineCondition_M.ft"; +connectAttr "FKIKSpine_M.IKVis" "FKIKBlendSpineCondition_M.ctr"; +connectAttr "FKIKSpine_M.FKVis" "FKIKBlendSpineCondition_M.ctg"; +connectAttr "FKIKSpine_M.FKIKBlend" "FKIKBlendSpineCondition_M.cfr"; +connectAttr "FKIKBlendSpinesetRange_M.ox" "FKIKBlendSpineCondition_M.cfg"; +connectAttr "FKIKSpine_M.FKIKBlend" "FKIKBlendSpinesetRange_M.vx"; +connectAttr "FKIKLeg_R.autoVis" "FKIKBlendLegCondition_R.ft"; +connectAttr "FKIKLeg_R.IKVis" "FKIKBlendLegCondition_R.ctr"; +connectAttr "FKIKLeg_R.FKVis" "FKIKBlendLegCondition_R.ctg"; +connectAttr "FKIKLeg_R.FKIKBlend" "FKIKBlendLegCondition_R.cfr"; +connectAttr "FKIKBlendLegsetRange_R.ox" "FKIKBlendLegCondition_R.cfg"; +connectAttr "FKIKLeg_R.FKIKBlend" "FKIKBlendLegsetRange_R.vx"; +connectAttr "FKIKLeg_L.autoVis" "FKIKBlendLegCondition_L.ft"; +connectAttr "FKIKLeg_L.IKVis" "FKIKBlendLegCondition_L.ctr"; +connectAttr "FKIKLeg_L.FKVis" "FKIKBlendLegCondition_L.ctg"; +connectAttr "FKIKLeg_L.FKIKBlend" "FKIKBlendLegCondition_L.cfr"; +connectAttr "FKIKBlendLegsetRange_L.ox" "FKIKBlendLegCondition_L.cfg"; +connectAttr "FKIKLeg_L.FKIKBlend" "FKIKBlendLegsetRange_L.vx"; +connectAttr "FKHead_M.Global" "globalUnitConversionHead_M.i"; +connectAttr "globalUnitConversionHead_M.o" "globalReverseHead_M.ix"; +connectAttr "bwSDKFKMiddleFinger1_R_rotateZ.o" "unitConversion73.i"; +connectAttr "unitConversion74.o" "bwSDKFKMiddleFinger1_R_rotateZ.i[0]"; +connectAttr "SDKFKMiddleFinger1_R_rotateZ.o" "unitConversion74.i"; +connectAttr "bwFingers_R_middleCurl.o" "SDKFKMiddleFinger1_R_rotateZ.i"; +connectAttr "Fingers_R.middleCurl" "bwFingers_R_middleCurl.i[0]"; +connectAttr "bwSDKFKMiddleFinger2_R_rotateZ.o" "unitConversion75.i"; +connectAttr "unitConversion76.o" "bwSDKFKMiddleFinger2_R_rotateZ.i[0]"; +connectAttr "SDKFKMiddleFinger2_R_rotateZ.o" "unitConversion76.i"; +connectAttr "bwFingers_R_middleCurl.o" "SDKFKMiddleFinger2_R_rotateZ.i"; +connectAttr "bwSDKFKMiddleFinger3_R_rotateZ.o" "unitConversion71.i"; +connectAttr "unitConversion72.o" "bwSDKFKMiddleFinger3_R_rotateZ.i[0]"; +connectAttr "SDKFKMiddleFinger3_R_rotateZ.o" "unitConversion72.i"; +connectAttr "bwFingers_R_middleCurl.o" "SDKFKMiddleFinger3_R_rotateZ.i"; +connectAttr "bwSDKFKThumbFinger2_R_rotateZ.o" "unitConversion89.i"; +connectAttr "unitConversion90.o" "bwSDKFKThumbFinger2_R_rotateZ.i[0]"; +connectAttr "SDKFKThumbFinger2_R_rotateZ.o" "unitConversion90.i"; +connectAttr "bwFingers_R_thumbCurl.o" "SDKFKThumbFinger2_R_rotateZ.i"; +connectAttr "Fingers_R.thumbCurl" "bwFingers_R_thumbCurl.i[0]"; +connectAttr "bwSDKFKThumbFinger3_R_rotateZ.o" "unitConversion91.i"; +connectAttr "unitConversion92.o" "bwSDKFKThumbFinger3_R_rotateZ.i[0]"; +connectAttr "SDKFKThumbFinger3_R_rotateZ.o" "unitConversion92.i"; +connectAttr "bwFingers_R_thumbCurl.o" "SDKFKThumbFinger3_R_rotateZ.i"; +connectAttr "bwSDKFKIndexFinger1_R_rotateX.o" "unitConversion59.i"; +connectAttr "unitConversion60.o" "bwSDKFKIndexFinger1_R_rotateX.i[0]"; +connectAttr "SDKFKIndexFinger1_R_rotateX.o" "unitConversion60.i"; +connectAttr "bwFingers_R_spread.o" "SDKFKIndexFinger1_R_rotateX.i"; +connectAttr "Fingers_R.spread" "bwFingers_R_spread.i[0]"; +connectAttr "bwSDKFKIndexFinger1_R_rotateZ.o" "unitConversion65.i"; +connectAttr "unitConversion66.o" "bwSDKFKIndexFinger1_R_rotateZ.i[0]"; +connectAttr "SDKFKIndexFinger1_R_rotateZ.o" "unitConversion66.i"; +connectAttr "bwFingers_R_indexCurl.o" "SDKFKIndexFinger1_R_rotateZ.i"; +connectAttr "Fingers_R.indexCurl" "bwFingers_R_indexCurl.i[0]"; +connectAttr "bwSDKFKIndexFinger2_R_rotateZ.o" "unitConversion69.i"; +connectAttr "unitConversion70.o" "bwSDKFKIndexFinger2_R_rotateZ.i[0]"; +connectAttr "SDKFKIndexFinger2_R_rotateZ.o" "unitConversion70.i"; +connectAttr "bwFingers_R_indexCurl.o" "SDKFKIndexFinger2_R_rotateZ.i"; +connectAttr "bwSDKFKIndexFinger3_R_rotateZ.o" "unitConversion67.i"; +connectAttr "unitConversion68.o" "bwSDKFKIndexFinger3_R_rotateZ.i[0]"; +connectAttr "SDKFKIndexFinger3_R_rotateZ.o" "unitConversion68.i"; +connectAttr "bwFingers_R_indexCurl.o" "SDKFKIndexFinger3_R_rotateZ.i"; +connectAttr "bwSDKFKCup_R_rotateY.o" "unitConversion63.i"; +connectAttr "unitConversion64.o" "bwSDKFKCup_R_rotateY.i[0]"; +connectAttr "SDKFKCup_R_rotateY.o" "unitConversion64.i"; +connectAttr "bwFingers_R_cup.o" "SDKFKCup_R_rotateY.i"; +connectAttr "Fingers_R.cup" "bwFingers_R_cup.i[0]"; +connectAttr "bwSDKFKPinkyFinger1_R_rotateX.o" "unitConversion57.i"; +connectAttr "unitConversion58.o" "bwSDKFKPinkyFinger1_R_rotateX.i[0]"; +connectAttr "SDKFKPinkyFinger1_R_rotateX.o" "unitConversion58.i"; +connectAttr "bwFingers_R_spread.o" "SDKFKPinkyFinger1_R_rotateX.i"; +connectAttr "bwSDKFKPinkyFinger1_R_rotateZ.o" "unitConversion83.i"; +connectAttr "unitConversion84.o" "bwSDKFKPinkyFinger1_R_rotateZ.i[0]"; +connectAttr "SDKFKPinkyFinger1_R_rotateZ.o" "unitConversion84.i"; +connectAttr "bwFingers_R_pinkyCurl.o" "SDKFKPinkyFinger1_R_rotateZ.i"; +connectAttr "Fingers_R.pinkyCurl" "bwFingers_R_pinkyCurl.i[0]"; +connectAttr "bwSDKFKPinkyFinger2_R_rotateZ.o" "unitConversion87.i"; +connectAttr "unitConversion88.o" "bwSDKFKPinkyFinger2_R_rotateZ.i[0]"; +connectAttr "SDKFKPinkyFinger2_R_rotateZ.o" "unitConversion88.i"; +connectAttr "bwFingers_R_pinkyCurl.o" "SDKFKPinkyFinger2_R_rotateZ.i"; +connectAttr "bwSDKFKPinkyFinger3_R_rotateZ.o" "unitConversion85.i"; +connectAttr "unitConversion86.o" "bwSDKFKPinkyFinger3_R_rotateZ.i[0]"; +connectAttr "SDKFKPinkyFinger3_R_rotateZ.o" "unitConversion86.i"; +connectAttr "bwFingers_R_pinkyCurl.o" "SDKFKPinkyFinger3_R_rotateZ.i"; +connectAttr "bwSDKFKRingFinger1_R_rotateX.o" "unitConversion61.i"; +connectAttr "unitConversion62.o" "bwSDKFKRingFinger1_R_rotateX.i[0]"; +connectAttr "SDKFKRingFinger1_R_rotateX.o" "unitConversion62.i"; +connectAttr "bwFingers_R_spread.o" "SDKFKRingFinger1_R_rotateX.i"; +connectAttr "bwSDKFKRingFinger1_R_rotateZ.o" "unitConversion77.i"; +connectAttr "unitConversion78.o" "bwSDKFKRingFinger1_R_rotateZ.i[0]"; +connectAttr "SDKFKRingFinger1_R_rotateZ.o" "unitConversion78.i"; +connectAttr "bwFingers_R_ringCurl.o" "SDKFKRingFinger1_R_rotateZ.i"; +connectAttr "Fingers_R.ringCurl" "bwFingers_R_ringCurl.i[0]"; +connectAttr "bwSDKFKRingFinger2_R_rotateZ.o" "unitConversion81.i"; +connectAttr "unitConversion82.o" "bwSDKFKRingFinger2_R_rotateZ.i[0]"; +connectAttr "SDKFKRingFinger2_R_rotateZ.o" "unitConversion82.i"; +connectAttr "bwFingers_R_ringCurl.o" "SDKFKRingFinger2_R_rotateZ.i"; +connectAttr "bwSDKFKRingFinger3_R_rotateZ.o" "unitConversion79.i"; +connectAttr "unitConversion80.o" "bwSDKFKRingFinger3_R_rotateZ.i[0]"; +connectAttr "SDKFKRingFinger3_R_rotateZ.o" "unitConversion80.i"; +connectAttr "bwFingers_R_ringCurl.o" "SDKFKRingFinger3_R_rotateZ.i"; +connectAttr "FKIKArm_R.autoVis" "FKIKBlendArmCondition_R.ft"; +connectAttr "FKIKArm_R.IKVis" "FKIKBlendArmCondition_R.ctr"; +connectAttr "FKIKArm_R.FKVis" "FKIKBlendArmCondition_R.ctg"; +connectAttr "FKIKArm_R.FKIKBlend" "FKIKBlendArmCondition_R.cfr"; +connectAttr "FKIKBlendArmsetRange_R.ox" "FKIKBlendArmCondition_R.cfg"; +connectAttr "FKIKArm_R.FKIKBlend" "FKIKBlendArmsetRange_R.vx"; +connectAttr "bwSDKFKMiddleFinger1_L_rotateZ.o" "unitConversion111.i"; +connectAttr "unitConversion112.o" "bwSDKFKMiddleFinger1_L_rotateZ.i[0]"; +connectAttr "SDKFKMiddleFinger1_L_rotateZ.o" "unitConversion112.i"; +connectAttr "bwFingers_L_middleCurl.o" "SDKFKMiddleFinger1_L_rotateZ.i"; +connectAttr "Fingers_L.middleCurl" "bwFingers_L_middleCurl.i[0]"; +connectAttr "bwSDKFKMiddleFinger2_L_rotateZ.o" "unitConversion107.i"; +connectAttr "unitConversion108.o" "bwSDKFKMiddleFinger2_L_rotateZ.i[0]"; +connectAttr "SDKFKMiddleFinger2_L_rotateZ.o" "unitConversion108.i"; +connectAttr "bwFingers_L_middleCurl.o" "SDKFKMiddleFinger2_L_rotateZ.i"; +connectAttr "bwSDKFKMiddleFinger3_L_rotateZ.o" "unitConversion109.i"; +connectAttr "unitConversion110.o" "bwSDKFKMiddleFinger3_L_rotateZ.i[0]"; +connectAttr "SDKFKMiddleFinger3_L_rotateZ.o" "unitConversion110.i"; +connectAttr "bwFingers_L_middleCurl.o" "SDKFKMiddleFinger3_L_rotateZ.i"; +connectAttr "bwSDKFKThumbFinger2_L_rotateZ.o" "unitConversion127.i"; +connectAttr "unitConversion128.o" "bwSDKFKThumbFinger2_L_rotateZ.i[0]"; +connectAttr "SDKFKThumbFinger2_L_rotateZ.o" "unitConversion128.i"; +connectAttr "bwFingers_L_thumbCurl.o" "SDKFKThumbFinger2_L_rotateZ.i"; +connectAttr "Fingers_L.thumbCurl" "bwFingers_L_thumbCurl.i[0]"; +connectAttr "bwSDKFKThumbFinger3_L_rotateZ.o" "unitConversion125.i"; +connectAttr "unitConversion126.o" "bwSDKFKThumbFinger3_L_rotateZ.i[0]"; +connectAttr "SDKFKThumbFinger3_L_rotateZ.o" "unitConversion126.i"; +connectAttr "bwFingers_L_thumbCurl.o" "SDKFKThumbFinger3_L_rotateZ.i"; +connectAttr "bwSDKFKIndexFinger1_L_rotateX.o" "unitConversion93.i"; +connectAttr "unitConversion94.o" "bwSDKFKIndexFinger1_L_rotateX.i[0]"; +connectAttr "SDKFKIndexFinger1_L_rotateX.o" "unitConversion94.i"; +connectAttr "bwFingers_L_spread.o" "SDKFKIndexFinger1_L_rotateX.i"; +connectAttr "Fingers_L.spread" "bwFingers_L_spread.i[0]"; +connectAttr "bwSDKFKIndexFinger1_L_rotateZ.o" "unitConversion101.i"; +connectAttr "unitConversion102.o" "bwSDKFKIndexFinger1_L_rotateZ.i[0]"; +connectAttr "SDKFKIndexFinger1_L_rotateZ.o" "unitConversion102.i"; +connectAttr "bwFingers_L_indexCurl.o" "SDKFKIndexFinger1_L_rotateZ.i"; +connectAttr "Fingers_L.indexCurl" "bwFingers_L_indexCurl.i[0]"; +connectAttr "bwSDKFKIndexFinger2_L_rotateZ.o" "unitConversion105.i"; +connectAttr "unitConversion106.o" "bwSDKFKIndexFinger2_L_rotateZ.i[0]"; +connectAttr "SDKFKIndexFinger2_L_rotateZ.o" "unitConversion106.i"; +connectAttr "bwFingers_L_indexCurl.o" "SDKFKIndexFinger2_L_rotateZ.i"; +connectAttr "bwSDKFKIndexFinger3_L_rotateZ.o" "unitConversion103.i"; +connectAttr "unitConversion104.o" "bwSDKFKIndexFinger3_L_rotateZ.i[0]"; +connectAttr "SDKFKIndexFinger3_L_rotateZ.o" "unitConversion104.i"; +connectAttr "bwFingers_L_indexCurl.o" "SDKFKIndexFinger3_L_rotateZ.i"; +connectAttr "bwSDKFKCup_L_rotateY.o" "unitConversion99.i"; +connectAttr "unitConversion100.o" "bwSDKFKCup_L_rotateY.i[0]"; +connectAttr "SDKFKCup_L_rotateY.o" "unitConversion100.i"; +connectAttr "bwFingers_L_cup.o" "SDKFKCup_L_rotateY.i"; +connectAttr "Fingers_L.cup" "bwFingers_L_cup.i[0]"; +connectAttr "bwSDKFKPinkyFinger1_L_rotateX.o" "unitConversion95.i"; +connectAttr "unitConversion96.o" "bwSDKFKPinkyFinger1_L_rotateX.i[0]"; +connectAttr "SDKFKPinkyFinger1_L_rotateX.o" "unitConversion96.i"; +connectAttr "bwFingers_L_spread.o" "SDKFKPinkyFinger1_L_rotateX.i"; +connectAttr "bwSDKFKPinkyFinger1_L_rotateZ.o" "unitConversion119.i"; +connectAttr "unitConversion120.o" "bwSDKFKPinkyFinger1_L_rotateZ.i[0]"; +connectAttr "SDKFKPinkyFinger1_L_rotateZ.o" "unitConversion120.i"; +connectAttr "bwFingers_L_pinkyCurl.o" "SDKFKPinkyFinger1_L_rotateZ.i"; +connectAttr "Fingers_L.pinkyCurl" "bwFingers_L_pinkyCurl.i[0]"; +connectAttr "bwSDKFKPinkyFinger2_L_rotateZ.o" "unitConversion121.i"; +connectAttr "unitConversion122.o" "bwSDKFKPinkyFinger2_L_rotateZ.i[0]"; +connectAttr "SDKFKPinkyFinger2_L_rotateZ.o" "unitConversion122.i"; +connectAttr "bwFingers_L_pinkyCurl.o" "SDKFKPinkyFinger2_L_rotateZ.i"; +connectAttr "bwSDKFKPinkyFinger3_L_rotateZ.o" "unitConversion123.i"; +connectAttr "unitConversion124.o" "bwSDKFKPinkyFinger3_L_rotateZ.i[0]"; +connectAttr "SDKFKPinkyFinger3_L_rotateZ.o" "unitConversion124.i"; +connectAttr "bwFingers_L_pinkyCurl.o" "SDKFKPinkyFinger3_L_rotateZ.i"; +connectAttr "bwSDKFKRingFinger1_L_rotateX.o" "unitConversion97.i"; +connectAttr "unitConversion98.o" "bwSDKFKRingFinger1_L_rotateX.i[0]"; +connectAttr "SDKFKRingFinger1_L_rotateX.o" "unitConversion98.i"; +connectAttr "bwFingers_L_spread.o" "SDKFKRingFinger1_L_rotateX.i"; +connectAttr "bwSDKFKRingFinger1_L_rotateZ.o" "unitConversion117.i"; +connectAttr "unitConversion118.o" "bwSDKFKRingFinger1_L_rotateZ.i[0]"; +connectAttr "SDKFKRingFinger1_L_rotateZ.o" "unitConversion118.i"; +connectAttr "bwFingers_L_ringCurl.o" "SDKFKRingFinger1_L_rotateZ.i"; +connectAttr "Fingers_L.ringCurl" "bwFingers_L_ringCurl.i[0]"; +connectAttr "bwSDKFKRingFinger2_L_rotateZ.o" "unitConversion113.i"; +connectAttr "unitConversion114.o" "bwSDKFKRingFinger2_L_rotateZ.i[0]"; +connectAttr "SDKFKRingFinger2_L_rotateZ.o" "unitConversion114.i"; +connectAttr "bwFingers_L_ringCurl.o" "SDKFKRingFinger2_L_rotateZ.i"; +connectAttr "bwSDKFKRingFinger3_L_rotateZ.o" "unitConversion115.i"; +connectAttr "unitConversion116.o" "bwSDKFKRingFinger3_L_rotateZ.i[0]"; +connectAttr "SDKFKRingFinger3_L_rotateZ.o" "unitConversion116.i"; +connectAttr "bwFingers_L_ringCurl.o" "SDKFKRingFinger3_L_rotateZ.i"; +connectAttr "FKIKArm_L.autoVis" "FKIKBlendArmCondition_L.ft"; +connectAttr "FKIKArm_L.IKVis" "FKIKBlendArmCondition_L.ctr"; +connectAttr "FKIKArm_L.FKVis" "FKIKBlendArmCondition_L.ctg"; +connectAttr "FKIKArm_L.FKIKBlend" "FKIKBlendArmCondition_L.cfr"; +connectAttr "FKIKBlendArmsetRange_L.ox" "FKIKBlendArmCondition_L.cfg"; +connectAttr "FKIKArm_L.FKIKBlend" "FKIKBlendArmsetRange_L.vx"; +connectAttr "IKXKnee_R_IKmessureDiv_R.ox" "PoleLockBlenderIKXKnee_R.i[0]"; +connectAttr "PoleDistanceSideReverseIKXKnee_RUnitConversion_R.o" "PoleLockBlenderIKXKnee_R.i[1]" + ; +connectAttr "PoleLegUnitConversion_R.o" "PoleLockBlenderIKXKnee_R.ab"; +connectAttr "IKmessureDivLeg_R.ox" "IKXKnee_R_IKmessureDiv_R.i1x"; +connectAttr "IKXKnee_R_IKLenght_R.ox" "IKXKnee_R_IKmessureDiv_R.i2x"; +connectAttr "IKmessureBlendStretchLeg_R.o" "IKmessureDivLeg_R.i1x"; +connectAttr "IKSetRangeStretchLeg_R.ox" "IKmessureBlendStretchLeg_R.ab"; +connectAttr "IKdistanceClampLeg_R.opr" "IKmessureBlendStretchLeg_R.i[0]"; +connectAttr "IKmessureBlendAntiPopLeg_R.o" "IKmessureBlendStretchLeg_R.i[1]"; +connectAttr "IKLeg_R.stretchy" "IKSetRangeStretchLeg_R.vx"; +connectAttr "IKmessureBlendAntiPopLeg_R.o" "IKdistanceClampLeg_R.ipr"; +connectAttr "IKSetRangeAntiPopLeg_R.ox" "IKmessureBlendAntiPopLeg_R.ab"; +connectAttr "IKdistanceLeg_RShape_normal.o" "IKmessureBlendAntiPopLeg_R.i[0]"; +connectAttr "IKdistanceLeg_RShape_antiPop.o" "IKmessureBlendAntiPopLeg_R.i[1]"; +connectAttr "IKLeg_R.antiPop" "IKSetRangeAntiPopLeg_R.vx"; +connectAttr "IKdistanceLeg_RShape.dist" "IKdistanceLeg_RShape_normal.i"; +connectAttr "IKdistanceLeg_RShape.dist" "IKdistanceLeg_RShape_antiPop.i"; +connectAttr "IKLeg_R.Lenght1" "IKXKnee_R_IKLenght_R.i1x"; +connectAttr "PoleLockMainScalerIKXKnee_R.ox" "PoleDistanceSideReverseIKXKnee_RUnitConversion_R.i" + ; +connectAttr "IKXKnee_RDistance.d" "PoleLockMainScalerIKXKnee_R.i1x"; +connectAttr "MainScaleMultiplyDivide.oy" "PoleLockMainScalerIKXKnee_R.i2x"; +connectAttr "PoleLeg_R.wm" "IKXKnee_RDistance.im1"; +connectAttr "IKMessureFromHip_R.wm" "IKXKnee_RDistance.im2"; +connectAttr "PoleLeg_R.lock" "PoleLegUnitConversion_R.i"; +connectAttr "IKXAnkle_R_IKmessureDiv_R.ox" "PoleLockBlenderIKXAnkle_R.i[0]"; +connectAttr "PoleDistanceSideReverseIKXAnkle_RUnitConversion_R.o" "PoleLockBlenderIKXAnkle_R.i[1]" + ; +connectAttr "PoleLegUnitConversion_R.o" "PoleLockBlenderIKXAnkle_R.ab"; +connectAttr "IKmessureDivLeg_R.ox" "IKXAnkle_R_IKmessureDiv_R.i1x"; +connectAttr "IKXAnkle_R_IKLenght_R.ox" "IKXAnkle_R_IKmessureDiv_R.i2x"; +connectAttr "IKLeg_R.Lenght2" "IKXAnkle_R_IKLenght_R.i1x"; +connectAttr "PoleLockMainScalerIKXAnkle_R.ox" "PoleDistanceSideReverseIKXAnkle_RUnitConversion_R.i" + ; +connectAttr "IKXAnkle_RDistance.d" "PoleLockMainScalerIKXAnkle_R.i1x"; +connectAttr "MainScaleMultiplyDivide.oy" "PoleLockMainScalerIKXAnkle_R.i2x"; +connectAttr "PoleLeg_R.wm" "IKXAnkle_RDistance.im1"; +connectAttr "IKmessureLoc2Leg_R.wm" "IKXAnkle_RDistance.im2"; +connectAttr "IKXElbow_R_IKmessureDiv_R.ox" "PoleLockBlenderIKXElbow_R.i[0]"; +connectAttr "PoleDistanceSideReverseIKXElbow_RUnitConversion_R.o" "PoleLockBlenderIKXElbow_R.i[1]" + ; +connectAttr "PoleArmUnitConversion_R.o" "PoleLockBlenderIKXElbow_R.ab"; +connectAttr "IKmessureDivArm_R.ox" "IKXElbow_R_IKmessureDiv_R.i1x"; +connectAttr "IKXElbow_R_IKLenght_R.ox" "IKXElbow_R_IKmessureDiv_R.i2x"; +connectAttr "IKmessureBlendStretchArm_R.o" "IKmessureDivArm_R.i1x"; +connectAttr "IKSetRangeStretchArm_R.ox" "IKmessureBlendStretchArm_R.ab"; +connectAttr "IKdistanceClampArm_R.opr" "IKmessureBlendStretchArm_R.i[0]"; +connectAttr "IKmessureBlendAntiPopArm_R.o" "IKmessureBlendStretchArm_R.i[1]"; +connectAttr "IKArm_R.stretchy" "IKSetRangeStretchArm_R.vx"; +connectAttr "IKmessureBlendAntiPopArm_R.o" "IKdistanceClampArm_R.ipr"; +connectAttr "IKSetRangeAntiPopArm_R.ox" "IKmessureBlendAntiPopArm_R.ab"; +connectAttr "IKdistanceArm_RShape_normal.o" "IKmessureBlendAntiPopArm_R.i[0]"; +connectAttr "IKdistanceArm_RShape_antiPop.o" "IKmessureBlendAntiPopArm_R.i[1]"; +connectAttr "IKArm_R.antiPop" "IKSetRangeAntiPopArm_R.vx"; +connectAttr "IKdistanceArm_RShape.dist" "IKdistanceArm_RShape_normal.i"; +connectAttr "IKdistanceArm_RShape.dist" "IKdistanceArm_RShape_antiPop.i"; +connectAttr "IKArm_R.Lenght1" "IKXElbow_R_IKLenght_R.i1x"; +connectAttr "PoleLockMainScalerIKXElbow_R.ox" "PoleDistanceSideReverseIKXElbow_RUnitConversion_R.i" + ; +connectAttr "IKXElbow_RDistance.d" "PoleLockMainScalerIKXElbow_R.i1x"; +connectAttr "MainScaleMultiplyDivide.oy" "PoleLockMainScalerIKXElbow_R.i2x"; +connectAttr "PoleArm_R.wm" "IKXElbow_RDistance.im1"; +connectAttr "IKMessureFromShoulder_R.wm" "IKXElbow_RDistance.im2"; +connectAttr "PoleArm_R.lock" "PoleArmUnitConversion_R.i"; +connectAttr "IKXWrist_R_IKmessureDiv_R.ox" "PoleLockBlenderIKXWrist_R.i[0]"; +connectAttr "PoleDistanceSideReverseIKXWrist_RUnitConversion_R.o" "PoleLockBlenderIKXWrist_R.i[1]" + ; +connectAttr "PoleArmUnitConversion_R.o" "PoleLockBlenderIKXWrist_R.ab"; +connectAttr "IKmessureDivArm_R.ox" "IKXWrist_R_IKmessureDiv_R.i1x"; +connectAttr "IKXWrist_R_IKLenght_R.ox" "IKXWrist_R_IKmessureDiv_R.i2x"; +connectAttr "IKArm_R.Lenght2" "IKXWrist_R_IKLenght_R.i1x"; +connectAttr "PoleLockMainScalerIKXWrist_R.ox" "PoleDistanceSideReverseIKXWrist_RUnitConversion_R.i" + ; +connectAttr "IKXWrist_RDistance.d" "PoleLockMainScalerIKXWrist_R.i1x"; +connectAttr "MainScaleMultiplyDivide.oy" "PoleLockMainScalerIKXWrist_R.i2x"; +connectAttr "PoleArm_R.wm" "IKXWrist_RDistance.im1"; +connectAttr "IKmessureLoc2Arm_R.wm" "IKXWrist_RDistance.im2"; +connectAttr "stretchySpineUnitConversion_M.o" "stretchySpineReverse_M.ix"; +connectAttr "IKSpine3_M.stretchy" "stretchySpineUnitConversion_M.i"; +connectAttr "stretchySpineUnitConversion_M.o" "stretchySpineBlendTwo5_M.ab"; +connectAttr "stretchySpineMultiplyDivide5_M.ox" "stretchySpineBlendTwo5_M.i[1]"; +connectAttr "IKCurveInfoAllMultiplySpine_M.ox" "stretchySpineMultiplyDivide5_M.i2x" + ; +connectAttr "IKCurveInfoNormalizeSpine_M.ox" "IKCurveInfoAllMultiplySpine_M.i1x" + ; +connectAttr "MainScaleMultiplyDivide.ox" "IKCurveInfoAllMultiplySpine_M.i2x"; +connectAttr "IKCurveInfoSpine_M.al" "IKCurveInfoNormalizeSpine_M.i1x"; +connectAttr "IKSpineCurve_MShape.ws" "IKCurveInfoSpine_M.ic"; +connectAttr "stretchySpineUnitConversion_M.o" "stretchySpineBlendTwo4_M.ab"; +connectAttr "stretchySpineMultiplyDivide4_M.ox" "stretchySpineBlendTwo4_M.i[1]"; +connectAttr "IKCurveInfoAllMultiplySpine_M.ox" "stretchySpineMultiplyDivide4_M.i2x" + ; +connectAttr "stretchySpineUnitConversion_M.o" "stretchySpineBlendTwo3_M.ab"; +connectAttr "stretchySpineMultiplyDivide3_M.ox" "stretchySpineBlendTwo3_M.i[1]"; +connectAttr "IKCurveInfoAllMultiplySpine_M.ox" "stretchySpineMultiplyDivide3_M.i2x" + ; +connectAttr "stretchySpineUnitConversion_M.o" "stretchySpineBlendTwo2_M.ab"; +connectAttr "stretchySpineMultiplyDivide2_M.ox" "stretchySpineBlendTwo2_M.i[1]"; +connectAttr "IKCurveInfoAllMultiplySpine_M.ox" "stretchySpineMultiplyDivide2_M.i2x" + ; +connectAttr "stretchySpineUnitConversion_M.o" "stretchySpineBlendTwo1_M.ab"; +connectAttr "stretchySpineMultiplyDivide1_M.ox" "stretchySpineBlendTwo1_M.i[1]"; +connectAttr "IKCurveInfoAllMultiplySpine_M.ox" "stretchySpineMultiplyDivide1_M.i2x" + ; +connectAttr "stretchySpineUnitConversion_M.o" "stretchySpineBlendTwo0_M.ab"; +connectAttr "stretchySpineMultiplyDivide0_M.ox" "stretchySpineBlendTwo0_M.i[1]"; +connectAttr "IKCurveInfoAllMultiplySpine_M.ox" "stretchySpineMultiplyDivide0_M.i2x" + ; +connectAttr "IKFixedOrientSpine1_MUnitConversion.o" "IKFixedOrientSpine1_MReverse.ix" + ; +connectAttr "IKSpine1_M.FixedOrient" "IKFixedOrientSpine1_MUnitConversion.i"; +connectAttr "IKXKnee_L_IKmessureDiv_L.ox" "PoleLockBlenderIKXKnee_L.i[0]"; +connectAttr "PoleDistanceSideReverseIKXKnee_LUnitConversion_L.o" "PoleLockBlenderIKXKnee_L.i[1]" + ; +connectAttr "PoleLegUnitConversion_L.o" "PoleLockBlenderIKXKnee_L.ab"; +connectAttr "IKmessureDivLeg_L.ox" "IKXKnee_L_IKmessureDiv_L.i1x"; +connectAttr "IKXKnee_L_IKLenght_L.ox" "IKXKnee_L_IKmessureDiv_L.i2x"; +connectAttr "IKmessureBlendStretchLeg_L.o" "IKmessureDivLeg_L.i1x"; +connectAttr "IKSetRangeStretchLeg_L.ox" "IKmessureBlendStretchLeg_L.ab"; +connectAttr "IKdistanceClampLeg_L.opr" "IKmessureBlendStretchLeg_L.i[0]"; +connectAttr "IKmessureBlendAntiPopLeg_L.o" "IKmessureBlendStretchLeg_L.i[1]"; +connectAttr "IKLeg_L.stretchy" "IKSetRangeStretchLeg_L.vx"; +connectAttr "IKmessureBlendAntiPopLeg_L.o" "IKdistanceClampLeg_L.ipr"; +connectAttr "IKSetRangeAntiPopLeg_L.ox" "IKmessureBlendAntiPopLeg_L.ab"; +connectAttr "IKdistanceLeg_LShape_normal.o" "IKmessureBlendAntiPopLeg_L.i[0]"; +connectAttr "IKdistanceLeg_LShape_antiPop.o" "IKmessureBlendAntiPopLeg_L.i[1]"; +connectAttr "IKLeg_L.antiPop" "IKSetRangeAntiPopLeg_L.vx"; +connectAttr "IKdistanceLeg_LShape.dist" "IKdistanceLeg_LShape_normal.i"; +connectAttr "IKdistanceLeg_LShape.dist" "IKdistanceLeg_LShape_antiPop.i"; +connectAttr "IKLeg_L.Lenght1" "IKXKnee_L_IKLenght_L.i1x"; +connectAttr "PoleLockMainScalerIKXKnee_L.ox" "PoleDistanceSideReverseIKXKnee_LUnitConversion_L.i" + ; +connectAttr "IKXKnee_LDistance.d" "PoleLockMainScalerIKXKnee_L.i1x"; +connectAttr "MainScaleMultiplyDivide.oy" "PoleLockMainScalerIKXKnee_L.i2x"; +connectAttr "PoleLeg_L.wm" "IKXKnee_LDistance.im1"; +connectAttr "IKMessureFromHip_L.wm" "IKXKnee_LDistance.im2"; +connectAttr "PoleLeg_L.lock" "PoleLegUnitConversion_L.i"; +connectAttr "IKXAnkle_L_IKmessureDiv_L.ox" "PoleLockBlenderIKXAnkle_L.i[0]"; +connectAttr "PoleDistanceSideReverseIKXAnkle_LUnitConversion_L.o" "PoleLockBlenderIKXAnkle_L.i[1]" + ; +connectAttr "PoleLegUnitConversion_L.o" "PoleLockBlenderIKXAnkle_L.ab"; +connectAttr "IKmessureDivLeg_L.ox" "IKXAnkle_L_IKmessureDiv_L.i1x"; +connectAttr "IKXAnkle_L_IKLenght_L.ox" "IKXAnkle_L_IKmessureDiv_L.i2x"; +connectAttr "IKLeg_L.Lenght2" "IKXAnkle_L_IKLenght_L.i1x"; +connectAttr "PoleLockMainScalerIKXAnkle_L.ox" "PoleDistanceSideReverseIKXAnkle_LUnitConversion_L.i" + ; +connectAttr "IKXAnkle_LDistance.d" "PoleLockMainScalerIKXAnkle_L.i1x"; +connectAttr "MainScaleMultiplyDivide.oy" "PoleLockMainScalerIKXAnkle_L.i2x"; +connectAttr "PoleLeg_L.wm" "IKXAnkle_LDistance.im1"; +connectAttr "IKmessureLoc2Leg_L.wm" "IKXAnkle_LDistance.im2"; +connectAttr "IKXElbow_L_IKmessureDiv_L.ox" "PoleLockBlenderIKXElbow_L.i[0]"; +connectAttr "PoleDistanceSideReverseIKXElbow_LUnitConversion_L.o" "PoleLockBlenderIKXElbow_L.i[1]" + ; +connectAttr "PoleArmUnitConversion_L.o" "PoleLockBlenderIKXElbow_L.ab"; +connectAttr "IKmessureDivArm_L.ox" "IKXElbow_L_IKmessureDiv_L.i1x"; +connectAttr "IKXElbow_L_IKLenght_L.ox" "IKXElbow_L_IKmessureDiv_L.i2x"; +connectAttr "IKmessureBlendStretchArm_L.o" "IKmessureDivArm_L.i1x"; +connectAttr "IKSetRangeStretchArm_L.ox" "IKmessureBlendStretchArm_L.ab"; +connectAttr "IKdistanceClampArm_L.opr" "IKmessureBlendStretchArm_L.i[0]"; +connectAttr "IKmessureBlendAntiPopArm_L.o" "IKmessureBlendStretchArm_L.i[1]"; +connectAttr "IKArm_L.stretchy" "IKSetRangeStretchArm_L.vx"; +connectAttr "IKmessureBlendAntiPopArm_L.o" "IKdistanceClampArm_L.ipr"; +connectAttr "IKSetRangeAntiPopArm_L.ox" "IKmessureBlendAntiPopArm_L.ab"; +connectAttr "IKdistanceArm_LShape_normal.o" "IKmessureBlendAntiPopArm_L.i[0]"; +connectAttr "IKdistanceArm_LShape_antiPop.o" "IKmessureBlendAntiPopArm_L.i[1]"; +connectAttr "IKArm_L.antiPop" "IKSetRangeAntiPopArm_L.vx"; +connectAttr "IKdistanceArm_LShape.dist" "IKdistanceArm_LShape_normal.i"; +connectAttr "IKdistanceArm_LShape.dist" "IKdistanceArm_LShape_antiPop.i"; +connectAttr "IKArm_L.Lenght1" "IKXElbow_L_IKLenght_L.i1x"; +connectAttr "PoleLockMainScalerIKXElbow_L.ox" "PoleDistanceSideReverseIKXElbow_LUnitConversion_L.i" + ; +connectAttr "IKXElbow_LDistance.d" "PoleLockMainScalerIKXElbow_L.i1x"; +connectAttr "MainScaleMultiplyDivide.oy" "PoleLockMainScalerIKXElbow_L.i2x"; +connectAttr "PoleArm_L.wm" "IKXElbow_LDistance.im1"; +connectAttr "IKMessureFromShoulder_L.wm" "IKXElbow_LDistance.im2"; +connectAttr "PoleArm_L.lock" "PoleArmUnitConversion_L.i"; +connectAttr "IKXWrist_L_IKmessureDiv_L.ox" "PoleLockBlenderIKXWrist_L.i[0]"; +connectAttr "PoleDistanceSideReverseIKXWrist_LUnitConversion_L.o" "PoleLockBlenderIKXWrist_L.i[1]" + ; +connectAttr "PoleArmUnitConversion_L.o" "PoleLockBlenderIKXWrist_L.ab"; +connectAttr "IKmessureDivArm_L.ox" "IKXWrist_L_IKmessureDiv_L.i1x"; +connectAttr "IKXWrist_L_IKLenght_L.ox" "IKXWrist_L_IKmessureDiv_L.i2x"; +connectAttr "IKArm_L.Lenght2" "IKXWrist_L_IKLenght_L.i1x"; +connectAttr "PoleLockMainScalerIKXWrist_L.ox" "PoleDistanceSideReverseIKXWrist_LUnitConversion_L.i" + ; +connectAttr "IKXWrist_LDistance.d" "PoleLockMainScalerIKXWrist_L.i1x"; +connectAttr "MainScaleMultiplyDivide.oy" "PoleLockMainScalerIKXWrist_L.i2x"; +connectAttr "PoleArm_L.wm" "IKXWrist_LDistance.im1"; +connectAttr "IKmessureLoc2Arm_L.wm" "IKXWrist_LDistance.im2"; +connectAttr "IKSpineCurve_MShape.ws" "IKAcPociRoot_M.ic"; +connectAttr "IKSpineCurve_MShape.ws" "IKAcPociRootPart1_M.ic"; +connectAttr "IKSpineCurve_MShape.ws" "IKAcPociRootPart2_M.ic"; +connectAttr "IKSpineCurve_MShape.ws" "IKAcPociSpine1_M.ic"; +connectAttr "IKSpineCurve_MShape.ws" "IKAcPociSpine1Part1_M.ic"; +connectAttr "IKSpineCurve_MShape.ws" "IKAcPociSpine1Part2_M.ic"; +connectAttr "IKSpineCurve_MShape.ws" "IKAcPociChest_M.ic"; +connectAttr "IKLegFootRockInnerPivotClamp_R.opr" "unitConversion6.i"; +connectAttr "IKLeg_R.rock" "IKLegFootRockInnerPivotClamp_R.ipr"; +connectAttr "IKLegFootRockOuterPivotClamp_R.opr" "unitConversion7.i"; +connectAttr "IKLeg_R.rock" "IKLegFootRockOuterPivotClamp_R.ipr"; +connectAttr "IKRollHeelClampLeg_R.opr" "unitConversion8.i"; +connectAttr "IKLeg_R.roll" "IKRollHeelClampLeg_R.ipr"; +connectAttr "IKLeg_R.roll" "IKRollHeelClampLeg_R.mnr"; +connectAttr "IKRollToesEndMPDLeg_R.ox" "unitConversion10.i"; +connectAttr "IKRollToesEndSetRangeLeg_R.ox" "IKRollToesEndMPDLeg_R.i1x"; +connectAttr "IKLeg_R.roll" "IKRollToesEndMPDLeg_R.i2x"; +connectAttr "IKLeg_R.roll" "IKRollToesEndSetRangeLeg_R.vx"; +connectAttr "IKLeg_R.rollStartAngle" "IKRollToesEndSetRangeLeg_R.onx"; +connectAttr "IKLeg_R.rollEndAngle" "IKRollToesEndSetRangeLeg_R.omx"; +connectAttr "IKRollToesMPD2Leg_R.ox" "unitConversion9.i"; +connectAttr "IKRollToesMPD1Leg_R.ox" "IKRollToesMPD2Leg_R.i1x"; +connectAttr "IKLeg_R.roll" "IKRollToesMPD2Leg_R.i2x"; +connectAttr "IKRollToesPMALeg_R.o1" "IKRollToesMPD1Leg_R.i1x"; +connectAttr "IKRollToesSetRange1Leg_R.ox" "IKRollToesMPD1Leg_R.i2x"; +connectAttr "IKRollToesSetRange2Leg_R.ox" "IKRollToesPMALeg_R.i1[1]"; +connectAttr "IKLeg_R.roll" "IKRollToesSetRange2Leg_R.vx"; +connectAttr "IKLeg_R.rollStartAngle" "IKRollToesSetRange2Leg_R.onx"; +connectAttr "IKLeg_R.rollEndAngle" "IKRollToesSetRange2Leg_R.omx"; +connectAttr "IKLeg_R.roll" "IKRollToesSetRange1Leg_R.vx"; +connectAttr "IKLeg_R.rollStartAngle" "IKRollToesSetRange1Leg_R.omx"; +connectAttr "IKArm_R.follow" "IKArm_RSetRangeFollow.vx"; +connectAttr "IKArm_R.follow" "IKArm_RSetRangeFollow.vy"; +connectAttr "IKLegFootRockInnerPivotClamp_L.opr" "unitConversion12.i"; +connectAttr "IKLeg_L.rock" "IKLegFootRockInnerPivotClamp_L.ipr"; +connectAttr "IKLegFootRockOuterPivotClamp_L.opr" "unitConversion13.i"; +connectAttr "IKLeg_L.rock" "IKLegFootRockOuterPivotClamp_L.ipr"; +connectAttr "IKRollHeelClampLeg_L.opr" "unitConversion14.i"; +connectAttr "IKLeg_L.roll" "IKRollHeelClampLeg_L.ipr"; +connectAttr "IKLeg_L.roll" "IKRollHeelClampLeg_L.mnr"; +connectAttr "IKRollToesEndMPDLeg_L.ox" "unitConversion16.i"; +connectAttr "IKRollToesEndSetRangeLeg_L.ox" "IKRollToesEndMPDLeg_L.i1x"; +connectAttr "IKLeg_L.roll" "IKRollToesEndMPDLeg_L.i2x"; +connectAttr "IKLeg_L.roll" "IKRollToesEndSetRangeLeg_L.vx"; +connectAttr "IKLeg_L.rollStartAngle" "IKRollToesEndSetRangeLeg_L.onx"; +connectAttr "IKLeg_L.rollEndAngle" "IKRollToesEndSetRangeLeg_L.omx"; +connectAttr "IKRollToesMPD2Leg_L.ox" "unitConversion15.i"; +connectAttr "IKRollToesMPD1Leg_L.ox" "IKRollToesMPD2Leg_L.i1x"; +connectAttr "IKLeg_L.roll" "IKRollToesMPD2Leg_L.i2x"; +connectAttr "IKRollToesPMALeg_L.o1" "IKRollToesMPD1Leg_L.i1x"; +connectAttr "IKRollToesSetRange1Leg_L.ox" "IKRollToesMPD1Leg_L.i2x"; +connectAttr "IKRollToesSetRange2Leg_L.ox" "IKRollToesPMALeg_L.i1[1]"; +connectAttr "IKLeg_L.roll" "IKRollToesSetRange2Leg_L.vx"; +connectAttr "IKLeg_L.rollStartAngle" "IKRollToesSetRange2Leg_L.onx"; +connectAttr "IKLeg_L.rollEndAngle" "IKRollToesSetRange2Leg_L.omx"; +connectAttr "IKLeg_L.roll" "IKRollToesSetRange1Leg_L.vx"; +connectAttr "IKLeg_L.rollStartAngle" "IKRollToesSetRange1Leg_L.omx"; +connectAttr "IKArm_L.follow" "IKArm_LSetRangeFollow.vx"; +connectAttr "IKArm_L.follow" "IKArm_LSetRangeFollow.vy"; +connectAttr "PoleLeg_R.follow" "PoleLeg_RSetRangeFollow.vx"; +connectAttr "PoleLeg_R.follow" "PoleLeg_RSetRangeFollow.vy"; +connectAttr "IKLeg_R.swivel" "unitConversion5.i"; +connectAttr "PoleArm_R.follow" "PoleArm_RSetRangeFollow.vx"; +connectAttr "PoleArm_R.follow" "PoleArm_RSetRangeFollow.vy"; +connectAttr "unitConversion4.o" "IKSpineRamp_M.cel[1].ecr"; +connectAttr "TwistBalancerSpine2_M.ry" "unitConversion4.i"; +connectAttr "IKSpine3_M.flipAxis" "IKSpineFlipUpAxisSetRange_M.vx"; +connectAttr "IKSpine3_M.flipAxis" "IKSpineFlipAxisSetRange_M.vx"; +connectAttr "IKSpine3_M.flipAxis" "IKSpineFlipAxisSetRange_M.vy"; +connectAttr "IKSpine3_M.flipAxis" "IKSpineFlipAxisSetRange_M.vz"; +connectAttr "IKSpine1_M.stiff" "IKStiffSpine1SetRange_M.vx"; +connectAttr "IKSpine1_M.stiff" "IKStiffSpine1SetRange_M.vy"; +connectAttr "IKSpine3_M.stiff" "IKStiffSpine3SetRange_M.vx"; +connectAttr "IKSpine3_M.stiff" "IKStiffSpine3SetRange_M.vy"; +connectAttr "IKFollowEndSpine2_MUnitConversion.o" "IKFollowEndSpine2_MReverse.ix" + ; +connectAttr "IKSpine2_M.followEnd" "IKFollowEndSpine2_MUnitConversion.i"; +connectAttr "FKIKBlendSpineConditionUnitConversion_M.o" "FKIKBlendSpineHybridVisPMA_M.i1[0]" + ; +connectAttr "IKSpine3_M.ikHybridVis" "FKIKBlendSpineHybridVisPMA_M.i1[1]"; +connectAttr "FKIKBlendSpineCondition_M.ocr" "FKIKBlendSpineConditionUnitConversion_M.i" + ; +connectAttr "IKSpine3_M.follow" "IKSpine3_MSetRangeFollow.vx"; +connectAttr "IKSpine3_M.follow" "IKSpine3_MSetRangeFollow.vy"; +connectAttr "PoleLeg_L.follow" "PoleLeg_LSetRangeFollow.vx"; +connectAttr "PoleLeg_L.follow" "PoleLeg_LSetRangeFollow.vy"; +connectAttr "IKLeg_L.swivel" "unitConversion11.i"; +connectAttr "PoleArm_L.follow" "PoleArm_LSetRangeFollow.vx"; +connectAttr "PoleArm_L.follow" "PoleArm_LSetRangeFollow.vy"; +connectAttr "AimEye_M.follow" "AimEyeFollowUnitConversion_M.i"; +connectAttr "AimEyeFollowUnitConversion_M.o" "AimEyeFollowReverse_M.ix"; +connectAttr "RootX_M.CenterBtwFeet" "CenterBtwLegsNodeStateCondition.ft"; +connectAttr "FKIKBlendSpineUnitConversion_M.o" "FKIKBlendSpineReverse_M.ix"; +connectAttr "FKIKSpine_M.FKIKBlend" "FKIKBlendSpineUnitConversion_M.i"; +connectAttr "CenterBtwLegsUnitConversion.o" "CenterBtwLegsUnitReverse.ix"; +connectAttr "RootX_M.CenterBtwFeet" "CenterBtwLegsUnitConversion.i"; +connectAttr "FKHead_MAutoTwistMultiplyDivide.ox" "FKHead_MExtraTwistPlusMinusAverage.i1[0]" + ; +connectAttr "FKHead_M.extraTwist" "FKHead_MExtraTwistPlusMinusAverage.i1[1]"; +connectAttr "FKHead_MAutoTwistUnitConversion.o" "FKHead_MAutoTwistMultiplyDivide.i1x" + ; +connectAttr "FKHead_M360TwistDivideMultiplyDivide.ox" "FKHead_MAutoTwistMultiplyDivide.i2x" + ; +connectAttr "FKHead_M.autoTwist" "FKHead_MAutoTwistUnitConversion.i"; +connectAttr "MainTwistFlipSetRange.oy" "FKHead_M360TwistDivideMultiplyDivide.i1x" + ; +connectAttr "unitConversion1.o" "FKHead_M360TwistDivideMultiplyDivide.i2x"; +connectAttr "TwistBalancerHead_M.ry" "unitConversion1.i"; +connectAttr "FKIKBlendLegUnitConversion_R.o" "FKIKBlendLegReverse_R.ix"; +connectAttr "FKIKLeg_R.FKIKBlend" "FKIKBlendLegUnitConversion_R.i"; +connectAttr "FKKnee_RAutoTwistMultiplyDivide.ox" "FKKnee_RExtraTwistPlusMinusAverage.i1[0]" + ; +connectAttr "FKKnee_R.extraTwist" "FKKnee_RExtraTwistPlusMinusAverage.i1[1]"; +connectAttr "FKKnee_RAutoTwistUnitConversion.o" "FKKnee_RAutoTwistMultiplyDivide.i1x" + ; +connectAttr "FKKnee_R360TwistDivideMultiplyDivide.ox" "FKKnee_RAutoTwistMultiplyDivide.i2x" + ; +connectAttr "FKKnee_R.autoTwist" "FKKnee_RAutoTwistUnitConversion.i"; +connectAttr "MainTwistFlipSetRange.oy" "FKKnee_R360TwistDivideMultiplyDivide.i1x" + ; +connectAttr "unitConversion17.o" "FKKnee_R360TwistDivideMultiplyDivide.i2x"; +connectAttr "TwistBalancerKnee_R.ry" "unitConversion17.i"; +connectAttr "twistAdditionKneePart0_R.o1" "unitConversion18.i"; +connectAttr "twistAmountDivideKneePart0_R.ox" "twistAdditionKneePart0_R.i1[0]"; +connectAttr "TwistBalancerKnee_R.twist" "twistAmountDivideKneePart0_R.i1x"; +connectAttr "Hip_R.twistAmount" "twistAmountDivideKneePart0_R.i2x"; +connectAttr "twistAdditionKneePart1_R.o1" "unitConversion19.i"; +connectAttr "twistAmountDivideKneePart1_R.ox" "twistAdditionKneePart1_R.i1[0]"; +connectAttr "TwistBalancerKnee_R.twist" "twistAmountDivideKneePart1_R.i1x"; +connectAttr "HipPart1_R.twistAmount" "twistAmountDivideKneePart1_R.i2x"; +connectAttr "twistAdditionKneePart2_R.o1" "unitConversion20.i"; +connectAttr "twistAmountDivideKneePart2_R.ox" "twistAdditionKneePart2_R.i1[0]"; +connectAttr "TwistBalancerKnee_R.twist" "twistAmountDivideKneePart2_R.i1x"; +connectAttr "HipPart2_R.twistAmount" "twistAmountDivideKneePart2_R.i2x"; +connectAttr "FKHip_RAutoTwistMultiplyDivide.ox" "FKHip_RExtraTwistPlusMinusAverage.i1[0]" + ; +connectAttr "FKHip_R.extraTwist" "FKHip_RExtraTwistPlusMinusAverage.i1[1]"; +connectAttr "FKHip_RAutoTwistUnitConversion.o" "FKHip_RAutoTwistMultiplyDivide.i1x" + ; +connectAttr "FKHip_R360TwistDivideMultiplyDivide.ox" "FKHip_RAutoTwistMultiplyDivide.i2x" + ; +connectAttr "FKHip_R.autoTwist" "FKHip_RAutoTwistUnitConversion.i"; +connectAttr "MainTwistFlipSetRange.oy" "FKHip_R360TwistDivideMultiplyDivide.i1x" + ; +connectAttr "unitConversion21.o" "FKHip_R360TwistDivideMultiplyDivide.i2x"; +connectAttr "TwistBalancerHip_R.ry" "unitConversion21.i"; +connectAttr "twistAdditionHipPart0_R.o1" "unitConversion22.i"; +connectAttr "twistAmountDivideHipPart0_R.ox" "twistAdditionHipPart0_R.i1[0]"; +connectAttr "Hip_R.twistAddition" "twistAdditionHipPart0_R.i1[1]"; +connectAttr "twistAmountDivideKneePart0_R.ox" "twistAdditionHipPart0_R.i1[2]"; +connectAttr "Hip_R.twistAmount" "twistAmountDivideHipPart0_R.i2x"; +connectAttr "TwistBalancerHip_R.twist" "twistAmountDivideHipPart0_R.i1x"; +connectAttr "twistAdditionHipPart1_R.o1" "unitConversion23.i"; +connectAttr "twistAmountDivideHipPart1_R.ox" "twistAdditionHipPart1_R.i1[0]"; +connectAttr "HipPart1_R.twistAddition" "twistAdditionHipPart1_R.i1[1]"; +connectAttr "twistAmountDivideKneePart1_R.ox" "twistAdditionHipPart1_R.i1[2]"; +connectAttr "HipPart1_R.twistAmount" "twistAmountDivideHipPart1_R.i2x"; +connectAttr "TwistBalancerHip_R.twist" "twistAmountDivideHipPart1_R.i1x"; +connectAttr "twistAdditionHipPart2_R.o1" "unitConversion24.i"; +connectAttr "twistAmountDivideHipPart2_R.ox" "twistAdditionHipPart2_R.i1[0]"; +connectAttr "HipPart2_R.twistAddition" "twistAdditionHipPart2_R.i1[1]"; +connectAttr "twistAmountDivideKneePart2_R.ox" "twistAdditionHipPart2_R.i1[2]"; +connectAttr "HipPart2_R.twistAmount" "twistAmountDivideHipPart2_R.i2x"; +connectAttr "TwistBalancerHip_R.twist" "twistAmountDivideHipPart2_R.i1x"; +connectAttr "FKIKBlendArmUnitConversion_R.o" "FKIKBlendArmReverse_R.ix"; +connectAttr "FKIKArm_R.FKIKBlend" "FKIKBlendArmUnitConversion_R.i"; +connectAttr "FKWrist_RAutoTwistMultiplyDivide.ox" "FKWrist_RExtraTwistPlusMinusAverage.i1[0]" + ; +connectAttr "FKWrist_R.extraTwist" "FKWrist_RExtraTwistPlusMinusAverage.i1[1]"; +connectAttr "FKWrist_RAutoTwistUnitConversion.o" "FKWrist_RAutoTwistMultiplyDivide.i1x" + ; +connectAttr "FKWrist_R360TwistDivideMultiplyDivide.ox" "FKWrist_RAutoTwistMultiplyDivide.i2x" + ; +connectAttr "FKWrist_R.autoTwist" "FKWrist_RAutoTwistUnitConversion.i"; +connectAttr "MainTwistFlipSetRange.oy" "FKWrist_R360TwistDivideMultiplyDivide.i1x" + ; +connectAttr "unitConversion25.o" "FKWrist_R360TwistDivideMultiplyDivide.i2x"; +connectAttr "TwistBalancerWrist_R.ry" "unitConversion25.i"; +connectAttr "twistAdditionWristPart0_R.o1" "unitConversion26.i"; +connectAttr "twistAmountDivideWristPart0_R.ox" "twistAdditionWristPart0_R.i1[0]" + ; +connectAttr "TwistBalancerWrist_R.twist" "twistAmountDivideWristPart0_R.i1x"; +connectAttr "Elbow_R.twistAmount" "twistAmountDivideWristPart0_R.i2x"; +connectAttr "twistAdditionWristPart1_R.o1" "unitConversion27.i"; +connectAttr "twistAmountDivideWristPart1_R.ox" "twistAdditionWristPart1_R.i1[0]" + ; +connectAttr "TwistBalancerWrist_R.twist" "twistAmountDivideWristPart1_R.i1x"; +connectAttr "ElbowPart1_R.twistAmount" "twistAmountDivideWristPart1_R.i2x"; +connectAttr "twistAdditionWristPart2_R.o1" "unitConversion28.i"; +connectAttr "twistAmountDivideWristPart2_R.ox" "twistAdditionWristPart2_R.i1[0]" + ; +connectAttr "TwistBalancerWrist_R.twist" "twistAmountDivideWristPart2_R.i1x"; +connectAttr "ElbowPart2_R.twistAmount" "twistAmountDivideWristPart2_R.i2x"; +connectAttr "FKElbow_RAutoTwistMultiplyDivide.ox" "FKElbow_RExtraTwistPlusMinusAverage.i1[0]" + ; +connectAttr "FKElbow_R.extraTwist" "FKElbow_RExtraTwistPlusMinusAverage.i1[1]"; +connectAttr "FKElbow_RAutoTwistUnitConversion.o" "FKElbow_RAutoTwistMultiplyDivide.i1x" + ; +connectAttr "FKElbow_R360TwistDivideMultiplyDivide.ox" "FKElbow_RAutoTwistMultiplyDivide.i2x" + ; +connectAttr "FKElbow_R.autoTwist" "FKElbow_RAutoTwistUnitConversion.i"; +connectAttr "MainTwistFlipSetRange.oy" "FKElbow_R360TwistDivideMultiplyDivide.i1x" + ; +connectAttr "unitConversion29.o" "FKElbow_R360TwistDivideMultiplyDivide.i2x"; +connectAttr "TwistBalancerElbow_R.ry" "unitConversion29.i"; +connectAttr "twistAdditionElbowPart0_R.o1" "unitConversion30.i"; +connectAttr "twistAmountDivideElbowPart0_R.ox" "twistAdditionElbowPart0_R.i1[0]" + ; +connectAttr "Elbow_R.twistAddition" "twistAdditionElbowPart0_R.i1[1]"; +connectAttr "twistAmountDivideWristPart0_R.ox" "twistAdditionElbowPart0_R.i1[2]" + ; +connectAttr "Elbow_R.twistAmount" "twistAmountDivideElbowPart0_R.i2x"; +connectAttr "TwistBalancerElbow_R.twist" "twistAmountDivideElbowPart0_R.i1x"; +connectAttr "twistAdditionElbowPart1_R.o1" "unitConversion31.i"; +connectAttr "twistAmountDivideElbowPart1_R.ox" "twistAdditionElbowPart1_R.i1[0]" + ; +connectAttr "ElbowPart1_R.twistAddition" "twistAdditionElbowPart1_R.i1[1]"; +connectAttr "twistAmountDivideWristPart1_R.ox" "twistAdditionElbowPart1_R.i1[2]" + ; +connectAttr "ElbowPart1_R.twistAmount" "twistAmountDivideElbowPart1_R.i2x"; +connectAttr "TwistBalancerElbow_R.twist" "twistAmountDivideElbowPart1_R.i1x"; +connectAttr "twistAdditionElbowPart2_R.o1" "unitConversion32.i"; +connectAttr "twistAmountDivideElbowPart2_R.ox" "twistAdditionElbowPart2_R.i1[0]" + ; +connectAttr "ElbowPart2_R.twistAddition" "twistAdditionElbowPart2_R.i1[1]"; +connectAttr "twistAmountDivideWristPart2_R.ox" "twistAdditionElbowPart2_R.i1[2]" + ; +connectAttr "ElbowPart2_R.twistAmount" "twistAmountDivideElbowPart2_R.i2x"; +connectAttr "TwistBalancerElbow_R.twist" "twistAmountDivideElbowPart2_R.i1x"; +connectAttr "FKShoulder_RAutoTwistMultiplyDivide.ox" "FKShoulder_RExtraTwistPlusMinusAverage.i1[0]" + ; +connectAttr "FKShoulder_R.extraTwist" "FKShoulder_RExtraTwistPlusMinusAverage.i1[1]" + ; +connectAttr "FKShoulder_RAutoTwistUnitConversion.o" "FKShoulder_RAutoTwistMultiplyDivide.i1x" + ; +connectAttr "FKShoulder_R360TwistDivideMultiplyDivide.ox" "FKShoulder_RAutoTwistMultiplyDivide.i2x" + ; +connectAttr "FKShoulder_R.autoTwist" "FKShoulder_RAutoTwistUnitConversion.i"; +connectAttr "MainTwistFlipSetRange.oy" "FKShoulder_R360TwistDivideMultiplyDivide.i1x" + ; +connectAttr "unitConversion33.o" "FKShoulder_R360TwistDivideMultiplyDivide.i2x"; +connectAttr "TwistBalancerShoulder_R.ry" "unitConversion33.i"; +connectAttr "twistAdditionShoulderPart0_R.o1" "unitConversion34.i"; +connectAttr "twistAmountDivideShoulderPart0_R.ox" "twistAdditionShoulderPart0_R.i1[0]" + ; +connectAttr "Shoulder_R.twistAddition" "twistAdditionShoulderPart0_R.i1[1]"; +connectAttr "Shoulder_R.twistAmount" "twistAmountDivideShoulderPart0_R.i2x"; +connectAttr "TwistBalancerShoulder_R.twist" "twistAmountDivideShoulderPart0_R.i1x" + ; +connectAttr "twistAdditionShoulderPart1_R.o1" "unitConversion35.i"; +connectAttr "twistAmountDivideShoulderPart1_R.ox" "twistAdditionShoulderPart1_R.i1[0]" + ; +connectAttr "ShoulderPart1_R.twistAddition" "twistAdditionShoulderPart1_R.i1[1]" + ; +connectAttr "ShoulderPart1_R.twistAmount" "twistAmountDivideShoulderPart1_R.i2x" + ; +connectAttr "TwistBalancerShoulder_R.twist" "twistAmountDivideShoulderPart1_R.i1x" + ; +connectAttr "twistAdditionShoulderPart2_R.o1" "unitConversion36.i"; +connectAttr "twistAmountDivideShoulderPart2_R.ox" "twistAdditionShoulderPart2_R.i1[0]" + ; +connectAttr "ShoulderPart2_R.twistAddition" "twistAdditionShoulderPart2_R.i1[1]" + ; +connectAttr "ShoulderPart2_R.twistAmount" "twistAmountDivideShoulderPart2_R.i2x" + ; +connectAttr "TwistBalancerShoulder_R.twist" "twistAmountDivideShoulderPart2_R.i1x" + ; +connectAttr "FKIKBlendLegUnitConversion_L.o" "FKIKBlendLegReverse_L.ix"; +connectAttr "FKIKLeg_L.FKIKBlend" "FKIKBlendLegUnitConversion_L.i"; +connectAttr "FKKnee_LAutoTwistMultiplyDivide.ox" "FKKnee_LExtraTwistPlusMinusAverage.i1[0]" + ; +connectAttr "FKKnee_L.extraTwist" "FKKnee_LExtraTwistPlusMinusAverage.i1[1]"; +connectAttr "FKKnee_LAutoTwistUnitConversion.o" "FKKnee_LAutoTwistMultiplyDivide.i1x" + ; +connectAttr "FKKnee_L360TwistDivideMultiplyDivide.ox" "FKKnee_LAutoTwistMultiplyDivide.i2x" + ; +connectAttr "FKKnee_L.autoTwist" "FKKnee_LAutoTwistUnitConversion.i"; +connectAttr "MainTwistFlipSetRange.oy" "FKKnee_L360TwistDivideMultiplyDivide.i1x" + ; +connectAttr "unitConversion37.o" "FKKnee_L360TwistDivideMultiplyDivide.i2x"; +connectAttr "TwistBalancerKnee_L.ry" "unitConversion37.i"; +connectAttr "twistAdditionKneePart0_L.o1" "unitConversion38.i"; +connectAttr "twistAmountDivideKneePart0_L.ox" "twistAdditionKneePart0_L.i1[0]"; +connectAttr "TwistBalancerKnee_L.twist" "twistAmountDivideKneePart0_L.i1x"; +connectAttr "Hip_L.twistAmount" "twistAmountDivideKneePart0_L.i2x"; +connectAttr "twistAdditionKneePart1_L.o1" "unitConversion39.i"; +connectAttr "twistAmountDivideKneePart1_L.ox" "twistAdditionKneePart1_L.i1[0]"; +connectAttr "TwistBalancerKnee_L.twist" "twistAmountDivideKneePart1_L.i1x"; +connectAttr "HipPart1_L.twistAmount" "twistAmountDivideKneePart1_L.i2x"; +connectAttr "twistAdditionKneePart2_L.o1" "unitConversion40.i"; +connectAttr "twistAmountDivideKneePart2_L.ox" "twistAdditionKneePart2_L.i1[0]"; +connectAttr "TwistBalancerKnee_L.twist" "twistAmountDivideKneePart2_L.i1x"; +connectAttr "HipPart2_L.twistAmount" "twistAmountDivideKneePart2_L.i2x"; +connectAttr "FKHip_LAutoTwistMultiplyDivide.ox" "FKHip_LExtraTwistPlusMinusAverage.i1[0]" + ; +connectAttr "FKHip_L.extraTwist" "FKHip_LExtraTwistPlusMinusAverage.i1[1]"; +connectAttr "FKHip_LAutoTwistUnitConversion.o" "FKHip_LAutoTwistMultiplyDivide.i1x" + ; +connectAttr "FKHip_L360TwistDivideMultiplyDivide.ox" "FKHip_LAutoTwistMultiplyDivide.i2x" + ; +connectAttr "FKHip_L.autoTwist" "FKHip_LAutoTwistUnitConversion.i"; +connectAttr "MainTwistFlipSetRange.oy" "FKHip_L360TwistDivideMultiplyDivide.i1x" + ; +connectAttr "unitConversion41.o" "FKHip_L360TwistDivideMultiplyDivide.i2x"; +connectAttr "TwistBalancerHip_L.ry" "unitConversion41.i"; +connectAttr "twistAdditionHipPart0_L.o1" "unitConversion42.i"; +connectAttr "twistAmountDivideHipPart0_L.ox" "twistAdditionHipPart0_L.i1[0]"; +connectAttr "Hip_L.twistAddition" "twistAdditionHipPart0_L.i1[1]"; +connectAttr "twistAmountDivideKneePart0_L.ox" "twistAdditionHipPart0_L.i1[2]"; +connectAttr "Hip_L.twistAmount" "twistAmountDivideHipPart0_L.i2x"; +connectAttr "TwistBalancerHip_L.twist" "twistAmountDivideHipPart0_L.i1x"; +connectAttr "twistAdditionHipPart1_L.o1" "unitConversion43.i"; +connectAttr "twistAmountDivideHipPart1_L.ox" "twistAdditionHipPart1_L.i1[0]"; +connectAttr "HipPart1_L.twistAddition" "twistAdditionHipPart1_L.i1[1]"; +connectAttr "twistAmountDivideKneePart1_L.ox" "twistAdditionHipPart1_L.i1[2]"; +connectAttr "HipPart1_L.twistAmount" "twistAmountDivideHipPart1_L.i2x"; +connectAttr "TwistBalancerHip_L.twist" "twistAmountDivideHipPart1_L.i1x"; +connectAttr "twistAdditionHipPart2_L.o1" "unitConversion44.i"; +connectAttr "twistAmountDivideHipPart2_L.ox" "twistAdditionHipPart2_L.i1[0]"; +connectAttr "HipPart2_L.twistAddition" "twistAdditionHipPart2_L.i1[1]"; +connectAttr "twistAmountDivideKneePart2_L.ox" "twistAdditionHipPart2_L.i1[2]"; +connectAttr "HipPart2_L.twistAmount" "twistAmountDivideHipPart2_L.i2x"; +connectAttr "TwistBalancerHip_L.twist" "twistAmountDivideHipPart2_L.i1x"; +connectAttr "FKIKBlendArmUnitConversion_L.o" "FKIKBlendArmReverse_L.ix"; +connectAttr "FKIKArm_L.FKIKBlend" "FKIKBlendArmUnitConversion_L.i"; +connectAttr "FKWrist_LAutoTwistMultiplyDivide.ox" "FKWrist_LExtraTwistPlusMinusAverage.i1[0]" + ; +connectAttr "FKWrist_L.extraTwist" "FKWrist_LExtraTwistPlusMinusAverage.i1[1]"; +connectAttr "FKWrist_LAutoTwistUnitConversion.o" "FKWrist_LAutoTwistMultiplyDivide.i1x" + ; +connectAttr "FKWrist_L360TwistDivideMultiplyDivide.ox" "FKWrist_LAutoTwistMultiplyDivide.i2x" + ; +connectAttr "FKWrist_L.autoTwist" "FKWrist_LAutoTwistUnitConversion.i"; +connectAttr "MainTwistFlipSetRange.oy" "FKWrist_L360TwistDivideMultiplyDivide.i1x" + ; +connectAttr "unitConversion45.o" "FKWrist_L360TwistDivideMultiplyDivide.i2x"; +connectAttr "TwistBalancerWrist_L.ry" "unitConversion45.i"; +connectAttr "twistAdditionWristPart0_L.o1" "unitConversion46.i"; +connectAttr "twistAmountDivideWristPart0_L.ox" "twistAdditionWristPart0_L.i1[0]" + ; +connectAttr "TwistBalancerWrist_L.twist" "twistAmountDivideWristPart0_L.i1x"; +connectAttr "Elbow_L.twistAmount" "twistAmountDivideWristPart0_L.i2x"; +connectAttr "twistAdditionWristPart1_L.o1" "unitConversion47.i"; +connectAttr "twistAmountDivideWristPart1_L.ox" "twistAdditionWristPart1_L.i1[0]" + ; +connectAttr "TwistBalancerWrist_L.twist" "twistAmountDivideWristPart1_L.i1x"; +connectAttr "ElbowPart1_L.twistAmount" "twistAmountDivideWristPart1_L.i2x"; +connectAttr "twistAdditionWristPart2_L.o1" "unitConversion48.i"; +connectAttr "twistAmountDivideWristPart2_L.ox" "twistAdditionWristPart2_L.i1[0]" + ; +connectAttr "TwistBalancerWrist_L.twist" "twistAmountDivideWristPart2_L.i1x"; +connectAttr "ElbowPart2_L.twistAmount" "twistAmountDivideWristPart2_L.i2x"; +connectAttr "FKElbow_LAutoTwistMultiplyDivide.ox" "FKElbow_LExtraTwistPlusMinusAverage.i1[0]" + ; +connectAttr "FKElbow_L.extraTwist" "FKElbow_LExtraTwistPlusMinusAverage.i1[1]"; +connectAttr "FKElbow_LAutoTwistUnitConversion.o" "FKElbow_LAutoTwistMultiplyDivide.i1x" + ; +connectAttr "FKElbow_L360TwistDivideMultiplyDivide.ox" "FKElbow_LAutoTwistMultiplyDivide.i2x" + ; +connectAttr "FKElbow_L.autoTwist" "FKElbow_LAutoTwistUnitConversion.i"; +connectAttr "MainTwistFlipSetRange.oy" "FKElbow_L360TwistDivideMultiplyDivide.i1x" + ; +connectAttr "unitConversion49.o" "FKElbow_L360TwistDivideMultiplyDivide.i2x"; +connectAttr "TwistBalancerElbow_L.ry" "unitConversion49.i"; +connectAttr "twistAdditionElbowPart0_L.o1" "unitConversion50.i"; +connectAttr "twistAmountDivideElbowPart0_L.ox" "twistAdditionElbowPart0_L.i1[0]" + ; +connectAttr "Elbow_L.twistAddition" "twistAdditionElbowPart0_L.i1[1]"; +connectAttr "twistAmountDivideWristPart0_L.ox" "twistAdditionElbowPart0_L.i1[2]" + ; +connectAttr "Elbow_L.twistAmount" "twistAmountDivideElbowPart0_L.i2x"; +connectAttr "TwistBalancerElbow_L.twist" "twistAmountDivideElbowPart0_L.i1x"; +connectAttr "twistAdditionElbowPart1_L.o1" "unitConversion51.i"; +connectAttr "twistAmountDivideElbowPart1_L.ox" "twistAdditionElbowPart1_L.i1[0]" + ; +connectAttr "ElbowPart1_L.twistAddition" "twistAdditionElbowPart1_L.i1[1]"; +connectAttr "twistAmountDivideWristPart1_L.ox" "twistAdditionElbowPart1_L.i1[2]" + ; +connectAttr "ElbowPart1_L.twistAmount" "twistAmountDivideElbowPart1_L.i2x"; +connectAttr "TwistBalancerElbow_L.twist" "twistAmountDivideElbowPart1_L.i1x"; +connectAttr "twistAdditionElbowPart2_L.o1" "unitConversion52.i"; +connectAttr "twistAmountDivideElbowPart2_L.ox" "twistAdditionElbowPart2_L.i1[0]" + ; +connectAttr "ElbowPart2_L.twistAddition" "twistAdditionElbowPart2_L.i1[1]"; +connectAttr "twistAmountDivideWristPart2_L.ox" "twistAdditionElbowPart2_L.i1[2]" + ; +connectAttr "ElbowPart2_L.twistAmount" "twistAmountDivideElbowPart2_L.i2x"; +connectAttr "TwistBalancerElbow_L.twist" "twistAmountDivideElbowPart2_L.i1x"; +connectAttr "FKShoulder_LAutoTwistMultiplyDivide.ox" "FKShoulder_LExtraTwistPlusMinusAverage.i1[0]" + ; +connectAttr "FKShoulder_L.extraTwist" "FKShoulder_LExtraTwistPlusMinusAverage.i1[1]" + ; +connectAttr "FKShoulder_LAutoTwistUnitConversion.o" "FKShoulder_LAutoTwistMultiplyDivide.i1x" + ; +connectAttr "FKShoulder_L360TwistDivideMultiplyDivide.ox" "FKShoulder_LAutoTwistMultiplyDivide.i2x" + ; +connectAttr "FKShoulder_L.autoTwist" "FKShoulder_LAutoTwistUnitConversion.i"; +connectAttr "MainTwistFlipSetRange.oy" "FKShoulder_L360TwistDivideMultiplyDivide.i1x" + ; +connectAttr "unitConversion53.o" "FKShoulder_L360TwistDivideMultiplyDivide.i2x"; +connectAttr "TwistBalancerShoulder_L.ry" "unitConversion53.i"; +connectAttr "twistAdditionShoulderPart0_L.o1" "unitConversion54.i"; +connectAttr "twistAmountDivideShoulderPart0_L.ox" "twistAdditionShoulderPart0_L.i1[0]" + ; +connectAttr "Shoulder_L.twistAddition" "twistAdditionShoulderPart0_L.i1[1]"; +connectAttr "Shoulder_L.twistAmount" "twistAmountDivideShoulderPart0_L.i2x"; +connectAttr "TwistBalancerShoulder_L.twist" "twistAmountDivideShoulderPart0_L.i1x" + ; +connectAttr "twistAdditionShoulderPart1_L.o1" "unitConversion55.i"; +connectAttr "twistAmountDivideShoulderPart1_L.ox" "twistAdditionShoulderPart1_L.i1[0]" + ; +connectAttr "ShoulderPart1_L.twistAddition" "twistAdditionShoulderPart1_L.i1[1]" + ; +connectAttr "ShoulderPart1_L.twistAmount" "twistAmountDivideShoulderPart1_L.i2x" + ; +connectAttr "TwistBalancerShoulder_L.twist" "twistAmountDivideShoulderPart1_L.i1x" + ; +connectAttr "twistAdditionShoulderPart2_L.o1" "unitConversion56.i"; +connectAttr "twistAmountDivideShoulderPart2_L.ox" "twistAdditionShoulderPart2_L.i1[0]" + ; +connectAttr "ShoulderPart2_L.twistAddition" "twistAdditionShoulderPart2_L.i1[1]" + ; +connectAttr "ShoulderPart2_L.twistAmount" "twistAmountDivideShoulderPart2_L.i2x" + ; +connectAttr "TwistBalancerShoulder_L.twist" "twistAmountDivideShoulderPart2_L.i1x" + ; +connectAttr "InbetweenUnTwistDividerNeck2_M.ox" "unitConversion3.i"; +connectAttr "TwistBalancerHead_M.twist" "InbetweenUnTwistDividerNeck2_M.i1x"; +connectAttr "InbetweenUnTwistDividerNeck1_M.ox" "unitConversion2.i"; +connectAttr "TwistBalancerHead_M.twist" "InbetweenUnTwistDividerNeck1_M.i1x"; +connectAttr "FKRoot_M.sx" "ScaleBlendRoot_M.c2r"; +connectAttr "FKRoot_M.sy" "ScaleBlendRoot_M.c2g"; +connectAttr "FKRoot_M.sz" "ScaleBlendRoot_M.c2b"; +connectAttr "FKIKBlendSpineUnitConversion_M.o" "ScaleBlendRoot_M.b"; +connectAttr "IKScaleRootMultiplyDivide_M.ox" "ScaleBlendRoot_M.c1r"; +connectAttr "IKScaleRootMultiplyDivide_M.oy" "ScaleBlendRoot_M.c1g"; +connectAttr "IKScaleRootMultiplyDivide_M.oz" "ScaleBlendRoot_M.c1b"; +connectAttr "IKScalerRoot_M.s" "IKScaleRootMultiplyDivide_M.i1"; +connectAttr "FKHip_R.sx" "ScaleBlendHip_R.c2r"; +connectAttr "FKHip_R.sy" "ScaleBlendHip_R.c2g"; +connectAttr "FKHip_R.sz" "ScaleBlendHip_R.c2b"; +connectAttr "FKIKBlendLegUnitConversion_R.o" "ScaleBlendHip_R.b"; +connectAttr "volumeBlendLegBlendTwo_R.o" "ScaleBlendHip_R.c1r"; +connectAttr "fatnessIKXHip_R.o1" "ScaleBlendHip_R.c1g"; +connectAttr "fatnessIKXHip_R.o1" "ScaleBlendHip_R.c1b"; +connectAttr "multWithStretchyLeg_R.ox" "volumeBlendLegBlendTwo_R.ab"; +connectAttr "volumepowLeg_R.ox" "volumeBlendLegBlendTwo_R.i[1]"; +connectAttr "volumeLegUnitConversion_R.o" "multWithStretchyLeg_R.i1x"; +connectAttr "IKLeg_R.volume" "volumeLegUnitConversion_R.i"; +connectAttr "volume1OverLeg_R.ox" "volumepowLeg_R.i1x"; +connectAttr "IKmessureDivLeg_R.ox" "volume1OverLeg_R.i2x"; +connectAttr "IKLeg_R.Fatness1" "fatnessIKXHip_R.i1[0]"; +connectAttr "volumeBlendLegBlendTwo_R.o" "fatnessIKXHip_R.i1[1]"; +connectAttr "FKKnee_R.sx" "ScaleBlendKnee_R.c2r"; +connectAttr "FKKnee_R.sy" "ScaleBlendKnee_R.c2g"; +connectAttr "FKKnee_R.sz" "ScaleBlendKnee_R.c2b"; +connectAttr "FKIKBlendLegUnitConversion_R.o" "ScaleBlendKnee_R.b"; +connectAttr "volumeBlendLegBlendTwo_R.o" "ScaleBlendKnee_R.c1r"; +connectAttr "fatnessIKXKnee_R.o1" "ScaleBlendKnee_R.c1g"; +connectAttr "fatnessIKXKnee_R.o1" "ScaleBlendKnee_R.c1b"; +connectAttr "IKLeg_R.Fatness2" "fatnessIKXKnee_R.i1[0]"; +connectAttr "volumeBlendLegBlendTwo_R.o" "fatnessIKXKnee_R.i1[1]"; +connectAttr "FKAnkle_R.sx" "ScaleBlendAnkle_R.c2r"; +connectAttr "FKAnkle_R.sy" "ScaleBlendAnkle_R.c2g"; +connectAttr "FKAnkle_R.sz" "ScaleBlendAnkle_R.c2b"; +connectAttr "FKIKBlendLegUnitConversion_R.o" "ScaleBlendAnkle_R.b"; +connectAttr "IKLeg_R.sy" "ScaleBlendAnkle_R.c1r"; +connectAttr "IKLeg_R.sz" "ScaleBlendAnkle_R.c1g"; +connectAttr "IKLeg_R.sx" "ScaleBlendAnkle_R.c1b"; +connectAttr "FKToes_R.sx" "ScaleBlendToes_R.c2r"; +connectAttr "FKToes_R.sy" "ScaleBlendToes_R.c2g"; +connectAttr "FKToes_R.sz" "ScaleBlendToes_R.c2b"; +connectAttr "FKIKBlendLegUnitConversion_R.o" "ScaleBlendToes_R.b"; +connectAttr "FKIKBlendLegUnitConversion_R.o" "ScaleBlendToesEnd_R.b"; +connectAttr "FKRootPart1_M.sx" "ScaleBlendRootPart1_M.c2r"; +connectAttr "FKRootPart1_M.sy" "ScaleBlendRootPart1_M.c2g"; +connectAttr "FKRootPart1_M.sz" "ScaleBlendRootPart1_M.c2b"; +connectAttr "FKIKBlendSpineUnitConversion_M.o" "ScaleBlendRootPart1_M.b"; +connectAttr "IKScaleRootPart1MultiplyDivide_M.ox" "ScaleBlendRootPart1_M.c1r"; +connectAttr "IKScaleRootPart1MultiplyDivide_M.oy" "ScaleBlendRootPart1_M.c1g"; +connectAttr "IKScaleRootPart1MultiplyDivide_M.oz" "ScaleBlendRootPart1_M.c1b"; +connectAttr "IKScalerRootPart1_M.s" "IKScaleRootPart1MultiplyDivide_M.i1"; +connectAttr "IKSquashDistributNormalizerBRootPart1_M.o1" "IKScaleRootPart1MultiplyDivide_M.i2x" + ; +connectAttr "IKSquashDistributNormalizerBRootPart1_M.o1" "IKScaleRootPart1MultiplyDivide_M.i2y" + ; +connectAttr "IKSquashDistributNormalizerBRootPart1_M.o1" "IKScaleRootPart1MultiplyDivide_M.i2z" + ; +connectAttr "IKSquashDistributerRootPart1_M.ox" "IKSquashDistributNormalizerBRootPart1_M.i1[0]" + ; +connectAttr "IKSquashDistributNormalizerARootPart1_M.o1" "IKSquashDistributerRootPart1_M.i1x" + ; +connectAttr "IKScalerRootPart1_M.scalerWeight" "IKSquashDistributerRootPart1_M.i2x" + ; +connectAttr "volumeBlendSpineBlendTwo_M.o" "IKSquashDistributNormalizerARootPart1_M.i1[0]" + ; +connectAttr "multWithStretchySpine_M.ox" "volumeBlendSpineBlendTwo_M.ab"; +connectAttr "volumepowSpine_M.ox" "volumeBlendSpineBlendTwo_M.i[1]"; +connectAttr "volumeSpineUnitConversion_M.o" "multWithStretchySpine_M.i1x"; +connectAttr "stretchySpineUnitConversion_M.o" "multWithStretchySpine_M.i2x"; +connectAttr "IKSpine3_M.volume" "volumeSpineUnitConversion_M.i"; +connectAttr "volume1OverSpine_M.ox" "volumepowSpine_M.i1x"; +connectAttr "IKCurveInfoAllMultiplySpine_M.ox" "volume1OverSpine_M.i2x"; +connectAttr "FKRootPart2_M.sx" "ScaleBlendRootPart2_M.c2r"; +connectAttr "FKRootPart2_M.sy" "ScaleBlendRootPart2_M.c2g"; +connectAttr "FKRootPart2_M.sz" "ScaleBlendRootPart2_M.c2b"; +connectAttr "FKIKBlendSpineUnitConversion_M.o" "ScaleBlendRootPart2_M.b"; +connectAttr "IKScaleRootPart2MultiplyDivide_M.ox" "ScaleBlendRootPart2_M.c1r"; +connectAttr "IKScaleRootPart2MultiplyDivide_M.oy" "ScaleBlendRootPart2_M.c1g"; +connectAttr "IKScaleRootPart2MultiplyDivide_M.oz" "ScaleBlendRootPart2_M.c1b"; +connectAttr "IKScalerRootPart2_M.s" "IKScaleRootPart2MultiplyDivide_M.i1"; +connectAttr "IKSquashDistributNormalizerBRootPart2_M.o1" "IKScaleRootPart2MultiplyDivide_M.i2x" + ; +connectAttr "IKSquashDistributNormalizerBRootPart2_M.o1" "IKScaleRootPart2MultiplyDivide_M.i2y" + ; +connectAttr "IKSquashDistributNormalizerBRootPart2_M.o1" "IKScaleRootPart2MultiplyDivide_M.i2z" + ; +connectAttr "IKSquashDistributerRootPart2_M.ox" "IKSquashDistributNormalizerBRootPart2_M.i1[0]" + ; +connectAttr "IKSquashDistributNormalizerARootPart2_M.o1" "IKSquashDistributerRootPart2_M.i1x" + ; +connectAttr "IKScalerRootPart2_M.scalerWeight" "IKSquashDistributerRootPart2_M.i2x" + ; +connectAttr "volumeBlendSpineBlendTwo_M.o" "IKSquashDistributNormalizerARootPart2_M.i1[0]" + ; +connectAttr "FKSpine1_M.sx" "ScaleBlendSpine1_M.c2r"; +connectAttr "FKSpine1_M.sy" "ScaleBlendSpine1_M.c2g"; +connectAttr "FKSpine1_M.sz" "ScaleBlendSpine1_M.c2b"; +connectAttr "FKIKBlendSpineUnitConversion_M.o" "ScaleBlendSpine1_M.b"; +connectAttr "IKScaleSpine1MultiplyDivide_M.ox" "ScaleBlendSpine1_M.c1r"; +connectAttr "IKScaleSpine1MultiplyDivide_M.oy" "ScaleBlendSpine1_M.c1g"; +connectAttr "IKScaleSpine1MultiplyDivide_M.oz" "ScaleBlendSpine1_M.c1b"; +connectAttr "IKScalerSpine1_M.s" "IKScaleSpine1MultiplyDivide_M.i1"; +connectAttr "IKSquashDistributNormalizerBSpine1_M.o1" "IKScaleSpine1MultiplyDivide_M.i2x" + ; +connectAttr "IKSquashDistributNormalizerBSpine1_M.o1" "IKScaleSpine1MultiplyDivide_M.i2y" + ; +connectAttr "IKSquashDistributNormalizerBSpine1_M.o1" "IKScaleSpine1MultiplyDivide_M.i2z" + ; +connectAttr "IKSquashDistributerSpine1_M.ox" "IKSquashDistributNormalizerBSpine1_M.i1[0]" + ; +connectAttr "IKSquashDistributNormalizerASpine1_M.o1" "IKSquashDistributerSpine1_M.i1x" + ; +connectAttr "IKScalerSpine1_M.scalerWeight" "IKSquashDistributerSpine1_M.i2x"; +connectAttr "volumeBlendSpineBlendTwo_M.o" "IKSquashDistributNormalizerASpine1_M.i1[0]" + ; +connectAttr "FKSpine1Part1_M.sx" "ScaleBlendSpine1Part1_M.c2r"; +connectAttr "FKSpine1Part1_M.sy" "ScaleBlendSpine1Part1_M.c2g"; +connectAttr "FKSpine1Part1_M.sz" "ScaleBlendSpine1Part1_M.c2b"; +connectAttr "FKIKBlendSpineUnitConversion_M.o" "ScaleBlendSpine1Part1_M.b"; +connectAttr "IKScaleSpine1Part1MultiplyDivide_M.ox" "ScaleBlendSpine1Part1_M.c1r" + ; +connectAttr "IKScaleSpine1Part1MultiplyDivide_M.oy" "ScaleBlendSpine1Part1_M.c1g" + ; +connectAttr "IKScaleSpine1Part1MultiplyDivide_M.oz" "ScaleBlendSpine1Part1_M.c1b" + ; +connectAttr "IKScalerSpine1Part1_M.s" "IKScaleSpine1Part1MultiplyDivide_M.i1"; +connectAttr "IKSquashDistributNormalizerBSpine1Part1_M.o1" "IKScaleSpine1Part1MultiplyDivide_M.i2x" + ; +connectAttr "IKSquashDistributNormalizerBSpine1Part1_M.o1" "IKScaleSpine1Part1MultiplyDivide_M.i2y" + ; +connectAttr "IKSquashDistributNormalizerBSpine1Part1_M.o1" "IKScaleSpine1Part1MultiplyDivide_M.i2z" + ; +connectAttr "IKSquashDistributerSpine1Part1_M.ox" "IKSquashDistributNormalizerBSpine1Part1_M.i1[0]" + ; +connectAttr "IKSquashDistributNormalizerASpine1Part1_M.o1" "IKSquashDistributerSpine1Part1_M.i1x" + ; +connectAttr "IKScalerSpine1Part1_M.scalerWeight" "IKSquashDistributerSpine1Part1_M.i2x" + ; +connectAttr "volumeBlendSpineBlendTwo_M.o" "IKSquashDistributNormalizerASpine1Part1_M.i1[0]" + ; +connectAttr "FKSpine1Part2_M.sx" "ScaleBlendSpine1Part2_M.c2r"; +connectAttr "FKSpine1Part2_M.sy" "ScaleBlendSpine1Part2_M.c2g"; +connectAttr "FKSpine1Part2_M.sz" "ScaleBlendSpine1Part2_M.c2b"; +connectAttr "FKIKBlendSpineUnitConversion_M.o" "ScaleBlendSpine1Part2_M.b"; +connectAttr "IKScaleSpine1Part2MultiplyDivide_M.ox" "ScaleBlendSpine1Part2_M.c1r" + ; +connectAttr "IKScaleSpine1Part2MultiplyDivide_M.oy" "ScaleBlendSpine1Part2_M.c1g" + ; +connectAttr "IKScaleSpine1Part2MultiplyDivide_M.oz" "ScaleBlendSpine1Part2_M.c1b" + ; +connectAttr "IKScalerSpine1Part2_M.s" "IKScaleSpine1Part2MultiplyDivide_M.i1"; +connectAttr "IKSquashDistributNormalizerBSpine1Part2_M.o1" "IKScaleSpine1Part2MultiplyDivide_M.i2x" + ; +connectAttr "IKSquashDistributNormalizerBSpine1Part2_M.o1" "IKScaleSpine1Part2MultiplyDivide_M.i2y" + ; +connectAttr "IKSquashDistributNormalizerBSpine1Part2_M.o1" "IKScaleSpine1Part2MultiplyDivide_M.i2z" + ; +connectAttr "IKSquashDistributerSpine1Part2_M.ox" "IKSquashDistributNormalizerBSpine1Part2_M.i1[0]" + ; +connectAttr "IKSquashDistributNormalizerASpine1Part2_M.o1" "IKSquashDistributerSpine1Part2_M.i1x" + ; +connectAttr "IKScalerSpine1Part2_M.scalerWeight" "IKSquashDistributerSpine1Part2_M.i2x" + ; +connectAttr "volumeBlendSpineBlendTwo_M.o" "IKSquashDistributNormalizerASpine1Part2_M.i1[0]" + ; +connectAttr "FKChest_M.sx" "ScaleBlendChest_M.c2r"; +connectAttr "FKChest_M.sy" "ScaleBlendChest_M.c2g"; +connectAttr "FKChest_M.sz" "ScaleBlendChest_M.c2b"; +connectAttr "FKIKBlendSpineUnitConversion_M.o" "ScaleBlendChest_M.b"; +connectAttr "IKScaleChestMultiplyDivide_M.ox" "ScaleBlendChest_M.c1r"; +connectAttr "IKScaleChestMultiplyDivide_M.oy" "ScaleBlendChest_M.c1g"; +connectAttr "IKScaleChestMultiplyDivide_M.oz" "ScaleBlendChest_M.c1b"; +connectAttr "IKScalerChest_M.s" "IKScaleChestMultiplyDivide_M.i1"; +connectAttr "FKShoulder_R.sx" "ScaleBlendShoulder_R.c2r"; +connectAttr "FKShoulder_R.sy" "ScaleBlendShoulder_R.c2g"; +connectAttr "FKShoulder_R.sz" "ScaleBlendShoulder_R.c2b"; +connectAttr "FKIKBlendArmUnitConversion_R.o" "ScaleBlendShoulder_R.b"; +connectAttr "volumeBlendArmBlendTwo_R.o" "ScaleBlendShoulder_R.c1r"; +connectAttr "fatnessIKXShoulder_R.o1" "ScaleBlendShoulder_R.c1g"; +connectAttr "fatnessIKXShoulder_R.o1" "ScaleBlendShoulder_R.c1b"; +connectAttr "multWithStretchyArm_R.ox" "volumeBlendArmBlendTwo_R.ab"; +connectAttr "volumepowArm_R.ox" "volumeBlendArmBlendTwo_R.i[1]"; +connectAttr "volumeArmUnitConversion_R.o" "multWithStretchyArm_R.i1x"; +connectAttr "IKArm_R.volume" "volumeArmUnitConversion_R.i"; +connectAttr "volume1OverArm_R.ox" "volumepowArm_R.i1x"; +connectAttr "IKmessureDivArm_R.ox" "volume1OverArm_R.i2x"; +connectAttr "IKArm_R.Fatness1" "fatnessIKXShoulder_R.i1[0]"; +connectAttr "volumeBlendArmBlendTwo_R.o" "fatnessIKXShoulder_R.i1[1]"; +connectAttr "FKElbow_R.sx" "ScaleBlendElbow_R.c2r"; +connectAttr "FKElbow_R.sy" "ScaleBlendElbow_R.c2g"; +connectAttr "FKElbow_R.sz" "ScaleBlendElbow_R.c2b"; +connectAttr "FKIKBlendArmUnitConversion_R.o" "ScaleBlendElbow_R.b"; +connectAttr "volumeBlendArmBlendTwo_R.o" "ScaleBlendElbow_R.c1r"; +connectAttr "fatnessIKXElbow_R.o1" "ScaleBlendElbow_R.c1g"; +connectAttr "fatnessIKXElbow_R.o1" "ScaleBlendElbow_R.c1b"; +connectAttr "IKArm_R.Fatness2" "fatnessIKXElbow_R.i1[0]"; +connectAttr "volumeBlendArmBlendTwo_R.o" "fatnessIKXElbow_R.i1[1]"; +connectAttr "FKWrist_R.sx" "ScaleBlendWrist_R.c2r"; +connectAttr "FKWrist_R.sy" "ScaleBlendWrist_R.c2g"; +connectAttr "FKWrist_R.sz" "ScaleBlendWrist_R.c2b"; +connectAttr "FKIKBlendArmUnitConversion_R.o" "ScaleBlendWrist_R.b"; +connectAttr "IKArm_R.sx" "ScaleBlendWrist_R.c1r"; +connectAttr "IKArm_R.sz" "ScaleBlendWrist_R.c1g"; +connectAttr "IKArm_R.sy" "ScaleBlendWrist_R.c1b"; +connectAttr "FKMiddleFinger1_R.sx" "SDKFKMiddleFinger1_RScaleMPD.i1x"; +connectAttr "FKMiddleFinger1_R.sy" "SDKFKMiddleFinger1_RScaleMPD.i1y"; +connectAttr "FKMiddleFinger1_R.sz" "SDKFKMiddleFinger1_RScaleMPD.i1z"; +connectAttr "SDKFKMiddleFinger1_R.sx" "SDKFKMiddleFinger1_RScaleMPD.i2x"; +connectAttr "SDKFKMiddleFinger1_R.sy" "SDKFKMiddleFinger1_RScaleMPD.i2y"; +connectAttr "SDKFKMiddleFinger1_R.sz" "SDKFKMiddleFinger1_RScaleMPD.i2z"; +connectAttr "FKMiddleFinger2_R.sx" "SDKFKMiddleFinger2_RScaleMPD.i1x"; +connectAttr "FKMiddleFinger2_R.sy" "SDKFKMiddleFinger2_RScaleMPD.i1y"; +connectAttr "FKMiddleFinger2_R.sz" "SDKFKMiddleFinger2_RScaleMPD.i1z"; +connectAttr "SDKFKMiddleFinger2_R.sx" "SDKFKMiddleFinger2_RScaleMPD.i2x"; +connectAttr "SDKFKMiddleFinger2_R.sy" "SDKFKMiddleFinger2_RScaleMPD.i2y"; +connectAttr "SDKFKMiddleFinger2_R.sz" "SDKFKMiddleFinger2_RScaleMPD.i2z"; +connectAttr "FKMiddleFinger3_R.sx" "SDKFKMiddleFinger3_RScaleMPD.i1x"; +connectAttr "FKMiddleFinger3_R.sy" "SDKFKMiddleFinger3_RScaleMPD.i1y"; +connectAttr "FKMiddleFinger3_R.sz" "SDKFKMiddleFinger3_RScaleMPD.i1z"; +connectAttr "SDKFKMiddleFinger3_R.sx" "SDKFKMiddleFinger3_RScaleMPD.i2x"; +connectAttr "SDKFKMiddleFinger3_R.sy" "SDKFKMiddleFinger3_RScaleMPD.i2y"; +connectAttr "SDKFKMiddleFinger3_R.sz" "SDKFKMiddleFinger3_RScaleMPD.i2z"; +connectAttr "FKThumbFinger2_R.sx" "SDKFKThumbFinger2_RScaleMPD.i1x"; +connectAttr "FKThumbFinger2_R.sy" "SDKFKThumbFinger2_RScaleMPD.i1y"; +connectAttr "FKThumbFinger2_R.sz" "SDKFKThumbFinger2_RScaleMPD.i1z"; +connectAttr "SDKFKThumbFinger2_R.sx" "SDKFKThumbFinger2_RScaleMPD.i2x"; +connectAttr "SDKFKThumbFinger2_R.sy" "SDKFKThumbFinger2_RScaleMPD.i2y"; +connectAttr "SDKFKThumbFinger2_R.sz" "SDKFKThumbFinger2_RScaleMPD.i2z"; +connectAttr "FKThumbFinger3_R.sx" "SDKFKThumbFinger3_RScaleMPD.i1x"; +connectAttr "FKThumbFinger3_R.sy" "SDKFKThumbFinger3_RScaleMPD.i1y"; +connectAttr "FKThumbFinger3_R.sz" "SDKFKThumbFinger3_RScaleMPD.i1z"; +connectAttr "SDKFKThumbFinger3_R.sx" "SDKFKThumbFinger3_RScaleMPD.i2x"; +connectAttr "SDKFKThumbFinger3_R.sy" "SDKFKThumbFinger3_RScaleMPD.i2y"; +connectAttr "SDKFKThumbFinger3_R.sz" "SDKFKThumbFinger3_RScaleMPD.i2z"; +connectAttr "FKIndexFinger1_R.sx" "SDKFKIndexFinger1_RScaleMPD.i1x"; +connectAttr "FKIndexFinger1_R.sy" "SDKFKIndexFinger1_RScaleMPD.i1y"; +connectAttr "FKIndexFinger1_R.sz" "SDKFKIndexFinger1_RScaleMPD.i1z"; +connectAttr "SDKFKIndexFinger1_R.sx" "SDKFKIndexFinger1_RScaleMPD.i2x"; +connectAttr "SDKFKIndexFinger1_R.sy" "SDKFKIndexFinger1_RScaleMPD.i2y"; +connectAttr "SDKFKIndexFinger1_R.sz" "SDKFKIndexFinger1_RScaleMPD.i2z"; +connectAttr "FKIndexFinger2_R.sx" "SDKFKIndexFinger2_RScaleMPD.i1x"; +connectAttr "FKIndexFinger2_R.sy" "SDKFKIndexFinger2_RScaleMPD.i1y"; +connectAttr "FKIndexFinger2_R.sz" "SDKFKIndexFinger2_RScaleMPD.i1z"; +connectAttr "SDKFKIndexFinger2_R.sx" "SDKFKIndexFinger2_RScaleMPD.i2x"; +connectAttr "SDKFKIndexFinger2_R.sy" "SDKFKIndexFinger2_RScaleMPD.i2y"; +connectAttr "SDKFKIndexFinger2_R.sz" "SDKFKIndexFinger2_RScaleMPD.i2z"; +connectAttr "FKIndexFinger3_R.sx" "SDKFKIndexFinger3_RScaleMPD.i1x"; +connectAttr "FKIndexFinger3_R.sy" "SDKFKIndexFinger3_RScaleMPD.i1y"; +connectAttr "FKIndexFinger3_R.sz" "SDKFKIndexFinger3_RScaleMPD.i1z"; +connectAttr "SDKFKIndexFinger3_R.sx" "SDKFKIndexFinger3_RScaleMPD.i2x"; +connectAttr "SDKFKIndexFinger3_R.sy" "SDKFKIndexFinger3_RScaleMPD.i2y"; +connectAttr "SDKFKIndexFinger3_R.sz" "SDKFKIndexFinger3_RScaleMPD.i2z"; +connectAttr "FKCup_R.sx" "SDKFKCup_RScaleMPD.i1x"; +connectAttr "FKCup_R.sy" "SDKFKCup_RScaleMPD.i1y"; +connectAttr "FKCup_R.sz" "SDKFKCup_RScaleMPD.i1z"; +connectAttr "SDKFKCup_R.sx" "SDKFKCup_RScaleMPD.i2x"; +connectAttr "SDKFKCup_R.sy" "SDKFKCup_RScaleMPD.i2y"; +connectAttr "SDKFKCup_R.sz" "SDKFKCup_RScaleMPD.i2z"; +connectAttr "FKPinkyFinger1_R.sx" "SDKFKPinkyFinger1_RScaleMPD.i1x"; +connectAttr "FKPinkyFinger1_R.sy" "SDKFKPinkyFinger1_RScaleMPD.i1y"; +connectAttr "FKPinkyFinger1_R.sz" "SDKFKPinkyFinger1_RScaleMPD.i1z"; +connectAttr "SDKFKPinkyFinger1_R.sx" "SDKFKPinkyFinger1_RScaleMPD.i2x"; +connectAttr "SDKFKPinkyFinger1_R.sy" "SDKFKPinkyFinger1_RScaleMPD.i2y"; +connectAttr "SDKFKPinkyFinger1_R.sz" "SDKFKPinkyFinger1_RScaleMPD.i2z"; +connectAttr "FKPinkyFinger2_R.sx" "SDKFKPinkyFinger2_RScaleMPD.i1x"; +connectAttr "FKPinkyFinger2_R.sy" "SDKFKPinkyFinger2_RScaleMPD.i1y"; +connectAttr "FKPinkyFinger2_R.sz" "SDKFKPinkyFinger2_RScaleMPD.i1z"; +connectAttr "SDKFKPinkyFinger2_R.sx" "SDKFKPinkyFinger2_RScaleMPD.i2x"; +connectAttr "SDKFKPinkyFinger2_R.sy" "SDKFKPinkyFinger2_RScaleMPD.i2y"; +connectAttr "SDKFKPinkyFinger2_R.sz" "SDKFKPinkyFinger2_RScaleMPD.i2z"; +connectAttr "FKPinkyFinger3_R.sx" "SDKFKPinkyFinger3_RScaleMPD.i1x"; +connectAttr "FKPinkyFinger3_R.sy" "SDKFKPinkyFinger3_RScaleMPD.i1y"; +connectAttr "FKPinkyFinger3_R.sz" "SDKFKPinkyFinger3_RScaleMPD.i1z"; +connectAttr "SDKFKPinkyFinger3_R.sx" "SDKFKPinkyFinger3_RScaleMPD.i2x"; +connectAttr "SDKFKPinkyFinger3_R.sy" "SDKFKPinkyFinger3_RScaleMPD.i2y"; +connectAttr "SDKFKPinkyFinger3_R.sz" "SDKFKPinkyFinger3_RScaleMPD.i2z"; +connectAttr "FKRingFinger1_R.sx" "SDKFKRingFinger1_RScaleMPD.i1x"; +connectAttr "FKRingFinger1_R.sy" "SDKFKRingFinger1_RScaleMPD.i1y"; +connectAttr "FKRingFinger1_R.sz" "SDKFKRingFinger1_RScaleMPD.i1z"; +connectAttr "SDKFKRingFinger1_R.sx" "SDKFKRingFinger1_RScaleMPD.i2x"; +connectAttr "SDKFKRingFinger1_R.sy" "SDKFKRingFinger1_RScaleMPD.i2y"; +connectAttr "SDKFKRingFinger1_R.sz" "SDKFKRingFinger1_RScaleMPD.i2z"; +connectAttr "FKRingFinger2_R.sx" "SDKFKRingFinger2_RScaleMPD.i1x"; +connectAttr "FKRingFinger2_R.sy" "SDKFKRingFinger2_RScaleMPD.i1y"; +connectAttr "FKRingFinger2_R.sz" "SDKFKRingFinger2_RScaleMPD.i1z"; +connectAttr "SDKFKRingFinger2_R.sx" "SDKFKRingFinger2_RScaleMPD.i2x"; +connectAttr "SDKFKRingFinger2_R.sy" "SDKFKRingFinger2_RScaleMPD.i2y"; +connectAttr "SDKFKRingFinger2_R.sz" "SDKFKRingFinger2_RScaleMPD.i2z"; +connectAttr "FKRingFinger3_R.sx" "SDKFKRingFinger3_RScaleMPD.i1x"; +connectAttr "FKRingFinger3_R.sy" "SDKFKRingFinger3_RScaleMPD.i1y"; +connectAttr "FKRingFinger3_R.sz" "SDKFKRingFinger3_RScaleMPD.i1z"; +connectAttr "SDKFKRingFinger3_R.sx" "SDKFKRingFinger3_RScaleMPD.i2x"; +connectAttr "SDKFKRingFinger3_R.sy" "SDKFKRingFinger3_RScaleMPD.i2y"; +connectAttr "SDKFKRingFinger3_R.sz" "SDKFKRingFinger3_RScaleMPD.i2z"; +connectAttr "FKShoulder_L.sx" "ScaleBlendShoulder_L.c2r"; +connectAttr "FKShoulder_L.sy" "ScaleBlendShoulder_L.c2g"; +connectAttr "FKShoulder_L.sz" "ScaleBlendShoulder_L.c2b"; +connectAttr "FKIKBlendArmUnitConversion_L.o" "ScaleBlendShoulder_L.b"; +connectAttr "volumeBlendArmBlendTwo_L.o" "ScaleBlendShoulder_L.c1r"; +connectAttr "fatnessIKXShoulder_L.o1" "ScaleBlendShoulder_L.c1g"; +connectAttr "fatnessIKXShoulder_L.o1" "ScaleBlendShoulder_L.c1b"; +connectAttr "multWithStretchyArm_L.ox" "volumeBlendArmBlendTwo_L.ab"; +connectAttr "volumepowArm_L.ox" "volumeBlendArmBlendTwo_L.i[1]"; +connectAttr "volumeArmUnitConversion_L.o" "multWithStretchyArm_L.i1x"; +connectAttr "IKArm_L.volume" "volumeArmUnitConversion_L.i"; +connectAttr "volume1OverArm_L.ox" "volumepowArm_L.i1x"; +connectAttr "IKmessureDivArm_L.ox" "volume1OverArm_L.i2x"; +connectAttr "IKArm_L.Fatness1" "fatnessIKXShoulder_L.i1[0]"; +connectAttr "volumeBlendArmBlendTwo_L.o" "fatnessIKXShoulder_L.i1[1]"; +connectAttr "FKElbow_L.sx" "ScaleBlendElbow_L.c2r"; +connectAttr "FKElbow_L.sy" "ScaleBlendElbow_L.c2g"; +connectAttr "FKElbow_L.sz" "ScaleBlendElbow_L.c2b"; +connectAttr "FKIKBlendArmUnitConversion_L.o" "ScaleBlendElbow_L.b"; +connectAttr "volumeBlendArmBlendTwo_L.o" "ScaleBlendElbow_L.c1r"; +connectAttr "fatnessIKXElbow_L.o1" "ScaleBlendElbow_L.c1g"; +connectAttr "fatnessIKXElbow_L.o1" "ScaleBlendElbow_L.c1b"; +connectAttr "IKArm_L.Fatness2" "fatnessIKXElbow_L.i1[0]"; +connectAttr "volumeBlendArmBlendTwo_L.o" "fatnessIKXElbow_L.i1[1]"; +connectAttr "FKWrist_L.sx" "ScaleBlendWrist_L.c2r"; +connectAttr "FKWrist_L.sy" "ScaleBlendWrist_L.c2g"; +connectAttr "FKWrist_L.sz" "ScaleBlendWrist_L.c2b"; +connectAttr "FKIKBlendArmUnitConversion_L.o" "ScaleBlendWrist_L.b"; +connectAttr "IKArm_L.sx" "ScaleBlendWrist_L.c1r"; +connectAttr "IKArm_L.sz" "ScaleBlendWrist_L.c1g"; +connectAttr "IKArm_L.sy" "ScaleBlendWrist_L.c1b"; +connectAttr "FKMiddleFinger1_L.sx" "SDKFKMiddleFinger1_LScaleMPD.i1x"; +connectAttr "FKMiddleFinger1_L.sy" "SDKFKMiddleFinger1_LScaleMPD.i1y"; +connectAttr "FKMiddleFinger1_L.sz" "SDKFKMiddleFinger1_LScaleMPD.i1z"; +connectAttr "SDKFKMiddleFinger1_L.sx" "SDKFKMiddleFinger1_LScaleMPD.i2x"; +connectAttr "SDKFKMiddleFinger1_L.sy" "SDKFKMiddleFinger1_LScaleMPD.i2y"; +connectAttr "SDKFKMiddleFinger1_L.sz" "SDKFKMiddleFinger1_LScaleMPD.i2z"; +connectAttr "FKMiddleFinger2_L.sx" "SDKFKMiddleFinger2_LScaleMPD.i1x"; +connectAttr "FKMiddleFinger2_L.sy" "SDKFKMiddleFinger2_LScaleMPD.i1y"; +connectAttr "FKMiddleFinger2_L.sz" "SDKFKMiddleFinger2_LScaleMPD.i1z"; +connectAttr "SDKFKMiddleFinger2_L.sx" "SDKFKMiddleFinger2_LScaleMPD.i2x"; +connectAttr "SDKFKMiddleFinger2_L.sy" "SDKFKMiddleFinger2_LScaleMPD.i2y"; +connectAttr "SDKFKMiddleFinger2_L.sz" "SDKFKMiddleFinger2_LScaleMPD.i2z"; +connectAttr "FKMiddleFinger3_L.sx" "SDKFKMiddleFinger3_LScaleMPD.i1x"; +connectAttr "FKMiddleFinger3_L.sy" "SDKFKMiddleFinger3_LScaleMPD.i1y"; +connectAttr "FKMiddleFinger3_L.sz" "SDKFKMiddleFinger3_LScaleMPD.i1z"; +connectAttr "SDKFKMiddleFinger3_L.sx" "SDKFKMiddleFinger3_LScaleMPD.i2x"; +connectAttr "SDKFKMiddleFinger3_L.sy" "SDKFKMiddleFinger3_LScaleMPD.i2y"; +connectAttr "SDKFKMiddleFinger3_L.sz" "SDKFKMiddleFinger3_LScaleMPD.i2z"; +connectAttr "FKThumbFinger2_L.sx" "SDKFKThumbFinger2_LScaleMPD.i1x"; +connectAttr "FKThumbFinger2_L.sy" "SDKFKThumbFinger2_LScaleMPD.i1y"; +connectAttr "FKThumbFinger2_L.sz" "SDKFKThumbFinger2_LScaleMPD.i1z"; +connectAttr "SDKFKThumbFinger2_L.sx" "SDKFKThumbFinger2_LScaleMPD.i2x"; +connectAttr "SDKFKThumbFinger2_L.sy" "SDKFKThumbFinger2_LScaleMPD.i2y"; +connectAttr "SDKFKThumbFinger2_L.sz" "SDKFKThumbFinger2_LScaleMPD.i2z"; +connectAttr "FKThumbFinger3_L.sx" "SDKFKThumbFinger3_LScaleMPD.i1x"; +connectAttr "FKThumbFinger3_L.sy" "SDKFKThumbFinger3_LScaleMPD.i1y"; +connectAttr "FKThumbFinger3_L.sz" "SDKFKThumbFinger3_LScaleMPD.i1z"; +connectAttr "SDKFKThumbFinger3_L.sx" "SDKFKThumbFinger3_LScaleMPD.i2x"; +connectAttr "SDKFKThumbFinger3_L.sy" "SDKFKThumbFinger3_LScaleMPD.i2y"; +connectAttr "SDKFKThumbFinger3_L.sz" "SDKFKThumbFinger3_LScaleMPD.i2z"; +connectAttr "FKIndexFinger1_L.sx" "SDKFKIndexFinger1_LScaleMPD.i1x"; +connectAttr "FKIndexFinger1_L.sy" "SDKFKIndexFinger1_LScaleMPD.i1y"; +connectAttr "FKIndexFinger1_L.sz" "SDKFKIndexFinger1_LScaleMPD.i1z"; +connectAttr "SDKFKIndexFinger1_L.sx" "SDKFKIndexFinger1_LScaleMPD.i2x"; +connectAttr "SDKFKIndexFinger1_L.sy" "SDKFKIndexFinger1_LScaleMPD.i2y"; +connectAttr "SDKFKIndexFinger1_L.sz" "SDKFKIndexFinger1_LScaleMPD.i2z"; +connectAttr "FKIndexFinger2_L.sx" "SDKFKIndexFinger2_LScaleMPD.i1x"; +connectAttr "FKIndexFinger2_L.sy" "SDKFKIndexFinger2_LScaleMPD.i1y"; +connectAttr "FKIndexFinger2_L.sz" "SDKFKIndexFinger2_LScaleMPD.i1z"; +connectAttr "SDKFKIndexFinger2_L.sx" "SDKFKIndexFinger2_LScaleMPD.i2x"; +connectAttr "SDKFKIndexFinger2_L.sy" "SDKFKIndexFinger2_LScaleMPD.i2y"; +connectAttr "SDKFKIndexFinger2_L.sz" "SDKFKIndexFinger2_LScaleMPD.i2z"; +connectAttr "FKIndexFinger3_L.sx" "SDKFKIndexFinger3_LScaleMPD.i1x"; +connectAttr "FKIndexFinger3_L.sy" "SDKFKIndexFinger3_LScaleMPD.i1y"; +connectAttr "FKIndexFinger3_L.sz" "SDKFKIndexFinger3_LScaleMPD.i1z"; +connectAttr "SDKFKIndexFinger3_L.sx" "SDKFKIndexFinger3_LScaleMPD.i2x"; +connectAttr "SDKFKIndexFinger3_L.sy" "SDKFKIndexFinger3_LScaleMPD.i2y"; +connectAttr "SDKFKIndexFinger3_L.sz" "SDKFKIndexFinger3_LScaleMPD.i2z"; +connectAttr "FKCup_L.sx" "SDKFKCup_LScaleMPD.i1x"; +connectAttr "FKCup_L.sy" "SDKFKCup_LScaleMPD.i1y"; +connectAttr "FKCup_L.sz" "SDKFKCup_LScaleMPD.i1z"; +connectAttr "SDKFKCup_L.sx" "SDKFKCup_LScaleMPD.i2x"; +connectAttr "SDKFKCup_L.sy" "SDKFKCup_LScaleMPD.i2y"; +connectAttr "SDKFKCup_L.sz" "SDKFKCup_LScaleMPD.i2z"; +connectAttr "FKPinkyFinger1_L.sx" "SDKFKPinkyFinger1_LScaleMPD.i1x"; +connectAttr "FKPinkyFinger1_L.sy" "SDKFKPinkyFinger1_LScaleMPD.i1y"; +connectAttr "FKPinkyFinger1_L.sz" "SDKFKPinkyFinger1_LScaleMPD.i1z"; +connectAttr "SDKFKPinkyFinger1_L.sx" "SDKFKPinkyFinger1_LScaleMPD.i2x"; +connectAttr "SDKFKPinkyFinger1_L.sy" "SDKFKPinkyFinger1_LScaleMPD.i2y"; +connectAttr "SDKFKPinkyFinger1_L.sz" "SDKFKPinkyFinger1_LScaleMPD.i2z"; +connectAttr "FKPinkyFinger2_L.sx" "SDKFKPinkyFinger2_LScaleMPD.i1x"; +connectAttr "FKPinkyFinger2_L.sy" "SDKFKPinkyFinger2_LScaleMPD.i1y"; +connectAttr "FKPinkyFinger2_L.sz" "SDKFKPinkyFinger2_LScaleMPD.i1z"; +connectAttr "SDKFKPinkyFinger2_L.sx" "SDKFKPinkyFinger2_LScaleMPD.i2x"; +connectAttr "SDKFKPinkyFinger2_L.sy" "SDKFKPinkyFinger2_LScaleMPD.i2y"; +connectAttr "SDKFKPinkyFinger2_L.sz" "SDKFKPinkyFinger2_LScaleMPD.i2z"; +connectAttr "FKPinkyFinger3_L.sx" "SDKFKPinkyFinger3_LScaleMPD.i1x"; +connectAttr "FKPinkyFinger3_L.sy" "SDKFKPinkyFinger3_LScaleMPD.i1y"; +connectAttr "FKPinkyFinger3_L.sz" "SDKFKPinkyFinger3_LScaleMPD.i1z"; +connectAttr "SDKFKPinkyFinger3_L.sx" "SDKFKPinkyFinger3_LScaleMPD.i2x"; +connectAttr "SDKFKPinkyFinger3_L.sy" "SDKFKPinkyFinger3_LScaleMPD.i2y"; +connectAttr "SDKFKPinkyFinger3_L.sz" "SDKFKPinkyFinger3_LScaleMPD.i2z"; +connectAttr "FKRingFinger1_L.sx" "SDKFKRingFinger1_LScaleMPD.i1x"; +connectAttr "FKRingFinger1_L.sy" "SDKFKRingFinger1_LScaleMPD.i1y"; +connectAttr "FKRingFinger1_L.sz" "SDKFKRingFinger1_LScaleMPD.i1z"; +connectAttr "SDKFKRingFinger1_L.sx" "SDKFKRingFinger1_LScaleMPD.i2x"; +connectAttr "SDKFKRingFinger1_L.sy" "SDKFKRingFinger1_LScaleMPD.i2y"; +connectAttr "SDKFKRingFinger1_L.sz" "SDKFKRingFinger1_LScaleMPD.i2z"; +connectAttr "FKRingFinger2_L.sx" "SDKFKRingFinger2_LScaleMPD.i1x"; +connectAttr "FKRingFinger2_L.sy" "SDKFKRingFinger2_LScaleMPD.i1y"; +connectAttr "FKRingFinger2_L.sz" "SDKFKRingFinger2_LScaleMPD.i1z"; +connectAttr "SDKFKRingFinger2_L.sx" "SDKFKRingFinger2_LScaleMPD.i2x"; +connectAttr "SDKFKRingFinger2_L.sy" "SDKFKRingFinger2_LScaleMPD.i2y"; +connectAttr "SDKFKRingFinger2_L.sz" "SDKFKRingFinger2_LScaleMPD.i2z"; +connectAttr "FKRingFinger3_L.sx" "SDKFKRingFinger3_LScaleMPD.i1x"; +connectAttr "FKRingFinger3_L.sy" "SDKFKRingFinger3_LScaleMPD.i1y"; +connectAttr "FKRingFinger3_L.sz" "SDKFKRingFinger3_LScaleMPD.i1z"; +connectAttr "SDKFKRingFinger3_L.sx" "SDKFKRingFinger3_LScaleMPD.i2x"; +connectAttr "SDKFKRingFinger3_L.sy" "SDKFKRingFinger3_LScaleMPD.i2y"; +connectAttr "SDKFKRingFinger3_L.sz" "SDKFKRingFinger3_LScaleMPD.i2z"; +connectAttr "FKHip_L.sx" "ScaleBlendHip_L.c2r"; +connectAttr "FKHip_L.sy" "ScaleBlendHip_L.c2g"; +connectAttr "FKHip_L.sz" "ScaleBlendHip_L.c2b"; +connectAttr "FKIKBlendLegUnitConversion_L.o" "ScaleBlendHip_L.b"; +connectAttr "volumeBlendLegBlendTwo_L.o" "ScaleBlendHip_L.c1r"; +connectAttr "fatnessIKXHip_L.o1" "ScaleBlendHip_L.c1g"; +connectAttr "fatnessIKXHip_L.o1" "ScaleBlendHip_L.c1b"; +connectAttr "multWithStretchyLeg_L.ox" "volumeBlendLegBlendTwo_L.ab"; +connectAttr "volumepowLeg_L.ox" "volumeBlendLegBlendTwo_L.i[1]"; +connectAttr "volumeLegUnitConversion_L.o" "multWithStretchyLeg_L.i1x"; +connectAttr "IKLeg_L.volume" "volumeLegUnitConversion_L.i"; +connectAttr "volume1OverLeg_L.ox" "volumepowLeg_L.i1x"; +connectAttr "IKmessureDivLeg_L.ox" "volume1OverLeg_L.i2x"; +connectAttr "IKLeg_L.Fatness1" "fatnessIKXHip_L.i1[0]"; +connectAttr "volumeBlendLegBlendTwo_L.o" "fatnessIKXHip_L.i1[1]"; +connectAttr "FKKnee_L.sx" "ScaleBlendKnee_L.c2r"; +connectAttr "FKKnee_L.sy" "ScaleBlendKnee_L.c2g"; +connectAttr "FKKnee_L.sz" "ScaleBlendKnee_L.c2b"; +connectAttr "FKIKBlendLegUnitConversion_L.o" "ScaleBlendKnee_L.b"; +connectAttr "volumeBlendLegBlendTwo_L.o" "ScaleBlendKnee_L.c1r"; +connectAttr "fatnessIKXKnee_L.o1" "ScaleBlendKnee_L.c1g"; +connectAttr "fatnessIKXKnee_L.o1" "ScaleBlendKnee_L.c1b"; +connectAttr "IKLeg_L.Fatness2" "fatnessIKXKnee_L.i1[0]"; +connectAttr "volumeBlendLegBlendTwo_L.o" "fatnessIKXKnee_L.i1[1]"; +connectAttr "FKAnkle_L.sx" "ScaleBlendAnkle_L.c2r"; +connectAttr "FKAnkle_L.sy" "ScaleBlendAnkle_L.c2g"; +connectAttr "FKAnkle_L.sz" "ScaleBlendAnkle_L.c2b"; +connectAttr "FKIKBlendLegUnitConversion_L.o" "ScaleBlendAnkle_L.b"; +connectAttr "IKLeg_L.sy" "ScaleBlendAnkle_L.c1r"; +connectAttr "IKLeg_L.sz" "ScaleBlendAnkle_L.c1g"; +connectAttr "IKLeg_L.sx" "ScaleBlendAnkle_L.c1b"; +connectAttr "FKToes_L.sx" "ScaleBlendToes_L.c2r"; +connectAttr "FKToes_L.sy" "ScaleBlendToes_L.c2g"; +connectAttr "FKToes_L.sz" "ScaleBlendToes_L.c2b"; +connectAttr "FKIKBlendLegUnitConversion_L.o" "ScaleBlendToes_L.b"; +connectAttr "FKIKBlendLegUnitConversion_L.o" "ScaleBlendToesEnd_L.b"; +connectAttr "M_Mask_EyebrowsShapeOrig.w" "skinCluster7.ip[0].ig"; +connectAttr "M_Mask_EyebrowsShapeOrig.o" "skinCluster7.orggeom[0]"; +connectAttr "Avatar_Hips.wm" "skinCluster7.ma[0]"; +connectAttr "Avatar_LeftUpLeg.wm" "skinCluster7.ma[1]"; +connectAttr "Avatar_LeftLeg.wm" "skinCluster7.ma[2]"; +connectAttr "Avatar_LeftFoot.wm" "skinCluster7.ma[3]"; +connectAttr "Avatar_LeftToeBase.wm" "skinCluster7.ma[4]"; +connectAttr "Avatar_LeftToeBase_end.wm" "skinCluster7.ma[5]"; +connectAttr "Avatar_RightUpLeg.wm" "skinCluster7.ma[6]"; +connectAttr "Avatar_RightLeg.wm" "skinCluster7.ma[7]"; +connectAttr "Avatar_RightFoot.wm" "skinCluster7.ma[8]"; +connectAttr "Avatar_RightToeBase.wm" "skinCluster7.ma[9]"; +connectAttr "Avatar_RightToeBase_end.wm" "skinCluster7.ma[10]"; +connectAttr "Avatar_Spine.wm" "skinCluster7.ma[11]"; +connectAttr "Avatar_Spine1.wm" "skinCluster7.ma[12]"; +connectAttr "Avatar_Spine2.wm" "skinCluster7.ma[13]"; +connectAttr "Avatar_LeftShoulder.wm" "skinCluster7.ma[14]"; +connectAttr "Avatar_LeftArm.wm" "skinCluster7.ma[15]"; +connectAttr "Avatar_LeftForeArm.wm" "skinCluster7.ma[16]"; +connectAttr "Avatar_LeftHand.wm" "skinCluster7.ma[17]"; +connectAttr "Avatar_LeftHandThumb1.wm" "skinCluster7.ma[18]"; +connectAttr "Avatar_LeftHandThumb2.wm" "skinCluster7.ma[19]"; +connectAttr "Avatar_LeftHandThumb3.wm" "skinCluster7.ma[20]"; +connectAttr "Avatar_LeftHandThumb4.wm" "skinCluster7.ma[21]"; +connectAttr "Avatar_LeftHandThumb4_end.wm" "skinCluster7.ma[22]"; +connectAttr "Avatar_LeftHandIndex1.wm" "skinCluster7.ma[23]"; +connectAttr "Avatar_LeftHandIndex2.wm" "skinCluster7.ma[24]"; +connectAttr "Avatar_LeftHandIndex3.wm" "skinCluster7.ma[25]"; +connectAttr "Avatar_LeftHandIndex4.wm" "skinCluster7.ma[26]"; +connectAttr "Avatar_LeftHandIndex4_end.wm" "skinCluster7.ma[27]"; +connectAttr "Avatar_LeftHandMiddle1.wm" "skinCluster7.ma[28]"; +connectAttr "Avatar_LeftHandMiddle2.wm" "skinCluster7.ma[29]"; +connectAttr "Avatar_LeftHandMiddle3.wm" "skinCluster7.ma[30]"; +connectAttr "Avatar_LeftHandMiddle4.wm" "skinCluster7.ma[31]"; +connectAttr "Avatar_LeftHandMiddle4_end.wm" "skinCluster7.ma[32]"; +connectAttr "Avatar_LeftHandRing1.wm" "skinCluster7.ma[33]"; +connectAttr "Avatar_LeftHandRing2.wm" "skinCluster7.ma[34]"; +connectAttr "Avatar_LeftHandRing3.wm" "skinCluster7.ma[35]"; +connectAttr "Avatar_LeftHandRing4.wm" "skinCluster7.ma[36]"; +connectAttr "Avatar_LeftHandRing4_end.wm" "skinCluster7.ma[37]"; +connectAttr "Avatar_LeftHandPinky1.wm" "skinCluster7.ma[38]"; +connectAttr "Avatar_LeftHandPinky2.wm" "skinCluster7.ma[39]"; +connectAttr "Avatar_LeftHandPinky3.wm" "skinCluster7.ma[40]"; +connectAttr "Avatar_LeftHandPinky4.wm" "skinCluster7.ma[41]"; +connectAttr "Avatar_LeftHandPinky4_end.wm" "skinCluster7.ma[42]"; +connectAttr "Avatar_RightShoulder.wm" "skinCluster7.ma[43]"; +connectAttr "Avatar_RightArm.wm" "skinCluster7.ma[44]"; +connectAttr "Avatar_RightForeArm.wm" "skinCluster7.ma[45]"; +connectAttr "Avatar_RightHand.wm" "skinCluster7.ma[46]"; +connectAttr "Avatar_RightHandThumb1.wm" "skinCluster7.ma[47]"; +connectAttr "Avatar_RightHandThumb2.wm" "skinCluster7.ma[48]"; +connectAttr "Avatar_RightHandThumb3.wm" "skinCluster7.ma[49]"; +connectAttr "Avatar_RightHandThumb4.wm" "skinCluster7.ma[50]"; +connectAttr "Avatar_RightHandThumb4_end.wm" "skinCluster7.ma[51]"; +connectAttr "Avatar_RightHandIndex1.wm" "skinCluster7.ma[52]"; +connectAttr "Avatar_RightHandIndex2.wm" "skinCluster7.ma[53]"; +connectAttr "Avatar_RightHandIndex3.wm" "skinCluster7.ma[54]"; +connectAttr "Avatar_RightHandIndex4.wm" "skinCluster7.ma[55]"; +connectAttr "Avatar_RightHandIndex4_end.wm" "skinCluster7.ma[56]"; +connectAttr "Avatar_RightHandMiddle1.wm" "skinCluster7.ma[57]"; +connectAttr "Avatar_RightHandMiddle2.wm" "skinCluster7.ma[58]"; +connectAttr "Avatar_RightHandMiddle3.wm" "skinCluster7.ma[59]"; +connectAttr "Avatar_RightHandMiddle4.wm" "skinCluster7.ma[60]"; +connectAttr "Avatar_RightHandMiddle4_end.wm" "skinCluster7.ma[61]"; +connectAttr "Avatar_RightHandRing1.wm" "skinCluster7.ma[62]"; +connectAttr "Avatar_RightHandRing2.wm" "skinCluster7.ma[63]"; +connectAttr "Avatar_RightHandRing3.wm" "skinCluster7.ma[64]"; +connectAttr "Avatar_RightHandRing4.wm" "skinCluster7.ma[65]"; +connectAttr "Avatar_RightHandRing4_end.wm" "skinCluster7.ma[66]"; +connectAttr "Avatar_RightHandPinky1.wm" "skinCluster7.ma[67]"; +connectAttr "Avatar_RightHandPinky2.wm" "skinCluster7.ma[68]"; +connectAttr "Avatar_RightHandPinky3.wm" "skinCluster7.ma[69]"; +connectAttr "Avatar_RightHandPinky4.wm" "skinCluster7.ma[70]"; +connectAttr "Avatar_RightHandPinky4_end.wm" "skinCluster7.ma[71]"; +connectAttr "Avatar_Neck.wm" "skinCluster7.ma[72]"; +connectAttr "Avatar_Head.wm" "skinCluster7.ma[73]"; +connectAttr "Avatar_Head_end.wm" "skinCluster7.ma[74]"; +connectAttr "Avatar_Hips.liw" "skinCluster7.lw[0]"; +connectAttr "Avatar_LeftUpLeg.liw" "skinCluster7.lw[1]"; +connectAttr "Avatar_LeftLeg.liw" "skinCluster7.lw[2]"; +connectAttr "Avatar_LeftFoot.liw" "skinCluster7.lw[3]"; +connectAttr "Avatar_LeftToeBase.liw" "skinCluster7.lw[4]"; +connectAttr "Avatar_LeftToeBase_end.liw" "skinCluster7.lw[5]"; +connectAttr "Avatar_RightUpLeg.liw" "skinCluster7.lw[6]"; +connectAttr "Avatar_RightLeg.liw" "skinCluster7.lw[7]"; +connectAttr "Avatar_RightFoot.liw" "skinCluster7.lw[8]"; +connectAttr "Avatar_RightToeBase.liw" "skinCluster7.lw[9]"; +connectAttr "Avatar_RightToeBase_end.liw" "skinCluster7.lw[10]"; +connectAttr "Avatar_Spine.liw" "skinCluster7.lw[11]"; +connectAttr "Avatar_Spine1.liw" "skinCluster7.lw[12]"; +connectAttr "Avatar_Spine2.liw" "skinCluster7.lw[13]"; +connectAttr "Avatar_LeftShoulder.liw" "skinCluster7.lw[14]"; +connectAttr "Avatar_LeftArm.liw" "skinCluster7.lw[15]"; +connectAttr "Avatar_LeftForeArm.liw" "skinCluster7.lw[16]"; +connectAttr "Avatar_LeftHand.liw" "skinCluster7.lw[17]"; +connectAttr "Avatar_LeftHandThumb1.liw" "skinCluster7.lw[18]"; +connectAttr "Avatar_LeftHandThumb2.liw" "skinCluster7.lw[19]"; +connectAttr "Avatar_LeftHandThumb3.liw" "skinCluster7.lw[20]"; +connectAttr "Avatar_LeftHandThumb4.liw" "skinCluster7.lw[21]"; +connectAttr "Avatar_LeftHandThumb4_end.liw" "skinCluster7.lw[22]"; +connectAttr "Avatar_LeftHandIndex1.liw" "skinCluster7.lw[23]"; +connectAttr "Avatar_LeftHandIndex2.liw" "skinCluster7.lw[24]"; +connectAttr "Avatar_LeftHandIndex3.liw" "skinCluster7.lw[25]"; +connectAttr "Avatar_LeftHandIndex4.liw" "skinCluster7.lw[26]"; +connectAttr "Avatar_LeftHandIndex4_end.liw" "skinCluster7.lw[27]"; +connectAttr "Avatar_LeftHandMiddle1.liw" "skinCluster7.lw[28]"; +connectAttr "Avatar_LeftHandMiddle2.liw" "skinCluster7.lw[29]"; +connectAttr "Avatar_LeftHandMiddle3.liw" "skinCluster7.lw[30]"; +connectAttr "Avatar_LeftHandMiddle4.liw" "skinCluster7.lw[31]"; +connectAttr "Avatar_LeftHandMiddle4_end.liw" "skinCluster7.lw[32]"; +connectAttr "Avatar_LeftHandRing1.liw" "skinCluster7.lw[33]"; +connectAttr "Avatar_LeftHandRing2.liw" "skinCluster7.lw[34]"; +connectAttr "Avatar_LeftHandRing3.liw" "skinCluster7.lw[35]"; +connectAttr "Avatar_LeftHandRing4.liw" "skinCluster7.lw[36]"; +connectAttr "Avatar_LeftHandRing4_end.liw" "skinCluster7.lw[37]"; +connectAttr "Avatar_LeftHandPinky1.liw" "skinCluster7.lw[38]"; +connectAttr "Avatar_LeftHandPinky2.liw" "skinCluster7.lw[39]"; +connectAttr "Avatar_LeftHandPinky3.liw" "skinCluster7.lw[40]"; +connectAttr "Avatar_LeftHandPinky4.liw" "skinCluster7.lw[41]"; +connectAttr "Avatar_LeftHandPinky4_end.liw" "skinCluster7.lw[42]"; +connectAttr "Avatar_RightShoulder.liw" "skinCluster7.lw[43]"; +connectAttr "Avatar_RightArm.liw" "skinCluster7.lw[44]"; +connectAttr "Avatar_RightForeArm.liw" "skinCluster7.lw[45]"; +connectAttr "Avatar_RightHand.liw" "skinCluster7.lw[46]"; +connectAttr "Avatar_RightHandThumb1.liw" "skinCluster7.lw[47]"; +connectAttr "Avatar_RightHandThumb2.liw" "skinCluster7.lw[48]"; +connectAttr "Avatar_RightHandThumb3.liw" "skinCluster7.lw[49]"; +connectAttr "Avatar_RightHandThumb4.liw" "skinCluster7.lw[50]"; +connectAttr "Avatar_RightHandThumb4_end.liw" "skinCluster7.lw[51]"; +connectAttr "Avatar_RightHandIndex1.liw" "skinCluster7.lw[52]"; +connectAttr "Avatar_RightHandIndex2.liw" "skinCluster7.lw[53]"; +connectAttr "Avatar_RightHandIndex3.liw" "skinCluster7.lw[54]"; +connectAttr "Avatar_RightHandIndex4.liw" "skinCluster7.lw[55]"; +connectAttr "Avatar_RightHandIndex4_end.liw" "skinCluster7.lw[56]"; +connectAttr "Avatar_RightHandMiddle1.liw" "skinCluster7.lw[57]"; +connectAttr "Avatar_RightHandMiddle2.liw" "skinCluster7.lw[58]"; +connectAttr "Avatar_RightHandMiddle3.liw" "skinCluster7.lw[59]"; +connectAttr "Avatar_RightHandMiddle4.liw" "skinCluster7.lw[60]"; +connectAttr "Avatar_RightHandMiddle4_end.liw" "skinCluster7.lw[61]"; +connectAttr "Avatar_RightHandRing1.liw" "skinCluster7.lw[62]"; +connectAttr "Avatar_RightHandRing2.liw" "skinCluster7.lw[63]"; +connectAttr "Avatar_RightHandRing3.liw" "skinCluster7.lw[64]"; +connectAttr "Avatar_RightHandRing4.liw" "skinCluster7.lw[65]"; +connectAttr "Avatar_RightHandRing4_end.liw" "skinCluster7.lw[66]"; +connectAttr "Avatar_RightHandPinky1.liw" "skinCluster7.lw[67]"; +connectAttr "Avatar_RightHandPinky2.liw" "skinCluster7.lw[68]"; +connectAttr "Avatar_RightHandPinky3.liw" "skinCluster7.lw[69]"; +connectAttr "Avatar_RightHandPinky4.liw" "skinCluster7.lw[70]"; +connectAttr "Avatar_RightHandPinky4_end.liw" "skinCluster7.lw[71]"; +connectAttr "Avatar_Neck.liw" "skinCluster7.lw[72]"; +connectAttr "Avatar_Head.liw" "skinCluster7.lw[73]"; +connectAttr "Avatar_Head_end.liw" "skinCluster7.lw[74]"; +connectAttr "Avatar_Hips.obcc" "skinCluster7.ifcl[0]"; +connectAttr "Avatar_LeftUpLeg.obcc" "skinCluster7.ifcl[1]"; +connectAttr "Avatar_LeftLeg.obcc" "skinCluster7.ifcl[2]"; +connectAttr "Avatar_LeftFoot.obcc" "skinCluster7.ifcl[3]"; +connectAttr "Avatar_LeftToeBase.obcc" "skinCluster7.ifcl[4]"; +connectAttr "Avatar_LeftToeBase_end.obcc" "skinCluster7.ifcl[5]"; +connectAttr "Avatar_RightUpLeg.obcc" "skinCluster7.ifcl[6]"; +connectAttr "Avatar_RightLeg.obcc" "skinCluster7.ifcl[7]"; +connectAttr "Avatar_RightFoot.obcc" "skinCluster7.ifcl[8]"; +connectAttr "Avatar_RightToeBase.obcc" "skinCluster7.ifcl[9]"; +connectAttr "Avatar_RightToeBase_end.obcc" "skinCluster7.ifcl[10]"; +connectAttr "Avatar_Spine.obcc" "skinCluster7.ifcl[11]"; +connectAttr "Avatar_Spine1.obcc" "skinCluster7.ifcl[12]"; +connectAttr "Avatar_Spine2.obcc" "skinCluster7.ifcl[13]"; +connectAttr "Avatar_LeftShoulder.obcc" "skinCluster7.ifcl[14]"; +connectAttr "Avatar_LeftArm.obcc" "skinCluster7.ifcl[15]"; +connectAttr "Avatar_LeftForeArm.obcc" "skinCluster7.ifcl[16]"; +connectAttr "Avatar_LeftHand.obcc" "skinCluster7.ifcl[17]"; +connectAttr "Avatar_LeftHandThumb1.obcc" "skinCluster7.ifcl[18]"; +connectAttr "Avatar_LeftHandThumb2.obcc" "skinCluster7.ifcl[19]"; +connectAttr "Avatar_LeftHandThumb3.obcc" "skinCluster7.ifcl[20]"; +connectAttr "Avatar_LeftHandThumb4.obcc" "skinCluster7.ifcl[21]"; +connectAttr "Avatar_LeftHandThumb4_end.obcc" "skinCluster7.ifcl[22]"; +connectAttr "Avatar_LeftHandIndex1.obcc" "skinCluster7.ifcl[23]"; +connectAttr "Avatar_LeftHandIndex2.obcc" "skinCluster7.ifcl[24]"; +connectAttr "Avatar_LeftHandIndex3.obcc" "skinCluster7.ifcl[25]"; +connectAttr "Avatar_LeftHandIndex4.obcc" "skinCluster7.ifcl[26]"; +connectAttr "Avatar_LeftHandIndex4_end.obcc" "skinCluster7.ifcl[27]"; +connectAttr "Avatar_LeftHandMiddle1.obcc" "skinCluster7.ifcl[28]"; +connectAttr "Avatar_LeftHandMiddle2.obcc" "skinCluster7.ifcl[29]"; +connectAttr "Avatar_LeftHandMiddle3.obcc" "skinCluster7.ifcl[30]"; +connectAttr "Avatar_LeftHandMiddle4.obcc" "skinCluster7.ifcl[31]"; +connectAttr "Avatar_LeftHandMiddle4_end.obcc" "skinCluster7.ifcl[32]"; +connectAttr "Avatar_LeftHandRing1.obcc" "skinCluster7.ifcl[33]"; +connectAttr "Avatar_LeftHandRing2.obcc" "skinCluster7.ifcl[34]"; +connectAttr "Avatar_LeftHandRing3.obcc" "skinCluster7.ifcl[35]"; +connectAttr "Avatar_LeftHandRing4.obcc" "skinCluster7.ifcl[36]"; +connectAttr "Avatar_LeftHandRing4_end.obcc" "skinCluster7.ifcl[37]"; +connectAttr "Avatar_LeftHandPinky1.obcc" "skinCluster7.ifcl[38]"; +connectAttr "Avatar_LeftHandPinky2.obcc" "skinCluster7.ifcl[39]"; +connectAttr "Avatar_LeftHandPinky3.obcc" "skinCluster7.ifcl[40]"; +connectAttr "Avatar_LeftHandPinky4.obcc" "skinCluster7.ifcl[41]"; +connectAttr "Avatar_LeftHandPinky4_end.obcc" "skinCluster7.ifcl[42]"; +connectAttr "Avatar_RightShoulder.obcc" "skinCluster7.ifcl[43]"; +connectAttr "Avatar_RightArm.obcc" "skinCluster7.ifcl[44]"; +connectAttr "Avatar_RightForeArm.obcc" "skinCluster7.ifcl[45]"; +connectAttr "Avatar_RightHand.obcc" "skinCluster7.ifcl[46]"; +connectAttr "Avatar_RightHandThumb1.obcc" "skinCluster7.ifcl[47]"; +connectAttr "Avatar_RightHandThumb2.obcc" "skinCluster7.ifcl[48]"; +connectAttr "Avatar_RightHandThumb3.obcc" "skinCluster7.ifcl[49]"; +connectAttr "Avatar_RightHandThumb4.obcc" "skinCluster7.ifcl[50]"; +connectAttr "Avatar_RightHandThumb4_end.obcc" "skinCluster7.ifcl[51]"; +connectAttr "Avatar_RightHandIndex1.obcc" "skinCluster7.ifcl[52]"; +connectAttr "Avatar_RightHandIndex2.obcc" "skinCluster7.ifcl[53]"; +connectAttr "Avatar_RightHandIndex3.obcc" "skinCluster7.ifcl[54]"; +connectAttr "Avatar_RightHandIndex4.obcc" "skinCluster7.ifcl[55]"; +connectAttr "Avatar_RightHandIndex4_end.obcc" "skinCluster7.ifcl[56]"; +connectAttr "Avatar_RightHandMiddle1.obcc" "skinCluster7.ifcl[57]"; +connectAttr "Avatar_RightHandMiddle2.obcc" "skinCluster7.ifcl[58]"; +connectAttr "Avatar_RightHandMiddle3.obcc" "skinCluster7.ifcl[59]"; +connectAttr "Avatar_RightHandMiddle4.obcc" "skinCluster7.ifcl[60]"; +connectAttr "Avatar_RightHandMiddle4_end.obcc" "skinCluster7.ifcl[61]"; +connectAttr "Avatar_RightHandRing1.obcc" "skinCluster7.ifcl[62]"; +connectAttr "Avatar_RightHandRing2.obcc" "skinCluster7.ifcl[63]"; +connectAttr "Avatar_RightHandRing3.obcc" "skinCluster7.ifcl[64]"; +connectAttr "Avatar_RightHandRing4.obcc" "skinCluster7.ifcl[65]"; +connectAttr "Avatar_RightHandRing4_end.obcc" "skinCluster7.ifcl[66]"; +connectAttr "Avatar_RightHandPinky1.obcc" "skinCluster7.ifcl[67]"; +connectAttr "Avatar_RightHandPinky2.obcc" "skinCluster7.ifcl[68]"; +connectAttr "Avatar_RightHandPinky3.obcc" "skinCluster7.ifcl[69]"; +connectAttr "Avatar_RightHandPinky4.obcc" "skinCluster7.ifcl[70]"; +connectAttr "Avatar_RightHandPinky4_end.obcc" "skinCluster7.ifcl[71]"; +connectAttr "Avatar_Neck.obcc" "skinCluster7.ifcl[72]"; +connectAttr "Avatar_Head.obcc" "skinCluster7.ifcl[73]"; +connectAttr "Avatar_Head_end.obcc" "skinCluster7.ifcl[74]"; +connectAttr "bindPose1.msg" "skinCluster7.bp"; +connectAttr "Armature.msg" "bindPose1.m[0]"; +connectAttr "Avatar_Hips.msg" "bindPose1.m[1]"; +connectAttr "Avatar_LeftUpLeg.msg" "bindPose1.m[2]"; +connectAttr "Avatar_LeftLeg.msg" "bindPose1.m[3]"; +connectAttr "Avatar_LeftFoot.msg" "bindPose1.m[4]"; +connectAttr "Avatar_LeftToeBase.msg" "bindPose1.m[5]"; +connectAttr "Avatar_LeftToeBase_end.msg" "bindPose1.m[6]"; +connectAttr "Avatar_RightUpLeg.msg" "bindPose1.m[7]"; +connectAttr "Avatar_RightLeg.msg" "bindPose1.m[8]"; +connectAttr "Avatar_RightFoot.msg" "bindPose1.m[9]"; +connectAttr "Avatar_RightToeBase.msg" "bindPose1.m[10]"; +connectAttr "Avatar_RightToeBase_end.msg" "bindPose1.m[11]"; +connectAttr "Avatar_Spine.msg" "bindPose1.m[12]"; +connectAttr "Avatar_Spine1.msg" "bindPose1.m[13]"; +connectAttr "Avatar_Spine2.msg" "bindPose1.m[14]"; +connectAttr "Avatar_LeftShoulder.msg" "bindPose1.m[15]"; +connectAttr "Avatar_LeftArm.msg" "bindPose1.m[16]"; +connectAttr "Avatar_LeftForeArm.msg" "bindPose1.m[17]"; +connectAttr "Avatar_LeftHand.msg" "bindPose1.m[18]"; +connectAttr "Avatar_LeftHandThumb1.msg" "bindPose1.m[19]"; +connectAttr "Avatar_LeftHandThumb2.msg" "bindPose1.m[20]"; +connectAttr "Avatar_LeftHandThumb3.msg" "bindPose1.m[21]"; +connectAttr "Avatar_LeftHandThumb4.msg" "bindPose1.m[22]"; +connectAttr "Avatar_LeftHandThumb4_end.msg" "bindPose1.m[23]"; +connectAttr "Avatar_LeftHandIndex1.msg" "bindPose1.m[24]"; +connectAttr "Avatar_LeftHandIndex2.msg" "bindPose1.m[25]"; +connectAttr "Avatar_LeftHandIndex3.msg" "bindPose1.m[26]"; +connectAttr "Avatar_LeftHandIndex4.msg" "bindPose1.m[27]"; +connectAttr "Avatar_LeftHandIndex4_end.msg" "bindPose1.m[28]"; +connectAttr "Avatar_LeftHandMiddle1.msg" "bindPose1.m[29]"; +connectAttr "Avatar_LeftHandMiddle2.msg" "bindPose1.m[30]"; +connectAttr "Avatar_LeftHandMiddle3.msg" "bindPose1.m[31]"; +connectAttr "Avatar_LeftHandMiddle4.msg" "bindPose1.m[32]"; +connectAttr "Avatar_LeftHandMiddle4_end.msg" "bindPose1.m[33]"; +connectAttr "Avatar_LeftHandRing1.msg" "bindPose1.m[34]"; +connectAttr "Avatar_LeftHandRing2.msg" "bindPose1.m[35]"; +connectAttr "Avatar_LeftHandRing3.msg" "bindPose1.m[36]"; +connectAttr "Avatar_LeftHandRing4.msg" "bindPose1.m[37]"; +connectAttr "Avatar_LeftHandRing4_end.msg" "bindPose1.m[38]"; +connectAttr "Avatar_LeftHandPinky1.msg" "bindPose1.m[39]"; +connectAttr "Avatar_LeftHandPinky2.msg" "bindPose1.m[40]"; +connectAttr "Avatar_LeftHandPinky3.msg" "bindPose1.m[41]"; +connectAttr "Avatar_LeftHandPinky4.msg" "bindPose1.m[42]"; +connectAttr "Avatar_LeftHandPinky4_end.msg" "bindPose1.m[43]"; +connectAttr "Avatar_RightShoulder.msg" "bindPose1.m[44]"; +connectAttr "Avatar_RightArm.msg" "bindPose1.m[45]"; +connectAttr "Avatar_RightForeArm.msg" "bindPose1.m[46]"; +connectAttr "Avatar_RightHand.msg" "bindPose1.m[47]"; +connectAttr "Avatar_RightHandThumb1.msg" "bindPose1.m[48]"; +connectAttr "Avatar_RightHandThumb2.msg" "bindPose1.m[49]"; +connectAttr "Avatar_RightHandThumb3.msg" "bindPose1.m[50]"; +connectAttr "Avatar_RightHandThumb4.msg" "bindPose1.m[51]"; +connectAttr "Avatar_RightHandThumb4_end.msg" "bindPose1.m[52]"; +connectAttr "Avatar_RightHandIndex1.msg" "bindPose1.m[53]"; +connectAttr "Avatar_RightHandIndex2.msg" "bindPose1.m[54]"; +connectAttr "Avatar_RightHandIndex3.msg" "bindPose1.m[55]"; +connectAttr "Avatar_RightHandIndex4.msg" "bindPose1.m[56]"; +connectAttr "Avatar_RightHandIndex4_end.msg" "bindPose1.m[57]"; +connectAttr "Avatar_RightHandMiddle1.msg" "bindPose1.m[58]"; +connectAttr "Avatar_RightHandMiddle2.msg" "bindPose1.m[59]"; +connectAttr "Avatar_RightHandMiddle3.msg" "bindPose1.m[60]"; +connectAttr "Avatar_RightHandMiddle4.msg" "bindPose1.m[61]"; +connectAttr "Avatar_RightHandMiddle4_end.msg" "bindPose1.m[62]"; +connectAttr "Avatar_RightHandRing1.msg" "bindPose1.m[63]"; +connectAttr "Avatar_RightHandRing2.msg" "bindPose1.m[64]"; +connectAttr "Avatar_RightHandRing3.msg" "bindPose1.m[65]"; +connectAttr "Avatar_RightHandRing4.msg" "bindPose1.m[66]"; +connectAttr "Avatar_RightHandRing4_end.msg" "bindPose1.m[67]"; +connectAttr "Avatar_RightHandPinky1.msg" "bindPose1.m[68]"; +connectAttr "Avatar_RightHandPinky2.msg" "bindPose1.m[69]"; +connectAttr "Avatar_RightHandPinky3.msg" "bindPose1.m[70]"; +connectAttr "Avatar_RightHandPinky4.msg" "bindPose1.m[71]"; +connectAttr "Avatar_RightHandPinky4_end.msg" "bindPose1.m[72]"; +connectAttr "Avatar_Neck.msg" "bindPose1.m[73]"; +connectAttr "Avatar_Head.msg" "bindPose1.m[74]"; +connectAttr "Avatar_Head_end.msg" "bindPose1.m[75]"; +connectAttr "bindPose1.w" "bindPose1.p[0]"; +connectAttr "bindPose1.m[0]" "bindPose1.p[1]"; +connectAttr "bindPose1.m[1]" "bindPose1.p[2]"; +connectAttr "bindPose1.m[2]" "bindPose1.p[3]"; +connectAttr "bindPose1.m[3]" "bindPose1.p[4]"; +connectAttr "bindPose1.m[4]" "bindPose1.p[5]"; +connectAttr "bindPose1.m[5]" "bindPose1.p[6]"; +connectAttr "bindPose1.m[1]" "bindPose1.p[7]"; +connectAttr "bindPose1.m[7]" "bindPose1.p[8]"; +connectAttr "bindPose1.m[8]" "bindPose1.p[9]"; +connectAttr "bindPose1.m[9]" "bindPose1.p[10]"; +connectAttr "bindPose1.m[10]" "bindPose1.p[11]"; +connectAttr "bindPose1.m[1]" "bindPose1.p[12]"; +connectAttr "bindPose1.m[12]" "bindPose1.p[13]"; +connectAttr "bindPose1.m[13]" "bindPose1.p[14]"; +connectAttr "bindPose1.m[14]" "bindPose1.p[15]"; +connectAttr "bindPose1.m[15]" "bindPose1.p[16]"; +connectAttr "bindPose1.m[16]" "bindPose1.p[17]"; +connectAttr "bindPose1.m[17]" "bindPose1.p[18]"; +connectAttr "bindPose1.m[18]" "bindPose1.p[19]"; +connectAttr "bindPose1.m[19]" "bindPose1.p[20]"; +connectAttr "bindPose1.m[20]" "bindPose1.p[21]"; +connectAttr "bindPose1.m[21]" "bindPose1.p[22]"; +connectAttr "bindPose1.m[22]" "bindPose1.p[23]"; +connectAttr "bindPose1.m[18]" "bindPose1.p[24]"; +connectAttr "bindPose1.m[24]" "bindPose1.p[25]"; +connectAttr "bindPose1.m[25]" "bindPose1.p[26]"; +connectAttr "bindPose1.m[26]" "bindPose1.p[27]"; +connectAttr "bindPose1.m[27]" "bindPose1.p[28]"; +connectAttr "bindPose1.m[18]" "bindPose1.p[29]"; +connectAttr "bindPose1.m[29]" "bindPose1.p[30]"; +connectAttr "bindPose1.m[30]" "bindPose1.p[31]"; +connectAttr "bindPose1.m[31]" "bindPose1.p[32]"; +connectAttr "bindPose1.m[32]" "bindPose1.p[33]"; +connectAttr "bindPose1.m[18]" "bindPose1.p[34]"; +connectAttr "bindPose1.m[34]" "bindPose1.p[35]"; +connectAttr "bindPose1.m[35]" "bindPose1.p[36]"; +connectAttr "bindPose1.m[36]" "bindPose1.p[37]"; +connectAttr "bindPose1.m[37]" "bindPose1.p[38]"; +connectAttr "bindPose1.m[18]" "bindPose1.p[39]"; +connectAttr "bindPose1.m[39]" "bindPose1.p[40]"; +connectAttr "bindPose1.m[40]" "bindPose1.p[41]"; +connectAttr "bindPose1.m[41]" "bindPose1.p[42]"; +connectAttr "bindPose1.m[42]" "bindPose1.p[43]"; +connectAttr "bindPose1.m[14]" "bindPose1.p[44]"; +connectAttr "bindPose1.m[44]" "bindPose1.p[45]"; +connectAttr "bindPose1.m[45]" "bindPose1.p[46]"; +connectAttr "bindPose1.m[46]" "bindPose1.p[47]"; +connectAttr "bindPose1.m[47]" "bindPose1.p[48]"; +connectAttr "bindPose1.m[48]" "bindPose1.p[49]"; +connectAttr "bindPose1.m[49]" "bindPose1.p[50]"; +connectAttr "bindPose1.m[50]" "bindPose1.p[51]"; +connectAttr "bindPose1.m[51]" "bindPose1.p[52]"; +connectAttr "bindPose1.m[47]" "bindPose1.p[53]"; +connectAttr "bindPose1.m[53]" "bindPose1.p[54]"; +connectAttr "bindPose1.m[54]" "bindPose1.p[55]"; +connectAttr "bindPose1.m[55]" "bindPose1.p[56]"; +connectAttr "bindPose1.m[56]" "bindPose1.p[57]"; +connectAttr "bindPose1.m[47]" "bindPose1.p[58]"; +connectAttr "bindPose1.m[58]" "bindPose1.p[59]"; +connectAttr "bindPose1.m[59]" "bindPose1.p[60]"; +connectAttr "bindPose1.m[60]" "bindPose1.p[61]"; +connectAttr "bindPose1.m[61]" "bindPose1.p[62]"; +connectAttr "bindPose1.m[47]" "bindPose1.p[63]"; +connectAttr "bindPose1.m[63]" "bindPose1.p[64]"; +connectAttr "bindPose1.m[64]" "bindPose1.p[65]"; +connectAttr "bindPose1.m[65]" "bindPose1.p[66]"; +connectAttr "bindPose1.m[66]" "bindPose1.p[67]"; +connectAttr "bindPose1.m[47]" "bindPose1.p[68]"; +connectAttr "bindPose1.m[68]" "bindPose1.p[69]"; +connectAttr "bindPose1.m[69]" "bindPose1.p[70]"; +connectAttr "bindPose1.m[70]" "bindPose1.p[71]"; +connectAttr "bindPose1.m[71]" "bindPose1.p[72]"; +connectAttr "bindPose1.m[14]" "bindPose1.p[73]"; +connectAttr "bindPose1.m[73]" "bindPose1.p[74]"; +connectAttr "bindPose1.m[74]" "bindPose1.p[75]"; +connectAttr "Avatar_Hips.bps" "bindPose1.wm[1]"; +connectAttr "Avatar_LeftUpLeg.bps" "bindPose1.wm[2]"; +connectAttr "Avatar_LeftLeg.bps" "bindPose1.wm[3]"; +connectAttr "Avatar_LeftFoot.bps" "bindPose1.wm[4]"; +connectAttr "Avatar_LeftToeBase.bps" "bindPose1.wm[5]"; +connectAttr "Avatar_LeftToeBase_end.bps" "bindPose1.wm[6]"; +connectAttr "Avatar_RightUpLeg.bps" "bindPose1.wm[7]"; +connectAttr "Avatar_RightLeg.bps" "bindPose1.wm[8]"; +connectAttr "Avatar_RightFoot.bps" "bindPose1.wm[9]"; +connectAttr "Avatar_RightToeBase.bps" "bindPose1.wm[10]"; +connectAttr "Avatar_RightToeBase_end.bps" "bindPose1.wm[11]"; +connectAttr "Avatar_Spine.bps" "bindPose1.wm[12]"; +connectAttr "Avatar_Spine1.bps" "bindPose1.wm[13]"; +connectAttr "Avatar_Spine2.bps" "bindPose1.wm[14]"; +connectAttr "Avatar_LeftShoulder.bps" "bindPose1.wm[15]"; +connectAttr "Avatar_LeftArm.bps" "bindPose1.wm[16]"; +connectAttr "Avatar_LeftForeArm.bps" "bindPose1.wm[17]"; +connectAttr "Avatar_LeftHand.bps" "bindPose1.wm[18]"; +connectAttr "Avatar_LeftHandThumb1.bps" "bindPose1.wm[19]"; +connectAttr "Avatar_LeftHandThumb2.bps" "bindPose1.wm[20]"; +connectAttr "Avatar_LeftHandThumb3.bps" "bindPose1.wm[21]"; +connectAttr "Avatar_LeftHandThumb4.bps" "bindPose1.wm[22]"; +connectAttr "Avatar_LeftHandThumb4_end.bps" "bindPose1.wm[23]"; +connectAttr "Avatar_LeftHandIndex1.bps" "bindPose1.wm[24]"; +connectAttr "Avatar_LeftHandIndex2.bps" "bindPose1.wm[25]"; +connectAttr "Avatar_LeftHandIndex3.bps" "bindPose1.wm[26]"; +connectAttr "Avatar_LeftHandIndex4.bps" "bindPose1.wm[27]"; +connectAttr "Avatar_LeftHandIndex4_end.bps" "bindPose1.wm[28]"; +connectAttr "Avatar_LeftHandMiddle1.bps" "bindPose1.wm[29]"; +connectAttr "Avatar_LeftHandMiddle2.bps" "bindPose1.wm[30]"; +connectAttr "Avatar_LeftHandMiddle3.bps" "bindPose1.wm[31]"; +connectAttr "Avatar_LeftHandMiddle4.bps" "bindPose1.wm[32]"; +connectAttr "Avatar_LeftHandMiddle4_end.bps" "bindPose1.wm[33]"; +connectAttr "Avatar_LeftHandRing1.bps" "bindPose1.wm[34]"; +connectAttr "Avatar_LeftHandRing2.bps" "bindPose1.wm[35]"; +connectAttr "Avatar_LeftHandRing3.bps" "bindPose1.wm[36]"; +connectAttr "Avatar_LeftHandRing4.bps" "bindPose1.wm[37]"; +connectAttr "Avatar_LeftHandRing4_end.bps" "bindPose1.wm[38]"; +connectAttr "Avatar_LeftHandPinky1.bps" "bindPose1.wm[39]"; +connectAttr "Avatar_LeftHandPinky2.bps" "bindPose1.wm[40]"; +connectAttr "Avatar_LeftHandPinky3.bps" "bindPose1.wm[41]"; +connectAttr "Avatar_LeftHandPinky4.bps" "bindPose1.wm[42]"; +connectAttr "Avatar_LeftHandPinky4_end.bps" "bindPose1.wm[43]"; +connectAttr "Avatar_RightShoulder.bps" "bindPose1.wm[44]"; +connectAttr "Avatar_RightArm.bps" "bindPose1.wm[45]"; +connectAttr "Avatar_RightForeArm.bps" "bindPose1.wm[46]"; +connectAttr "Avatar_RightHand.bps" "bindPose1.wm[47]"; +connectAttr "Avatar_RightHandThumb1.bps" "bindPose1.wm[48]"; +connectAttr "Avatar_RightHandThumb2.bps" "bindPose1.wm[49]"; +connectAttr "Avatar_RightHandThumb3.bps" "bindPose1.wm[50]"; +connectAttr "Avatar_RightHandThumb4.bps" "bindPose1.wm[51]"; +connectAttr "Avatar_RightHandThumb4_end.bps" "bindPose1.wm[52]"; +connectAttr "Avatar_RightHandIndex1.bps" "bindPose1.wm[53]"; +connectAttr "Avatar_RightHandIndex2.bps" "bindPose1.wm[54]"; +connectAttr "Avatar_RightHandIndex3.bps" "bindPose1.wm[55]"; +connectAttr "Avatar_RightHandIndex4.bps" "bindPose1.wm[56]"; +connectAttr "Avatar_RightHandIndex4_end.bps" "bindPose1.wm[57]"; +connectAttr "Avatar_RightHandMiddle1.bps" "bindPose1.wm[58]"; +connectAttr "Avatar_RightHandMiddle2.bps" "bindPose1.wm[59]"; +connectAttr "Avatar_RightHandMiddle3.bps" "bindPose1.wm[60]"; +connectAttr "Avatar_RightHandMiddle4.bps" "bindPose1.wm[61]"; +connectAttr "Avatar_RightHandMiddle4_end.bps" "bindPose1.wm[62]"; +connectAttr "Avatar_RightHandRing1.bps" "bindPose1.wm[63]"; +connectAttr "Avatar_RightHandRing2.bps" "bindPose1.wm[64]"; +connectAttr "Avatar_RightHandRing3.bps" "bindPose1.wm[65]"; +connectAttr "Avatar_RightHandRing4.bps" "bindPose1.wm[66]"; +connectAttr "Avatar_RightHandRing4_end.bps" "bindPose1.wm[67]"; +connectAttr "Avatar_RightHandPinky1.bps" "bindPose1.wm[68]"; +connectAttr "Avatar_RightHandPinky2.bps" "bindPose1.wm[69]"; +connectAttr "Avatar_RightHandPinky3.bps" "bindPose1.wm[70]"; +connectAttr "Avatar_RightHandPinky4.bps" "bindPose1.wm[71]"; +connectAttr "Avatar_RightHandPinky4_end.bps" "bindPose1.wm[72]"; +connectAttr "Avatar_Neck.bps" "bindPose1.wm[73]"; +connectAttr "Avatar_Head.bps" "bindPose1.wm[74]"; +connectAttr "Avatar_Head_end.bps" "bindPose1.wm[75]"; +connectAttr "M_Mask_EyebrowsSG.msg" "materialInfo4.sg"; +connectAttr "AvatarEyebrows_MAT.msg" "materialInfo4.m"; +connectAttr "base_color_texture_ncl1_3.msg" "materialInfo4.t" -na; +connectAttr "AvatarEyebrows_MAT.oc" "M_Mask_EyebrowsSG.ss"; +connectAttr "M_Mask_EyebrowsShape.iog" "M_Mask_EyebrowsSG.dsm" -na; +connectAttr "base_color_texture_ncl1_3.oc" "AvatarEyebrows_MAT.c"; +connectAttr "place2dTexture4.o" "base_color_texture_ncl1_3.uv"; +connectAttr "place2dTexture4.ofu" "base_color_texture_ncl1_3.ofu"; +connectAttr "place2dTexture4.ofv" "base_color_texture_ncl1_3.ofv"; +connectAttr "place2dTexture4.rf" "base_color_texture_ncl1_3.rf"; +connectAttr "place2dTexture4.reu" "base_color_texture_ncl1_3.reu"; +connectAttr "place2dTexture4.rev" "base_color_texture_ncl1_3.rev"; +connectAttr "place2dTexture4.vt1" "base_color_texture_ncl1_3.vt1"; +connectAttr "place2dTexture4.vt2" "base_color_texture_ncl1_3.vt2"; +connectAttr "place2dTexture4.vt3" "base_color_texture_ncl1_3.vt3"; +connectAttr "place2dTexture4.vc1" "base_color_texture_ncl1_3.vc1"; +connectAttr "place2dTexture4.ofs" "base_color_texture_ncl1_3.fs"; +connectAttr ":defaultColorMgtGlobals.cme" "base_color_texture_ncl1_3.cme"; +connectAttr ":defaultColorMgtGlobals.cfe" "base_color_texture_ncl1_3.cmcf"; +connectAttr ":defaultColorMgtGlobals.cfp" "base_color_texture_ncl1_3.cmcp"; +connectAttr ":defaultColorMgtGlobals.wsn" "base_color_texture_ncl1_3.ws"; +connectAttr "M_uBody_BaseMeshShapeOrig.w" "skinCluster6.ip[0].ig"; +connectAttr "M_uBody_BaseMeshShapeOrig.o" "skinCluster6.orggeom[0]"; +connectAttr "Avatar_Hips.wm" "skinCluster6.ma[0]"; +connectAttr "Avatar_LeftUpLeg.wm" "skinCluster6.ma[1]"; +connectAttr "Avatar_LeftLeg.wm" "skinCluster6.ma[2]"; +connectAttr "Avatar_LeftFoot.wm" "skinCluster6.ma[3]"; +connectAttr "Avatar_LeftToeBase.wm" "skinCluster6.ma[4]"; +connectAttr "Avatar_LeftToeBase_end.wm" "skinCluster6.ma[5]"; +connectAttr "Avatar_RightUpLeg.wm" "skinCluster6.ma[6]"; +connectAttr "Avatar_RightLeg.wm" "skinCluster6.ma[7]"; +connectAttr "Avatar_RightFoot.wm" "skinCluster6.ma[8]"; +connectAttr "Avatar_RightToeBase.wm" "skinCluster6.ma[9]"; +connectAttr "Avatar_RightToeBase_end.wm" "skinCluster6.ma[10]"; +connectAttr "Avatar_Spine.wm" "skinCluster6.ma[11]"; +connectAttr "Avatar_Spine1.wm" "skinCluster6.ma[12]"; +connectAttr "Avatar_Spine2.wm" "skinCluster6.ma[13]"; +connectAttr "Avatar_LeftShoulder.wm" "skinCluster6.ma[14]"; +connectAttr "Avatar_LeftArm.wm" "skinCluster6.ma[15]"; +connectAttr "Avatar_LeftForeArm.wm" "skinCluster6.ma[16]"; +connectAttr "Avatar_LeftHand.wm" "skinCluster6.ma[17]"; +connectAttr "Avatar_LeftHandThumb1.wm" "skinCluster6.ma[18]"; +connectAttr "Avatar_LeftHandThumb2.wm" "skinCluster6.ma[19]"; +connectAttr "Avatar_LeftHandThumb3.wm" "skinCluster6.ma[20]"; +connectAttr "Avatar_LeftHandThumb4.wm" "skinCluster6.ma[21]"; +connectAttr "Avatar_LeftHandThumb4_end.wm" "skinCluster6.ma[22]"; +connectAttr "Avatar_LeftHandIndex1.wm" "skinCluster6.ma[23]"; +connectAttr "Avatar_LeftHandIndex2.wm" "skinCluster6.ma[24]"; +connectAttr "Avatar_LeftHandIndex3.wm" "skinCluster6.ma[25]"; +connectAttr "Avatar_LeftHandIndex4.wm" "skinCluster6.ma[26]"; +connectAttr "Avatar_LeftHandIndex4_end.wm" "skinCluster6.ma[27]"; +connectAttr "Avatar_LeftHandMiddle1.wm" "skinCluster6.ma[28]"; +connectAttr "Avatar_LeftHandMiddle2.wm" "skinCluster6.ma[29]"; +connectAttr "Avatar_LeftHandMiddle3.wm" "skinCluster6.ma[30]"; +connectAttr "Avatar_LeftHandMiddle4.wm" "skinCluster6.ma[31]"; +connectAttr "Avatar_LeftHandMiddle4_end.wm" "skinCluster6.ma[32]"; +connectAttr "Avatar_LeftHandRing1.wm" "skinCluster6.ma[33]"; +connectAttr "Avatar_LeftHandRing2.wm" "skinCluster6.ma[34]"; +connectAttr "Avatar_LeftHandRing3.wm" "skinCluster6.ma[35]"; +connectAttr "Avatar_LeftHandRing4.wm" "skinCluster6.ma[36]"; +connectAttr "Avatar_LeftHandRing4_end.wm" "skinCluster6.ma[37]"; +connectAttr "Avatar_LeftHandPinky1.wm" "skinCluster6.ma[38]"; +connectAttr "Avatar_LeftHandPinky2.wm" "skinCluster6.ma[39]"; +connectAttr "Avatar_LeftHandPinky3.wm" "skinCluster6.ma[40]"; +connectAttr "Avatar_LeftHandPinky4.wm" "skinCluster6.ma[41]"; +connectAttr "Avatar_LeftHandPinky4_end.wm" "skinCluster6.ma[42]"; +connectAttr "Avatar_RightShoulder.wm" "skinCluster6.ma[43]"; +connectAttr "Avatar_RightArm.wm" "skinCluster6.ma[44]"; +connectAttr "Avatar_RightForeArm.wm" "skinCluster6.ma[45]"; +connectAttr "Avatar_RightHand.wm" "skinCluster6.ma[46]"; +connectAttr "Avatar_RightHandThumb1.wm" "skinCluster6.ma[47]"; +connectAttr "Avatar_RightHandThumb2.wm" "skinCluster6.ma[48]"; +connectAttr "Avatar_RightHandThumb3.wm" "skinCluster6.ma[49]"; +connectAttr "Avatar_RightHandThumb4.wm" "skinCluster6.ma[50]"; +connectAttr "Avatar_RightHandThumb4_end.wm" "skinCluster6.ma[51]"; +connectAttr "Avatar_RightHandIndex1.wm" "skinCluster6.ma[52]"; +connectAttr "Avatar_RightHandIndex2.wm" "skinCluster6.ma[53]"; +connectAttr "Avatar_RightHandIndex3.wm" "skinCluster6.ma[54]"; +connectAttr "Avatar_RightHandIndex4.wm" "skinCluster6.ma[55]"; +connectAttr "Avatar_RightHandIndex4_end.wm" "skinCluster6.ma[56]"; +connectAttr "Avatar_RightHandMiddle1.wm" "skinCluster6.ma[57]"; +connectAttr "Avatar_RightHandMiddle2.wm" "skinCluster6.ma[58]"; +connectAttr "Avatar_RightHandMiddle3.wm" "skinCluster6.ma[59]"; +connectAttr "Avatar_RightHandMiddle4.wm" "skinCluster6.ma[60]"; +connectAttr "Avatar_RightHandMiddle4_end.wm" "skinCluster6.ma[61]"; +connectAttr "Avatar_RightHandRing1.wm" "skinCluster6.ma[62]"; +connectAttr "Avatar_RightHandRing2.wm" "skinCluster6.ma[63]"; +connectAttr "Avatar_RightHandRing3.wm" "skinCluster6.ma[64]"; +connectAttr "Avatar_RightHandRing4.wm" "skinCluster6.ma[65]"; +connectAttr "Avatar_RightHandRing4_end.wm" "skinCluster6.ma[66]"; +connectAttr "Avatar_RightHandPinky1.wm" "skinCluster6.ma[67]"; +connectAttr "Avatar_RightHandPinky2.wm" "skinCluster6.ma[68]"; +connectAttr "Avatar_RightHandPinky3.wm" "skinCluster6.ma[69]"; +connectAttr "Avatar_RightHandPinky4.wm" "skinCluster6.ma[70]"; +connectAttr "Avatar_RightHandPinky4_end.wm" "skinCluster6.ma[71]"; +connectAttr "Avatar_Neck.wm" "skinCluster6.ma[72]"; +connectAttr "Avatar_Head.wm" "skinCluster6.ma[73]"; +connectAttr "Avatar_Head_end.wm" "skinCluster6.ma[74]"; +connectAttr "Avatar_Hips.liw" "skinCluster6.lw[0]"; +connectAttr "Avatar_LeftUpLeg.liw" "skinCluster6.lw[1]"; +connectAttr "Avatar_LeftLeg.liw" "skinCluster6.lw[2]"; +connectAttr "Avatar_LeftFoot.liw" "skinCluster6.lw[3]"; +connectAttr "Avatar_LeftToeBase.liw" "skinCluster6.lw[4]"; +connectAttr "Avatar_LeftToeBase_end.liw" "skinCluster6.lw[5]"; +connectAttr "Avatar_RightUpLeg.liw" "skinCluster6.lw[6]"; +connectAttr "Avatar_RightLeg.liw" "skinCluster6.lw[7]"; +connectAttr "Avatar_RightFoot.liw" "skinCluster6.lw[8]"; +connectAttr "Avatar_RightToeBase.liw" "skinCluster6.lw[9]"; +connectAttr "Avatar_RightToeBase_end.liw" "skinCluster6.lw[10]"; +connectAttr "Avatar_Spine.liw" "skinCluster6.lw[11]"; +connectAttr "Avatar_Spine1.liw" "skinCluster6.lw[12]"; +connectAttr "Avatar_Spine2.liw" "skinCluster6.lw[13]"; +connectAttr "Avatar_LeftShoulder.liw" "skinCluster6.lw[14]"; +connectAttr "Avatar_LeftArm.liw" "skinCluster6.lw[15]"; +connectAttr "Avatar_LeftForeArm.liw" "skinCluster6.lw[16]"; +connectAttr "Avatar_LeftHand.liw" "skinCluster6.lw[17]"; +connectAttr "Avatar_LeftHandThumb1.liw" "skinCluster6.lw[18]"; +connectAttr "Avatar_LeftHandThumb2.liw" "skinCluster6.lw[19]"; +connectAttr "Avatar_LeftHandThumb3.liw" "skinCluster6.lw[20]"; +connectAttr "Avatar_LeftHandThumb4.liw" "skinCluster6.lw[21]"; +connectAttr "Avatar_LeftHandThumb4_end.liw" "skinCluster6.lw[22]"; +connectAttr "Avatar_LeftHandIndex1.liw" "skinCluster6.lw[23]"; +connectAttr "Avatar_LeftHandIndex2.liw" "skinCluster6.lw[24]"; +connectAttr "Avatar_LeftHandIndex3.liw" "skinCluster6.lw[25]"; +connectAttr "Avatar_LeftHandIndex4.liw" "skinCluster6.lw[26]"; +connectAttr "Avatar_LeftHandIndex4_end.liw" "skinCluster6.lw[27]"; +connectAttr "Avatar_LeftHandMiddle1.liw" "skinCluster6.lw[28]"; +connectAttr "Avatar_LeftHandMiddle2.liw" "skinCluster6.lw[29]"; +connectAttr "Avatar_LeftHandMiddle3.liw" "skinCluster6.lw[30]"; +connectAttr "Avatar_LeftHandMiddle4.liw" "skinCluster6.lw[31]"; +connectAttr "Avatar_LeftHandMiddle4_end.liw" "skinCluster6.lw[32]"; +connectAttr "Avatar_LeftHandRing1.liw" "skinCluster6.lw[33]"; +connectAttr "Avatar_LeftHandRing2.liw" "skinCluster6.lw[34]"; +connectAttr "Avatar_LeftHandRing3.liw" "skinCluster6.lw[35]"; +connectAttr "Avatar_LeftHandRing4.liw" "skinCluster6.lw[36]"; +connectAttr "Avatar_LeftHandRing4_end.liw" "skinCluster6.lw[37]"; +connectAttr "Avatar_LeftHandPinky1.liw" "skinCluster6.lw[38]"; +connectAttr "Avatar_LeftHandPinky2.liw" "skinCluster6.lw[39]"; +connectAttr "Avatar_LeftHandPinky3.liw" "skinCluster6.lw[40]"; +connectAttr "Avatar_LeftHandPinky4.liw" "skinCluster6.lw[41]"; +connectAttr "Avatar_LeftHandPinky4_end.liw" "skinCluster6.lw[42]"; +connectAttr "Avatar_RightShoulder.liw" "skinCluster6.lw[43]"; +connectAttr "Avatar_RightArm.liw" "skinCluster6.lw[44]"; +connectAttr "Avatar_RightForeArm.liw" "skinCluster6.lw[45]"; +connectAttr "Avatar_RightHand.liw" "skinCluster6.lw[46]"; +connectAttr "Avatar_RightHandThumb1.liw" "skinCluster6.lw[47]"; +connectAttr "Avatar_RightHandThumb2.liw" "skinCluster6.lw[48]"; +connectAttr "Avatar_RightHandThumb3.liw" "skinCluster6.lw[49]"; +connectAttr "Avatar_RightHandThumb4.liw" "skinCluster6.lw[50]"; +connectAttr "Avatar_RightHandThumb4_end.liw" "skinCluster6.lw[51]"; +connectAttr "Avatar_RightHandIndex1.liw" "skinCluster6.lw[52]"; +connectAttr "Avatar_RightHandIndex2.liw" "skinCluster6.lw[53]"; +connectAttr "Avatar_RightHandIndex3.liw" "skinCluster6.lw[54]"; +connectAttr "Avatar_RightHandIndex4.liw" "skinCluster6.lw[55]"; +connectAttr "Avatar_RightHandIndex4_end.liw" "skinCluster6.lw[56]"; +connectAttr "Avatar_RightHandMiddle1.liw" "skinCluster6.lw[57]"; +connectAttr "Avatar_RightHandMiddle2.liw" "skinCluster6.lw[58]"; +connectAttr "Avatar_RightHandMiddle3.liw" "skinCluster6.lw[59]"; +connectAttr "Avatar_RightHandMiddle4.liw" "skinCluster6.lw[60]"; +connectAttr "Avatar_RightHandMiddle4_end.liw" "skinCluster6.lw[61]"; +connectAttr "Avatar_RightHandRing1.liw" "skinCluster6.lw[62]"; +connectAttr "Avatar_RightHandRing2.liw" "skinCluster6.lw[63]"; +connectAttr "Avatar_RightHandRing3.liw" "skinCluster6.lw[64]"; +connectAttr "Avatar_RightHandRing4.liw" "skinCluster6.lw[65]"; +connectAttr "Avatar_RightHandRing4_end.liw" "skinCluster6.lw[66]"; +connectAttr "Avatar_RightHandPinky1.liw" "skinCluster6.lw[67]"; +connectAttr "Avatar_RightHandPinky2.liw" "skinCluster6.lw[68]"; +connectAttr "Avatar_RightHandPinky3.liw" "skinCluster6.lw[69]"; +connectAttr "Avatar_RightHandPinky4.liw" "skinCluster6.lw[70]"; +connectAttr "Avatar_RightHandPinky4_end.liw" "skinCluster6.lw[71]"; +connectAttr "Avatar_Neck.liw" "skinCluster6.lw[72]"; +connectAttr "Avatar_Head.liw" "skinCluster6.lw[73]"; +connectAttr "Avatar_Head_end.liw" "skinCluster6.lw[74]"; +connectAttr "Avatar_Hips.obcc" "skinCluster6.ifcl[0]"; +connectAttr "Avatar_LeftUpLeg.obcc" "skinCluster6.ifcl[1]"; +connectAttr "Avatar_LeftLeg.obcc" "skinCluster6.ifcl[2]"; +connectAttr "Avatar_LeftFoot.obcc" "skinCluster6.ifcl[3]"; +connectAttr "Avatar_LeftToeBase.obcc" "skinCluster6.ifcl[4]"; +connectAttr "Avatar_LeftToeBase_end.obcc" "skinCluster6.ifcl[5]"; +connectAttr "Avatar_RightUpLeg.obcc" "skinCluster6.ifcl[6]"; +connectAttr "Avatar_RightLeg.obcc" "skinCluster6.ifcl[7]"; +connectAttr "Avatar_RightFoot.obcc" "skinCluster6.ifcl[8]"; +connectAttr "Avatar_RightToeBase.obcc" "skinCluster6.ifcl[9]"; +connectAttr "Avatar_RightToeBase_end.obcc" "skinCluster6.ifcl[10]"; +connectAttr "Avatar_Spine.obcc" "skinCluster6.ifcl[11]"; +connectAttr "Avatar_Spine1.obcc" "skinCluster6.ifcl[12]"; +connectAttr "Avatar_Spine2.obcc" "skinCluster6.ifcl[13]"; +connectAttr "Avatar_LeftShoulder.obcc" "skinCluster6.ifcl[14]"; +connectAttr "Avatar_LeftArm.obcc" "skinCluster6.ifcl[15]"; +connectAttr "Avatar_LeftForeArm.obcc" "skinCluster6.ifcl[16]"; +connectAttr "Avatar_LeftHand.obcc" "skinCluster6.ifcl[17]"; +connectAttr "Avatar_LeftHandThumb1.obcc" "skinCluster6.ifcl[18]"; +connectAttr "Avatar_LeftHandThumb2.obcc" "skinCluster6.ifcl[19]"; +connectAttr "Avatar_LeftHandThumb3.obcc" "skinCluster6.ifcl[20]"; +connectAttr "Avatar_LeftHandThumb4.obcc" "skinCluster6.ifcl[21]"; +connectAttr "Avatar_LeftHandThumb4_end.obcc" "skinCluster6.ifcl[22]"; +connectAttr "Avatar_LeftHandIndex1.obcc" "skinCluster6.ifcl[23]"; +connectAttr "Avatar_LeftHandIndex2.obcc" "skinCluster6.ifcl[24]"; +connectAttr "Avatar_LeftHandIndex3.obcc" "skinCluster6.ifcl[25]"; +connectAttr "Avatar_LeftHandIndex4.obcc" "skinCluster6.ifcl[26]"; +connectAttr "Avatar_LeftHandIndex4_end.obcc" "skinCluster6.ifcl[27]"; +connectAttr "Avatar_LeftHandMiddle1.obcc" "skinCluster6.ifcl[28]"; +connectAttr "Avatar_LeftHandMiddle2.obcc" "skinCluster6.ifcl[29]"; +connectAttr "Avatar_LeftHandMiddle3.obcc" "skinCluster6.ifcl[30]"; +connectAttr "Avatar_LeftHandMiddle4.obcc" "skinCluster6.ifcl[31]"; +connectAttr "Avatar_LeftHandMiddle4_end.obcc" "skinCluster6.ifcl[32]"; +connectAttr "Avatar_LeftHandRing1.obcc" "skinCluster6.ifcl[33]"; +connectAttr "Avatar_LeftHandRing2.obcc" "skinCluster6.ifcl[34]"; +connectAttr "Avatar_LeftHandRing3.obcc" "skinCluster6.ifcl[35]"; +connectAttr "Avatar_LeftHandRing4.obcc" "skinCluster6.ifcl[36]"; +connectAttr "Avatar_LeftHandRing4_end.obcc" "skinCluster6.ifcl[37]"; +connectAttr "Avatar_LeftHandPinky1.obcc" "skinCluster6.ifcl[38]"; +connectAttr "Avatar_LeftHandPinky2.obcc" "skinCluster6.ifcl[39]"; +connectAttr "Avatar_LeftHandPinky3.obcc" "skinCluster6.ifcl[40]"; +connectAttr "Avatar_LeftHandPinky4.obcc" "skinCluster6.ifcl[41]"; +connectAttr "Avatar_LeftHandPinky4_end.obcc" "skinCluster6.ifcl[42]"; +connectAttr "Avatar_RightShoulder.obcc" "skinCluster6.ifcl[43]"; +connectAttr "Avatar_RightArm.obcc" "skinCluster6.ifcl[44]"; +connectAttr "Avatar_RightForeArm.obcc" "skinCluster6.ifcl[45]"; +connectAttr "Avatar_RightHand.obcc" "skinCluster6.ifcl[46]"; +connectAttr "Avatar_RightHandThumb1.obcc" "skinCluster6.ifcl[47]"; +connectAttr "Avatar_RightHandThumb2.obcc" "skinCluster6.ifcl[48]"; +connectAttr "Avatar_RightHandThumb3.obcc" "skinCluster6.ifcl[49]"; +connectAttr "Avatar_RightHandThumb4.obcc" "skinCluster6.ifcl[50]"; +connectAttr "Avatar_RightHandThumb4_end.obcc" "skinCluster6.ifcl[51]"; +connectAttr "Avatar_RightHandIndex1.obcc" "skinCluster6.ifcl[52]"; +connectAttr "Avatar_RightHandIndex2.obcc" "skinCluster6.ifcl[53]"; +connectAttr "Avatar_RightHandIndex3.obcc" "skinCluster6.ifcl[54]"; +connectAttr "Avatar_RightHandIndex4.obcc" "skinCluster6.ifcl[55]"; +connectAttr "Avatar_RightHandIndex4_end.obcc" "skinCluster6.ifcl[56]"; +connectAttr "Avatar_RightHandMiddle1.obcc" "skinCluster6.ifcl[57]"; +connectAttr "Avatar_RightHandMiddle2.obcc" "skinCluster6.ifcl[58]"; +connectAttr "Avatar_RightHandMiddle3.obcc" "skinCluster6.ifcl[59]"; +connectAttr "Avatar_RightHandMiddle4.obcc" "skinCluster6.ifcl[60]"; +connectAttr "Avatar_RightHandMiddle4_end.obcc" "skinCluster6.ifcl[61]"; +connectAttr "Avatar_RightHandRing1.obcc" "skinCluster6.ifcl[62]"; +connectAttr "Avatar_RightHandRing2.obcc" "skinCluster6.ifcl[63]"; +connectAttr "Avatar_RightHandRing3.obcc" "skinCluster6.ifcl[64]"; +connectAttr "Avatar_RightHandRing4.obcc" "skinCluster6.ifcl[65]"; +connectAttr "Avatar_RightHandRing4_end.obcc" "skinCluster6.ifcl[66]"; +connectAttr "Avatar_RightHandPinky1.obcc" "skinCluster6.ifcl[67]"; +connectAttr "Avatar_RightHandPinky2.obcc" "skinCluster6.ifcl[68]"; +connectAttr "Avatar_RightHandPinky3.obcc" "skinCluster6.ifcl[69]"; +connectAttr "Avatar_RightHandPinky4.obcc" "skinCluster6.ifcl[70]"; +connectAttr "Avatar_RightHandPinky4_end.obcc" "skinCluster6.ifcl[71]"; +connectAttr "Avatar_Neck.obcc" "skinCluster6.ifcl[72]"; +connectAttr "Avatar_Head.obcc" "skinCluster6.ifcl[73]"; +connectAttr "Avatar_Head_end.obcc" "skinCluster6.ifcl[74]"; +connectAttr "bindPose1.msg" "skinCluster6.bp"; +connectAttr "M_Feet_BaseMeshSG.msg" "materialInfo2.sg"; +connectAttr "AvatarSkin_MAT.msg" "materialInfo2.m"; +connectAttr "base_color_texture_ncl1_1.msg" "materialInfo2.t" -na; +connectAttr "AvatarSkin_MAT.oc" "M_Feet_BaseMeshSG.ss"; +connectAttr "M_Feet_BaseMeshShape.iog" "M_Feet_BaseMeshSG.dsm" -na; +connectAttr "M_Head_BaseMeshShape.iog" "M_Feet_BaseMeshSG.dsm" -na; +connectAttr "M_lBody_BaseMeshShape.iog" "M_Feet_BaseMeshSG.dsm" -na; +connectAttr "M_uBody_BaseMeshShape.iog" "M_Feet_BaseMeshSG.dsm" -na; +connectAttr "base_color_texture_ncl1_1.oc" "AvatarSkin_MAT.c"; +connectAttr "place2dTexture2.o" "base_color_texture_ncl1_1.uv"; +connectAttr "place2dTexture2.ofu" "base_color_texture_ncl1_1.ofu"; +connectAttr "place2dTexture2.ofv" "base_color_texture_ncl1_1.ofv"; +connectAttr "place2dTexture2.rf" "base_color_texture_ncl1_1.rf"; +connectAttr "place2dTexture2.reu" "base_color_texture_ncl1_1.reu"; +connectAttr "place2dTexture2.rev" "base_color_texture_ncl1_1.rev"; +connectAttr "place2dTexture2.vt1" "base_color_texture_ncl1_1.vt1"; +connectAttr "place2dTexture2.vt2" "base_color_texture_ncl1_1.vt2"; +connectAttr "place2dTexture2.vt3" "base_color_texture_ncl1_1.vt3"; +connectAttr "place2dTexture2.vc1" "base_color_texture_ncl1_1.vc1"; +connectAttr "place2dTexture2.ofs" "base_color_texture_ncl1_1.fs"; +connectAttr ":defaultColorMgtGlobals.cme" "base_color_texture_ncl1_1.cme"; +connectAttr ":defaultColorMgtGlobals.cfe" "base_color_texture_ncl1_1.cmcf"; +connectAttr ":defaultColorMgtGlobals.cfp" "base_color_texture_ncl1_1.cmcp"; +connectAttr ":defaultColorMgtGlobals.wsn" "base_color_texture_ncl1_1.ws"; +connectAttr "M_lBody_BaseMeshShapeOrig.w" "skinCluster5.ip[0].ig"; +connectAttr "M_lBody_BaseMeshShapeOrig.o" "skinCluster5.orggeom[0]"; +connectAttr "Avatar_Hips.wm" "skinCluster5.ma[0]"; +connectAttr "Avatar_LeftUpLeg.wm" "skinCluster5.ma[1]"; +connectAttr "Avatar_LeftLeg.wm" "skinCluster5.ma[2]"; +connectAttr "Avatar_LeftFoot.wm" "skinCluster5.ma[3]"; +connectAttr "Avatar_LeftToeBase.wm" "skinCluster5.ma[4]"; +connectAttr "Avatar_LeftToeBase_end.wm" "skinCluster5.ma[5]"; +connectAttr "Avatar_RightUpLeg.wm" "skinCluster5.ma[6]"; +connectAttr "Avatar_RightLeg.wm" "skinCluster5.ma[7]"; +connectAttr "Avatar_RightFoot.wm" "skinCluster5.ma[8]"; +connectAttr "Avatar_RightToeBase.wm" "skinCluster5.ma[9]"; +connectAttr "Avatar_RightToeBase_end.wm" "skinCluster5.ma[10]"; +connectAttr "Avatar_Spine.wm" "skinCluster5.ma[11]"; +connectAttr "Avatar_Spine1.wm" "skinCluster5.ma[12]"; +connectAttr "Avatar_Spine2.wm" "skinCluster5.ma[13]"; +connectAttr "Avatar_LeftShoulder.wm" "skinCluster5.ma[14]"; +connectAttr "Avatar_LeftArm.wm" "skinCluster5.ma[15]"; +connectAttr "Avatar_LeftForeArm.wm" "skinCluster5.ma[16]"; +connectAttr "Avatar_LeftHand.wm" "skinCluster5.ma[17]"; +connectAttr "Avatar_LeftHandThumb1.wm" "skinCluster5.ma[18]"; +connectAttr "Avatar_LeftHandThumb2.wm" "skinCluster5.ma[19]"; +connectAttr "Avatar_LeftHandThumb3.wm" "skinCluster5.ma[20]"; +connectAttr "Avatar_LeftHandThumb4.wm" "skinCluster5.ma[21]"; +connectAttr "Avatar_LeftHandThumb4_end.wm" "skinCluster5.ma[22]"; +connectAttr "Avatar_LeftHandIndex1.wm" "skinCluster5.ma[23]"; +connectAttr "Avatar_LeftHandIndex2.wm" "skinCluster5.ma[24]"; +connectAttr "Avatar_LeftHandIndex3.wm" "skinCluster5.ma[25]"; +connectAttr "Avatar_LeftHandIndex4.wm" "skinCluster5.ma[26]"; +connectAttr "Avatar_LeftHandIndex4_end.wm" "skinCluster5.ma[27]"; +connectAttr "Avatar_LeftHandMiddle1.wm" "skinCluster5.ma[28]"; +connectAttr "Avatar_LeftHandMiddle2.wm" "skinCluster5.ma[29]"; +connectAttr "Avatar_LeftHandMiddle3.wm" "skinCluster5.ma[30]"; +connectAttr "Avatar_LeftHandMiddle4.wm" "skinCluster5.ma[31]"; +connectAttr "Avatar_LeftHandMiddle4_end.wm" "skinCluster5.ma[32]"; +connectAttr "Avatar_LeftHandRing1.wm" "skinCluster5.ma[33]"; +connectAttr "Avatar_LeftHandRing2.wm" "skinCluster5.ma[34]"; +connectAttr "Avatar_LeftHandRing3.wm" "skinCluster5.ma[35]"; +connectAttr "Avatar_LeftHandRing4.wm" "skinCluster5.ma[36]"; +connectAttr "Avatar_LeftHandRing4_end.wm" "skinCluster5.ma[37]"; +connectAttr "Avatar_LeftHandPinky1.wm" "skinCluster5.ma[38]"; +connectAttr "Avatar_LeftHandPinky2.wm" "skinCluster5.ma[39]"; +connectAttr "Avatar_LeftHandPinky3.wm" "skinCluster5.ma[40]"; +connectAttr "Avatar_LeftHandPinky4.wm" "skinCluster5.ma[41]"; +connectAttr "Avatar_LeftHandPinky4_end.wm" "skinCluster5.ma[42]"; +connectAttr "Avatar_RightShoulder.wm" "skinCluster5.ma[43]"; +connectAttr "Avatar_RightArm.wm" "skinCluster5.ma[44]"; +connectAttr "Avatar_RightForeArm.wm" "skinCluster5.ma[45]"; +connectAttr "Avatar_RightHand.wm" "skinCluster5.ma[46]"; +connectAttr "Avatar_RightHandThumb1.wm" "skinCluster5.ma[47]"; +connectAttr "Avatar_RightHandThumb2.wm" "skinCluster5.ma[48]"; +connectAttr "Avatar_RightHandThumb3.wm" "skinCluster5.ma[49]"; +connectAttr "Avatar_RightHandThumb4.wm" "skinCluster5.ma[50]"; +connectAttr "Avatar_RightHandThumb4_end.wm" "skinCluster5.ma[51]"; +connectAttr "Avatar_RightHandIndex1.wm" "skinCluster5.ma[52]"; +connectAttr "Avatar_RightHandIndex2.wm" "skinCluster5.ma[53]"; +connectAttr "Avatar_RightHandIndex3.wm" "skinCluster5.ma[54]"; +connectAttr "Avatar_RightHandIndex4.wm" "skinCluster5.ma[55]"; +connectAttr "Avatar_RightHandIndex4_end.wm" "skinCluster5.ma[56]"; +connectAttr "Avatar_RightHandMiddle1.wm" "skinCluster5.ma[57]"; +connectAttr "Avatar_RightHandMiddle2.wm" "skinCluster5.ma[58]"; +connectAttr "Avatar_RightHandMiddle3.wm" "skinCluster5.ma[59]"; +connectAttr "Avatar_RightHandMiddle4.wm" "skinCluster5.ma[60]"; +connectAttr "Avatar_RightHandMiddle4_end.wm" "skinCluster5.ma[61]"; +connectAttr "Avatar_RightHandRing1.wm" "skinCluster5.ma[62]"; +connectAttr "Avatar_RightHandRing2.wm" "skinCluster5.ma[63]"; +connectAttr "Avatar_RightHandRing3.wm" "skinCluster5.ma[64]"; +connectAttr "Avatar_RightHandRing4.wm" "skinCluster5.ma[65]"; +connectAttr "Avatar_RightHandRing4_end.wm" "skinCluster5.ma[66]"; +connectAttr "Avatar_RightHandPinky1.wm" "skinCluster5.ma[67]"; +connectAttr "Avatar_RightHandPinky2.wm" "skinCluster5.ma[68]"; +connectAttr "Avatar_RightHandPinky3.wm" "skinCluster5.ma[69]"; +connectAttr "Avatar_RightHandPinky4.wm" "skinCluster5.ma[70]"; +connectAttr "Avatar_RightHandPinky4_end.wm" "skinCluster5.ma[71]"; +connectAttr "Avatar_Neck.wm" "skinCluster5.ma[72]"; +connectAttr "Avatar_Head.wm" "skinCluster5.ma[73]"; +connectAttr "Avatar_Head_end.wm" "skinCluster5.ma[74]"; +connectAttr "Avatar_Hips.liw" "skinCluster5.lw[0]"; +connectAttr "Avatar_LeftUpLeg.liw" "skinCluster5.lw[1]"; +connectAttr "Avatar_LeftLeg.liw" "skinCluster5.lw[2]"; +connectAttr "Avatar_LeftFoot.liw" "skinCluster5.lw[3]"; +connectAttr "Avatar_LeftToeBase.liw" "skinCluster5.lw[4]"; +connectAttr "Avatar_LeftToeBase_end.liw" "skinCluster5.lw[5]"; +connectAttr "Avatar_RightUpLeg.liw" "skinCluster5.lw[6]"; +connectAttr "Avatar_RightLeg.liw" "skinCluster5.lw[7]"; +connectAttr "Avatar_RightFoot.liw" "skinCluster5.lw[8]"; +connectAttr "Avatar_RightToeBase.liw" "skinCluster5.lw[9]"; +connectAttr "Avatar_RightToeBase_end.liw" "skinCluster5.lw[10]"; +connectAttr "Avatar_Spine.liw" "skinCluster5.lw[11]"; +connectAttr "Avatar_Spine1.liw" "skinCluster5.lw[12]"; +connectAttr "Avatar_Spine2.liw" "skinCluster5.lw[13]"; +connectAttr "Avatar_LeftShoulder.liw" "skinCluster5.lw[14]"; +connectAttr "Avatar_LeftArm.liw" "skinCluster5.lw[15]"; +connectAttr "Avatar_LeftForeArm.liw" "skinCluster5.lw[16]"; +connectAttr "Avatar_LeftHand.liw" "skinCluster5.lw[17]"; +connectAttr "Avatar_LeftHandThumb1.liw" "skinCluster5.lw[18]"; +connectAttr "Avatar_LeftHandThumb2.liw" "skinCluster5.lw[19]"; +connectAttr "Avatar_LeftHandThumb3.liw" "skinCluster5.lw[20]"; +connectAttr "Avatar_LeftHandThumb4.liw" "skinCluster5.lw[21]"; +connectAttr "Avatar_LeftHandThumb4_end.liw" "skinCluster5.lw[22]"; +connectAttr "Avatar_LeftHandIndex1.liw" "skinCluster5.lw[23]"; +connectAttr "Avatar_LeftHandIndex2.liw" "skinCluster5.lw[24]"; +connectAttr "Avatar_LeftHandIndex3.liw" "skinCluster5.lw[25]"; +connectAttr "Avatar_LeftHandIndex4.liw" "skinCluster5.lw[26]"; +connectAttr "Avatar_LeftHandIndex4_end.liw" "skinCluster5.lw[27]"; +connectAttr "Avatar_LeftHandMiddle1.liw" "skinCluster5.lw[28]"; +connectAttr "Avatar_LeftHandMiddle2.liw" "skinCluster5.lw[29]"; +connectAttr "Avatar_LeftHandMiddle3.liw" "skinCluster5.lw[30]"; +connectAttr "Avatar_LeftHandMiddle4.liw" "skinCluster5.lw[31]"; +connectAttr "Avatar_LeftHandMiddle4_end.liw" "skinCluster5.lw[32]"; +connectAttr "Avatar_LeftHandRing1.liw" "skinCluster5.lw[33]"; +connectAttr "Avatar_LeftHandRing2.liw" "skinCluster5.lw[34]"; +connectAttr "Avatar_LeftHandRing3.liw" "skinCluster5.lw[35]"; +connectAttr "Avatar_LeftHandRing4.liw" "skinCluster5.lw[36]"; +connectAttr "Avatar_LeftHandRing4_end.liw" "skinCluster5.lw[37]"; +connectAttr "Avatar_LeftHandPinky1.liw" "skinCluster5.lw[38]"; +connectAttr "Avatar_LeftHandPinky2.liw" "skinCluster5.lw[39]"; +connectAttr "Avatar_LeftHandPinky3.liw" "skinCluster5.lw[40]"; +connectAttr "Avatar_LeftHandPinky4.liw" "skinCluster5.lw[41]"; +connectAttr "Avatar_LeftHandPinky4_end.liw" "skinCluster5.lw[42]"; +connectAttr "Avatar_RightShoulder.liw" "skinCluster5.lw[43]"; +connectAttr "Avatar_RightArm.liw" "skinCluster5.lw[44]"; +connectAttr "Avatar_RightForeArm.liw" "skinCluster5.lw[45]"; +connectAttr "Avatar_RightHand.liw" "skinCluster5.lw[46]"; +connectAttr "Avatar_RightHandThumb1.liw" "skinCluster5.lw[47]"; +connectAttr "Avatar_RightHandThumb2.liw" "skinCluster5.lw[48]"; +connectAttr "Avatar_RightHandThumb3.liw" "skinCluster5.lw[49]"; +connectAttr "Avatar_RightHandThumb4.liw" "skinCluster5.lw[50]"; +connectAttr "Avatar_RightHandThumb4_end.liw" "skinCluster5.lw[51]"; +connectAttr "Avatar_RightHandIndex1.liw" "skinCluster5.lw[52]"; +connectAttr "Avatar_RightHandIndex2.liw" "skinCluster5.lw[53]"; +connectAttr "Avatar_RightHandIndex3.liw" "skinCluster5.lw[54]"; +connectAttr "Avatar_RightHandIndex4.liw" "skinCluster5.lw[55]"; +connectAttr "Avatar_RightHandIndex4_end.liw" "skinCluster5.lw[56]"; +connectAttr "Avatar_RightHandMiddle1.liw" "skinCluster5.lw[57]"; +connectAttr "Avatar_RightHandMiddle2.liw" "skinCluster5.lw[58]"; +connectAttr "Avatar_RightHandMiddle3.liw" "skinCluster5.lw[59]"; +connectAttr "Avatar_RightHandMiddle4.liw" "skinCluster5.lw[60]"; +connectAttr "Avatar_RightHandMiddle4_end.liw" "skinCluster5.lw[61]"; +connectAttr "Avatar_RightHandRing1.liw" "skinCluster5.lw[62]"; +connectAttr "Avatar_RightHandRing2.liw" "skinCluster5.lw[63]"; +connectAttr "Avatar_RightHandRing3.liw" "skinCluster5.lw[64]"; +connectAttr "Avatar_RightHandRing4.liw" "skinCluster5.lw[65]"; +connectAttr "Avatar_RightHandRing4_end.liw" "skinCluster5.lw[66]"; +connectAttr "Avatar_RightHandPinky1.liw" "skinCluster5.lw[67]"; +connectAttr "Avatar_RightHandPinky2.liw" "skinCluster5.lw[68]"; +connectAttr "Avatar_RightHandPinky3.liw" "skinCluster5.lw[69]"; +connectAttr "Avatar_RightHandPinky4.liw" "skinCluster5.lw[70]"; +connectAttr "Avatar_RightHandPinky4_end.liw" "skinCluster5.lw[71]"; +connectAttr "Avatar_Neck.liw" "skinCluster5.lw[72]"; +connectAttr "Avatar_Head.liw" "skinCluster5.lw[73]"; +connectAttr "Avatar_Head_end.liw" "skinCluster5.lw[74]"; +connectAttr "Avatar_Hips.obcc" "skinCluster5.ifcl[0]"; +connectAttr "Avatar_LeftUpLeg.obcc" "skinCluster5.ifcl[1]"; +connectAttr "Avatar_LeftLeg.obcc" "skinCluster5.ifcl[2]"; +connectAttr "Avatar_LeftFoot.obcc" "skinCluster5.ifcl[3]"; +connectAttr "Avatar_LeftToeBase.obcc" "skinCluster5.ifcl[4]"; +connectAttr "Avatar_LeftToeBase_end.obcc" "skinCluster5.ifcl[5]"; +connectAttr "Avatar_RightUpLeg.obcc" "skinCluster5.ifcl[6]"; +connectAttr "Avatar_RightLeg.obcc" "skinCluster5.ifcl[7]"; +connectAttr "Avatar_RightFoot.obcc" "skinCluster5.ifcl[8]"; +connectAttr "Avatar_RightToeBase.obcc" "skinCluster5.ifcl[9]"; +connectAttr "Avatar_RightToeBase_end.obcc" "skinCluster5.ifcl[10]"; +connectAttr "Avatar_Spine.obcc" "skinCluster5.ifcl[11]"; +connectAttr "Avatar_Spine1.obcc" "skinCluster5.ifcl[12]"; +connectAttr "Avatar_Spine2.obcc" "skinCluster5.ifcl[13]"; +connectAttr "Avatar_LeftShoulder.obcc" "skinCluster5.ifcl[14]"; +connectAttr "Avatar_LeftArm.obcc" "skinCluster5.ifcl[15]"; +connectAttr "Avatar_LeftForeArm.obcc" "skinCluster5.ifcl[16]"; +connectAttr "Avatar_LeftHand.obcc" "skinCluster5.ifcl[17]"; +connectAttr "Avatar_LeftHandThumb1.obcc" "skinCluster5.ifcl[18]"; +connectAttr "Avatar_LeftHandThumb2.obcc" "skinCluster5.ifcl[19]"; +connectAttr "Avatar_LeftHandThumb3.obcc" "skinCluster5.ifcl[20]"; +connectAttr "Avatar_LeftHandThumb4.obcc" "skinCluster5.ifcl[21]"; +connectAttr "Avatar_LeftHandThumb4_end.obcc" "skinCluster5.ifcl[22]"; +connectAttr "Avatar_LeftHandIndex1.obcc" "skinCluster5.ifcl[23]"; +connectAttr "Avatar_LeftHandIndex2.obcc" "skinCluster5.ifcl[24]"; +connectAttr "Avatar_LeftHandIndex3.obcc" "skinCluster5.ifcl[25]"; +connectAttr "Avatar_LeftHandIndex4.obcc" "skinCluster5.ifcl[26]"; +connectAttr "Avatar_LeftHandIndex4_end.obcc" "skinCluster5.ifcl[27]"; +connectAttr "Avatar_LeftHandMiddle1.obcc" "skinCluster5.ifcl[28]"; +connectAttr "Avatar_LeftHandMiddle2.obcc" "skinCluster5.ifcl[29]"; +connectAttr "Avatar_LeftHandMiddle3.obcc" "skinCluster5.ifcl[30]"; +connectAttr "Avatar_LeftHandMiddle4.obcc" "skinCluster5.ifcl[31]"; +connectAttr "Avatar_LeftHandMiddle4_end.obcc" "skinCluster5.ifcl[32]"; +connectAttr "Avatar_LeftHandRing1.obcc" "skinCluster5.ifcl[33]"; +connectAttr "Avatar_LeftHandRing2.obcc" "skinCluster5.ifcl[34]"; +connectAttr "Avatar_LeftHandRing3.obcc" "skinCluster5.ifcl[35]"; +connectAttr "Avatar_LeftHandRing4.obcc" "skinCluster5.ifcl[36]"; +connectAttr "Avatar_LeftHandRing4_end.obcc" "skinCluster5.ifcl[37]"; +connectAttr "Avatar_LeftHandPinky1.obcc" "skinCluster5.ifcl[38]"; +connectAttr "Avatar_LeftHandPinky2.obcc" "skinCluster5.ifcl[39]"; +connectAttr "Avatar_LeftHandPinky3.obcc" "skinCluster5.ifcl[40]"; +connectAttr "Avatar_LeftHandPinky4.obcc" "skinCluster5.ifcl[41]"; +connectAttr "Avatar_LeftHandPinky4_end.obcc" "skinCluster5.ifcl[42]"; +connectAttr "Avatar_RightShoulder.obcc" "skinCluster5.ifcl[43]"; +connectAttr "Avatar_RightArm.obcc" "skinCluster5.ifcl[44]"; +connectAttr "Avatar_RightForeArm.obcc" "skinCluster5.ifcl[45]"; +connectAttr "Avatar_RightHand.obcc" "skinCluster5.ifcl[46]"; +connectAttr "Avatar_RightHandThumb1.obcc" "skinCluster5.ifcl[47]"; +connectAttr "Avatar_RightHandThumb2.obcc" "skinCluster5.ifcl[48]"; +connectAttr "Avatar_RightHandThumb3.obcc" "skinCluster5.ifcl[49]"; +connectAttr "Avatar_RightHandThumb4.obcc" "skinCluster5.ifcl[50]"; +connectAttr "Avatar_RightHandThumb4_end.obcc" "skinCluster5.ifcl[51]"; +connectAttr "Avatar_RightHandIndex1.obcc" "skinCluster5.ifcl[52]"; +connectAttr "Avatar_RightHandIndex2.obcc" "skinCluster5.ifcl[53]"; +connectAttr "Avatar_RightHandIndex3.obcc" "skinCluster5.ifcl[54]"; +connectAttr "Avatar_RightHandIndex4.obcc" "skinCluster5.ifcl[55]"; +connectAttr "Avatar_RightHandIndex4_end.obcc" "skinCluster5.ifcl[56]"; +connectAttr "Avatar_RightHandMiddle1.obcc" "skinCluster5.ifcl[57]"; +connectAttr "Avatar_RightHandMiddle2.obcc" "skinCluster5.ifcl[58]"; +connectAttr "Avatar_RightHandMiddle3.obcc" "skinCluster5.ifcl[59]"; +connectAttr "Avatar_RightHandMiddle4.obcc" "skinCluster5.ifcl[60]"; +connectAttr "Avatar_RightHandMiddle4_end.obcc" "skinCluster5.ifcl[61]"; +connectAttr "Avatar_RightHandRing1.obcc" "skinCluster5.ifcl[62]"; +connectAttr "Avatar_RightHandRing2.obcc" "skinCluster5.ifcl[63]"; +connectAttr "Avatar_RightHandRing3.obcc" "skinCluster5.ifcl[64]"; +connectAttr "Avatar_RightHandRing4.obcc" "skinCluster5.ifcl[65]"; +connectAttr "Avatar_RightHandRing4_end.obcc" "skinCluster5.ifcl[66]"; +connectAttr "Avatar_RightHandPinky1.obcc" "skinCluster5.ifcl[67]"; +connectAttr "Avatar_RightHandPinky2.obcc" "skinCluster5.ifcl[68]"; +connectAttr "Avatar_RightHandPinky3.obcc" "skinCluster5.ifcl[69]"; +connectAttr "Avatar_RightHandPinky4.obcc" "skinCluster5.ifcl[70]"; +connectAttr "Avatar_RightHandPinky4_end.obcc" "skinCluster5.ifcl[71]"; +connectAttr "Avatar_Neck.obcc" "skinCluster5.ifcl[72]"; +connectAttr "Avatar_Head.obcc" "skinCluster5.ifcl[73]"; +connectAttr "Avatar_Head_end.obcc" "skinCluster5.ifcl[74]"; +connectAttr "bindPose1.msg" "skinCluster5.bp"; +connectAttr "M_Head_BaseMeshShapeOrig.w" "skinCluster4.ip[0].ig"; +connectAttr "M_Head_BaseMeshShapeOrig.o" "skinCluster4.orggeom[0]"; +connectAttr "Avatar_Hips.wm" "skinCluster4.ma[0]"; +connectAttr "Avatar_LeftUpLeg.wm" "skinCluster4.ma[1]"; +connectAttr "Avatar_LeftLeg.wm" "skinCluster4.ma[2]"; +connectAttr "Avatar_LeftFoot.wm" "skinCluster4.ma[3]"; +connectAttr "Avatar_LeftToeBase.wm" "skinCluster4.ma[4]"; +connectAttr "Avatar_LeftToeBase_end.wm" "skinCluster4.ma[5]"; +connectAttr "Avatar_RightUpLeg.wm" "skinCluster4.ma[6]"; +connectAttr "Avatar_RightLeg.wm" "skinCluster4.ma[7]"; +connectAttr "Avatar_RightFoot.wm" "skinCluster4.ma[8]"; +connectAttr "Avatar_RightToeBase.wm" "skinCluster4.ma[9]"; +connectAttr "Avatar_RightToeBase_end.wm" "skinCluster4.ma[10]"; +connectAttr "Avatar_Spine.wm" "skinCluster4.ma[11]"; +connectAttr "Avatar_Spine1.wm" "skinCluster4.ma[12]"; +connectAttr "Avatar_Spine2.wm" "skinCluster4.ma[13]"; +connectAttr "Avatar_LeftShoulder.wm" "skinCluster4.ma[14]"; +connectAttr "Avatar_LeftArm.wm" "skinCluster4.ma[15]"; +connectAttr "Avatar_LeftForeArm.wm" "skinCluster4.ma[16]"; +connectAttr "Avatar_LeftHand.wm" "skinCluster4.ma[17]"; +connectAttr "Avatar_LeftHandThumb1.wm" "skinCluster4.ma[18]"; +connectAttr "Avatar_LeftHandThumb2.wm" "skinCluster4.ma[19]"; +connectAttr "Avatar_LeftHandThumb3.wm" "skinCluster4.ma[20]"; +connectAttr "Avatar_LeftHandThumb4.wm" "skinCluster4.ma[21]"; +connectAttr "Avatar_LeftHandThumb4_end.wm" "skinCluster4.ma[22]"; +connectAttr "Avatar_LeftHandIndex1.wm" "skinCluster4.ma[23]"; +connectAttr "Avatar_LeftHandIndex2.wm" "skinCluster4.ma[24]"; +connectAttr "Avatar_LeftHandIndex3.wm" "skinCluster4.ma[25]"; +connectAttr "Avatar_LeftHandIndex4.wm" "skinCluster4.ma[26]"; +connectAttr "Avatar_LeftHandIndex4_end.wm" "skinCluster4.ma[27]"; +connectAttr "Avatar_LeftHandMiddle1.wm" "skinCluster4.ma[28]"; +connectAttr "Avatar_LeftHandMiddle2.wm" "skinCluster4.ma[29]"; +connectAttr "Avatar_LeftHandMiddle3.wm" "skinCluster4.ma[30]"; +connectAttr "Avatar_LeftHandMiddle4.wm" "skinCluster4.ma[31]"; +connectAttr "Avatar_LeftHandMiddle4_end.wm" "skinCluster4.ma[32]"; +connectAttr "Avatar_LeftHandRing1.wm" "skinCluster4.ma[33]"; +connectAttr "Avatar_LeftHandRing2.wm" "skinCluster4.ma[34]"; +connectAttr "Avatar_LeftHandRing3.wm" "skinCluster4.ma[35]"; +connectAttr "Avatar_LeftHandRing4.wm" "skinCluster4.ma[36]"; +connectAttr "Avatar_LeftHandRing4_end.wm" "skinCluster4.ma[37]"; +connectAttr "Avatar_LeftHandPinky1.wm" "skinCluster4.ma[38]"; +connectAttr "Avatar_LeftHandPinky2.wm" "skinCluster4.ma[39]"; +connectAttr "Avatar_LeftHandPinky3.wm" "skinCluster4.ma[40]"; +connectAttr "Avatar_LeftHandPinky4.wm" "skinCluster4.ma[41]"; +connectAttr "Avatar_LeftHandPinky4_end.wm" "skinCluster4.ma[42]"; +connectAttr "Avatar_RightShoulder.wm" "skinCluster4.ma[43]"; +connectAttr "Avatar_RightArm.wm" "skinCluster4.ma[44]"; +connectAttr "Avatar_RightForeArm.wm" "skinCluster4.ma[45]"; +connectAttr "Avatar_RightHand.wm" "skinCluster4.ma[46]"; +connectAttr "Avatar_RightHandThumb1.wm" "skinCluster4.ma[47]"; +connectAttr "Avatar_RightHandThumb2.wm" "skinCluster4.ma[48]"; +connectAttr "Avatar_RightHandThumb3.wm" "skinCluster4.ma[49]"; +connectAttr "Avatar_RightHandThumb4.wm" "skinCluster4.ma[50]"; +connectAttr "Avatar_RightHandThumb4_end.wm" "skinCluster4.ma[51]"; +connectAttr "Avatar_RightHandIndex1.wm" "skinCluster4.ma[52]"; +connectAttr "Avatar_RightHandIndex2.wm" "skinCluster4.ma[53]"; +connectAttr "Avatar_RightHandIndex3.wm" "skinCluster4.ma[54]"; +connectAttr "Avatar_RightHandIndex4.wm" "skinCluster4.ma[55]"; +connectAttr "Avatar_RightHandIndex4_end.wm" "skinCluster4.ma[56]"; +connectAttr "Avatar_RightHandMiddle1.wm" "skinCluster4.ma[57]"; +connectAttr "Avatar_RightHandMiddle2.wm" "skinCluster4.ma[58]"; +connectAttr "Avatar_RightHandMiddle3.wm" "skinCluster4.ma[59]"; +connectAttr "Avatar_RightHandMiddle4.wm" "skinCluster4.ma[60]"; +connectAttr "Avatar_RightHandMiddle4_end.wm" "skinCluster4.ma[61]"; +connectAttr "Avatar_RightHandRing1.wm" "skinCluster4.ma[62]"; +connectAttr "Avatar_RightHandRing2.wm" "skinCluster4.ma[63]"; +connectAttr "Avatar_RightHandRing3.wm" "skinCluster4.ma[64]"; +connectAttr "Avatar_RightHandRing4.wm" "skinCluster4.ma[65]"; +connectAttr "Avatar_RightHandRing4_end.wm" "skinCluster4.ma[66]"; +connectAttr "Avatar_RightHandPinky1.wm" "skinCluster4.ma[67]"; +connectAttr "Avatar_RightHandPinky2.wm" "skinCluster4.ma[68]"; +connectAttr "Avatar_RightHandPinky3.wm" "skinCluster4.ma[69]"; +connectAttr "Avatar_RightHandPinky4.wm" "skinCluster4.ma[70]"; +connectAttr "Avatar_RightHandPinky4_end.wm" "skinCluster4.ma[71]"; +connectAttr "Avatar_Neck.wm" "skinCluster4.ma[72]"; +connectAttr "Avatar_Head.wm" "skinCluster4.ma[73]"; +connectAttr "Avatar_Head_end.wm" "skinCluster4.ma[74]"; +connectAttr "Avatar_Hips.liw" "skinCluster4.lw[0]"; +connectAttr "Avatar_LeftUpLeg.liw" "skinCluster4.lw[1]"; +connectAttr "Avatar_LeftLeg.liw" "skinCluster4.lw[2]"; +connectAttr "Avatar_LeftFoot.liw" "skinCluster4.lw[3]"; +connectAttr "Avatar_LeftToeBase.liw" "skinCluster4.lw[4]"; +connectAttr "Avatar_LeftToeBase_end.liw" "skinCluster4.lw[5]"; +connectAttr "Avatar_RightUpLeg.liw" "skinCluster4.lw[6]"; +connectAttr "Avatar_RightLeg.liw" "skinCluster4.lw[7]"; +connectAttr "Avatar_RightFoot.liw" "skinCluster4.lw[8]"; +connectAttr "Avatar_RightToeBase.liw" "skinCluster4.lw[9]"; +connectAttr "Avatar_RightToeBase_end.liw" "skinCluster4.lw[10]"; +connectAttr "Avatar_Spine.liw" "skinCluster4.lw[11]"; +connectAttr "Avatar_Spine1.liw" "skinCluster4.lw[12]"; +connectAttr "Avatar_Spine2.liw" "skinCluster4.lw[13]"; +connectAttr "Avatar_LeftShoulder.liw" "skinCluster4.lw[14]"; +connectAttr "Avatar_LeftArm.liw" "skinCluster4.lw[15]"; +connectAttr "Avatar_LeftForeArm.liw" "skinCluster4.lw[16]"; +connectAttr "Avatar_LeftHand.liw" "skinCluster4.lw[17]"; +connectAttr "Avatar_LeftHandThumb1.liw" "skinCluster4.lw[18]"; +connectAttr "Avatar_LeftHandThumb2.liw" "skinCluster4.lw[19]"; +connectAttr "Avatar_LeftHandThumb3.liw" "skinCluster4.lw[20]"; +connectAttr "Avatar_LeftHandThumb4.liw" "skinCluster4.lw[21]"; +connectAttr "Avatar_LeftHandThumb4_end.liw" "skinCluster4.lw[22]"; +connectAttr "Avatar_LeftHandIndex1.liw" "skinCluster4.lw[23]"; +connectAttr "Avatar_LeftHandIndex2.liw" "skinCluster4.lw[24]"; +connectAttr "Avatar_LeftHandIndex3.liw" "skinCluster4.lw[25]"; +connectAttr "Avatar_LeftHandIndex4.liw" "skinCluster4.lw[26]"; +connectAttr "Avatar_LeftHandIndex4_end.liw" "skinCluster4.lw[27]"; +connectAttr "Avatar_LeftHandMiddle1.liw" "skinCluster4.lw[28]"; +connectAttr "Avatar_LeftHandMiddle2.liw" "skinCluster4.lw[29]"; +connectAttr "Avatar_LeftHandMiddle3.liw" "skinCluster4.lw[30]"; +connectAttr "Avatar_LeftHandMiddle4.liw" "skinCluster4.lw[31]"; +connectAttr "Avatar_LeftHandMiddle4_end.liw" "skinCluster4.lw[32]"; +connectAttr "Avatar_LeftHandRing1.liw" "skinCluster4.lw[33]"; +connectAttr "Avatar_LeftHandRing2.liw" "skinCluster4.lw[34]"; +connectAttr "Avatar_LeftHandRing3.liw" "skinCluster4.lw[35]"; +connectAttr "Avatar_LeftHandRing4.liw" "skinCluster4.lw[36]"; +connectAttr "Avatar_LeftHandRing4_end.liw" "skinCluster4.lw[37]"; +connectAttr "Avatar_LeftHandPinky1.liw" "skinCluster4.lw[38]"; +connectAttr "Avatar_LeftHandPinky2.liw" "skinCluster4.lw[39]"; +connectAttr "Avatar_LeftHandPinky3.liw" "skinCluster4.lw[40]"; +connectAttr "Avatar_LeftHandPinky4.liw" "skinCluster4.lw[41]"; +connectAttr "Avatar_LeftHandPinky4_end.liw" "skinCluster4.lw[42]"; +connectAttr "Avatar_RightShoulder.liw" "skinCluster4.lw[43]"; +connectAttr "Avatar_RightArm.liw" "skinCluster4.lw[44]"; +connectAttr "Avatar_RightForeArm.liw" "skinCluster4.lw[45]"; +connectAttr "Avatar_RightHand.liw" "skinCluster4.lw[46]"; +connectAttr "Avatar_RightHandThumb1.liw" "skinCluster4.lw[47]"; +connectAttr "Avatar_RightHandThumb2.liw" "skinCluster4.lw[48]"; +connectAttr "Avatar_RightHandThumb3.liw" "skinCluster4.lw[49]"; +connectAttr "Avatar_RightHandThumb4.liw" "skinCluster4.lw[50]"; +connectAttr "Avatar_RightHandThumb4_end.liw" "skinCluster4.lw[51]"; +connectAttr "Avatar_RightHandIndex1.liw" "skinCluster4.lw[52]"; +connectAttr "Avatar_RightHandIndex2.liw" "skinCluster4.lw[53]"; +connectAttr "Avatar_RightHandIndex3.liw" "skinCluster4.lw[54]"; +connectAttr "Avatar_RightHandIndex4.liw" "skinCluster4.lw[55]"; +connectAttr "Avatar_RightHandIndex4_end.liw" "skinCluster4.lw[56]"; +connectAttr "Avatar_RightHandMiddle1.liw" "skinCluster4.lw[57]"; +connectAttr "Avatar_RightHandMiddle2.liw" "skinCluster4.lw[58]"; +connectAttr "Avatar_RightHandMiddle3.liw" "skinCluster4.lw[59]"; +connectAttr "Avatar_RightHandMiddle4.liw" "skinCluster4.lw[60]"; +connectAttr "Avatar_RightHandMiddle4_end.liw" "skinCluster4.lw[61]"; +connectAttr "Avatar_RightHandRing1.liw" "skinCluster4.lw[62]"; +connectAttr "Avatar_RightHandRing2.liw" "skinCluster4.lw[63]"; +connectAttr "Avatar_RightHandRing3.liw" "skinCluster4.lw[64]"; +connectAttr "Avatar_RightHandRing4.liw" "skinCluster4.lw[65]"; +connectAttr "Avatar_RightHandRing4_end.liw" "skinCluster4.lw[66]"; +connectAttr "Avatar_RightHandPinky1.liw" "skinCluster4.lw[67]"; +connectAttr "Avatar_RightHandPinky2.liw" "skinCluster4.lw[68]"; +connectAttr "Avatar_RightHandPinky3.liw" "skinCluster4.lw[69]"; +connectAttr "Avatar_RightHandPinky4.liw" "skinCluster4.lw[70]"; +connectAttr "Avatar_RightHandPinky4_end.liw" "skinCluster4.lw[71]"; +connectAttr "Avatar_Neck.liw" "skinCluster4.lw[72]"; +connectAttr "Avatar_Head.liw" "skinCluster4.lw[73]"; +connectAttr "Avatar_Head_end.liw" "skinCluster4.lw[74]"; +connectAttr "Avatar_Hips.obcc" "skinCluster4.ifcl[0]"; +connectAttr "Avatar_LeftUpLeg.obcc" "skinCluster4.ifcl[1]"; +connectAttr "Avatar_LeftLeg.obcc" "skinCluster4.ifcl[2]"; +connectAttr "Avatar_LeftFoot.obcc" "skinCluster4.ifcl[3]"; +connectAttr "Avatar_LeftToeBase.obcc" "skinCluster4.ifcl[4]"; +connectAttr "Avatar_LeftToeBase_end.obcc" "skinCluster4.ifcl[5]"; +connectAttr "Avatar_RightUpLeg.obcc" "skinCluster4.ifcl[6]"; +connectAttr "Avatar_RightLeg.obcc" "skinCluster4.ifcl[7]"; +connectAttr "Avatar_RightFoot.obcc" "skinCluster4.ifcl[8]"; +connectAttr "Avatar_RightToeBase.obcc" "skinCluster4.ifcl[9]"; +connectAttr "Avatar_RightToeBase_end.obcc" "skinCluster4.ifcl[10]"; +connectAttr "Avatar_Spine.obcc" "skinCluster4.ifcl[11]"; +connectAttr "Avatar_Spine1.obcc" "skinCluster4.ifcl[12]"; +connectAttr "Avatar_Spine2.obcc" "skinCluster4.ifcl[13]"; +connectAttr "Avatar_LeftShoulder.obcc" "skinCluster4.ifcl[14]"; +connectAttr "Avatar_LeftArm.obcc" "skinCluster4.ifcl[15]"; +connectAttr "Avatar_LeftForeArm.obcc" "skinCluster4.ifcl[16]"; +connectAttr "Avatar_LeftHand.obcc" "skinCluster4.ifcl[17]"; +connectAttr "Avatar_LeftHandThumb1.obcc" "skinCluster4.ifcl[18]"; +connectAttr "Avatar_LeftHandThumb2.obcc" "skinCluster4.ifcl[19]"; +connectAttr "Avatar_LeftHandThumb3.obcc" "skinCluster4.ifcl[20]"; +connectAttr "Avatar_LeftHandThumb4.obcc" "skinCluster4.ifcl[21]"; +connectAttr "Avatar_LeftHandThumb4_end.obcc" "skinCluster4.ifcl[22]"; +connectAttr "Avatar_LeftHandIndex1.obcc" "skinCluster4.ifcl[23]"; +connectAttr "Avatar_LeftHandIndex2.obcc" "skinCluster4.ifcl[24]"; +connectAttr "Avatar_LeftHandIndex3.obcc" "skinCluster4.ifcl[25]"; +connectAttr "Avatar_LeftHandIndex4.obcc" "skinCluster4.ifcl[26]"; +connectAttr "Avatar_LeftHandIndex4_end.obcc" "skinCluster4.ifcl[27]"; +connectAttr "Avatar_LeftHandMiddle1.obcc" "skinCluster4.ifcl[28]"; +connectAttr "Avatar_LeftHandMiddle2.obcc" "skinCluster4.ifcl[29]"; +connectAttr "Avatar_LeftHandMiddle3.obcc" "skinCluster4.ifcl[30]"; +connectAttr "Avatar_LeftHandMiddle4.obcc" "skinCluster4.ifcl[31]"; +connectAttr "Avatar_LeftHandMiddle4_end.obcc" "skinCluster4.ifcl[32]"; +connectAttr "Avatar_LeftHandRing1.obcc" "skinCluster4.ifcl[33]"; +connectAttr "Avatar_LeftHandRing2.obcc" "skinCluster4.ifcl[34]"; +connectAttr "Avatar_LeftHandRing3.obcc" "skinCluster4.ifcl[35]"; +connectAttr "Avatar_LeftHandRing4.obcc" "skinCluster4.ifcl[36]"; +connectAttr "Avatar_LeftHandRing4_end.obcc" "skinCluster4.ifcl[37]"; +connectAttr "Avatar_LeftHandPinky1.obcc" "skinCluster4.ifcl[38]"; +connectAttr "Avatar_LeftHandPinky2.obcc" "skinCluster4.ifcl[39]"; +connectAttr "Avatar_LeftHandPinky3.obcc" "skinCluster4.ifcl[40]"; +connectAttr "Avatar_LeftHandPinky4.obcc" "skinCluster4.ifcl[41]"; +connectAttr "Avatar_LeftHandPinky4_end.obcc" "skinCluster4.ifcl[42]"; +connectAttr "Avatar_RightShoulder.obcc" "skinCluster4.ifcl[43]"; +connectAttr "Avatar_RightArm.obcc" "skinCluster4.ifcl[44]"; +connectAttr "Avatar_RightForeArm.obcc" "skinCluster4.ifcl[45]"; +connectAttr "Avatar_RightHand.obcc" "skinCluster4.ifcl[46]"; +connectAttr "Avatar_RightHandThumb1.obcc" "skinCluster4.ifcl[47]"; +connectAttr "Avatar_RightHandThumb2.obcc" "skinCluster4.ifcl[48]"; +connectAttr "Avatar_RightHandThumb3.obcc" "skinCluster4.ifcl[49]"; +connectAttr "Avatar_RightHandThumb4.obcc" "skinCluster4.ifcl[50]"; +connectAttr "Avatar_RightHandThumb4_end.obcc" "skinCluster4.ifcl[51]"; +connectAttr "Avatar_RightHandIndex1.obcc" "skinCluster4.ifcl[52]"; +connectAttr "Avatar_RightHandIndex2.obcc" "skinCluster4.ifcl[53]"; +connectAttr "Avatar_RightHandIndex3.obcc" "skinCluster4.ifcl[54]"; +connectAttr "Avatar_RightHandIndex4.obcc" "skinCluster4.ifcl[55]"; +connectAttr "Avatar_RightHandIndex4_end.obcc" "skinCluster4.ifcl[56]"; +connectAttr "Avatar_RightHandMiddle1.obcc" "skinCluster4.ifcl[57]"; +connectAttr "Avatar_RightHandMiddle2.obcc" "skinCluster4.ifcl[58]"; +connectAttr "Avatar_RightHandMiddle3.obcc" "skinCluster4.ifcl[59]"; +connectAttr "Avatar_RightHandMiddle4.obcc" "skinCluster4.ifcl[60]"; +connectAttr "Avatar_RightHandMiddle4_end.obcc" "skinCluster4.ifcl[61]"; +connectAttr "Avatar_RightHandRing1.obcc" "skinCluster4.ifcl[62]"; +connectAttr "Avatar_RightHandRing2.obcc" "skinCluster4.ifcl[63]"; +connectAttr "Avatar_RightHandRing3.obcc" "skinCluster4.ifcl[64]"; +connectAttr "Avatar_RightHandRing4.obcc" "skinCluster4.ifcl[65]"; +connectAttr "Avatar_RightHandRing4_end.obcc" "skinCluster4.ifcl[66]"; +connectAttr "Avatar_RightHandPinky1.obcc" "skinCluster4.ifcl[67]"; +connectAttr "Avatar_RightHandPinky2.obcc" "skinCluster4.ifcl[68]"; +connectAttr "Avatar_RightHandPinky3.obcc" "skinCluster4.ifcl[69]"; +connectAttr "Avatar_RightHandPinky4.obcc" "skinCluster4.ifcl[70]"; +connectAttr "Avatar_RightHandPinky4_end.obcc" "skinCluster4.ifcl[71]"; +connectAttr "Avatar_Neck.obcc" "skinCluster4.ifcl[72]"; +connectAttr "Avatar_Head.obcc" "skinCluster4.ifcl[73]"; +connectAttr "Avatar_Head_end.obcc" "skinCluster4.ifcl[74]"; +connectAttr "bindPose1.msg" "skinCluster4.bp"; +connectAttr "M_Mask_MouthShapeOrig.w" "skinCluster3.ip[0].ig"; +connectAttr "M_Mask_MouthShapeOrig.o" "skinCluster3.orggeom[0]"; +connectAttr "Avatar_Hips.wm" "skinCluster3.ma[0]"; +connectAttr "Avatar_LeftUpLeg.wm" "skinCluster3.ma[1]"; +connectAttr "Avatar_LeftLeg.wm" "skinCluster3.ma[2]"; +connectAttr "Avatar_LeftFoot.wm" "skinCluster3.ma[3]"; +connectAttr "Avatar_LeftToeBase.wm" "skinCluster3.ma[4]"; +connectAttr "Avatar_LeftToeBase_end.wm" "skinCluster3.ma[5]"; +connectAttr "Avatar_RightUpLeg.wm" "skinCluster3.ma[6]"; +connectAttr "Avatar_RightLeg.wm" "skinCluster3.ma[7]"; +connectAttr "Avatar_RightFoot.wm" "skinCluster3.ma[8]"; +connectAttr "Avatar_RightToeBase.wm" "skinCluster3.ma[9]"; +connectAttr "Avatar_RightToeBase_end.wm" "skinCluster3.ma[10]"; +connectAttr "Avatar_Spine.wm" "skinCluster3.ma[11]"; +connectAttr "Avatar_Spine1.wm" "skinCluster3.ma[12]"; +connectAttr "Avatar_Spine2.wm" "skinCluster3.ma[13]"; +connectAttr "Avatar_LeftShoulder.wm" "skinCluster3.ma[14]"; +connectAttr "Avatar_LeftArm.wm" "skinCluster3.ma[15]"; +connectAttr "Avatar_LeftForeArm.wm" "skinCluster3.ma[16]"; +connectAttr "Avatar_LeftHand.wm" "skinCluster3.ma[17]"; +connectAttr "Avatar_LeftHandThumb1.wm" "skinCluster3.ma[18]"; +connectAttr "Avatar_LeftHandThumb2.wm" "skinCluster3.ma[19]"; +connectAttr "Avatar_LeftHandThumb3.wm" "skinCluster3.ma[20]"; +connectAttr "Avatar_LeftHandThumb4.wm" "skinCluster3.ma[21]"; +connectAttr "Avatar_LeftHandThumb4_end.wm" "skinCluster3.ma[22]"; +connectAttr "Avatar_LeftHandIndex1.wm" "skinCluster3.ma[23]"; +connectAttr "Avatar_LeftHandIndex2.wm" "skinCluster3.ma[24]"; +connectAttr "Avatar_LeftHandIndex3.wm" "skinCluster3.ma[25]"; +connectAttr "Avatar_LeftHandIndex4.wm" "skinCluster3.ma[26]"; +connectAttr "Avatar_LeftHandIndex4_end.wm" "skinCluster3.ma[27]"; +connectAttr "Avatar_LeftHandMiddle1.wm" "skinCluster3.ma[28]"; +connectAttr "Avatar_LeftHandMiddle2.wm" "skinCluster3.ma[29]"; +connectAttr "Avatar_LeftHandMiddle3.wm" "skinCluster3.ma[30]"; +connectAttr "Avatar_LeftHandMiddle4.wm" "skinCluster3.ma[31]"; +connectAttr "Avatar_LeftHandMiddle4_end.wm" "skinCluster3.ma[32]"; +connectAttr "Avatar_LeftHandRing1.wm" "skinCluster3.ma[33]"; +connectAttr "Avatar_LeftHandRing2.wm" "skinCluster3.ma[34]"; +connectAttr "Avatar_LeftHandRing3.wm" "skinCluster3.ma[35]"; +connectAttr "Avatar_LeftHandRing4.wm" "skinCluster3.ma[36]"; +connectAttr "Avatar_LeftHandRing4_end.wm" "skinCluster3.ma[37]"; +connectAttr "Avatar_LeftHandPinky1.wm" "skinCluster3.ma[38]"; +connectAttr "Avatar_LeftHandPinky2.wm" "skinCluster3.ma[39]"; +connectAttr "Avatar_LeftHandPinky3.wm" "skinCluster3.ma[40]"; +connectAttr "Avatar_LeftHandPinky4.wm" "skinCluster3.ma[41]"; +connectAttr "Avatar_LeftHandPinky4_end.wm" "skinCluster3.ma[42]"; +connectAttr "Avatar_RightShoulder.wm" "skinCluster3.ma[43]"; +connectAttr "Avatar_RightArm.wm" "skinCluster3.ma[44]"; +connectAttr "Avatar_RightForeArm.wm" "skinCluster3.ma[45]"; +connectAttr "Avatar_RightHand.wm" "skinCluster3.ma[46]"; +connectAttr "Avatar_RightHandThumb1.wm" "skinCluster3.ma[47]"; +connectAttr "Avatar_RightHandThumb2.wm" "skinCluster3.ma[48]"; +connectAttr "Avatar_RightHandThumb3.wm" "skinCluster3.ma[49]"; +connectAttr "Avatar_RightHandThumb4.wm" "skinCluster3.ma[50]"; +connectAttr "Avatar_RightHandThumb4_end.wm" "skinCluster3.ma[51]"; +connectAttr "Avatar_RightHandIndex1.wm" "skinCluster3.ma[52]"; +connectAttr "Avatar_RightHandIndex2.wm" "skinCluster3.ma[53]"; +connectAttr "Avatar_RightHandIndex3.wm" "skinCluster3.ma[54]"; +connectAttr "Avatar_RightHandIndex4.wm" "skinCluster3.ma[55]"; +connectAttr "Avatar_RightHandIndex4_end.wm" "skinCluster3.ma[56]"; +connectAttr "Avatar_RightHandMiddle1.wm" "skinCluster3.ma[57]"; +connectAttr "Avatar_RightHandMiddle2.wm" "skinCluster3.ma[58]"; +connectAttr "Avatar_RightHandMiddle3.wm" "skinCluster3.ma[59]"; +connectAttr "Avatar_RightHandMiddle4.wm" "skinCluster3.ma[60]"; +connectAttr "Avatar_RightHandMiddle4_end.wm" "skinCluster3.ma[61]"; +connectAttr "Avatar_RightHandRing1.wm" "skinCluster3.ma[62]"; +connectAttr "Avatar_RightHandRing2.wm" "skinCluster3.ma[63]"; +connectAttr "Avatar_RightHandRing3.wm" "skinCluster3.ma[64]"; +connectAttr "Avatar_RightHandRing4.wm" "skinCluster3.ma[65]"; +connectAttr "Avatar_RightHandRing4_end.wm" "skinCluster3.ma[66]"; +connectAttr "Avatar_RightHandPinky1.wm" "skinCluster3.ma[67]"; +connectAttr "Avatar_RightHandPinky2.wm" "skinCluster3.ma[68]"; +connectAttr "Avatar_RightHandPinky3.wm" "skinCluster3.ma[69]"; +connectAttr "Avatar_RightHandPinky4.wm" "skinCluster3.ma[70]"; +connectAttr "Avatar_RightHandPinky4_end.wm" "skinCluster3.ma[71]"; +connectAttr "Avatar_Neck.wm" "skinCluster3.ma[72]"; +connectAttr "Avatar_Head.wm" "skinCluster3.ma[73]"; +connectAttr "Avatar_Head_end.wm" "skinCluster3.ma[74]"; +connectAttr "Avatar_Hips.liw" "skinCluster3.lw[0]"; +connectAttr "Avatar_LeftUpLeg.liw" "skinCluster3.lw[1]"; +connectAttr "Avatar_LeftLeg.liw" "skinCluster3.lw[2]"; +connectAttr "Avatar_LeftFoot.liw" "skinCluster3.lw[3]"; +connectAttr "Avatar_LeftToeBase.liw" "skinCluster3.lw[4]"; +connectAttr "Avatar_LeftToeBase_end.liw" "skinCluster3.lw[5]"; +connectAttr "Avatar_RightUpLeg.liw" "skinCluster3.lw[6]"; +connectAttr "Avatar_RightLeg.liw" "skinCluster3.lw[7]"; +connectAttr "Avatar_RightFoot.liw" "skinCluster3.lw[8]"; +connectAttr "Avatar_RightToeBase.liw" "skinCluster3.lw[9]"; +connectAttr "Avatar_RightToeBase_end.liw" "skinCluster3.lw[10]"; +connectAttr "Avatar_Spine.liw" "skinCluster3.lw[11]"; +connectAttr "Avatar_Spine1.liw" "skinCluster3.lw[12]"; +connectAttr "Avatar_Spine2.liw" "skinCluster3.lw[13]"; +connectAttr "Avatar_LeftShoulder.liw" "skinCluster3.lw[14]"; +connectAttr "Avatar_LeftArm.liw" "skinCluster3.lw[15]"; +connectAttr "Avatar_LeftForeArm.liw" "skinCluster3.lw[16]"; +connectAttr "Avatar_LeftHand.liw" "skinCluster3.lw[17]"; +connectAttr "Avatar_LeftHandThumb1.liw" "skinCluster3.lw[18]"; +connectAttr "Avatar_LeftHandThumb2.liw" "skinCluster3.lw[19]"; +connectAttr "Avatar_LeftHandThumb3.liw" "skinCluster3.lw[20]"; +connectAttr "Avatar_LeftHandThumb4.liw" "skinCluster3.lw[21]"; +connectAttr "Avatar_LeftHandThumb4_end.liw" "skinCluster3.lw[22]"; +connectAttr "Avatar_LeftHandIndex1.liw" "skinCluster3.lw[23]"; +connectAttr "Avatar_LeftHandIndex2.liw" "skinCluster3.lw[24]"; +connectAttr "Avatar_LeftHandIndex3.liw" "skinCluster3.lw[25]"; +connectAttr "Avatar_LeftHandIndex4.liw" "skinCluster3.lw[26]"; +connectAttr "Avatar_LeftHandIndex4_end.liw" "skinCluster3.lw[27]"; +connectAttr "Avatar_LeftHandMiddle1.liw" "skinCluster3.lw[28]"; +connectAttr "Avatar_LeftHandMiddle2.liw" "skinCluster3.lw[29]"; +connectAttr "Avatar_LeftHandMiddle3.liw" "skinCluster3.lw[30]"; +connectAttr "Avatar_LeftHandMiddle4.liw" "skinCluster3.lw[31]"; +connectAttr "Avatar_LeftHandMiddle4_end.liw" "skinCluster3.lw[32]"; +connectAttr "Avatar_LeftHandRing1.liw" "skinCluster3.lw[33]"; +connectAttr "Avatar_LeftHandRing2.liw" "skinCluster3.lw[34]"; +connectAttr "Avatar_LeftHandRing3.liw" "skinCluster3.lw[35]"; +connectAttr "Avatar_LeftHandRing4.liw" "skinCluster3.lw[36]"; +connectAttr "Avatar_LeftHandRing4_end.liw" "skinCluster3.lw[37]"; +connectAttr "Avatar_LeftHandPinky1.liw" "skinCluster3.lw[38]"; +connectAttr "Avatar_LeftHandPinky2.liw" "skinCluster3.lw[39]"; +connectAttr "Avatar_LeftHandPinky3.liw" "skinCluster3.lw[40]"; +connectAttr "Avatar_LeftHandPinky4.liw" "skinCluster3.lw[41]"; +connectAttr "Avatar_LeftHandPinky4_end.liw" "skinCluster3.lw[42]"; +connectAttr "Avatar_RightShoulder.liw" "skinCluster3.lw[43]"; +connectAttr "Avatar_RightArm.liw" "skinCluster3.lw[44]"; +connectAttr "Avatar_RightForeArm.liw" "skinCluster3.lw[45]"; +connectAttr "Avatar_RightHand.liw" "skinCluster3.lw[46]"; +connectAttr "Avatar_RightHandThumb1.liw" "skinCluster3.lw[47]"; +connectAttr "Avatar_RightHandThumb2.liw" "skinCluster3.lw[48]"; +connectAttr "Avatar_RightHandThumb3.liw" "skinCluster3.lw[49]"; +connectAttr "Avatar_RightHandThumb4.liw" "skinCluster3.lw[50]"; +connectAttr "Avatar_RightHandThumb4_end.liw" "skinCluster3.lw[51]"; +connectAttr "Avatar_RightHandIndex1.liw" "skinCluster3.lw[52]"; +connectAttr "Avatar_RightHandIndex2.liw" "skinCluster3.lw[53]"; +connectAttr "Avatar_RightHandIndex3.liw" "skinCluster3.lw[54]"; +connectAttr "Avatar_RightHandIndex4.liw" "skinCluster3.lw[55]"; +connectAttr "Avatar_RightHandIndex4_end.liw" "skinCluster3.lw[56]"; +connectAttr "Avatar_RightHandMiddle1.liw" "skinCluster3.lw[57]"; +connectAttr "Avatar_RightHandMiddle2.liw" "skinCluster3.lw[58]"; +connectAttr "Avatar_RightHandMiddle3.liw" "skinCluster3.lw[59]"; +connectAttr "Avatar_RightHandMiddle4.liw" "skinCluster3.lw[60]"; +connectAttr "Avatar_RightHandMiddle4_end.liw" "skinCluster3.lw[61]"; +connectAttr "Avatar_RightHandRing1.liw" "skinCluster3.lw[62]"; +connectAttr "Avatar_RightHandRing2.liw" "skinCluster3.lw[63]"; +connectAttr "Avatar_RightHandRing3.liw" "skinCluster3.lw[64]"; +connectAttr "Avatar_RightHandRing4.liw" "skinCluster3.lw[65]"; +connectAttr "Avatar_RightHandRing4_end.liw" "skinCluster3.lw[66]"; +connectAttr "Avatar_RightHandPinky1.liw" "skinCluster3.lw[67]"; +connectAttr "Avatar_RightHandPinky2.liw" "skinCluster3.lw[68]"; +connectAttr "Avatar_RightHandPinky3.liw" "skinCluster3.lw[69]"; +connectAttr "Avatar_RightHandPinky4.liw" "skinCluster3.lw[70]"; +connectAttr "Avatar_RightHandPinky4_end.liw" "skinCluster3.lw[71]"; +connectAttr "Avatar_Neck.liw" "skinCluster3.lw[72]"; +connectAttr "Avatar_Head.liw" "skinCluster3.lw[73]"; +connectAttr "Avatar_Head_end.liw" "skinCluster3.lw[74]"; +connectAttr "Avatar_Hips.obcc" "skinCluster3.ifcl[0]"; +connectAttr "Avatar_LeftUpLeg.obcc" "skinCluster3.ifcl[1]"; +connectAttr "Avatar_LeftLeg.obcc" "skinCluster3.ifcl[2]"; +connectAttr "Avatar_LeftFoot.obcc" "skinCluster3.ifcl[3]"; +connectAttr "Avatar_LeftToeBase.obcc" "skinCluster3.ifcl[4]"; +connectAttr "Avatar_LeftToeBase_end.obcc" "skinCluster3.ifcl[5]"; +connectAttr "Avatar_RightUpLeg.obcc" "skinCluster3.ifcl[6]"; +connectAttr "Avatar_RightLeg.obcc" "skinCluster3.ifcl[7]"; +connectAttr "Avatar_RightFoot.obcc" "skinCluster3.ifcl[8]"; +connectAttr "Avatar_RightToeBase.obcc" "skinCluster3.ifcl[9]"; +connectAttr "Avatar_RightToeBase_end.obcc" "skinCluster3.ifcl[10]"; +connectAttr "Avatar_Spine.obcc" "skinCluster3.ifcl[11]"; +connectAttr "Avatar_Spine1.obcc" "skinCluster3.ifcl[12]"; +connectAttr "Avatar_Spine2.obcc" "skinCluster3.ifcl[13]"; +connectAttr "Avatar_LeftShoulder.obcc" "skinCluster3.ifcl[14]"; +connectAttr "Avatar_LeftArm.obcc" "skinCluster3.ifcl[15]"; +connectAttr "Avatar_LeftForeArm.obcc" "skinCluster3.ifcl[16]"; +connectAttr "Avatar_LeftHand.obcc" "skinCluster3.ifcl[17]"; +connectAttr "Avatar_LeftHandThumb1.obcc" "skinCluster3.ifcl[18]"; +connectAttr "Avatar_LeftHandThumb2.obcc" "skinCluster3.ifcl[19]"; +connectAttr "Avatar_LeftHandThumb3.obcc" "skinCluster3.ifcl[20]"; +connectAttr "Avatar_LeftHandThumb4.obcc" "skinCluster3.ifcl[21]"; +connectAttr "Avatar_LeftHandThumb4_end.obcc" "skinCluster3.ifcl[22]"; +connectAttr "Avatar_LeftHandIndex1.obcc" "skinCluster3.ifcl[23]"; +connectAttr "Avatar_LeftHandIndex2.obcc" "skinCluster3.ifcl[24]"; +connectAttr "Avatar_LeftHandIndex3.obcc" "skinCluster3.ifcl[25]"; +connectAttr "Avatar_LeftHandIndex4.obcc" "skinCluster3.ifcl[26]"; +connectAttr "Avatar_LeftHandIndex4_end.obcc" "skinCluster3.ifcl[27]"; +connectAttr "Avatar_LeftHandMiddle1.obcc" "skinCluster3.ifcl[28]"; +connectAttr "Avatar_LeftHandMiddle2.obcc" "skinCluster3.ifcl[29]"; +connectAttr "Avatar_LeftHandMiddle3.obcc" "skinCluster3.ifcl[30]"; +connectAttr "Avatar_LeftHandMiddle4.obcc" "skinCluster3.ifcl[31]"; +connectAttr "Avatar_LeftHandMiddle4_end.obcc" "skinCluster3.ifcl[32]"; +connectAttr "Avatar_LeftHandRing1.obcc" "skinCluster3.ifcl[33]"; +connectAttr "Avatar_LeftHandRing2.obcc" "skinCluster3.ifcl[34]"; +connectAttr "Avatar_LeftHandRing3.obcc" "skinCluster3.ifcl[35]"; +connectAttr "Avatar_LeftHandRing4.obcc" "skinCluster3.ifcl[36]"; +connectAttr "Avatar_LeftHandRing4_end.obcc" "skinCluster3.ifcl[37]"; +connectAttr "Avatar_LeftHandPinky1.obcc" "skinCluster3.ifcl[38]"; +connectAttr "Avatar_LeftHandPinky2.obcc" "skinCluster3.ifcl[39]"; +connectAttr "Avatar_LeftHandPinky3.obcc" "skinCluster3.ifcl[40]"; +connectAttr "Avatar_LeftHandPinky4.obcc" "skinCluster3.ifcl[41]"; +connectAttr "Avatar_LeftHandPinky4_end.obcc" "skinCluster3.ifcl[42]"; +connectAttr "Avatar_RightShoulder.obcc" "skinCluster3.ifcl[43]"; +connectAttr "Avatar_RightArm.obcc" "skinCluster3.ifcl[44]"; +connectAttr "Avatar_RightForeArm.obcc" "skinCluster3.ifcl[45]"; +connectAttr "Avatar_RightHand.obcc" "skinCluster3.ifcl[46]"; +connectAttr "Avatar_RightHandThumb1.obcc" "skinCluster3.ifcl[47]"; +connectAttr "Avatar_RightHandThumb2.obcc" "skinCluster3.ifcl[48]"; +connectAttr "Avatar_RightHandThumb3.obcc" "skinCluster3.ifcl[49]"; +connectAttr "Avatar_RightHandThumb4.obcc" "skinCluster3.ifcl[50]"; +connectAttr "Avatar_RightHandThumb4_end.obcc" "skinCluster3.ifcl[51]"; +connectAttr "Avatar_RightHandIndex1.obcc" "skinCluster3.ifcl[52]"; +connectAttr "Avatar_RightHandIndex2.obcc" "skinCluster3.ifcl[53]"; +connectAttr "Avatar_RightHandIndex3.obcc" "skinCluster3.ifcl[54]"; +connectAttr "Avatar_RightHandIndex4.obcc" "skinCluster3.ifcl[55]"; +connectAttr "Avatar_RightHandIndex4_end.obcc" "skinCluster3.ifcl[56]"; +connectAttr "Avatar_RightHandMiddle1.obcc" "skinCluster3.ifcl[57]"; +connectAttr "Avatar_RightHandMiddle2.obcc" "skinCluster3.ifcl[58]"; +connectAttr "Avatar_RightHandMiddle3.obcc" "skinCluster3.ifcl[59]"; +connectAttr "Avatar_RightHandMiddle4.obcc" "skinCluster3.ifcl[60]"; +connectAttr "Avatar_RightHandMiddle4_end.obcc" "skinCluster3.ifcl[61]"; +connectAttr "Avatar_RightHandRing1.obcc" "skinCluster3.ifcl[62]"; +connectAttr "Avatar_RightHandRing2.obcc" "skinCluster3.ifcl[63]"; +connectAttr "Avatar_RightHandRing3.obcc" "skinCluster3.ifcl[64]"; +connectAttr "Avatar_RightHandRing4.obcc" "skinCluster3.ifcl[65]"; +connectAttr "Avatar_RightHandRing4_end.obcc" "skinCluster3.ifcl[66]"; +connectAttr "Avatar_RightHandPinky1.obcc" "skinCluster3.ifcl[67]"; +connectAttr "Avatar_RightHandPinky2.obcc" "skinCluster3.ifcl[68]"; +connectAttr "Avatar_RightHandPinky3.obcc" "skinCluster3.ifcl[69]"; +connectAttr "Avatar_RightHandPinky4.obcc" "skinCluster3.ifcl[70]"; +connectAttr "Avatar_RightHandPinky4_end.obcc" "skinCluster3.ifcl[71]"; +connectAttr "Avatar_Neck.obcc" "skinCluster3.ifcl[72]"; +connectAttr "Avatar_Head.obcc" "skinCluster3.ifcl[73]"; +connectAttr "Avatar_Head_end.obcc" "skinCluster3.ifcl[74]"; +connectAttr "bindPose1.msg" "skinCluster3.bp"; +connectAttr "M_Mask_MouthSG.msg" "materialInfo3.sg"; +connectAttr "AvatarMouth_MAT.msg" "materialInfo3.m"; +connectAttr "base_color_texture_ncl1_2.msg" "materialInfo3.t" -na; +connectAttr "AvatarMouth_MAT.oc" "M_Mask_MouthSG.ss"; +connectAttr "M_Mask_MouthShape.iog" "M_Mask_MouthSG.dsm" -na; +connectAttr "base_color_texture_ncl1_2.oc" "AvatarMouth_MAT.c"; +connectAttr "place2dTexture3.o" "base_color_texture_ncl1_2.uv"; +connectAttr "place2dTexture3.ofu" "base_color_texture_ncl1_2.ofu"; +connectAttr "place2dTexture3.ofv" "base_color_texture_ncl1_2.ofv"; +connectAttr "place2dTexture3.rf" "base_color_texture_ncl1_2.rf"; +connectAttr "place2dTexture3.reu" "base_color_texture_ncl1_2.reu"; +connectAttr "place2dTexture3.rev" "base_color_texture_ncl1_2.rev"; +connectAttr "place2dTexture3.vt1" "base_color_texture_ncl1_2.vt1"; +connectAttr "place2dTexture3.vt2" "base_color_texture_ncl1_2.vt2"; +connectAttr "place2dTexture3.vt3" "base_color_texture_ncl1_2.vt3"; +connectAttr "place2dTexture3.vc1" "base_color_texture_ncl1_2.vc1"; +connectAttr "place2dTexture3.ofs" "base_color_texture_ncl1_2.fs"; +connectAttr ":defaultColorMgtGlobals.cme" "base_color_texture_ncl1_2.cme"; +connectAttr ":defaultColorMgtGlobals.cfe" "base_color_texture_ncl1_2.cmcf"; +connectAttr ":defaultColorMgtGlobals.cfp" "base_color_texture_ncl1_2.cmcp"; +connectAttr ":defaultColorMgtGlobals.wsn" "base_color_texture_ncl1_2.ws"; +connectAttr "M_Feet_BaseMeshShapeOrig.w" "skinCluster2.ip[0].ig"; +connectAttr "M_Feet_BaseMeshShapeOrig.o" "skinCluster2.orggeom[0]"; +connectAttr "Avatar_Hips.wm" "skinCluster2.ma[0]"; +connectAttr "Avatar_LeftUpLeg.wm" "skinCluster2.ma[1]"; +connectAttr "Avatar_LeftLeg.wm" "skinCluster2.ma[2]"; +connectAttr "Avatar_LeftFoot.wm" "skinCluster2.ma[3]"; +connectAttr "Avatar_LeftToeBase.wm" "skinCluster2.ma[4]"; +connectAttr "Avatar_LeftToeBase_end.wm" "skinCluster2.ma[5]"; +connectAttr "Avatar_RightUpLeg.wm" "skinCluster2.ma[6]"; +connectAttr "Avatar_RightLeg.wm" "skinCluster2.ma[7]"; +connectAttr "Avatar_RightFoot.wm" "skinCluster2.ma[8]"; +connectAttr "Avatar_RightToeBase.wm" "skinCluster2.ma[9]"; +connectAttr "Avatar_RightToeBase_end.wm" "skinCluster2.ma[10]"; +connectAttr "Avatar_Spine.wm" "skinCluster2.ma[11]"; +connectAttr "Avatar_Spine1.wm" "skinCluster2.ma[12]"; +connectAttr "Avatar_Spine2.wm" "skinCluster2.ma[13]"; +connectAttr "Avatar_LeftShoulder.wm" "skinCluster2.ma[14]"; +connectAttr "Avatar_LeftArm.wm" "skinCluster2.ma[15]"; +connectAttr "Avatar_LeftForeArm.wm" "skinCluster2.ma[16]"; +connectAttr "Avatar_LeftHand.wm" "skinCluster2.ma[17]"; +connectAttr "Avatar_LeftHandThumb1.wm" "skinCluster2.ma[18]"; +connectAttr "Avatar_LeftHandThumb2.wm" "skinCluster2.ma[19]"; +connectAttr "Avatar_LeftHandThumb3.wm" "skinCluster2.ma[20]"; +connectAttr "Avatar_LeftHandThumb4.wm" "skinCluster2.ma[21]"; +connectAttr "Avatar_LeftHandThumb4_end.wm" "skinCluster2.ma[22]"; +connectAttr "Avatar_LeftHandIndex1.wm" "skinCluster2.ma[23]"; +connectAttr "Avatar_LeftHandIndex2.wm" "skinCluster2.ma[24]"; +connectAttr "Avatar_LeftHandIndex3.wm" "skinCluster2.ma[25]"; +connectAttr "Avatar_LeftHandIndex4.wm" "skinCluster2.ma[26]"; +connectAttr "Avatar_LeftHandIndex4_end.wm" "skinCluster2.ma[27]"; +connectAttr "Avatar_LeftHandMiddle1.wm" "skinCluster2.ma[28]"; +connectAttr "Avatar_LeftHandMiddle2.wm" "skinCluster2.ma[29]"; +connectAttr "Avatar_LeftHandMiddle3.wm" "skinCluster2.ma[30]"; +connectAttr "Avatar_LeftHandMiddle4.wm" "skinCluster2.ma[31]"; +connectAttr "Avatar_LeftHandMiddle4_end.wm" "skinCluster2.ma[32]"; +connectAttr "Avatar_LeftHandRing1.wm" "skinCluster2.ma[33]"; +connectAttr "Avatar_LeftHandRing2.wm" "skinCluster2.ma[34]"; +connectAttr "Avatar_LeftHandRing3.wm" "skinCluster2.ma[35]"; +connectAttr "Avatar_LeftHandRing4.wm" "skinCluster2.ma[36]"; +connectAttr "Avatar_LeftHandRing4_end.wm" "skinCluster2.ma[37]"; +connectAttr "Avatar_LeftHandPinky1.wm" "skinCluster2.ma[38]"; +connectAttr "Avatar_LeftHandPinky2.wm" "skinCluster2.ma[39]"; +connectAttr "Avatar_LeftHandPinky3.wm" "skinCluster2.ma[40]"; +connectAttr "Avatar_LeftHandPinky4.wm" "skinCluster2.ma[41]"; +connectAttr "Avatar_LeftHandPinky4_end.wm" "skinCluster2.ma[42]"; +connectAttr "Avatar_RightShoulder.wm" "skinCluster2.ma[43]"; +connectAttr "Avatar_RightArm.wm" "skinCluster2.ma[44]"; +connectAttr "Avatar_RightForeArm.wm" "skinCluster2.ma[45]"; +connectAttr "Avatar_RightHand.wm" "skinCluster2.ma[46]"; +connectAttr "Avatar_RightHandThumb1.wm" "skinCluster2.ma[47]"; +connectAttr "Avatar_RightHandThumb2.wm" "skinCluster2.ma[48]"; +connectAttr "Avatar_RightHandThumb3.wm" "skinCluster2.ma[49]"; +connectAttr "Avatar_RightHandThumb4.wm" "skinCluster2.ma[50]"; +connectAttr "Avatar_RightHandThumb4_end.wm" "skinCluster2.ma[51]"; +connectAttr "Avatar_RightHandIndex1.wm" "skinCluster2.ma[52]"; +connectAttr "Avatar_RightHandIndex2.wm" "skinCluster2.ma[53]"; +connectAttr "Avatar_RightHandIndex3.wm" "skinCluster2.ma[54]"; +connectAttr "Avatar_RightHandIndex4.wm" "skinCluster2.ma[55]"; +connectAttr "Avatar_RightHandIndex4_end.wm" "skinCluster2.ma[56]"; +connectAttr "Avatar_RightHandMiddle1.wm" "skinCluster2.ma[57]"; +connectAttr "Avatar_RightHandMiddle2.wm" "skinCluster2.ma[58]"; +connectAttr "Avatar_RightHandMiddle3.wm" "skinCluster2.ma[59]"; +connectAttr "Avatar_RightHandMiddle4.wm" "skinCluster2.ma[60]"; +connectAttr "Avatar_RightHandMiddle4_end.wm" "skinCluster2.ma[61]"; +connectAttr "Avatar_RightHandRing1.wm" "skinCluster2.ma[62]"; +connectAttr "Avatar_RightHandRing2.wm" "skinCluster2.ma[63]"; +connectAttr "Avatar_RightHandRing3.wm" "skinCluster2.ma[64]"; +connectAttr "Avatar_RightHandRing4.wm" "skinCluster2.ma[65]"; +connectAttr "Avatar_RightHandRing4_end.wm" "skinCluster2.ma[66]"; +connectAttr "Avatar_RightHandPinky1.wm" "skinCluster2.ma[67]"; +connectAttr "Avatar_RightHandPinky2.wm" "skinCluster2.ma[68]"; +connectAttr "Avatar_RightHandPinky3.wm" "skinCluster2.ma[69]"; +connectAttr "Avatar_RightHandPinky4.wm" "skinCluster2.ma[70]"; +connectAttr "Avatar_RightHandPinky4_end.wm" "skinCluster2.ma[71]"; +connectAttr "Avatar_Neck.wm" "skinCluster2.ma[72]"; +connectAttr "Avatar_Head.wm" "skinCluster2.ma[73]"; +connectAttr "Avatar_Head_end.wm" "skinCluster2.ma[74]"; +connectAttr "Avatar_Hips.liw" "skinCluster2.lw[0]"; +connectAttr "Avatar_LeftUpLeg.liw" "skinCluster2.lw[1]"; +connectAttr "Avatar_LeftLeg.liw" "skinCluster2.lw[2]"; +connectAttr "Avatar_LeftFoot.liw" "skinCluster2.lw[3]"; +connectAttr "Avatar_LeftToeBase.liw" "skinCluster2.lw[4]"; +connectAttr "Avatar_LeftToeBase_end.liw" "skinCluster2.lw[5]"; +connectAttr "Avatar_RightUpLeg.liw" "skinCluster2.lw[6]"; +connectAttr "Avatar_RightLeg.liw" "skinCluster2.lw[7]"; +connectAttr "Avatar_RightFoot.liw" "skinCluster2.lw[8]"; +connectAttr "Avatar_RightToeBase.liw" "skinCluster2.lw[9]"; +connectAttr "Avatar_RightToeBase_end.liw" "skinCluster2.lw[10]"; +connectAttr "Avatar_Spine.liw" "skinCluster2.lw[11]"; +connectAttr "Avatar_Spine1.liw" "skinCluster2.lw[12]"; +connectAttr "Avatar_Spine2.liw" "skinCluster2.lw[13]"; +connectAttr "Avatar_LeftShoulder.liw" "skinCluster2.lw[14]"; +connectAttr "Avatar_LeftArm.liw" "skinCluster2.lw[15]"; +connectAttr "Avatar_LeftForeArm.liw" "skinCluster2.lw[16]"; +connectAttr "Avatar_LeftHand.liw" "skinCluster2.lw[17]"; +connectAttr "Avatar_LeftHandThumb1.liw" "skinCluster2.lw[18]"; +connectAttr "Avatar_LeftHandThumb2.liw" "skinCluster2.lw[19]"; +connectAttr "Avatar_LeftHandThumb3.liw" "skinCluster2.lw[20]"; +connectAttr "Avatar_LeftHandThumb4.liw" "skinCluster2.lw[21]"; +connectAttr "Avatar_LeftHandThumb4_end.liw" "skinCluster2.lw[22]"; +connectAttr "Avatar_LeftHandIndex1.liw" "skinCluster2.lw[23]"; +connectAttr "Avatar_LeftHandIndex2.liw" "skinCluster2.lw[24]"; +connectAttr "Avatar_LeftHandIndex3.liw" "skinCluster2.lw[25]"; +connectAttr "Avatar_LeftHandIndex4.liw" "skinCluster2.lw[26]"; +connectAttr "Avatar_LeftHandIndex4_end.liw" "skinCluster2.lw[27]"; +connectAttr "Avatar_LeftHandMiddle1.liw" "skinCluster2.lw[28]"; +connectAttr "Avatar_LeftHandMiddle2.liw" "skinCluster2.lw[29]"; +connectAttr "Avatar_LeftHandMiddle3.liw" "skinCluster2.lw[30]"; +connectAttr "Avatar_LeftHandMiddle4.liw" "skinCluster2.lw[31]"; +connectAttr "Avatar_LeftHandMiddle4_end.liw" "skinCluster2.lw[32]"; +connectAttr "Avatar_LeftHandRing1.liw" "skinCluster2.lw[33]"; +connectAttr "Avatar_LeftHandRing2.liw" "skinCluster2.lw[34]"; +connectAttr "Avatar_LeftHandRing3.liw" "skinCluster2.lw[35]"; +connectAttr "Avatar_LeftHandRing4.liw" "skinCluster2.lw[36]"; +connectAttr "Avatar_LeftHandRing4_end.liw" "skinCluster2.lw[37]"; +connectAttr "Avatar_LeftHandPinky1.liw" "skinCluster2.lw[38]"; +connectAttr "Avatar_LeftHandPinky2.liw" "skinCluster2.lw[39]"; +connectAttr "Avatar_LeftHandPinky3.liw" "skinCluster2.lw[40]"; +connectAttr "Avatar_LeftHandPinky4.liw" "skinCluster2.lw[41]"; +connectAttr "Avatar_LeftHandPinky4_end.liw" "skinCluster2.lw[42]"; +connectAttr "Avatar_RightShoulder.liw" "skinCluster2.lw[43]"; +connectAttr "Avatar_RightArm.liw" "skinCluster2.lw[44]"; +connectAttr "Avatar_RightForeArm.liw" "skinCluster2.lw[45]"; +connectAttr "Avatar_RightHand.liw" "skinCluster2.lw[46]"; +connectAttr "Avatar_RightHandThumb1.liw" "skinCluster2.lw[47]"; +connectAttr "Avatar_RightHandThumb2.liw" "skinCluster2.lw[48]"; +connectAttr "Avatar_RightHandThumb3.liw" "skinCluster2.lw[49]"; +connectAttr "Avatar_RightHandThumb4.liw" "skinCluster2.lw[50]"; +connectAttr "Avatar_RightHandThumb4_end.liw" "skinCluster2.lw[51]"; +connectAttr "Avatar_RightHandIndex1.liw" "skinCluster2.lw[52]"; +connectAttr "Avatar_RightHandIndex2.liw" "skinCluster2.lw[53]"; +connectAttr "Avatar_RightHandIndex3.liw" "skinCluster2.lw[54]"; +connectAttr "Avatar_RightHandIndex4.liw" "skinCluster2.lw[55]"; +connectAttr "Avatar_RightHandIndex4_end.liw" "skinCluster2.lw[56]"; +connectAttr "Avatar_RightHandMiddle1.liw" "skinCluster2.lw[57]"; +connectAttr "Avatar_RightHandMiddle2.liw" "skinCluster2.lw[58]"; +connectAttr "Avatar_RightHandMiddle3.liw" "skinCluster2.lw[59]"; +connectAttr "Avatar_RightHandMiddle4.liw" "skinCluster2.lw[60]"; +connectAttr "Avatar_RightHandMiddle4_end.liw" "skinCluster2.lw[61]"; +connectAttr "Avatar_RightHandRing1.liw" "skinCluster2.lw[62]"; +connectAttr "Avatar_RightHandRing2.liw" "skinCluster2.lw[63]"; +connectAttr "Avatar_RightHandRing3.liw" "skinCluster2.lw[64]"; +connectAttr "Avatar_RightHandRing4.liw" "skinCluster2.lw[65]"; +connectAttr "Avatar_RightHandRing4_end.liw" "skinCluster2.lw[66]"; +connectAttr "Avatar_RightHandPinky1.liw" "skinCluster2.lw[67]"; +connectAttr "Avatar_RightHandPinky2.liw" "skinCluster2.lw[68]"; +connectAttr "Avatar_RightHandPinky3.liw" "skinCluster2.lw[69]"; +connectAttr "Avatar_RightHandPinky4.liw" "skinCluster2.lw[70]"; +connectAttr "Avatar_RightHandPinky4_end.liw" "skinCluster2.lw[71]"; +connectAttr "Avatar_Neck.liw" "skinCluster2.lw[72]"; +connectAttr "Avatar_Head.liw" "skinCluster2.lw[73]"; +connectAttr "Avatar_Head_end.liw" "skinCluster2.lw[74]"; +connectAttr "Avatar_Hips.obcc" "skinCluster2.ifcl[0]"; +connectAttr "Avatar_LeftUpLeg.obcc" "skinCluster2.ifcl[1]"; +connectAttr "Avatar_LeftLeg.obcc" "skinCluster2.ifcl[2]"; +connectAttr "Avatar_LeftFoot.obcc" "skinCluster2.ifcl[3]"; +connectAttr "Avatar_LeftToeBase.obcc" "skinCluster2.ifcl[4]"; +connectAttr "Avatar_LeftToeBase_end.obcc" "skinCluster2.ifcl[5]"; +connectAttr "Avatar_RightUpLeg.obcc" "skinCluster2.ifcl[6]"; +connectAttr "Avatar_RightLeg.obcc" "skinCluster2.ifcl[7]"; +connectAttr "Avatar_RightFoot.obcc" "skinCluster2.ifcl[8]"; +connectAttr "Avatar_RightToeBase.obcc" "skinCluster2.ifcl[9]"; +connectAttr "Avatar_RightToeBase_end.obcc" "skinCluster2.ifcl[10]"; +connectAttr "Avatar_Spine.obcc" "skinCluster2.ifcl[11]"; +connectAttr "Avatar_Spine1.obcc" "skinCluster2.ifcl[12]"; +connectAttr "Avatar_Spine2.obcc" "skinCluster2.ifcl[13]"; +connectAttr "Avatar_LeftShoulder.obcc" "skinCluster2.ifcl[14]"; +connectAttr "Avatar_LeftArm.obcc" "skinCluster2.ifcl[15]"; +connectAttr "Avatar_LeftForeArm.obcc" "skinCluster2.ifcl[16]"; +connectAttr "Avatar_LeftHand.obcc" "skinCluster2.ifcl[17]"; +connectAttr "Avatar_LeftHandThumb1.obcc" "skinCluster2.ifcl[18]"; +connectAttr "Avatar_LeftHandThumb2.obcc" "skinCluster2.ifcl[19]"; +connectAttr "Avatar_LeftHandThumb3.obcc" "skinCluster2.ifcl[20]"; +connectAttr "Avatar_LeftHandThumb4.obcc" "skinCluster2.ifcl[21]"; +connectAttr "Avatar_LeftHandThumb4_end.obcc" "skinCluster2.ifcl[22]"; +connectAttr "Avatar_LeftHandIndex1.obcc" "skinCluster2.ifcl[23]"; +connectAttr "Avatar_LeftHandIndex2.obcc" "skinCluster2.ifcl[24]"; +connectAttr "Avatar_LeftHandIndex3.obcc" "skinCluster2.ifcl[25]"; +connectAttr "Avatar_LeftHandIndex4.obcc" "skinCluster2.ifcl[26]"; +connectAttr "Avatar_LeftHandIndex4_end.obcc" "skinCluster2.ifcl[27]"; +connectAttr "Avatar_LeftHandMiddle1.obcc" "skinCluster2.ifcl[28]"; +connectAttr "Avatar_LeftHandMiddle2.obcc" "skinCluster2.ifcl[29]"; +connectAttr "Avatar_LeftHandMiddle3.obcc" "skinCluster2.ifcl[30]"; +connectAttr "Avatar_LeftHandMiddle4.obcc" "skinCluster2.ifcl[31]"; +connectAttr "Avatar_LeftHandMiddle4_end.obcc" "skinCluster2.ifcl[32]"; +connectAttr "Avatar_LeftHandRing1.obcc" "skinCluster2.ifcl[33]"; +connectAttr "Avatar_LeftHandRing2.obcc" "skinCluster2.ifcl[34]"; +connectAttr "Avatar_LeftHandRing3.obcc" "skinCluster2.ifcl[35]"; +connectAttr "Avatar_LeftHandRing4.obcc" "skinCluster2.ifcl[36]"; +connectAttr "Avatar_LeftHandRing4_end.obcc" "skinCluster2.ifcl[37]"; +connectAttr "Avatar_LeftHandPinky1.obcc" "skinCluster2.ifcl[38]"; +connectAttr "Avatar_LeftHandPinky2.obcc" "skinCluster2.ifcl[39]"; +connectAttr "Avatar_LeftHandPinky3.obcc" "skinCluster2.ifcl[40]"; +connectAttr "Avatar_LeftHandPinky4.obcc" "skinCluster2.ifcl[41]"; +connectAttr "Avatar_LeftHandPinky4_end.obcc" "skinCluster2.ifcl[42]"; +connectAttr "Avatar_RightShoulder.obcc" "skinCluster2.ifcl[43]"; +connectAttr "Avatar_RightArm.obcc" "skinCluster2.ifcl[44]"; +connectAttr "Avatar_RightForeArm.obcc" "skinCluster2.ifcl[45]"; +connectAttr "Avatar_RightHand.obcc" "skinCluster2.ifcl[46]"; +connectAttr "Avatar_RightHandThumb1.obcc" "skinCluster2.ifcl[47]"; +connectAttr "Avatar_RightHandThumb2.obcc" "skinCluster2.ifcl[48]"; +connectAttr "Avatar_RightHandThumb3.obcc" "skinCluster2.ifcl[49]"; +connectAttr "Avatar_RightHandThumb4.obcc" "skinCluster2.ifcl[50]"; +connectAttr "Avatar_RightHandThumb4_end.obcc" "skinCluster2.ifcl[51]"; +connectAttr "Avatar_RightHandIndex1.obcc" "skinCluster2.ifcl[52]"; +connectAttr "Avatar_RightHandIndex2.obcc" "skinCluster2.ifcl[53]"; +connectAttr "Avatar_RightHandIndex3.obcc" "skinCluster2.ifcl[54]"; +connectAttr "Avatar_RightHandIndex4.obcc" "skinCluster2.ifcl[55]"; +connectAttr "Avatar_RightHandIndex4_end.obcc" "skinCluster2.ifcl[56]"; +connectAttr "Avatar_RightHandMiddle1.obcc" "skinCluster2.ifcl[57]"; +connectAttr "Avatar_RightHandMiddle2.obcc" "skinCluster2.ifcl[58]"; +connectAttr "Avatar_RightHandMiddle3.obcc" "skinCluster2.ifcl[59]"; +connectAttr "Avatar_RightHandMiddle4.obcc" "skinCluster2.ifcl[60]"; +connectAttr "Avatar_RightHandMiddle4_end.obcc" "skinCluster2.ifcl[61]"; +connectAttr "Avatar_RightHandRing1.obcc" "skinCluster2.ifcl[62]"; +connectAttr "Avatar_RightHandRing2.obcc" "skinCluster2.ifcl[63]"; +connectAttr "Avatar_RightHandRing3.obcc" "skinCluster2.ifcl[64]"; +connectAttr "Avatar_RightHandRing4.obcc" "skinCluster2.ifcl[65]"; +connectAttr "Avatar_RightHandRing4_end.obcc" "skinCluster2.ifcl[66]"; +connectAttr "Avatar_RightHandPinky1.obcc" "skinCluster2.ifcl[67]"; +connectAttr "Avatar_RightHandPinky2.obcc" "skinCluster2.ifcl[68]"; +connectAttr "Avatar_RightHandPinky3.obcc" "skinCluster2.ifcl[69]"; +connectAttr "Avatar_RightHandPinky4.obcc" "skinCluster2.ifcl[70]"; +connectAttr "Avatar_RightHandPinky4_end.obcc" "skinCluster2.ifcl[71]"; +connectAttr "Avatar_Neck.obcc" "skinCluster2.ifcl[72]"; +connectAttr "Avatar_Head.obcc" "skinCluster2.ifcl[73]"; +connectAttr "Avatar_Head_end.obcc" "skinCluster2.ifcl[74]"; +connectAttr "bindPose1.msg" "skinCluster2.bp"; +connectAttr "M_Mask_EyesShapeOrig.w" "skinCluster1.ip[0].ig"; +connectAttr "M_Mask_EyesShapeOrig.o" "skinCluster1.orggeom[0]"; +connectAttr "bindPose1.msg" "skinCluster1.bp"; +connectAttr "Avatar_Hips.wm" "skinCluster1.ma[0]"; +connectAttr "Avatar_LeftUpLeg.wm" "skinCluster1.ma[1]"; +connectAttr "Avatar_LeftLeg.wm" "skinCluster1.ma[2]"; +connectAttr "Avatar_LeftFoot.wm" "skinCluster1.ma[3]"; +connectAttr "Avatar_LeftToeBase.wm" "skinCluster1.ma[4]"; +connectAttr "Avatar_LeftToeBase_end.wm" "skinCluster1.ma[5]"; +connectAttr "Avatar_RightUpLeg.wm" "skinCluster1.ma[6]"; +connectAttr "Avatar_RightLeg.wm" "skinCluster1.ma[7]"; +connectAttr "Avatar_RightFoot.wm" "skinCluster1.ma[8]"; +connectAttr "Avatar_RightToeBase.wm" "skinCluster1.ma[9]"; +connectAttr "Avatar_RightToeBase_end.wm" "skinCluster1.ma[10]"; +connectAttr "Avatar_Spine.wm" "skinCluster1.ma[11]"; +connectAttr "Avatar_Spine1.wm" "skinCluster1.ma[12]"; +connectAttr "Avatar_Spine2.wm" "skinCluster1.ma[13]"; +connectAttr "Avatar_LeftShoulder.wm" "skinCluster1.ma[14]"; +connectAttr "Avatar_LeftArm.wm" "skinCluster1.ma[15]"; +connectAttr "Avatar_LeftForeArm.wm" "skinCluster1.ma[16]"; +connectAttr "Avatar_LeftHand.wm" "skinCluster1.ma[17]"; +connectAttr "Avatar_LeftHandThumb1.wm" "skinCluster1.ma[18]"; +connectAttr "Avatar_LeftHandThumb2.wm" "skinCluster1.ma[19]"; +connectAttr "Avatar_LeftHandThumb3.wm" "skinCluster1.ma[20]"; +connectAttr "Avatar_LeftHandThumb4.wm" "skinCluster1.ma[21]"; +connectAttr "Avatar_LeftHandThumb4_end.wm" "skinCluster1.ma[22]"; +connectAttr "Avatar_LeftHandIndex1.wm" "skinCluster1.ma[23]"; +connectAttr "Avatar_LeftHandIndex2.wm" "skinCluster1.ma[24]"; +connectAttr "Avatar_LeftHandIndex3.wm" "skinCluster1.ma[25]"; +connectAttr "Avatar_LeftHandIndex4.wm" "skinCluster1.ma[26]"; +connectAttr "Avatar_LeftHandIndex4_end.wm" "skinCluster1.ma[27]"; +connectAttr "Avatar_LeftHandMiddle1.wm" "skinCluster1.ma[28]"; +connectAttr "Avatar_LeftHandMiddle2.wm" "skinCluster1.ma[29]"; +connectAttr "Avatar_LeftHandMiddle3.wm" "skinCluster1.ma[30]"; +connectAttr "Avatar_LeftHandMiddle4.wm" "skinCluster1.ma[31]"; +connectAttr "Avatar_LeftHandMiddle4_end.wm" "skinCluster1.ma[32]"; +connectAttr "Avatar_LeftHandRing1.wm" "skinCluster1.ma[33]"; +connectAttr "Avatar_LeftHandRing2.wm" "skinCluster1.ma[34]"; +connectAttr "Avatar_LeftHandRing3.wm" "skinCluster1.ma[35]"; +connectAttr "Avatar_LeftHandRing4.wm" "skinCluster1.ma[36]"; +connectAttr "Avatar_LeftHandRing4_end.wm" "skinCluster1.ma[37]"; +connectAttr "Avatar_LeftHandPinky1.wm" "skinCluster1.ma[38]"; +connectAttr "Avatar_LeftHandPinky2.wm" "skinCluster1.ma[39]"; +connectAttr "Avatar_LeftHandPinky3.wm" "skinCluster1.ma[40]"; +connectAttr "Avatar_LeftHandPinky4.wm" "skinCluster1.ma[41]"; +connectAttr "Avatar_LeftHandPinky4_end.wm" "skinCluster1.ma[42]"; +connectAttr "Avatar_RightShoulder.wm" "skinCluster1.ma[43]"; +connectAttr "Avatar_RightArm.wm" "skinCluster1.ma[44]"; +connectAttr "Avatar_RightForeArm.wm" "skinCluster1.ma[45]"; +connectAttr "Avatar_RightHand.wm" "skinCluster1.ma[46]"; +connectAttr "Avatar_RightHandThumb1.wm" "skinCluster1.ma[47]"; +connectAttr "Avatar_RightHandThumb2.wm" "skinCluster1.ma[48]"; +connectAttr "Avatar_RightHandThumb3.wm" "skinCluster1.ma[49]"; +connectAttr "Avatar_RightHandThumb4.wm" "skinCluster1.ma[50]"; +connectAttr "Avatar_RightHandThumb4_end.wm" "skinCluster1.ma[51]"; +connectAttr "Avatar_RightHandIndex1.wm" "skinCluster1.ma[52]"; +connectAttr "Avatar_RightHandIndex2.wm" "skinCluster1.ma[53]"; +connectAttr "Avatar_RightHandIndex3.wm" "skinCluster1.ma[54]"; +connectAttr "Avatar_RightHandIndex4.wm" "skinCluster1.ma[55]"; +connectAttr "Avatar_RightHandIndex4_end.wm" "skinCluster1.ma[56]"; +connectAttr "Avatar_RightHandMiddle1.wm" "skinCluster1.ma[57]"; +connectAttr "Avatar_RightHandMiddle2.wm" "skinCluster1.ma[58]"; +connectAttr "Avatar_RightHandMiddle3.wm" "skinCluster1.ma[59]"; +connectAttr "Avatar_RightHandMiddle4.wm" "skinCluster1.ma[60]"; +connectAttr "Avatar_RightHandMiddle4_end.wm" "skinCluster1.ma[61]"; +connectAttr "Avatar_RightHandRing1.wm" "skinCluster1.ma[62]"; +connectAttr "Avatar_RightHandRing2.wm" "skinCluster1.ma[63]"; +connectAttr "Avatar_RightHandRing3.wm" "skinCluster1.ma[64]"; +connectAttr "Avatar_RightHandRing4.wm" "skinCluster1.ma[65]"; +connectAttr "Avatar_RightHandRing4_end.wm" "skinCluster1.ma[66]"; +connectAttr "Avatar_RightHandPinky1.wm" "skinCluster1.ma[67]"; +connectAttr "Avatar_RightHandPinky2.wm" "skinCluster1.ma[68]"; +connectAttr "Avatar_RightHandPinky3.wm" "skinCluster1.ma[69]"; +connectAttr "Avatar_RightHandPinky4.wm" "skinCluster1.ma[70]"; +connectAttr "Avatar_RightHandPinky4_end.wm" "skinCluster1.ma[71]"; +connectAttr "Avatar_Neck.wm" "skinCluster1.ma[72]"; +connectAttr "Avatar_Head.wm" "skinCluster1.ma[73]"; +connectAttr "Avatar_Head_end.wm" "skinCluster1.ma[74]"; +connectAttr "Avatar_Hips.liw" "skinCluster1.lw[0]"; +connectAttr "Avatar_LeftUpLeg.liw" "skinCluster1.lw[1]"; +connectAttr "Avatar_LeftLeg.liw" "skinCluster1.lw[2]"; +connectAttr "Avatar_LeftFoot.liw" "skinCluster1.lw[3]"; +connectAttr "Avatar_LeftToeBase.liw" "skinCluster1.lw[4]"; +connectAttr "Avatar_LeftToeBase_end.liw" "skinCluster1.lw[5]"; +connectAttr "Avatar_RightUpLeg.liw" "skinCluster1.lw[6]"; +connectAttr "Avatar_RightLeg.liw" "skinCluster1.lw[7]"; +connectAttr "Avatar_RightFoot.liw" "skinCluster1.lw[8]"; +connectAttr "Avatar_RightToeBase.liw" "skinCluster1.lw[9]"; +connectAttr "Avatar_RightToeBase_end.liw" "skinCluster1.lw[10]"; +connectAttr "Avatar_Spine.liw" "skinCluster1.lw[11]"; +connectAttr "Avatar_Spine1.liw" "skinCluster1.lw[12]"; +connectAttr "Avatar_Spine2.liw" "skinCluster1.lw[13]"; +connectAttr "Avatar_LeftShoulder.liw" "skinCluster1.lw[14]"; +connectAttr "Avatar_LeftArm.liw" "skinCluster1.lw[15]"; +connectAttr "Avatar_LeftForeArm.liw" "skinCluster1.lw[16]"; +connectAttr "Avatar_LeftHand.liw" "skinCluster1.lw[17]"; +connectAttr "Avatar_LeftHandThumb1.liw" "skinCluster1.lw[18]"; +connectAttr "Avatar_LeftHandThumb2.liw" "skinCluster1.lw[19]"; +connectAttr "Avatar_LeftHandThumb3.liw" "skinCluster1.lw[20]"; +connectAttr "Avatar_LeftHandThumb4.liw" "skinCluster1.lw[21]"; +connectAttr "Avatar_LeftHandThumb4_end.liw" "skinCluster1.lw[22]"; +connectAttr "Avatar_LeftHandIndex1.liw" "skinCluster1.lw[23]"; +connectAttr "Avatar_LeftHandIndex2.liw" "skinCluster1.lw[24]"; +connectAttr "Avatar_LeftHandIndex3.liw" "skinCluster1.lw[25]"; +connectAttr "Avatar_LeftHandIndex4.liw" "skinCluster1.lw[26]"; +connectAttr "Avatar_LeftHandIndex4_end.liw" "skinCluster1.lw[27]"; +connectAttr "Avatar_LeftHandMiddle1.liw" "skinCluster1.lw[28]"; +connectAttr "Avatar_LeftHandMiddle2.liw" "skinCluster1.lw[29]"; +connectAttr "Avatar_LeftHandMiddle3.liw" "skinCluster1.lw[30]"; +connectAttr "Avatar_LeftHandMiddle4.liw" "skinCluster1.lw[31]"; +connectAttr "Avatar_LeftHandMiddle4_end.liw" "skinCluster1.lw[32]"; +connectAttr "Avatar_LeftHandRing1.liw" "skinCluster1.lw[33]"; +connectAttr "Avatar_LeftHandRing2.liw" "skinCluster1.lw[34]"; +connectAttr "Avatar_LeftHandRing3.liw" "skinCluster1.lw[35]"; +connectAttr "Avatar_LeftHandRing4.liw" "skinCluster1.lw[36]"; +connectAttr "Avatar_LeftHandRing4_end.liw" "skinCluster1.lw[37]"; +connectAttr "Avatar_LeftHandPinky1.liw" "skinCluster1.lw[38]"; +connectAttr "Avatar_LeftHandPinky2.liw" "skinCluster1.lw[39]"; +connectAttr "Avatar_LeftHandPinky3.liw" "skinCluster1.lw[40]"; +connectAttr "Avatar_LeftHandPinky4.liw" "skinCluster1.lw[41]"; +connectAttr "Avatar_LeftHandPinky4_end.liw" "skinCluster1.lw[42]"; +connectAttr "Avatar_RightShoulder.liw" "skinCluster1.lw[43]"; +connectAttr "Avatar_RightArm.liw" "skinCluster1.lw[44]"; +connectAttr "Avatar_RightForeArm.liw" "skinCluster1.lw[45]"; +connectAttr "Avatar_RightHand.liw" "skinCluster1.lw[46]"; +connectAttr "Avatar_RightHandThumb1.liw" "skinCluster1.lw[47]"; +connectAttr "Avatar_RightHandThumb2.liw" "skinCluster1.lw[48]"; +connectAttr "Avatar_RightHandThumb3.liw" "skinCluster1.lw[49]"; +connectAttr "Avatar_RightHandThumb4.liw" "skinCluster1.lw[50]"; +connectAttr "Avatar_RightHandThumb4_end.liw" "skinCluster1.lw[51]"; +connectAttr "Avatar_RightHandIndex1.liw" "skinCluster1.lw[52]"; +connectAttr "Avatar_RightHandIndex2.liw" "skinCluster1.lw[53]"; +connectAttr "Avatar_RightHandIndex3.liw" "skinCluster1.lw[54]"; +connectAttr "Avatar_RightHandIndex4.liw" "skinCluster1.lw[55]"; +connectAttr "Avatar_RightHandIndex4_end.liw" "skinCluster1.lw[56]"; +connectAttr "Avatar_RightHandMiddle1.liw" "skinCluster1.lw[57]"; +connectAttr "Avatar_RightHandMiddle2.liw" "skinCluster1.lw[58]"; +connectAttr "Avatar_RightHandMiddle3.liw" "skinCluster1.lw[59]"; +connectAttr "Avatar_RightHandMiddle4.liw" "skinCluster1.lw[60]"; +connectAttr "Avatar_RightHandMiddle4_end.liw" "skinCluster1.lw[61]"; +connectAttr "Avatar_RightHandRing1.liw" "skinCluster1.lw[62]"; +connectAttr "Avatar_RightHandRing2.liw" "skinCluster1.lw[63]"; +connectAttr "Avatar_RightHandRing3.liw" "skinCluster1.lw[64]"; +connectAttr "Avatar_RightHandRing4.liw" "skinCluster1.lw[65]"; +connectAttr "Avatar_RightHandRing4_end.liw" "skinCluster1.lw[66]"; +connectAttr "Avatar_RightHandPinky1.liw" "skinCluster1.lw[67]"; +connectAttr "Avatar_RightHandPinky2.liw" "skinCluster1.lw[68]"; +connectAttr "Avatar_RightHandPinky3.liw" "skinCluster1.lw[69]"; +connectAttr "Avatar_RightHandPinky4.liw" "skinCluster1.lw[70]"; +connectAttr "Avatar_RightHandPinky4_end.liw" "skinCluster1.lw[71]"; +connectAttr "Avatar_Neck.liw" "skinCluster1.lw[72]"; +connectAttr "Avatar_Head.liw" "skinCluster1.lw[73]"; +connectAttr "Avatar_Head_end.liw" "skinCluster1.lw[74]"; +connectAttr "Avatar_Hips.obcc" "skinCluster1.ifcl[0]"; +connectAttr "Avatar_LeftUpLeg.obcc" "skinCluster1.ifcl[1]"; +connectAttr "Avatar_LeftLeg.obcc" "skinCluster1.ifcl[2]"; +connectAttr "Avatar_LeftFoot.obcc" "skinCluster1.ifcl[3]"; +connectAttr "Avatar_LeftToeBase.obcc" "skinCluster1.ifcl[4]"; +connectAttr "Avatar_LeftToeBase_end.obcc" "skinCluster1.ifcl[5]"; +connectAttr "Avatar_RightUpLeg.obcc" "skinCluster1.ifcl[6]"; +connectAttr "Avatar_RightLeg.obcc" "skinCluster1.ifcl[7]"; +connectAttr "Avatar_RightFoot.obcc" "skinCluster1.ifcl[8]"; +connectAttr "Avatar_RightToeBase.obcc" "skinCluster1.ifcl[9]"; +connectAttr "Avatar_RightToeBase_end.obcc" "skinCluster1.ifcl[10]"; +connectAttr "Avatar_Spine.obcc" "skinCluster1.ifcl[11]"; +connectAttr "Avatar_Spine1.obcc" "skinCluster1.ifcl[12]"; +connectAttr "Avatar_Spine2.obcc" "skinCluster1.ifcl[13]"; +connectAttr "Avatar_LeftShoulder.obcc" "skinCluster1.ifcl[14]"; +connectAttr "Avatar_LeftArm.obcc" "skinCluster1.ifcl[15]"; +connectAttr "Avatar_LeftForeArm.obcc" "skinCluster1.ifcl[16]"; +connectAttr "Avatar_LeftHand.obcc" "skinCluster1.ifcl[17]"; +connectAttr "Avatar_LeftHandThumb1.obcc" "skinCluster1.ifcl[18]"; +connectAttr "Avatar_LeftHandThumb2.obcc" "skinCluster1.ifcl[19]"; +connectAttr "Avatar_LeftHandThumb3.obcc" "skinCluster1.ifcl[20]"; +connectAttr "Avatar_LeftHandThumb4.obcc" "skinCluster1.ifcl[21]"; +connectAttr "Avatar_LeftHandThumb4_end.obcc" "skinCluster1.ifcl[22]"; +connectAttr "Avatar_LeftHandIndex1.obcc" "skinCluster1.ifcl[23]"; +connectAttr "Avatar_LeftHandIndex2.obcc" "skinCluster1.ifcl[24]"; +connectAttr "Avatar_LeftHandIndex3.obcc" "skinCluster1.ifcl[25]"; +connectAttr "Avatar_LeftHandIndex4.obcc" "skinCluster1.ifcl[26]"; +connectAttr "Avatar_LeftHandIndex4_end.obcc" "skinCluster1.ifcl[27]"; +connectAttr "Avatar_LeftHandMiddle1.obcc" "skinCluster1.ifcl[28]"; +connectAttr "Avatar_LeftHandMiddle2.obcc" "skinCluster1.ifcl[29]"; +connectAttr "Avatar_LeftHandMiddle3.obcc" "skinCluster1.ifcl[30]"; +connectAttr "Avatar_LeftHandMiddle4.obcc" "skinCluster1.ifcl[31]"; +connectAttr "Avatar_LeftHandMiddle4_end.obcc" "skinCluster1.ifcl[32]"; +connectAttr "Avatar_LeftHandRing1.obcc" "skinCluster1.ifcl[33]"; +connectAttr "Avatar_LeftHandRing2.obcc" "skinCluster1.ifcl[34]"; +connectAttr "Avatar_LeftHandRing3.obcc" "skinCluster1.ifcl[35]"; +connectAttr "Avatar_LeftHandRing4.obcc" "skinCluster1.ifcl[36]"; +connectAttr "Avatar_LeftHandRing4_end.obcc" "skinCluster1.ifcl[37]"; +connectAttr "Avatar_LeftHandPinky1.obcc" "skinCluster1.ifcl[38]"; +connectAttr "Avatar_LeftHandPinky2.obcc" "skinCluster1.ifcl[39]"; +connectAttr "Avatar_LeftHandPinky3.obcc" "skinCluster1.ifcl[40]"; +connectAttr "Avatar_LeftHandPinky4.obcc" "skinCluster1.ifcl[41]"; +connectAttr "Avatar_LeftHandPinky4_end.obcc" "skinCluster1.ifcl[42]"; +connectAttr "Avatar_RightShoulder.obcc" "skinCluster1.ifcl[43]"; +connectAttr "Avatar_RightArm.obcc" "skinCluster1.ifcl[44]"; +connectAttr "Avatar_RightForeArm.obcc" "skinCluster1.ifcl[45]"; +connectAttr "Avatar_RightHand.obcc" "skinCluster1.ifcl[46]"; +connectAttr "Avatar_RightHandThumb1.obcc" "skinCluster1.ifcl[47]"; +connectAttr "Avatar_RightHandThumb2.obcc" "skinCluster1.ifcl[48]"; +connectAttr "Avatar_RightHandThumb3.obcc" "skinCluster1.ifcl[49]"; +connectAttr "Avatar_RightHandThumb4.obcc" "skinCluster1.ifcl[50]"; +connectAttr "Avatar_RightHandThumb4_end.obcc" "skinCluster1.ifcl[51]"; +connectAttr "Avatar_RightHandIndex1.obcc" "skinCluster1.ifcl[52]"; +connectAttr "Avatar_RightHandIndex2.obcc" "skinCluster1.ifcl[53]"; +connectAttr "Avatar_RightHandIndex3.obcc" "skinCluster1.ifcl[54]"; +connectAttr "Avatar_RightHandIndex4.obcc" "skinCluster1.ifcl[55]"; +connectAttr "Avatar_RightHandIndex4_end.obcc" "skinCluster1.ifcl[56]"; +connectAttr "Avatar_RightHandMiddle1.obcc" "skinCluster1.ifcl[57]"; +connectAttr "Avatar_RightHandMiddle2.obcc" "skinCluster1.ifcl[58]"; +connectAttr "Avatar_RightHandMiddle3.obcc" "skinCluster1.ifcl[59]"; +connectAttr "Avatar_RightHandMiddle4.obcc" "skinCluster1.ifcl[60]"; +connectAttr "Avatar_RightHandMiddle4_end.obcc" "skinCluster1.ifcl[61]"; +connectAttr "Avatar_RightHandRing1.obcc" "skinCluster1.ifcl[62]"; +connectAttr "Avatar_RightHandRing2.obcc" "skinCluster1.ifcl[63]"; +connectAttr "Avatar_RightHandRing3.obcc" "skinCluster1.ifcl[64]"; +connectAttr "Avatar_RightHandRing4.obcc" "skinCluster1.ifcl[65]"; +connectAttr "Avatar_RightHandRing4_end.obcc" "skinCluster1.ifcl[66]"; +connectAttr "Avatar_RightHandPinky1.obcc" "skinCluster1.ifcl[67]"; +connectAttr "Avatar_RightHandPinky2.obcc" "skinCluster1.ifcl[68]"; +connectAttr "Avatar_RightHandPinky3.obcc" "skinCluster1.ifcl[69]"; +connectAttr "Avatar_RightHandPinky4.obcc" "skinCluster1.ifcl[70]"; +connectAttr "Avatar_RightHandPinky4_end.obcc" "skinCluster1.ifcl[71]"; +connectAttr "Avatar_Neck.obcc" "skinCluster1.ifcl[72]"; +connectAttr "Avatar_Head.obcc" "skinCluster1.ifcl[73]"; +connectAttr "Avatar_Head_end.obcc" "skinCluster1.ifcl[74]"; +connectAttr "M_Mask_EyesSG.msg" "materialInfo1.sg"; +connectAttr "AvatarEyes_MAT.msg" "materialInfo1.m"; +connectAttr "base_color_texture.msg" "materialInfo1.t" -na; +connectAttr "AvatarEyes_MAT.oc" "M_Mask_EyesSG.ss"; +connectAttr "M_Mask_EyesShape.iog" "M_Mask_EyesSG.dsm" -na; +connectAttr "base_color_texture.oc" "AvatarEyes_MAT.c"; +connectAttr "place2dTexture1.o" "base_color_texture.uv"; +connectAttr "place2dTexture1.ofu" "base_color_texture.ofu"; +connectAttr "place2dTexture1.ofv" "base_color_texture.ofv"; +connectAttr "place2dTexture1.rf" "base_color_texture.rf"; +connectAttr "place2dTexture1.reu" "base_color_texture.reu"; +connectAttr "place2dTexture1.rev" "base_color_texture.rev"; +connectAttr "place2dTexture1.vt1" "base_color_texture.vt1"; +connectAttr "place2dTexture1.vt2" "base_color_texture.vt2"; +connectAttr "place2dTexture1.vt3" "base_color_texture.vt3"; +connectAttr "place2dTexture1.vc1" "base_color_texture.vc1"; +connectAttr "place2dTexture1.ofs" "base_color_texture.fs"; +connectAttr ":defaultColorMgtGlobals.cme" "base_color_texture.cme"; +connectAttr ":defaultColorMgtGlobals.cfe" "base_color_texture.cmcf"; +connectAttr ":defaultColorMgtGlobals.cfp" "base_color_texture.cmcp"; +connectAttr ":defaultColorMgtGlobals.wsn" "base_color_texture.ws"; +relationship "link" ":lightLinker1" ":initialShadingGroup.message" ":defaultLightSet.message"; +relationship "link" ":lightLinker1" ":initialParticleSE.message" ":defaultLightSet.message"; +relationship "link" ":lightLinker1" "M_Mask_EyesSG.message" ":defaultLightSet.message"; +relationship "link" ":lightLinker1" "M_Feet_BaseMeshSG.message" ":defaultLightSet.message"; +relationship "link" ":lightLinker1" "M_Mask_MouthSG.message" ":defaultLightSet.message"; +relationship "link" ":lightLinker1" "M_Mask_EyebrowsSG.message" ":defaultLightSet.message"; +relationship "shadowLink" ":lightLinker1" ":initialShadingGroup.message" ":defaultLightSet.message"; +relationship "shadowLink" ":lightLinker1" ":initialParticleSE.message" ":defaultLightSet.message"; +relationship "shadowLink" ":lightLinker1" "M_Mask_EyesSG.message" ":defaultLightSet.message"; +relationship "shadowLink" ":lightLinker1" "M_Feet_BaseMeshSG.message" ":defaultLightSet.message"; +relationship "shadowLink" ":lightLinker1" "M_Mask_MouthSG.message" ":defaultLightSet.message"; +relationship "shadowLink" ":lightLinker1" "M_Mask_EyebrowsSG.message" ":defaultLightSet.message"; +connectAttr "layerManager.dli[0]" "defaultLayer.id"; +connectAttr "renderLayerManager.rlmi[0]" "defaultRenderLayer.rlid"; +connectAttr "layerManager.dli[1]" "Armature_DL.id"; +connectAttr "M_Mask_EyesSG.pa" ":renderPartition.st" -na; +connectAttr "M_Feet_BaseMeshSG.pa" ":renderPartition.st" -na; +connectAttr "M_Mask_MouthSG.pa" ":renderPartition.st" -na; +connectAttr "M_Mask_EyebrowsSG.pa" ":renderPartition.st" -na; +connectAttr "AvatarEyes_MAT.msg" ":defaultShaderList1.s" -na; +connectAttr "AvatarSkin_MAT.msg" ":defaultShaderList1.s" -na; +connectAttr "AvatarMouth_MAT.msg" ":defaultShaderList1.s" -na; +connectAttr "AvatarEyebrows_MAT.msg" ":defaultShaderList1.s" -na; +connectAttr "place2dTexture1.msg" ":defaultRenderUtilityList1.u" -na; +connectAttr "place2dTexture2.msg" ":defaultRenderUtilityList1.u" -na; +connectAttr "place2dTexture3.msg" ":defaultRenderUtilityList1.u" -na; +connectAttr "place2dTexture4.msg" ":defaultRenderUtilityList1.u" -na; +connectAttr "defaultRenderLayer.msg" ":defaultRenderingList1.r" -na; +connectAttr "base_color_texture.msg" ":defaultTextureList1.tx" -na; +connectAttr "base_color_texture_ncl1_1.msg" ":defaultTextureList1.tx" -na; +connectAttr "base_color_texture_ncl1_2.msg" ":defaultTextureList1.tx" -na; +connectAttr "base_color_texture_ncl1_3.msg" ":defaultTextureList1.tx" -na; +connectAttr "ikSCsolver.msg" ":ikSystem.sol" -na; +connectAttr "ikRPsolver.msg" ":ikSystem.sol" -na; +connectAttr "ikSplineSolver.msg" ":ikSystem.sol" -na; +// End of shot_Emotes-Emote-Rig_rig_Maya_v0001__jtu_.ma diff --git a/static/images/emotes/emoteAvatar (1).pkr b/static/images/emotes/emoteAvatar (1).pkr new file mode 100644 index 00000000..f73d3faa Binary files /dev/null and b/static/images/emotes/emoteAvatar (1).pkr differ diff --git a/static/images/head.jpeg b/static/images/head.jpeg new file mode 100644 index 00000000..75d055f4 Binary files /dev/null and b/static/images/head.jpeg differ diff --git a/static/images/media/add-female-rep.png b/static/images/media/add-female-rep.png deleted file mode 100644 index 233780c3..00000000 Binary files a/static/images/media/add-female-rep.png and /dev/null differ diff --git a/static/images/media/animations_hummingbird_wp1.png b/static/images/media/animations_hummingbird_wp1.png deleted file mode 100644 index bbfce070..00000000 Binary files a/static/images/media/animations_hummingbird_wp1.png and /dev/null differ diff --git a/static/images/media/animations_hummingbird_wp2.png b/static/images/media/animations_hummingbird_wp2.png deleted file mode 100644 index 2fda5913..00000000 Binary files a/static/images/media/animations_hummingbird_wp2.png and /dev/null differ diff --git a/static/images/media/armature_hummingbird1.png b/static/images/media/armature_hummingbird1.png deleted file mode 100644 index d2ce6410..00000000 Binary files a/static/images/media/armature_hummingbird1.png and /dev/null differ diff --git a/static/images/media/armature_hummingbird2.png b/static/images/media/armature_hummingbird2.png deleted file mode 100644 index 5cef9b9e..00000000 Binary files a/static/images/media/armature_hummingbird2.png and /dev/null differ diff --git a/static/images/media/armature_hummingbird_animation.png b/static/images/media/armature_hummingbird_animation.png deleted file mode 100644 index 95eafba7..00000000 Binary files a/static/images/media/armature_hummingbird_animation.png and /dev/null differ diff --git a/static/images/media/blender-action-editor.png b/static/images/media/blender-action-editor.png deleted file mode 100755 index 165b3669..00000000 Binary files a/static/images/media/blender-action-editor.png and /dev/null differ diff --git a/static/images/media/blender-dope-sheet.png b/static/images/media/blender-dope-sheet.png deleted file mode 100755 index 2cac9401..00000000 Binary files a/static/images/media/blender-dope-sheet.png and /dev/null differ diff --git a/static/images/media/blender-nla-editor.png b/static/images/media/blender-nla-editor.png deleted file mode 100755 index a9133b37..00000000 Binary files a/static/images/media/blender-nla-editor.png and /dev/null differ diff --git a/static/images/media/blender-nla-editor2.png b/static/images/media/blender-nla-editor2.png deleted file mode 100755 index 813c0f35..00000000 Binary files a/static/images/media/blender-nla-editor2.png and /dev/null differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-10.png b/static/images/media/creating-wearables-images/creating-wearables-10.png deleted file mode 100644 index 1c43b05d..00000000 Binary files a/static/images/media/creating-wearables-images/creating-wearables-10.png and /dev/null differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-11.png b/static/images/media/creating-wearables-images/creating-wearables-11.png deleted file mode 100644 index 8f722e8b..00000000 Binary files a/static/images/media/creating-wearables-images/creating-wearables-11.png and /dev/null differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-12.png b/static/images/media/creating-wearables-images/creating-wearables-12.png deleted file mode 100644 index 5df1bae0..00000000 Binary files a/static/images/media/creating-wearables-images/creating-wearables-12.png and /dev/null differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-13.png b/static/images/media/creating-wearables-images/creating-wearables-13.png deleted file mode 100644 index f73674bb..00000000 Binary files a/static/images/media/creating-wearables-images/creating-wearables-13.png and /dev/null differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-14.png b/static/images/media/creating-wearables-images/creating-wearables-14.png deleted file mode 100644 index a103fc69..00000000 Binary files a/static/images/media/creating-wearables-images/creating-wearables-14.png and /dev/null differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-15.jpg b/static/images/media/creating-wearables-images/creating-wearables-15.jpg deleted file mode 100644 index b408775f..00000000 Binary files a/static/images/media/creating-wearables-images/creating-wearables-15.jpg and /dev/null differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-16.png b/static/images/media/creating-wearables-images/creating-wearables-16.png deleted file mode 100644 index 38e9e608..00000000 Binary files a/static/images/media/creating-wearables-images/creating-wearables-16.png and /dev/null differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-17.jpg b/static/images/media/creating-wearables-images/creating-wearables-17.jpg deleted file mode 100644 index 60312878..00000000 Binary files a/static/images/media/creating-wearables-images/creating-wearables-17.jpg and /dev/null differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-18.png b/static/images/media/creating-wearables-images/creating-wearables-18.png deleted file mode 100644 index c31d2b1f..00000000 Binary files a/static/images/media/creating-wearables-images/creating-wearables-18.png and /dev/null differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-19.png b/static/images/media/creating-wearables-images/creating-wearables-19.png deleted file mode 100644 index 09275b07..00000000 Binary files a/static/images/media/creating-wearables-images/creating-wearables-19.png and /dev/null differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-2.png b/static/images/media/creating-wearables-images/creating-wearables-2.png deleted file mode 100644 index 3337ae9a..00000000 Binary files a/static/images/media/creating-wearables-images/creating-wearables-2.png and /dev/null differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-20.png b/static/images/media/creating-wearables-images/creating-wearables-20.png deleted file mode 100644 index d81a98dd..00000000 Binary files a/static/images/media/creating-wearables-images/creating-wearables-20.png and /dev/null differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-21.png b/static/images/media/creating-wearables-images/creating-wearables-21.png deleted file mode 100644 index 4eac4be5..00000000 Binary files a/static/images/media/creating-wearables-images/creating-wearables-21.png and /dev/null differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-22.png b/static/images/media/creating-wearables-images/creating-wearables-22.png deleted file mode 100644 index d4e669b5..00000000 Binary files a/static/images/media/creating-wearables-images/creating-wearables-22.png and /dev/null differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-23.png b/static/images/media/creating-wearables-images/creating-wearables-23.png deleted file mode 100644 index 7f9f1ddf..00000000 Binary files a/static/images/media/creating-wearables-images/creating-wearables-23.png and /dev/null differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-24.png b/static/images/media/creating-wearables-images/creating-wearables-24.png deleted file mode 100644 index a5559a84..00000000 Binary files a/static/images/media/creating-wearables-images/creating-wearables-24.png and /dev/null differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-25.png b/static/images/media/creating-wearables-images/creating-wearables-25.png deleted file mode 100644 index fa8075f8..00000000 Binary files a/static/images/media/creating-wearables-images/creating-wearables-25.png and /dev/null differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-3.png b/static/images/media/creating-wearables-images/creating-wearables-3.png deleted file mode 100644 index dd098e9f..00000000 Binary files a/static/images/media/creating-wearables-images/creating-wearables-3.png and /dev/null differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-4.png b/static/images/media/creating-wearables-images/creating-wearables-4.png deleted file mode 100644 index 5f0e1e6f..00000000 Binary files a/static/images/media/creating-wearables-images/creating-wearables-4.png and /dev/null differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-5.png b/static/images/media/creating-wearables-images/creating-wearables-5.png deleted file mode 100644 index 485ca2fa..00000000 Binary files a/static/images/media/creating-wearables-images/creating-wearables-5.png and /dev/null differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-6.jpg b/static/images/media/creating-wearables-images/creating-wearables-6.jpg deleted file mode 100644 index 4694d707..00000000 Binary files a/static/images/media/creating-wearables-images/creating-wearables-6.jpg and /dev/null differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-7.png b/static/images/media/creating-wearables-images/creating-wearables-7.png deleted file mode 100644 index bf4f3413..00000000 Binary files a/static/images/media/creating-wearables-images/creating-wearables-7.png and /dev/null differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-8.png b/static/images/media/creating-wearables-images/creating-wearables-8.png deleted file mode 100644 index e90e48d6..00000000 Binary files a/static/images/media/creating-wearables-images/creating-wearables-8.png and /dev/null differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-9.png b/static/images/media/creating-wearables-images/creating-wearables-9.png deleted file mode 100644 index f585a6c0..00000000 Binary files a/static/images/media/creating-wearables-images/creating-wearables-9.png and /dev/null differ diff --git a/static/images/media/drag-into-collection.png b/static/images/media/drag-into-collection.png deleted file mode 100644 index 68677e03..00000000 Binary files a/static/images/media/drag-into-collection.png and /dev/null differ diff --git a/static/images/media/new-collection.png b/static/images/media/new-collection.png deleted file mode 100644 index 443f66b0..00000000 Binary files a/static/images/media/new-collection.png and /dev/null differ diff --git a/static/images/media/new-item-button.png b/static/images/media/new-item-button.png deleted file mode 100644 index 401a9462..00000000 Binary files a/static/images/media/new-item-button.png and /dev/null differ diff --git a/static/images/media/new-item.png b/static/images/media/new-item.png deleted file mode 100644 index 98f7eb57..00000000 Binary files a/static/images/media/new-item.png and /dev/null differ diff --git a/static/images/media/wearable-settings.png b/static/images/media/wearable-settings.png deleted file mode 100644 index 16dde9b8..00000000 Binary files a/static/images/media/wearable-settings.png and /dev/null differ diff --git a/static/images/media/wearable-thumbnail.png b/static/images/media/wearable-thumbnail.png deleted file mode 100644 index e346e63a..00000000 Binary files a/static/images/media/wearable-thumbnail.png and /dev/null differ diff --git a/static/images/wearables-and-emotes/creating-a-collection/00_collections.png b/static/images/wearables-and-emotes/creating-a-collection/00_collections.png new file mode 100644 index 00000000..3ea7a1f6 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-a-collection/00_collections.png differ diff --git a/static/images/wearables-and-emotes/creating-a-collection/01_create_collection.png b/static/images/wearables-and-emotes/creating-a-collection/01_create_collection.png new file mode 100644 index 00000000..217a4513 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-a-collection/01_create_collection.png differ diff --git a/static/images/wearables-and-emotes/creating-a-collection/02_add_collection.png b/static/images/wearables-and-emotes/creating-a-collection/02_add_collection.png new file mode 100644 index 00000000..992c41f3 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-a-collection/02_add_collection.png differ diff --git a/static/images/wearables-and-emotes/creating-a-collection/03_rename_collection.png b/static/images/wearables-and-emotes/creating-a-collection/03_rename_collection.png new file mode 100644 index 00000000..0b4e200c Binary files /dev/null and b/static/images/wearables-and-emotes/creating-a-collection/03_rename_collection.png differ diff --git a/static/images/wearables-and-emotes/creating-a-collection/04_add_item.png b/static/images/wearables-and-emotes/creating-a-collection/04_add_item.png new file mode 100644 index 00000000..11e6c3d4 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-a-collection/04_add_item.png differ diff --git a/static/images/wearables-and-emotes/creating-a-collection/05_new_item.png b/static/images/wearables-and-emotes/creating-a-collection/05_new_item.png new file mode 100644 index 00000000..6e60c7fe Binary files /dev/null and b/static/images/wearables-and-emotes/creating-a-collection/05_new_item.png differ diff --git a/static/images/wearables-and-emotes/creating-a-collection/06_adding_more_items.png b/static/images/wearables-and-emotes/creating-a-collection/06_adding_more_items.png new file mode 100644 index 00000000..7a015d0f Binary files /dev/null and b/static/images/wearables-and-emotes/creating-a-collection/06_adding_more_items.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/00_creating_wearables_banner.png b/static/images/wearables-and-emotes/creating-wearables/00_creating_wearables_banner.png new file mode 100644 index 00000000..c802ae98 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/00_creating_wearables_banner.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/10_normals_face.png b/static/images/wearables-and-emotes/creating-wearables/10_normals_face.png new file mode 100644 index 00000000..23c2191d Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/10_normals_face.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/11_normals.png b/static/images/wearables-and-emotes/creating-wearables/11_normals.png new file mode 100644 index 00000000..769c1778 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/11_normals.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/12_max_width_height.png b/static/images/wearables-and-emotes/creating-wearables/12_max_width_height.png new file mode 100644 index 00000000..227b14dc Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/12_max_width_height.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/13_max_depth.png b/static/images/wearables-and-emotes/creating-wearables/13_max_depth.png new file mode 100644 index 00000000..8866bbd9 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/13_max_depth.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/14_body_parts.jpeg b/static/images/wearables-and-emotes/creating-wearables/14_body_parts.jpeg new file mode 100644 index 00000000..fff59d75 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/14_body_parts.jpeg differ diff --git a/static/images/wearables-and-emotes/creating-wearables/15_avatar_skin_mat.png b/static/images/wearables-and-emotes/creating-wearables/15_avatar_skin_mat.png new file mode 100644 index 00000000..05cb4d0b Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/15_avatar_skin_mat.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/16_Avatar_MaleSkinBase.png b/static/images/wearables-and-emotes/creating-wearables/16_Avatar_MaleSkinBase.png new file mode 100644 index 00000000..0cebce5b Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/16_Avatar_MaleSkinBase.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/17_Avatar_FemaleSkinBase.png b/static/images/wearables-and-emotes/creating-wearables/17_Avatar_FemaleSkinBase.png new file mode 100644 index 00000000..5b6808b9 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/17_Avatar_FemaleSkinBase.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/18_skin_tone.png b/static/images/wearables-and-emotes/creating-wearables/18_skin_tone.png new file mode 100644 index 00000000..ac73fa0a Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/18_skin_tone.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/19_skin_uv.png b/static/images/wearables-and-emotes/creating-wearables/19_skin_uv.png new file mode 100644 index 00000000..0bed6036 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/19_skin_uv.png differ diff --git a/static/images/media/creating-wearables-images/creating-wearables-1.png b/static/images/wearables-and-emotes/creating-wearables/1_creating_wearables.png similarity index 100% rename from static/images/media/creating-wearables-images/creating-wearables-1.png rename to static/images/wearables-and-emotes/creating-wearables/1_creating_wearables.png diff --git a/static/images/wearables-and-emotes/creating-wearables/20_hair_base.png b/static/images/wearables-and-emotes/creating-wearables/20_hair_base.png new file mode 100644 index 00000000..3ae413a1 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/20_hair_base.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/20_wearables_uv.png b/static/images/wearables-and-emotes/creating-wearables/20_wearables_uv.png new file mode 100644 index 00000000..0b0cd2b5 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/20_wearables_uv.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/21_eyes.png b/static/images/wearables-and-emotes/creating-wearables/21_eyes.png new file mode 100644 index 00000000..d3454412 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/21_eyes.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/22_eyebrows.png b/static/images/wearables-and-emotes/creating-wearables/22_eyebrows.png new file mode 100644 index 00000000..fcc9c1df Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/22_eyebrows.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/23_eyes_mask_uv.jpeg b/static/images/wearables-and-emotes/creating-wearables/23_eyes_mask_uv.jpeg new file mode 100644 index 00000000..893b773c Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/23_eyes_mask_uv.jpeg differ diff --git a/static/images/wearables-and-emotes/creating-wearables/24_mouth.png b/static/images/wearables-and-emotes/creating-wearables/24_mouth.png new file mode 100644 index 00000000..3c991c9f Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/24_mouth.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/25_mouth_mask_uv.jpeg b/static/images/wearables-and-emotes/creating-wearables/25_mouth_mask_uv.jpeg new file mode 100644 index 00000000..a9a48b13 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/25_mouth_mask_uv.jpeg differ diff --git a/static/images/wearables-and-emotes/creating-wearables/26_eyes_nodes.png b/static/images/wearables-and-emotes/creating-wearables/26_eyes_nodes.png new file mode 100644 index 00000000..54986dd8 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/26_eyes_nodes.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/27_eyes_alpha.png b/static/images/wearables-and-emotes/creating-wearables/27_eyes_alpha.png new file mode 100644 index 00000000..92f77136 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/27_eyes_alpha.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/28_eyes_tone.png b/static/images/wearables-and-emotes/creating-wearables/28_eyes_tone.png new file mode 100644 index 00000000..9ebc50aa Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/28_eyes_tone.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/29_eyes_mask.png b/static/images/wearables-and-emotes/creating-wearables/29_eyes_mask.png new file mode 100644 index 00000000..081a20d0 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/29_eyes_mask.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/2_avatar_head.jpeg b/static/images/wearables-and-emotes/creating-wearables/2_avatar_head.jpeg new file mode 100644 index 00000000..75d055f4 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/2_avatar_head.jpeg differ diff --git a/static/images/wearables-and-emotes/creating-wearables/30_eyes_base.png b/static/images/wearables-and-emotes/creating-wearables/30_eyes_base.png new file mode 100644 index 00000000..3f5abe73 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/30_eyes_base.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/31_hair_base.png b/static/images/wearables-and-emotes/creating-wearables/31_hair_base.png new file mode 100644 index 00000000..3ae413a1 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/31_hair_base.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/32_hair_mat.png b/static/images/wearables-and-emotes/creating-wearables/32_hair_mat.png new file mode 100644 index 00000000..0b2b2463 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/32_hair_mat.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/33_hair_tx.png b/static/images/wearables-and-emotes/creating-wearables/33_hair_tx.png new file mode 100644 index 00000000..45feaef0 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/33_hair_tx.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/34_rig.gif b/static/images/wearables-and-emotes/creating-wearables/34_rig.gif new file mode 100644 index 00000000..23643090 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/34_rig.gif differ diff --git a/static/images/wearables-and-emotes/creating-wearables/35_head_cuts.png b/static/images/wearables-and-emotes/creating-wearables/35_head_cuts.png new file mode 100644 index 00000000..a5e367aa Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/35_head_cuts.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/36_60_1.gif b/static/images/wearables-and-emotes/creating-wearables/36_60_1.gif new file mode 100644 index 00000000..022aef40 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/36_60_1.gif differ diff --git a/static/images/wearables-and-emotes/creating-wearables/37_60_2.gif b/static/images/wearables-and-emotes/creating-wearables/37_60_2.gif new file mode 100644 index 00000000..6dfc994d Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/37_60_2.gif differ diff --git a/static/images/wearables-and-emotes/creating-wearables/38_60_3.gif b/static/images/wearables-and-emotes/creating-wearables/38_60_3.gif new file mode 100644 index 00000000..d117a2b1 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/38_60_3.gif differ diff --git a/static/images/wearables-and-emotes/creating-wearables/39_60_4.gif b/static/images/wearables-and-emotes/creating-wearables/39_60_4.gif new file mode 100644 index 00000000..bdc66b36 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/39_60_4.gif differ diff --git a/static/images/wearables-and-emotes/creating-wearables/3_upper_body.jpeg b/static/images/wearables-and-emotes/creating-wearables/3_upper_body.jpeg new file mode 100644 index 00000000..ac0684d8 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/3_upper_body.jpeg differ diff --git a/static/images/wearables-and-emotes/creating-wearables/40_joints.gif b/static/images/wearables-and-emotes/creating-wearables/40_joints.gif new file mode 100644 index 00000000..ea5e9c12 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/40_joints.gif differ diff --git a/static/images/wearables-and-emotes/creating-wearables/41_joint_weight.png b/static/images/wearables-and-emotes/creating-wearables/41_joint_weight.png new file mode 100644 index 00000000..10840593 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/41_joint_weight.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/42_joint_weight_02.png b/static/images/wearables-and-emotes/creating-wearables/42_joint_weight_02.png new file mode 100644 index 00000000..7c5e2472 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/42_joint_weight_02.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/43_skirt.png b/static/images/wearables-and-emotes/creating-wearables/43_skirt.png new file mode 100644 index 00000000..695b04bf Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/43_skirt.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/44_skirt.gif b/static/images/wearables-and-emotes/creating-wearables/44_skirt.gif new file mode 100644 index 00000000..34be3c45 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/44_skirt.gif differ diff --git a/static/images/wearables-and-emotes/creating-wearables/45_hat.png b/static/images/wearables-and-emotes/creating-wearables/45_hat.png new file mode 100644 index 00000000..a614dfcf Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/45_hat.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/46_poly_count.png b/static/images/wearables-and-emotes/creating-wearables/46_poly_count.png new file mode 100644 index 00000000..41d663ca Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/46_poly_count.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/47_base_categories.png b/static/images/wearables-and-emotes/creating-wearables/47_base_categories.png new file mode 100644 index 00000000..517acea1 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/47_base_categories.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/47_collections.zip b/static/images/wearables-and-emotes/creating-wearables/47_collections.zip new file mode 100644 index 00000000..b62a19be Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/47_collections.zip differ diff --git a/static/images/wearables-and-emotes/creating-wearables/48_accessories_category.png b/static/images/wearables-and-emotes/creating-wearables/48_accessories_category.png new file mode 100644 index 00000000..516b28b8 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/48_accessories_category.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/49_tint_hair.gif b/static/images/wearables-and-emotes/creating-wearables/49_tint_hair.gif new file mode 100644 index 00000000..e25688bf Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/49_tint_hair.gif differ diff --git a/static/images/wearables-and-emotes/creating-wearables/4_lower_body.jpeg b/static/images/wearables-and-emotes/creating-wearables/4_lower_body.jpeg new file mode 100644 index 00000000..a37d6f40 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/4_lower_body.jpeg differ diff --git a/static/images/wearables-and-emotes/creating-wearables/5_feet.jpeg b/static/images/wearables-and-emotes/creating-wearables/5_feet.jpeg new file mode 100644 index 00000000..c1c7af3f Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/5_feet.jpeg differ diff --git a/static/images/wearables-and-emotes/creating-wearables/6_maps.png b/static/images/wearables-and-emotes/creating-wearables/6_maps.png new file mode 100644 index 00000000..f59e5b7e Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/6_maps.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/7_alpha.png b/static/images/wearables-and-emotes/creating-wearables/7_alpha.png new file mode 100644 index 00000000..5ceb1ecb Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/7_alpha.png differ diff --git a/static/images/wearables-and-emotes/creating-wearables/8_normals.gif b/static/images/wearables-and-emotes/creating-wearables/8_normals.gif new file mode 100644 index 00000000..dba40367 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/8_normals.gif differ diff --git a/static/images/wearables-and-emotes/creating-wearables/9_backface_culling.png b/static/images/wearables-and-emotes/creating-wearables/9_backface_culling.png new file mode 100644 index 00000000..ecc3b4d4 Binary files /dev/null and b/static/images/wearables-and-emotes/creating-wearables/9_backface_culling.png differ diff --git a/static/images/wearables-and-emotes/publishing-collections/add-collaborators.png b/static/images/wearables-and-emotes/publishing-collections/add-collaborators.png new file mode 100644 index 00000000..e0ea2667 Binary files /dev/null and b/static/images/wearables-and-emotes/publishing-collections/add-collaborators.png differ diff --git a/static/images/wearables-and-emotes/publishing-collections/add-minters.png b/static/images/wearables-and-emotes/publishing-collections/add-minters.png new file mode 100644 index 00000000..afb8817a Binary files /dev/null and b/static/images/wearables-and-emotes/publishing-collections/add-minters.png differ diff --git a/static/images/wearables-and-emotes/publishing-collections/minting-items-1.png b/static/images/wearables-and-emotes/publishing-collections/minting-items-1.png new file mode 100644 index 00000000..b48bcb0d Binary files /dev/null and b/static/images/wearables-and-emotes/publishing-collections/minting-items-1.png differ diff --git a/static/images/wearables-and-emotes/publishing-collections/minting-items-2.png b/static/images/wearables-and-emotes/publishing-collections/minting-items-2.png new file mode 100644 index 00000000..1a73c4c7 Binary files /dev/null and b/static/images/wearables-and-emotes/publishing-collections/minting-items-2.png differ diff --git a/static/images/wearables-and-emotes/publishing-collections/selling-items-toggle.png b/static/images/wearables-and-emotes/publishing-collections/selling-items-toggle.png new file mode 100644 index 00000000..235ea603 Binary files /dev/null and b/static/images/wearables-and-emotes/publishing-collections/selling-items-toggle.png differ diff --git a/static/images/wearables-and-emotes/uploading-emotes/01_new_item.png b/static/images/wearables-and-emotes/uploading-emotes/01_new_item.png new file mode 100644 index 00000000..6e60c7fe Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-emotes/01_new_item.png differ diff --git a/static/images/wearables-and-emotes/uploading-emotes/02_new_emote.png b/static/images/wearables-and-emotes/uploading-emotes/02_new_emote.png new file mode 100644 index 00000000..ff6fbd71 Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-emotes/02_new_emote.png differ diff --git a/static/images/wearables-and-emotes/uploading-emotes/03_edit_thumbnail.gif b/static/images/wearables-and-emotes/uploading-emotes/03_edit_thumbnail.gif new file mode 100644 index 00000000..c7e7032d Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-emotes/03_edit_thumbnail.gif differ diff --git a/static/images/wearables-and-emotes/uploading-emotes/04_set_price.png b/static/images/wearables-and-emotes/uploading-emotes/04_set_price.png new file mode 100644 index 00000000..dcdbef74 Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-emotes/04_set_price.png differ diff --git a/static/images/wearables-and-emotes/uploading-emotes/06_edit_avatar.gif b/static/images/wearables-and-emotes/uploading-emotes/06_edit_avatar.gif new file mode 100644 index 00000000..4f139920 Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-emotes/06_edit_avatar.gif differ diff --git a/static/images/wearables-and-emotes/uploading-emotes/07_boundaries.gif b/static/images/wearables-and-emotes/uploading-emotes/07_boundaries.gif new file mode 100644 index 00000000..c9a8ed11 Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-emotes/07_boundaries.gif differ diff --git a/static/images/wearables-and-emotes/uploading-emotes/08_description.png b/static/images/wearables-and-emotes/uploading-emotes/08_description.png new file mode 100644 index 00000000..e32b2528 Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-emotes/08_description.png differ diff --git a/static/images/wearables-and-emotes/uploading-emotes/09_test_in_world.png b/static/images/wearables-and-emotes/uploading-emotes/09_test_in_world.png new file mode 100644 index 00000000..912f68fd Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-emotes/09_test_in_world.png differ diff --git a/static/images/wearables-and-emotes/uploading-emotes/10_goerli.png b/static/images/wearables-and-emotes/uploading-emotes/10_goerli.png new file mode 100644 index 00000000..9ec66f57 Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-emotes/10_goerli.png differ diff --git a/static/images/wearables-and-emotes/uploading-emotes/11_macarena.gif b/static/images/wearables-and-emotes/uploading-emotes/11_macarena.gif new file mode 100644 index 00000000..b4c125ce Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-emotes/11_macarena.gif differ diff --git a/static/images/wearables-and-emotes/uploading-emotes/12_item_ready.png b/static/images/wearables-and-emotes/uploading-emotes/12_item_ready.png new file mode 100644 index 00000000..21f3efb4 Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-emotes/12_item_ready.png differ diff --git a/static/images/wearables-and-emotes/uploading-wearables/01_new_item.png b/static/images/wearables-and-emotes/uploading-wearables/01_new_item.png new file mode 100644 index 00000000..6e60c7fe Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/01_new_item.png differ diff --git a/static/images/wearables-and-emotes/uploading-wearables/02_mouth_wearable.png b/static/images/wearables-and-emotes/uploading-wearables/02_mouth_wearable.png new file mode 100644 index 00000000..59b06bc1 Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/02_mouth_wearable.png differ diff --git a/static/images/wearables-and-emotes/uploading-wearables/03_body_shape.png b/static/images/wearables-and-emotes/uploading-wearables/03_body_shape.png new file mode 100644 index 00000000..942291be Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/03_body_shape.png differ diff --git a/static/images/wearables-and-emotes/uploading-wearables/04_rarity.png b/static/images/wearables-and-emotes/uploading-wearables/04_rarity.png new file mode 100644 index 00000000..0ad71004 Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/04_rarity.png differ diff --git a/static/images/wearables-and-emotes/uploading-wearables/05_category.png b/static/images/wearables-and-emotes/uploading-wearables/05_category.png new file mode 100644 index 00000000..55b2338e Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/05_category.png differ diff --git a/static/images/wearables-and-emotes/uploading-wearables/06_thumbnail.png b/static/images/wearables-and-emotes/uploading-wearables/06_thumbnail.png new file mode 100644 index 00000000..7020e3b7 Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/06_thumbnail.png differ diff --git a/static/images/wearables-and-emotes/uploading-wearables/07_thumbnail.jpeg b/static/images/wearables-and-emotes/uploading-wearables/07_thumbnail.jpeg new file mode 100644 index 00000000..aa1a0df7 Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/07_thumbnail.jpeg differ diff --git a/static/images/wearables-and-emotes/uploading-wearables/08_properties.png b/static/images/wearables-and-emotes/uploading-wearables/08_properties.png new file mode 100644 index 00000000..7feae71a Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/08_properties.png differ diff --git a/static/images/wearables-and-emotes/uploading-wearables/09_new_item.png b/static/images/wearables-and-emotes/uploading-wearables/09_new_item.png new file mode 100644 index 00000000..2acc7564 Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/09_new_item.png differ diff --git a/static/images/wearables-and-emotes/uploading-wearables/10_female_wearable.png b/static/images/wearables-and-emotes/uploading-wearables/10_female_wearable.png new file mode 100644 index 00000000..d065c6ba Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/10_female_wearable.png differ diff --git a/static/images/wearables-and-emotes/uploading-wearables/11_list_wearables.png b/static/images/wearables-and-emotes/uploading-wearables/11_list_wearables.png new file mode 100644 index 00000000..6e797786 Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/11_list_wearables.png differ diff --git a/static/images/wearables-and-emotes/uploading-wearables/12_set_price.png b/static/images/wearables-and-emotes/uploading-wearables/12_set_price.png new file mode 100644 index 00000000..1eb53ad2 Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/12_set_price.png differ diff --git a/static/images/wearables-and-emotes/uploading-wearables/13_click_item.png b/static/images/wearables-and-emotes/uploading-wearables/13_click_item.png new file mode 100644 index 00000000..ed3507e6 Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/13_click_item.png differ diff --git a/static/images/wearables-and-emotes/uploading-wearables/14_editor.png b/static/images/wearables-and-emotes/uploading-wearables/14_editor.png new file mode 100644 index 00000000..e1bbdc02 Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/14_editor.png differ diff --git a/static/images/wearables-and-emotes/uploading-wearables/15_add_variation.png b/static/images/wearables-and-emotes/uploading-wearables/15_add_variation.png new file mode 100644 index 00000000..b7ba9987 Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/15_add_variation.png differ diff --git a/static/images/wearables-and-emotes/uploading-wearables/16_add_male_representation_01.png b/static/images/wearables-and-emotes/uploading-wearables/16_add_male_representation_01.png new file mode 100644 index 00000000..a73d583c Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/16_add_male_representation_01.png differ diff --git a/static/images/wearables-and-emotes/uploading-wearables/17_add_male_representation_02.png b/static/images/wearables-and-emotes/uploading-wearables/17_add_male_representation_02.png new file mode 100644 index 00000000..699f661d Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/17_add_male_representation_02.png differ diff --git a/static/images/wearables-and-emotes/uploading-wearables/18_preview_wearables_03.gif b/static/images/wearables-and-emotes/uploading-wearables/18_preview_wearables_03.gif new file mode 100644 index 00000000..5d4826e5 Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/18_preview_wearables_03.gif differ diff --git a/static/images/wearables-and-emotes/uploading-wearables/19_edit_avatar_wearable_03.gif b/static/images/wearables-and-emotes/uploading-wearables/19_edit_avatar_wearable_03.gif new file mode 100644 index 00000000..5850eb7e Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/19_edit_avatar_wearable_03.gif differ diff --git a/static/images/wearables-and-emotes/uploading-wearables/20_test_in_world_01.png b/static/images/wearables-and-emotes/uploading-wearables/20_test_in_world_01.png new file mode 100644 index 00000000..ac509055 Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/20_test_in_world_01.png differ diff --git a/static/images/wearables-and-emotes/uploading-wearables/21_goerli.png b/static/images/wearables-and-emotes/uploading-wearables/21_goerli.png new file mode 100644 index 00000000..c93c8d3b Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/21_goerli.png differ diff --git a/static/images/wearables-and-emotes/uploading-wearables/22_wearable_world.gif b/static/images/wearables-and-emotes/uploading-wearables/22_wearable_world.gif new file mode 100644 index 00000000..53d9fb2a Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/22_wearable_world.gif differ diff --git a/static/images/wearables-and-emotes/uploading-wearables/23_see_in_world.png b/static/images/wearables-and-emotes/uploading-wearables/23_see_in_world.png new file mode 100644 index 00000000..46534979 Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/23_see_in_world.png differ diff --git a/static/images/wearables-and-emotes/uploading-wearables/24_metamask_goerli.png b/static/images/wearables-and-emotes/uploading-wearables/24_metamask_goerli.png new file mode 100644 index 00000000..36698688 Binary files /dev/null and b/static/images/wearables-and-emotes/uploading-wearables/24_metamask_goerli.png differ diff --git a/static/images/wearables-and-emotes/wearables-overview/00_wearables_overview.png b/static/images/wearables-and-emotes/wearables-overview/00_wearables_overview.png new file mode 100644 index 00000000..e4e87212 Binary files /dev/null and b/static/images/wearables-and-emotes/wearables-overview/00_wearables_overview.png differ