TDSModel.getNamedObject()

Hi Xith-folks!

Have anybody tried to use TDSModel.getNamedObject() in Kevin’s 3ds-loader?

I want to get particularly named node in the 3ds file (TransformGroup), but this doesn’t work for me so far. If the model is exported in ASE format, I can see that names of the nodes are there…
From another hand when the model is exported in 3ds-format, I could not see exact names as they are in ASE-format (3ds is binary) but I can see some chunks of the names at least so I guess they are still there.

But in some reason TDSModel.getNamedObject() return null all the time… Is this feature working at all?

Probably I’m doing something wrong or the node I think is TransformGroup probably is not the TransformGroup…

Any suggestions on that?

Will appreciate the answer very much.

Bohdan.

EDIT: There is another thing coming to the picture… I retrieved all the TransformGroups from the TDSModel… and to my surprise all of them return “” on getName()… though as I can see in the model file (ASE) everything seems to be named…