Thank you for the link Eric, I'll check it out.

We're not trying to do anything crazy, so in case someone here has been to
the dark side and knows the answer please let me know :-)

Cheers,
Christian



On Wed, Dec 5, 2012 at 10:32 AM, Eric Thivierge <ethivie...@gmail.com>wrote:

> Maybe this list may be more helpful:
>
> http://groups.google.com/group/python_inside_maya
>
> --------------------------------------------
> Eric Thivierge
> http://www.ethivierge.com
>
>
>
> On Wed, Dec 5, 2012 at 8:21 PM, Christian Gotzinger <cgo...@googlemail.com
> > wrote:
>
>> Hi list,
>>
>> I'm rather new to Python, and while I've got many things worked out
>> nicely in SI already, we are trying to implement some of this stuff in Maya
>> as well.
>> Sorry for this simple question, but could somebody tell me the Maya
>> equivalent for this?
>>
>> for i in range(5):
>>     MySphere = Application.CreatePrim("Sphere", "MeshSurface", "", "")
>>     MySphere.PosY = i
>>
>> I want to set attributes without having to move and rotate commands.
>>
>> Thank you!
>>
>
>

Reply via email to