Re: object model method for moving a material to another library?

2012-12-10 Thread Xavier Lapointe
Hey Steven,

I'm not quite sure this is better than a copy paste, but
Application.MoveToLibrary(objs,
target) does that as well.

It would have been nice if it could behave like standard collections.




On Sat, Dec 8, 2012 at 7:15 AM, Steven Caron car...@gmail.com wrote:

 hey gang

 i can't seem to find a way to move a material from one material library to
 another.

 a material library has no set/add members method and the items property is
 read only. the material it self doesn't seem to have any methods.

 copypaste command is the only way it seems?

 s




-- 
Xavier


Re: object model method for moving a material to another library?

2012-12-10 Thread Steven Caron
i didn't know about this command, i am ok with it.


On Mon, Dec 10, 2012 at 3:20 PM, Xavier Lapointe
xl.mailingl...@gmail.comwrote:

 Hey Steven,

 I'm not quite sure this is better than a copy paste, but 
 Application.MoveToLibrary(objs,
 target) does that as well.

 It would have been nice if it could behave like standard collections.




 On Sat, Dec 8, 2012 at 7:15 AM, Steven Caron car...@gmail.com wrote:

 hey gang

 i can't seem to find a way to move a material from one material library
 to another.

 a material library has no set/add members method and the items property
 is read only. the material it self doesn't seem to have any methods.

 copypaste command is the only way it seems?

 s




 --
 Xavier



Re: object model method for moving a material to another library?

2012-12-10 Thread Steven Caron
oh and thanks!


On Mon, Dec 10, 2012 at 3:50 PM, Steven Caron car...@gmail.com wrote:

 i didn't know about this command, i am ok with it.



 On Mon, Dec 10, 2012 at 3:20 PM, Xavier Lapointe xl.mailingl...@gmail.com
  wrote:

 Hey Steven,

 I'm not quite sure this is better than a copy paste, but 
 Application.MoveToLibrary(objs,
 target) does that as well.

 It would have been nice if it could behave like standard collections.




 On Sat, Dec 8, 2012 at 7:15 AM, Steven Caron car...@gmail.com wrote:

 hey gang

 i can't seem to find a way to move a material from one material library
 to another.

 a material library has no set/add members method and the items property
 is read only. the material it self doesn't seem to have any methods.

 copypaste command is the only way it seems?

 s




 --
 Xavier