Jump to content

VOPSOP viewing data


breadbox

Recommended Posts

is there a way to directly view the information passed through a VOP network?

like a spreadsheet editor or a details view?

for example If I multiply point position by a constant vector is there a way to view the output vector?

I can plug the output vector into the point position and view the result in the viewport, but would like to see it numerically represented in a list or graph?

Ultimately I'm trying to export / convert euler rotation values. Is there another method for output so I can output the result of a VOP network but not through point positions, like a custom variable or attribute? I could maybe do color or normal but is there a way to add custom?

Also because vectors and floats can be easily mapped to color so that I can view in the details view, but things like matrix how to easily view those? Currently I'm converting the matrix to a float and viewing that but its slow to map the outputs.

Edited by breadbox
Link to comment
Share on other sites

There's a VOP called Add Attribute. Be sure to enter a local variable name if you want to be able to access the attribute once back in SOP with expressions.

http://www.sidefx.com/docs/houdini12.1/nodes/vop/addattrib

There's the spreadsheet view back in SOP which will show the value of attributes per point (or primitive, vertex, whatever). Right click a SOP node and select "Spreadsheet" from the list to get it.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...