PDA

View Full Version : Bluestreak Animation Importer won't import into scene.



117
June 6th, 2009, 01:39 AM
Basically, I'm trying to make a few new animations for the elite, and whenever I try to bring the animations in, it just gives me this:

-- Unable to Convert: Undefined to Type: String

And then it highlights this line of code:

(Line # 1324)


if (theNode.parent != getNodeByName node_name[node_parent_index[n]+1]) and (node_name[n] as name != node_name[node_parent_index[n]+1] as name) then

KiLLa
June 8th, 2009, 09:01 PM
Are you sure that the bip01 is the parent of the hierarchy?
Did you unlink any bones, or do any funny business?

117
June 8th, 2009, 09:23 PM
Actually, this isn't a problem any more. It randomly started working; I have no idea why it wouldn't or why it did work suddenly.