RE: FindObjectsByMarkingAndCapabilities

2014-02-28 Thread Szabolcs Matefy
Thank you all guys! From: softimage-boun...@listproc.autodesk.com [mailto:softimage-boun...@listproc.autodesk.com] On Behalf Of Jeremie Passerin Sent: Thursday, February 27, 2014 7:46 PM To: softimage Subject: Re: FindObjectsByMarkingAndCapabilities this only works with xsiCollection

FindObjectsByMarkingAndCapabilities

2014-02-27 Thread Szabolcs Matefy
Hey folks I'm new to Python...Anybody know how to use this command properly? Apparently when I want to use this: Application.Selection.FindObjectsByMarkingAndCapabilities(, 2048) It throws this: AttributeError: unknown.FindObjectsByMarkingAndCapabilities Any idea? Cheers Szabolcs ___

Re: FindObjectsByMarkingAndCapabilities

2014-02-27 Thread Stephen Blair
from sipyutils import si # win32com.client.Dispatch('XSI.Application') from sipyutils import siut # win32com.client.Dispatch('XSI.Utils') from sipyutils import siui # win32com.client.Dispatch('XSI.UIToolkit') from sipyutils import simath # win32com.client.Dispatch('XSI.Math') from sipyutils import