Toggle navigation
Polycount
News
Forums
Patreon
Challenges
Quarterly Character Art Challenge
Bi-Monthly Environment Art Challenge
Wiki
Moar
Recent
Activity
Badges
Drafts
Store
Sign In
·
Register
Author:
rajkumar143
Home
›
Technical Talk
Mesh into variable ?
CreativeSheep
polycounter lvl 8
Offline /
Send Message
CreativeSheep
polycounter lvl 8
Oct 2015
If I want to place a, for example, polySphere into a string variable, I can't, I must put it strictly into a string array in MEL ?
0
·
Share on Facebook
Share on Twitter
Replies
Offline /
Send Message
PolyHertz
polycount lvl 666
Oct 2015
You could just transfer it from the array to a non-array, ie;
$variable = $array[0];
0
·
Share on Facebook
Share on Twitter
Sign In
or
Register
to comment.
Replies
$variable = $array[0];