Maya Animation :: Custom Attributes Easing In And Out?

Aug 5, 2012

I have made a custom attribute roller for the shoulders on my robot.So he can turn left and right I have set -

-90 = -90 Degrees
90 = 90 Degrees
and 0 keyed in the center (to allow the set driven keys to be set)

However, when i go from left to right or vice versa in the animating stage the attribute eases into 0 (from -90) and eases back out again on the way to 90. I have used Linear Tangents in the graph editor but this has no effect.

View 4 Replies


ADVERTISEMENT

Edge Animate CC :: Defining Custom Easing In Code

Sep 4, 2013

Part of my project includes a slider that is dynamically given a position. Because this all happens in code, I can't use the timeline tool to change the easing to something like "easeOutBounce."
 
This seems to follow the jQuery convention but results in the standard easing:
 
sidebarSymbol.$("slider").animate({top: sidebarSymbol.sliderPositions[scene]}, 750, "easeOutBounce", sym.playNext());

View 3 Replies View Related

3ds Max Animation :: Reuse Linked Custom Attributes?

Jan 17, 2014

if it is possible to keep the wiring of an attribute intact when I redefine it? and whayt if I added a parameter and rollout from other attribute from the same attribute holder, can I bring it all wirede or do I have to re connect all again?

View 1 Replies View Related

Maya Animation :: Assigning Expressions To Animated Attributes?

Dec 30, 2012

I've set keyframes on the Glow Intensity attribute of an object so I can slowly reduce the intensity at certain points. Now I need to create a new expression to give a random flickering to the glowing object as the scene plays, until the glow finally dims out.

But when I select Glow Intensity and try to create the Expression, there is no option now to 'Create New Expression'. The other options are still there, but it seems that at the top I'm left with an option relating to the Animation Curve Attributes (animCurveTU..?)

Is there no way to add a rand() expression to give some flickering to the Glow Intensity if I also have a few keyframes set that slowly dim the overall intensity level? Surely not.

I've tried to manually create the expression in the Expression Editor, but when I have to type in the name of the attribute, it hangs the whole program and I have to kill Maya and restart. Either it will not work that way or I'm missing something.

Maybe another way get the flickering short of manually keyframing the intensity level for the entire sequence.

View 5 Replies View Related

Maya Animation :: Animate Attributes / Making Fire Ball Explosion?

Jan 28, 2011

I dont know how to animate the attributes of a fire ball i have made..

I read you can right click on teh fade and set the Key but i get no option to set keey when right click.

I wanna make the fader animate a left to right move to change the colour.

View 1 Replies View Related

Maya Animation :: Custom Quadruped Rig And (2013) Human IK?

Jan 2, 2013

I'm making preparations to rig a quadruped (toad character) and am wondering if it could be done using Maya 2013's Human IK system.

View 1 Replies View Related

Maya Animation :: Custom Rig To Work With HumanIK System

Oct 13, 2012

Custom rig to work with the HumanIK system in Maya 2013. Im currently trying to map my custom skeleton and get the mocap data to retarget but the skeleton freaks out when I try to change the source.

View 2 Replies View Related

Maya Animation :: Unlock The Scaling Attribute In Walk Cycle Animation File?

Feb 17, 2011

I have rigged a character and made it into a character set in which i have locked the scaling attribute , I have then saved this file. I have then referenced this file and and have done a walk cycle animation and saved this file. I have then realised that I needed the scaling attribute when I have added other parts of my scene. Is there a way to unlock the scaling attribute in my walk cycle animation file or will i have to go back and change it in the rigged file, create a new character set and do the walk cycle animation again?

View 2 Replies View Related

Maya Animation :: Hide Non-active Animation Layer F-curves In Graph

Apr 18, 2013

