Hubs-Foundation / hubs-avatar-pipelines

Hubs avatars and related assets for avatar customization.
Mozilla Public License 2.0
96 stars 40 forks source link

Exported model's head does not scale when speaking #5

Closed Artorp closed 4 years ago

Artorp commented 4 years ago

Exporting to glTF from the provided AvatarBot_base_for_export.blend gives a model that does not scale the head when you speak in Mozilla Hubs. AvatarBot_Base.glb in the "Exported GLB models" folder has the same issue.

Exporting two objects from Blender makes Mozilla Hubs guess (I assume) at which model is the body and which is the head and does give a setup where the "head" scales. So it's not clear why the setup in this repo does not work.

I'm on Blender 2.82.

misslivirose commented 4 years ago

Hey Artorp, you have to enable the animations. We're working on making this flow a little easier, perhaps with a blender plugin, but there is a flow that has to be done manually for this to work: https://github.com/MozillaReality/hubs-avatar-pipelines/wiki/Supporting-Hubs-Default-Avatar-Animations

Artorp commented 4 years ago

I see, missed that detail, thank you.