Hi,
I have been having some trouble with teh cmd.translate syntax/
I have tried variations on the following:
cmd.translate("[3.3,0,0]", "%s"%taqeven)
including
cmd.translate('[3.3,0,0]', "%s"%taqeven)
and
cmd.translate("3.3,0,0", "%s"%taqeven)
I still always get the following err
i am cycling through.
thank you Andreas.
thank you Warren.
best
zach cp
On 06/29/2009 01:26 PM, Andreas Förster wrote:
> Assuming taqeven is the name of the object you want to translate, use
>
> cmd.translate("[3.3,0,0]", "taqeven")
>
>
> Andreas
>