My current scene has 10 animation layers for a character, and seeing every f-curve from all layers, although grey and locked, when I only need to see the f-curves in layer I'm working on is really cluttering the graph editor. My current work around is selecting my active layer in the Layer Editor every time I select a rig control. Simple enough, but a pretty inefficient way of working. I can't seem to find a setting that allows me to just see ONLY the fcurves in the active layer. I imagine some of you out there may have hundreds of animations for a single game character.

View 4 Replies View Related

Maya Animation :: Setting Up A Rope For Animation Based On Control Panel

Jan 20, 2011

I'm trying to animate a moving rope based on simulation data. I know how to import my motion data for individual objects.I've seen lots of tutorials where one uses simulations or soft bodies with IK in order to create a rope. how to use all these features and I want the rope to follow my coordinates exactly. I was hoping I could do something like the following:

1. create points in Maya which correspond to my data points
2. connect the points with a curve
3. loft a circle using the curve as a path in order to make a rope
4. move the points. due to History, the rope position is updated

Is there a way to do something like this in Maya? I've tried, and it looks like ep points do not have key-able channel data, so I can't create animations for them separately. I'm using .mov data file imports to generate x, y, and z motion keys for the points.

View 4 Replies View Related

Maya Animation :: Additive Layer Animation For Rapid Prototyping

Dec 11, 2010

I have an assignment for a class where part of the final project is detailing the construction of a mold for a part. The animation that I would like to do would show the build up of the part in a 3D printer layer by layer. The closest method of animating this that I can think of is unfortunately backwards.

As I would have the part and a camera facing up from the bottom of the part and would have a plane that would recede upwards in the y direction. This would reveal the part as the plane translates in the y direction.

This might be okay, but the problem is that I would like to show this from a camera on top facing down instead of a camera on bottom facing up. How I can create the look of a part being built up in this additive method?

View 2 Replies View Related

Maya Animation :: Expression To Automate Animation Of Wheels

Oct 10, 2012

I am trying to add an expression to the standard Mudbox car to make the wheels turn when the vehicle moves in both the X & Z dimension. I have found many scripts that let me do this in a single dimension. I have found some others that claim to work for both dimensions, but at certain angles the wheels turn in the wrong direction.

My work flow is as follows:
1 - Export car from Mudbox to Maya
2 - Separate the wheels & center pivot all items
3 - Add NurbsCurves to create a rig
4 - Parenting the elements of the car
5 - Add an expression based on this web post [URL].......
6 - Test the animation

It works great when translating the car in the Z axis, but when the car is rotated 95 degrees in the Y axis the wheel will only go backwards no matter which direction the car is moved.

I have attached an MB (Maya 2013) so you can see the

problem.mudboxcar_maya_2plusexpression.mb.zip

View 7 Replies View Related

Maya Animation :: Blendshape Animation From Motion Capture?

Mar 6, 2012

translate facial motion capturing data (basically 2d point clouds) to blendshape weights. I finished rigging my character and wanted to drive my blendshapes by the relative position of my tracking data, e.g. distance between corners of the mouth drive the "wide" blendshape and so on...

Hope YOU know a solution for this, I believe blendshapes are THE way to create realism in tracked animation but I was not able to find ANY reference to something like that. I'd like it to be customizable and not to expensive, so the imagemetrics faceware service won't do for me

View 1 Replies View Related

Maya Animation :: Baking Parts Of Animation Deletes Others

Apr 3, 2011

How come baking some part of animation in graph editor deletes everything before and after the part i bake and how can i bake that part while leaving the rest untouched?

View 2 Replies View Related

Maya Animation :: ATOM Animation Transfer Between Different Characters

Oct 23, 2012

I have a character with animation. Another character is the same(same bones, meshes), but with no animation, 100 times larger in size and I resize the head to make the head looks slimmer. They are saved in different fbx files and I imported them into mb scenes. I select the root bone and "select hierarchy", the export options is shown below. Then select in the same way in the larger character's scene, the importer options is shown below. THE PROBLEM is: after I import the atom, the character becomes shrinked to the same size as the former one and the ratio of head becomes the same as the former one too.

View 1 Replies View Related

