hi,
I’ve made a script that adds views to 3D views, and it functions as expected but in one aspect;
the names are either random generated, or I end up getting way more views than needed (depending on the view name variable)
I’ve tried using
-
static string
with static string, I get 5 views as specified, but the names are random -
list
if I use a list; I get 4 extra views for each view I make.
in both cases, rest of the script is unchanged.
can someone please explain what I’m doing wrong.
thanx.