Jump to content

TSShapeConstructor::neverImport


Sir_Skurpsalot

Recommended Posts

So I modified one of my models and now it is over the 70 node limit and won't import, so I'm trying to use TSShapeConstructor::neverImport to get it to ignore some nodes so it will import but it does not seem to work. I added it to the singleton declaration at the beginning of my model's cs file, but torque still crashes and gives me the "Too many bones are here" error when I try to import the model.

 

singleton TSShapeConstructor(Player1DAE)
{
   baseShape = "./Player1.dae";
   loadLights = "0";
   neverImport = "IK*";
};

 

Is there any reason this shouldn't work?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...