|
#imports import win32com.client from win32com.client import constants #globals xsi = win32com.client.Dispatch( "XSI.Application" ).Application xsiPrint = xsi.LogMessage
root = xsi.ActiveSceneRoot
root.AddGroup()
On 7/30/07, Andre DeAngelis <andre.deangelis(at)ubisoft.com> wrote:
Is there a way to script the creation of empty groups without having to insert a DeselectAll command?
Seems like a weird omission not to have this option.
--- Unsubscribe? Mail
Majordomo(at)Softimage.COM with the following text in body: unsubscribe xsi
|