GetGeometry at specific time from the Update() of CustomOp?

Discussions concerning programming of SOFTIMAGE©
nassosy
Posts: 81
Joined: 02 Oct 2009, 21:50
Location: Greece

GetGeometry at specific time from the Update() of CustomOp?

Post by nassosy » 18 Oct 2009, 20:19

Does anyone know how to get the Geometry of an object that is connected as an input port
to my custom operator (C++), from inside the operators Update() function?

The GetGeometry(time) doesn't work because, as it says in the docs, inside the update() function the 'time' is ignored.
I tried using the Primitive.EvalAt(time) but that doesn't work either. :-?? X(

Does anyone have any ideas?

Thanks.

User avatar
origin
Posts: 619
Joined: 09 Jun 2009, 09:59
Location: warsaw

Re: GetGeometry at specific time from the Update() of CustomOp?

Post by origin » 06 Nov 2009, 11:42

hi, you can try asking at xsi mailing list, there are alot of programming gurus there ;)

nassosy
Posts: 81
Joined: 02 Oct 2009, 21:50
Location: Greece

Re: GetGeometry at specific time from the Update() of CustomOp?

Post by nassosy » 06 Nov 2009, 13:29

i will do that, thanks