Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

Exporting deformed texture with the mesh

Exporting deformed texture with the mesh

a14lolli
Observer Observer
1,072 Views
2 Replies
Message 1 of 3

Exporting deformed texture with the mesh

a14lolli
Observer
Observer

Hi!

I used Deform> Texture to do some wave animation on the water, but when I exported the scenen, the "animation" didn't follow. And I have baked the animation to the mesh with Key>Bake animation, but it still don't work....What can I do?

0 Likes
Accepted solutions (1)
1,073 Views
2 Replies
Replies (2)
Message 2 of 3

chaneyx
Advocate
Advocate
Accepted solution

Without looking at your scene, I will give the following advice : 

 

+ "Key-> Bake animation" by default bakes simple key frames. That means basic transforms ( translation, rotation, scale ). Take 5 minutes and read about the options. And understand the difference between transforms and shapes. 

 

"Key-> Bake animation" does have options for baking shapes but that is not efficient. 

 

+ When people want to "bake" geometry, the generally use Alembic nowadays. 

 

This distinction between transforms and shapes may seem arbitrary but it is smart. Imagine a helicopter with 1GB of vertices that are all moving through the sky without deformation. It is much more efficient to store per frame translation, scale, and rotation keys that "Key-> Bake animation" gives us. Alternatively, you could save the translation of every vertex but that means storing 1GB per frame! So for 100 frames, you are storing 100GB as opposed to 1.01GB. 

 

But in your case, you have a deforming object so you need to store the translation of every vertex. Your options are  Alembic, Maya's geo cache, or simply keeping your rig in the scene will do the job.

 

 

0 Likes
Message 3 of 3

a14lolli
Observer
Observer

Thank you so much for the help, it worked!

0 Likes