Maya Animation :: Bicycle Type Chain Animation?

Dec 22, 2010

For some scenes we have a chain which is wrapped around several cogs, just like a bicycle. In this scenario we need the chain links to follow the path and retain their relationship to each other.

In other scenes we have a chain which follows along a changing path. Imagine this if you can: A heavy weight has a chain attached which goes vertically up, over a pulley and down the other side where it is attached to a lorry. The lorry drives off pulling the weight upwards. This is my challenge!

Should I individually constrain the links using a Pin constraint and use dynamics completely to keep the chain taught?

View 1 Replies View Related

Maya Animation :: How To Get Random Motion In Camera Animation

Nov 29, 2010

Was wondering if there is a way of getting random camera movements? For example, i am doing a fly through of an earthquake scene and as the camera animates along the street it randomly shakes with the earthquake shocks.

I know I could animate it by hand but I wondered if there was a way (perhaps an expression) to make it more simple?

View 3 Replies View Related

Maya Animation :: Hide / Show Components Within Animation?

Jan 20, 2011

I have made a 3d Spectrum analyser , its made of rectangular boxes 16 rows and 16 boxes in each row.

So i have made my cam from Bottom Left corner to Top Right over 96 Frames.

What i need to do, is make some of the blocks disappear and re appear as the cam pans across.

In sketchup i did it by HIDEING the component (block), make new scene, then un hide it..

View 1 Replies View Related

Maya Animation :: Smoothing Key Frame Animation

Dec 29, 2010

I want to key frame animate something to go in a straight line but it seems to start out slowly, speed up, and then slow down again at the end. Is there a way to make it so the object moves the same speed throughout?

View 1 Replies View Related

Maya Animation :: Merge Animation Layers

Aug 16, 2010

I have an animation layer that I have exported and Im trying to import it into a new file and then merge it down to the base layer.

what ends up happening is that when I do the merge i get two additional layers. and the layer with the animation stays there. and nothing gets baked. the animation stays in the imported layer.

I should be able to import/export animation layers right?

[URL]........

View 1 Replies View Related

Maya Animation :: Image Plane Animation

Jan 5, 2012

I have a image plane. I would like to move the image of the plane in animation. It looks out then masking. I need only some parts of the image in frame one, and I need other parts of the image on frame 100. The plane isn't moving, only the image is moving in the box.

View 2 Replies View Related

Maya Animation :: Editing Mocap Animation On Rig

May 23, 2011

I am working on a school assignment where we are to use mocap for character animation...well av gone that far but, now I need to edit the animation to fit better in my animation......below is a playblast of what I have now..i need to have my characters holding onto the broom....

[URL].......

heres also a screenshot.

Using Maya 20121 and Motionbuilder 2012

View 3 Replies View Related

Maya Animation :: Animation Doesn't Play

Mar 23, 2011

I've been working on an animation for a week or two and all of the sudden the file no longer plays the animation. The keyframes are there and I can scrub through them, but when I hit play it just hangs on the frame it's already on, it says it's playing (The icon changes to stop and in the corner it says "Hit ESC to stop playing", but nothing moves. I can bring it into older versions of Maya and it plays, but the only other version of Maya I have is 2008 and it doesn't like the transfer from 2011 to 2008.

View 2 Replies View Related

Maya Animation :: Animation Version For Pipeline?

Nov 30, 2011

i'm actually starting to design and code the animation part of the pipeline for my studio. So if you have a given shot in a given version, you have a bunch of animations for all characters/props, and you can publish a version of your animation and rollback your animation to older versions.I have two kinds animations exported : one "normal" and a geocache version also. For the geocache, I use Alembic and for the moment I'm pretty happy with the results.

