Popular Post coolcoke33 Posted September 25, 2014 Popular Post Share Posted September 25, 2014 Hi guys, I wanna share a RBD RnD I did recently. I made this after watching the second one of Siggraph 2014 Talk - Art Directing Rigid Body Dynamics as Post-process Fangwei Lee / DreamWorks Animation (http://vimeo.com/100947043) Really appreciate Fangwei Lee helping me https://vimeo.com/106664159 Because I get some messages that want me to share hip file, so here is my scene file wrap_deform_cleanup_ver.hipnc Hope you guys like it Cheers! 15 1 Quote Link to comment Share on other sites More sharing options...
rayman Posted September 25, 2014 Share Posted September 25, 2014 (edited) Nice work! Thanks! Edited September 25, 2014 by rayman Quote Link to comment Share on other sites More sharing options...
Sierra62 Posted September 25, 2014 Share Posted September 25, 2014 Very nice work, thanks! Quote Link to comment Share on other sites More sharing options...
ryew Posted September 25, 2014 Share Posted September 25, 2014 That's a very cool effect, thanks for sharing it with us! Keep up the great work Quote Link to comment Share on other sites More sharing options...
aeroba Posted September 26, 2014 Share Posted September 26, 2014 Thinks for share. Quote Link to comment Share on other sites More sharing options...
redmaya Posted September 26, 2014 Share Posted September 26, 2014 Nice work thanks for share . Quote Link to comment Share on other sites More sharing options...
Druidl Posted October 12, 2014 Share Posted October 12, 2014 I'm also trying to wrap my head around this.Were you able to solve all the steps shown in the documentation?I'm stuck at trying to move the second fracture with the base animation... Whats the best approach to extract transform matrix of the base animation and apply it to the new fracture? Quote Link to comment Share on other sites More sharing options...
lucienfostier Posted October 20, 2014 Share Posted October 20, 2014 Hi, @druidl,you could use the cloth deform like in his hip file,but you run the risk of soft deformation. Another way is to derive a matrix from the piece and apply it to the fracture. Very nice workflow, any idea about the cake deforming,it looks to me like a glue network that goes through a wire SIM. Cheers Lucien Quote Link to comment Share on other sites More sharing options...
harima Posted October 20, 2014 Share Posted October 20, 2014 I'm also trying to wrap my head around this. Were you able to solve all the steps shown in the documentation? I'm stuck at trying to move the second fracture with the base animation... Whats the best approach to extract transform matrix of the base animation and apply it to the new fracture? The transform pieces SOP does it for you. It just needs some preparation. dop import your first sim represented as points. These points have a name attribute, thats important. Your second detailed fracture geometry needs to have the same name attribute as the first base sim.Ideally roughly on the same areas so the animation makes sense. So attributetransfer SOP for the win. Just make sure that each piece has a unique name. If you want to run a second sim over it its a bit trickier. The second fracture geometry needs a name attribute also in order to run which right now is busy from the previous step. So in the previous step rename the name attribute to something like old name do the transform pieces and then do an assemble node to create new name attribute for each piece for the new sim. If you also want to bring the animation to DOPS with Packed prims unfortunately its not very easy. I remember there was a thread for it. Someone shared a nice attributewrangle node that you could use inside a SOP solver in DOPS so that it brings the animation at each timestep. Just make sure that pieces initialise as not active. Then you can stop bringing animation based on whatever test you want (distance, impact) and make active. Quote Link to comment Share on other sites More sharing options...
Saber Posted October 21, 2014 Share Posted October 21, 2014 very cool Quote Link to comment Share on other sites More sharing options...
NSugleris Posted October 28, 2014 Share Posted October 28, 2014 Awesome thanks 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.