btw a simple GetValue( property, frame ) can also do the job done even if your XSI is very old.
Martin On Mon, Dec 2, 2013 at 11:44 PM, Alok Gandhi <[email protected]>wrote: > And here is the SDK version: > > o = Application.Selection(0) > xfo = o.Kinematics.Global.GetTransform2(frame) > > print xfo.PosX, xfo.Posy, xfo.PosZ > > print xfo.RotX, xfo.RotY, xfo.RotZ > > print xfo.SclX, xfo.SclY, xfo.SclZ > > > > On Mon, Dec 2, 2013 at 9:14 AM, Guillaume Laforge < > [email protected]> wrote: > >> It depends. From native tools, I don't think so. From the SDK, definitely >> (assuming you don't want to access a given simulated frame). >> >> The closest native tool I can think about that gives you access to any >> frame is the ICE node "Get Action Source at Frame". If you can store your >> transformations as a mixer source it is possible to get any values at any >> time from ICE this way. >> >> >> On Mon, Dec 2, 2013 at 7:50 AM, Szabolcs Matefy <[email protected]>wrote: >> >>> Is it possible to get the transformation on a given frame? >>> >>> >>> >>> >>> >>> Cheers >>> >>> >>> >>> Szabolcs >>> ___ >>> This message contains confidential information and is intended only for >>> the individual named. If you are not the named addressee you should not >>> disseminate, distribute or copy this e-mail. Please notify the sender >>> immediately by e-mail if you have received this e-mail by mistake and >>> delete this e-mail from your system. E-mail transmission cannot be >>> guaranteed to be secure or error-free as information could be intercepted, >>> corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. >>> The sender therefore does not accept liability for any errors or omissions >>> in the contents of this message, which arise as a result of e-mail >>> transmission. If verification is required please request a hard-copy >>> version. Crytek GmbH - http://www.crytek.com - Grüneburgweg 16-18, >>> 60322 Frankfurt - HRB77322 Amtsgericht Frankfurt a. Main- UST IdentNr.: >>> DE20432461 - Geschaeftsfuehrer: Avni Yerli, Cevat Yerli, Faruk Yerli >>> >> >> > > > -- >

