Way to object copy with object model script?

2013-02-20 Thread Byungchul Kang
Hello, List I want to copy a object(Polymsh, pointcloud .. ) through ObjectModel Script with Python. not CopyPaste command. any idea? Thanks Kang -- *Byungchul Kang* | MBC CG TEAM [http://imbc.com] http://cgndev.com

Re: Way to object copy with object model script?

2013-02-20 Thread Simon Anderson
Using the object model I dont think theres a method. You could use Application.Duplicate On Thu, Feb 21, 2013 at 1:37 PM, Byungchul Kang k...@cgndev.com wrote: Hello, List I want to copy a object(Polymsh, pointcloud .. ) through ObjectModel Script with Python. not CopyPaste command. any

Re: Way to object copy with object model script?

2013-02-20 Thread Eric Thivierge
There is only the xsi.Duplicate() command I believe. Unless you want to create an empty polymesh and set the topo via ICE. Eric Thivierge http://www.ethivierge.com On Wed, Feb 20, 2013 at 9:37 PM, Byungchul Kang k...@cgndev.com wrote: Hello, List

RE: Way to object copy with object model script?

2013-02-20 Thread Matt Lind
To: Softimage Mailing List Subject: Way to object copy with object model script? Hello, List I want to copy a object(Polymsh, pointcloud .. ) through ObjectModel Script with Python. not CopyPaste command. any idea? Thanks Kang -- Byungchul Kang | MBC CG TEAM [http://imbc.com] http://cgndev.com

Re: Way to object copy with object model script?

2013-02-20 Thread Byungchul Kang
hm only Native Command? Okay, Thanks for you all. 2013/2/21 Eric Thivierge ethivie...@gmail.com There is only the xsi.Duplicate() command I believe. Unless you want to create an empty polymesh and set the topo via ICE. Eric Thivierge

RE: Way to object copy with object model script?

2013-02-20 Thread Matt Lind
: Way to object copy with object model script? Duplicate() or SIDuplicate() if you want a command. If you want to rebuild the whole ball of wax yourself, look into the Geometry.Get() and Geometry.Set() methods for the respective geometry types you’re working with. Example: if copying a polygon

Re: Way to object copy with object model script?

2013-02-20 Thread Raffaele Fragapane
It's a command because only the application can run the full extent of operations required to duplicate an object within the scene entirely. People have grown a dysfunctional notion of object model VS command as if they are just mutually exclusive alternatives. The real difference is between