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 = "???",
[HELP] .obj file - Mesh Name
Re: [HELP] .obj file - Mesh Name
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.


Re: [HELP] .obj file - Mesh Name
Superb - thx a lot !!!
