jmsjmsjms Posted May 15, 2016 Share Posted May 15, 2016 Hallo everyone. I´m trying to make a pose reader like in maya (attached link) but i have a lot of doubts about it and i don't know exactly how continue.... It would be marvellous if some one can help to achieve the correct result. Thanks community. posereader.hip Quote Link to comment Share on other sites More sharing options...
anim Posted May 15, 2016 Share Posted May 15, 2016 didn't watch the whole tut, but looks like he is interested only in angle and not the whole pose in your file you are using Dot product, which is not the same as Angle Between in Maya as Dot doesn't return angle but cosine of the angle and on top of that the input vectors need to be normalized and the angle is in radians so according to your Coneangle you wan degrees since you are transforming all your positions to the same space, using Into This Object on all Object Merge nodes, you don't need Transform VOPs. look at the file posereader_fix.hip Quote Link to comment Share on other sites More sharing options...
jmsjmsjms Posted May 16, 2016 Author Share Posted May 16, 2016 Thank´s a lot works perfectly . but i have one more question. How i can promote the attribute angle created into a parameter to be able to drive one blend shape for example. Thanks for the help Quote Link to comment Share on other sites More sharing options...
anim Posted May 17, 2016 Share Posted May 17, 2016 since it is now point attribute, you can read that value using point() expression 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.