robmcrosby / BlenderUSDZ

Simple USDZ file exporter plugin for Blender3D
GNU General Public License v3.0
474 stars 66 forks source link

Export as component USDZ model (containing separate parts) #67

Open LiborZa opened 3 years ago

LiborZa commented 3 years ago

Hi,

I am trying to have separated parts in my model to be able to show/hide some parts (more described here). I found that I need to access modelEntity.children property and there should be many children for each parts. But for me it has only 1 child. How can I export model to have many parts/children? I am new in Blender so I don't know if I should keep each part in collection or how to set hierarchy.

Thanks for help