Page 1 of 1

[HELP] .obj file - Mesh Name

Posted: Wed Apr 16, 2014 9:45 pm
by survival
Hello

Need some help to find mesh in .obj file , when I try to name it same as filename - editor simply crashed

Is any chance to get it from GMT ? or Blender ? somehow ?

defineObject{
name = "dwarf",
class = "Monster",
model = "mod_assets/dmcsb_pack/models/monsters/dwarf1.fbx",
meshName = "?????",
animations = {...}

meshName = "???",

Re: [HELP] .obj file - Mesh Name

Posted: Wed Apr 16, 2014 10:26 pm
by Isaac
Import the model to GMT, find the node that is the largest (preferably the one that is the entire model; usually highlighted red), and use that name as the mesh name.

Image

Re: [HELP] .obj file - Mesh Name

Posted: Wed Apr 16, 2014 10:30 pm
by survival
Image

Re: [HELP] .obj file - Mesh Name

Posted: Wed Apr 16, 2014 10:34 pm
by survival
Superb - thx a lot !!!