ajk48n
05-09-2003, 04:54 PM
I have an attrFieldGrp, and I'm trying to add an -attribute to it. If If I do something like this:
$object = cube1;
attrFieldGrp -attribute ($object + ".translate");
it works fine, but if I pass an arbitrary vector:
vector $vec = <<0, 0, 0>>;
attrFieldGrp -attribute ($vec);
I get an error saying:
"Error: Error while parsing arguments."
-attribute is supposed to take a vector as an argument. Does anyone know why this would be giving me an error?
$object = cube1;
attrFieldGrp -attribute ($object + ".translate");
it works fine, but if I pass an arbitrary vector:
vector $vec = <<0, 0, 0>>;
attrFieldGrp -attribute ($vec);
I get an error saying:
"Error: Error while parsing arguments."
-attribute is supposed to take a vector as an argument. Does anyone know why this would be giving me an error?