For the "normal" version, i was thinking of using animImportExport module from maya. It seems to work fine, but then comes THE issue I remember having to discuss for hours in all the studios I've worked : what about the constraints?i have my character, for example Ogre_chr (group node) and i export all anim below that node and call it Ogre_chr_Shot101_v01.anim. But if there's a constraint outside the ogre, it won't be exported. I could take the anim of the object that is constraining and add it to my .anim, but imagine two characters interact with one same constraint : saving versions of both characters will cause issues when you play around with loading different versions of both characters.

View 9 Replies View Related

Maya Animation :: How To Create A Vacuum Like Animation

Nov 23, 2010

how to create a vacuum sucking animation?

What I need to do is suck little strands of something I made into/thru a hollow a needle.

View 1 Replies View Related

Maya Animation :: Animation Combines All Frames

Feb 4, 2014

When I key the arm on frame 1 for instance, then key the hip they both appear on the same frame, meaning if I copy the arm to frame 20, it copies the hip too.Or if I want to adjust the arm on frame 10 it also adjusts the hip (and all the other frames in the scene.)Making it practically impossible to tween anything at all because it's all lumped together.

I deleted my entire walk cycle and started over again, reset the options to default, reloaded Maya... and it's still happening but only in this scene.

View 1 Replies View Related

Maya Animation :: Set Driven Key Animation Snapping?

Sep 23, 2011

As I am setting the driven successfully in Maya 2011, and when i am animating the driven controller by using the attribute, the animnation is snapping to the default driven value, to max. driven value, and to min. driven value, So, i can't the see the in-betweeings between to keys.

View 2 Replies View Related

Maya :: Graph Editor Not Showing Attributes

Mar 20, 2012

This happened recently. No matter what preferences I reset or options I click it wont show all the attributes. I go to the school, file is fine. I can see everything when I select control handles.

I uninstalled everything, cleaned registry. rebooted. reinstalled. Still have the problem. It should show all the attributes for translate and rotation. I tried the same file on different computers and it shows them all selected.

View 1 Replies View Related

Maya Modeling :: How To Change Attributes Of Original Individual Objects

Sep 14, 2012

This is probably just me not being up to speed yet, but once I combine a set of polygons, is there an easy way to still change the attributes of the original individual objects?

Prior to combining them, each object appears in the Outliner individually and I can select it there and change its attributes...color, etc. But I need to lock them together to keep their relative positions, and combining them does that perfectly. But afterward, the individual list in the Outliner doesn't seem to work anymore...the 'polysurface1' that was created has all the attributes crammed together, and having to scroll through all the tabs is a pain in the neck. Isn't there some way to combine objects and still readily change the colors or other attributes of the separate parts? Or, as I originally wondered about, is there an easier way to hold them in position without combining them?

View 1 Replies View Related

Maya Animation :: How To Rig The Triangle

Aug 5, 2012

I found a toy which is belong to my brother's son in my grandmother' house. It is a Fire engines, and it has a adjustable Fire ladder,then I want build this things with maya, so ......the modeling is done, and then the problem comes out when I ready to rig the fire ladder, look at the pic below, let me explain:

1.there are three axle in red : A B C , blue things is base of axle
2.the green thing is the fire ladder
3.the yellow thing is a hydraulic push-rod which can be adjustable
4.the pink thing looks like a Skateboard, and hydraulic push-rod base on it.
5.the gray thing is a part of fire engines' body.

there is no problem if it has a fixed pole instead hydraulic push-rod, because I can just use a IK handle link A & C, but now....it doesn't work.

View 1 Replies View Related

Maya Animation :: How To Create HIK Rig

Sep 14, 2010

I've been getting my hands on a few models from different games (Such as the Spy from 'Team Fortress 2', and Mario from 'Super Smash Brothers Brawl') lately, all of which are already weighted properly... So I can simply apply IK's and begin animating in a matter of minutes...

However, I can't set up any of them with a HIK rig (To use with Motion Capture..).. I keep getting an "Invalid skeleton or no skeleton. Can't create new rig." error when trying to Create the HIK Rig (I can Characterize the skeleton with no problem though). I know that the mesh is binded already to the skeleton using skin clusters..

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved