soupday / cc_blender_bake

Add-on to bake Character Creator characters, imported via the CC/iC Blender Tools add-on, for export to other platforms or formats such as Sketchfab, glTF, Godot and Unity.
GNU General Public License v3.0
26 stars 6 forks source link

[Question] - GLTF Pack #12

Open ygorlf opened 1 year ago

ygorlf commented 1 year ago

Hi @soupday

I have a character exported from CC4 as FBX and I want to use it on threejs as a gltf/glb file. I successfully imported the character on blender but my question is how I can proceed with the export step. I bake the texture with the pack GLTF option but I only get the textures and no the gltf file. There's any way I can export using the plugin as as glb file with all the textures embedded? Or I will need to handle the textures on threejs (I started that approach but had big problems with hair and eyes)

soupday commented 1 year ago

Once the textures are baked it is then compatible with Blender's GLTF exporter (from the File > Export menu), so you would use that.

ygorlf commented 1 year ago

thanks @soupday!

I exported the .glb file and successfully used on my application, still need to learn how to compress the file (150mb it's too much for a web application)