thefreshestever Posted November 3, 2012 Share Posted November 3, 2012 hey guys, haven´t been here for a while, and of course i have a question: i´m trying to find a way to simulate a stop-motion look without having to animate frame by frame. so i thought a possible solution would be to add some sort of random expression to the bones rotation, so that they would rotate randomly with very low values (let´s say from 0,1° to 0,3° or so) each frame. i´m not very familiar with expressions in a:m, in after effects the wiggle expression is fairly simple and can be applied to almost every parameter. i hope it´s similar in a:m. any advice? Quote Link to comment Share on other sites More sharing options...
itsjustme Posted November 3, 2012 Share Posted November 3, 2012 I posted a flour sack test that looks sorta stop-motion here...it's just having the interpolation set to "hold" for everything. As for an Expression...something like this might be a decent starting point: If((GetTime()*Rand()) It would need tweaking because GetTime() would be an ever-increasing number...which would cause the jitter to start small and increase until it hit the limit (it also would only jitter to the positive rotation of the bone. This would need more thinking. Hope that helps. Quote Link to comment Share on other sites More sharing options...
thefreshestever Posted November 3, 2012 Author Share Posted November 3, 2012 thanks david unfortunately this script overwrites the animated position of the bone, so that´s another issue... and i´m no good in scripting at all. setting the keyframes to hold would give a rougher look as i am looking for. i want to animate at 12fps without having to animate each frame and still get some sort of slight jittering. Quote Link to comment Share on other sites More sharing options...
itsjustme Posted November 3, 2012 Share Posted November 3, 2012 Here's something you could try...it's more complicated than I think it needs to be, but some other things I tried gave me some errors I haven't figured out yet Hope that helps. unfortunately this script overwrites the animated position of the bone, so that´s another issue... and i´m no good in scripting at all. If you put the jitter on a bone that is the parent of the one you are animating, you can still move the bone...that's the way I'd do it. random_jitter_test_11_03_2012.prj Quote Link to comment Share on other sites More sharing options...
thefreshestever Posted November 4, 2012 Author Share Posted November 4, 2012 you´re a genius! it does exactly what it should do, but you´re right, seems a bit complicated, especially to set up a whole character like this to make every or at least most of the joints jitter. i have a tiny bit experience with action script in flash, there i would try something like to get the current position of the bone and add/subtract a random value within a defined range. in flash the script would calculate the position for each frame. does that make sense to you? Quote Link to comment Share on other sites More sharing options...
itsjustme Posted November 4, 2012 Share Posted November 4, 2012 seems a bit complicated, especially to set up a whole character like this to make every or at least most of the joints jitter. i have a tiny bit experience with action script in flash, there i would try something like to get the current position of the bone and add/subtract a random value within a defined range. in flash the script would calculate the position for each frame. does that make sense to you? How about like this? It has a bone set to jittering all the time with each bone having an "orient like" constraint to that bone (with "apply before action" on) in a separate Pose. Then, you animate your character like you want, go back to the beginning of the animation and turn on the Pose to have the bones "orient like" the jitter bone. Here's a simple example (I didn't include the negative bone since it was a quick test). Hope that helps, Sebastian. random_jitter_test_11_03_2012b.prj Quote Link to comment Share on other sites More sharing options...
thefreshestever Posted November 4, 2012 Author Share Posted November 4, 2012 that´s awesome i guess that will work. i might have to set up 3 or 4 of those jitter-bones, so different joints will jitter differently in my character. i´m going to try that, not sure how it´s going to work on ik-legs... i´ll let you know. thanks! Quote Link to comment Share on other sites More sharing options...
thefreshestever Posted November 4, 2012 Author Share Posted November 4, 2012 where do i find this "apply before action" thingy??? Quote Link to comment Share on other sites More sharing options...
Hash Fellow robcat2075 Posted November 4, 2012 Hash Fellow Share Posted November 4, 2012 Here is a solution that allows you to animate normally and add jitter without having to add any bones. Random_Jitter.mov Setting your project to a low frame rate like 12fps will also help with the stop-motion look. Quote Link to comment Share on other sites More sharing options...
Hash Fellow robcat2075 Posted November 4, 2012 Hash Fellow Share Posted November 4, 2012 Here's an additional idea... instead of manually changing the multiplier in each expression, you could initially set some number larger than you would ever want and then later reduce the over all effect by lowering the "Blend Ratio" under "blend method". That number could also be set to zero during holds so there is no jitter at all, as with a tru stop-mo model. Quote Link to comment Share on other sites More sharing options...
Hash Fellow robcat2075 Posted November 4, 2012 Hash Fellow Share Posted November 4, 2012 12fps, randomly jittered, stop-mo flower: stopmopflower000.mov Quote Link to comment Share on other sites More sharing options...
thefreshestever Posted November 4, 2012 Author Share Posted November 4, 2012 i don´t know if i´m more impressed with your solution or the fact that you did that tutorial in german. how cool is that? der beste teil war das ende: "animation meister" thanks rob, that´s exactly the kind of simple solution i´ve been looking for. Quote Link to comment Share on other sites More sharing options...
Hash Fellow robcat2075 Posted November 4, 2012 Hash Fellow Share Posted November 4, 2012 Heute Animation, Morgen die Welt! Quote Link to comment Share on other sites More sharing options...
itsjustme Posted November 4, 2012 Share Posted November 4, 2012 Great solution, Robert! Quote Link to comment Share on other sites More sharing options...
mtpeak2 Posted November 4, 2012 Share Posted November 4, 2012 Can't view video on iPad. Quote Link to comment Share on other sites More sharing options...
Hash Fellow robcat2075 Posted November 4, 2012 Hash Fellow Share Posted November 4, 2012 Can't view video on iPad. What do we need to do to make Quicktimes that are iPad viewable? I'm surprised Quicktime isn't good enough. Quote Link to comment Share on other sites More sharing options...
NancyGormezano Posted November 4, 2012 Share Posted November 4, 2012 i don´t know if i´m more impressed with your solution or the fact that you did that tutorial in german. I'm duly impressed that I could understand it and don't speak any German!. (btw, at first, I thought Robert was doing an old rerun of ) Quote Link to comment Share on other sites More sharing options...
Hash Fellow robcat2075 Posted November 5, 2012 Hash Fellow Share Posted November 5, 2012 I'm duly impressed that I could understand it and don't speak any German!. I think the interpretive dance movements are what really puts it across. Quote Link to comment Share on other sites More sharing options...
thefreshestever Posted November 5, 2012 Author Share Posted November 5, 2012 it works just the way i imagined it thanks again. here´s a quick test: boxboywalk_low.mov Quote Link to comment Share on other sites More sharing options...
Hash Fellow robcat2075 Posted November 5, 2012 Hash Fellow Share Posted November 5, 2012 it works just the way i imagined it thanks again. here´s a quick test: Yay! Quote Link to comment Share on other sites More sharing options...
NancyGormezano Posted November 5, 2012 Share Posted November 5, 2012 here´s a quick test: Fabulous character! Quote Link to comment Share on other sites More sharing options...
Admin Rodney Posted November 5, 2012 Admin Share Posted November 5, 2012 That looks great! Approaching perfecton I'd say. Quote Link to comment Share on other sites More sharing options...
itsjustme Posted November 6, 2012 Share Posted November 6, 2012 Great stuff, Sebastian! Quote Link to comment Share on other sites More sharing options...
Fuchur Posted November 6, 2012 Share Posted November 6, 2012 Really cool character and a real nice effect! See you *Fuchur* Quote Link to comment Share on other sites More sharing options...
Xtaz Posted November 26, 2013 Share Posted November 26, 2013 I missed this one !!!! Pearl !!! Quote Link to comment Share on other sites More sharing options...
*A:M User* Shelton Posted November 26, 2013 *A:M User* Share Posted November 26, 2013 I missed the solution. Awesome result and wonderful character Steve Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.