gazzz90
02-01-2011, 01:07 PM
Hi, as with most thread starters here, I'm new to MEL and I'm running into a few problems.
The biggest of which is that I want to be able to change the name of objects which are imported without knowing the name of the object before hand to hardcode it in.
The project I'm working on is a random fantasy city generator. As it stands I am setting the generator out like this : the user is able to build individual assets to make up whole buildings, they're able to create as many as they like and when theyre ready the script builds a list after some user input of all availible assets which are then imported based off a randomly generated value that corrisponds to an element in an array. I've been trying for days to try and capture the names of the imported assets and do different things to them such as polyunite but when i try these things it breaks the loop (for polyunite) or doesnt capture any data or brings up and error saying cannot cast data of type string to string[] or some such... I'm pretty sure I'm missing some very basic concepts and thats why it isnt working, but I've gone through two books and countless tutorials to try and help and come up blank. Any help with anything would be massivly appreciated and if you need the code I can post it (its in seperate mel files so it might not look streamlined as such).
Thanks guys.
Gary.
The biggest of which is that I want to be able to change the name of objects which are imported without knowing the name of the object before hand to hardcode it in.
The project I'm working on is a random fantasy city generator. As it stands I am setting the generator out like this : the user is able to build individual assets to make up whole buildings, they're able to create as many as they like and when theyre ready the script builds a list after some user input of all availible assets which are then imported based off a randomly generated value that corrisponds to an element in an array. I've been trying for days to try and capture the names of the imported assets and do different things to them such as polyunite but when i try these things it breaks the loop (for polyunite) or doesnt capture any data or brings up and error saying cannot cast data of type string to string[] or some such... I'm pretty sure I'm missing some very basic concepts and thats why it isnt working, but I've gone through two books and countless tutorials to try and help and come up blank. Any help with anything would be massivly appreciated and if you need the code I can post it (its in seperate mel files so it might not look streamlined as such).
Thanks guys.
Gary.
