MikieK
08-23-2011, 02:19 AM
Greetings
I'm getting some wierdness with getting Nodes by Name, and am having troube pinning down the cause.
I basically have some dynamically created objects which I freeze, and hide or unhide depending on various calculations. When these objects are no longer needed, they are deleted.
What I am running into is something is messing up those nodes internally, and I'm not sure what.
My Script would fail on
sph1 = getnodeByName (nodestring + "_a1")
I started to troubleshoot this in the listener and got the following
getnodeByName ("9_6" + "_a1")
** system exception **
$9_6_a1
** system exception **
I Then selected the object using the select by name toolbar tool. and in the listener typed:
$
$GeoSphere:9_6_a1 @ [-3552.035645,-2436.765137,7019.664063]
If I save and restart max, I can select this object normally again...
Anyone else ever run into something similar?
(running 3ds max 2012 64 bit)
Cheers
Mikie
I'm getting some wierdness with getting Nodes by Name, and am having troube pinning down the cause.
I basically have some dynamically created objects which I freeze, and hide or unhide depending on various calculations. When these objects are no longer needed, they are deleted.
What I am running into is something is messing up those nodes internally, and I'm not sure what.
My Script would fail on
sph1 = getnodeByName (nodestring + "_a1")
I started to troubleshoot this in the listener and got the following
getnodeByName ("9_6" + "_a1")
** system exception **
$9_6_a1
** system exception **
I Then selected the object using the select by name toolbar tool. and in the listener typed:
$
$GeoSphere:9_6_a1 @ [-3552.035645,-2436.765137,7019.664063]
If I save and restart max, I can select this object normally again...
Anyone else ever run into something similar?
(running 3ds max 2012 64 bit)
Cheers
Mikie
