[VEX] How to bind export matrix or matrix3 in VEX as like VOP?

   7146   2   0
User Avatar
Member
14 posts
Joined: July 2017
Offline
Hello.

In VOP I can use bind export to get matrix 3 or matrix 4 data to attributes.
but I couldn't find a way to binding export matrix to a attribute at VEX..

I know about

f@ for float
v@ for vector
i@ for integer
s@ for string
p@ for vector 4

and I think there is some format or function for matrix as well.
I've searched hard but so far no luck for me.

if there is a solution. would be appreciated

thanks
User Avatar
Member
85 posts
Joined: May 2011
Offline
https://www.sidefx.com/docs/houdini/vex/snippets.html#parameters [www.sidefx.com]
— dedeks 3000 —
User Avatar
Member
14 posts
Joined: July 2017
Offline
Oh my!! thank you so much dedeks3000.
  • Quick Links