powroupi / blender_mmd_tools

mmd_tools is a blender addon for importing Models and Motions of MikuMikuDance.
GNU General Public License v3.0
1.83k stars 277 forks source link

How can I export abc file without rigidbody? #236

Closed qsqsaaw closed 5 years ago

qsqsaaw commented 5 years ago

When I have exported an abc file on blender 2.8 with mmd_tools ,the abc file have rigidbody in it. When I export an abc file on blender 2.79 with mmd_tools ,the abc file doesn't have rigidbody in it. How can I export abc file without rigidbody on blender 2.8?

powroupi commented 5 years ago

I have not used abc files yet, you might try enabling some Export Options: [Selected Objects Only], [Renderable Objects Only], [Visible Layers Only].

I think it is because MMD rigid bodies are Renderable Objects, they will be exported if you only enable [Renderable Objects Only] option. So you might try selecting only the mesh objects you want, then export abc with [Selected Objects Only] enabled. Thank you. :)

qsqsaaw commented 5 years ago

It is works that I checked [Renderable Objects Only]and[Visible Layers Only],there is no more rigidbody in abc file. Thank you a lot! I can't imagine why. What is layers. Is any rigidbody on other layers?

powroupi commented 5 years ago

You're welcome. I guess it basically export visible objects of visible collections/layers, so rigid bodies might be exported if you unhide them. Anyway, I'm glad this issue is solved. :smile: