Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Iam trying to take two nodes and put node2 into node1 but when i run the script it gives me a error saying Unable to convert:#($LOD222) to type:<node>.It seems that the node variables arent actually of type node,i dont know what i need to call to get the correct variable types.any help is appreciated
node1 = getNodeByName "LOD222" exact:true ignoreCase:false all:true
node2 = getNodeByName "_e94c_Var1_LOD3" exact:true ignoreCase:false all:true
attachObjects node1 node2 move:true
Solved! Go to Solution.