Is there a way to plot attribute values on a graph?

   343   5   1
User Avatar
Member
16 posts
Joined: July 2012
Offline
Lets say I have a mask attribute, I can look at the raw data in the Geometry Spreadsheet (it's just a bunch of float numbers). I can visualize them in the viewport with colors on points. But what would be really cool is to be able to se a graph: on X axis number of points, on Y axis value. Or something like a histogram where you can see values as vertical bars.
Did anyone encounter something like this? Is there even a way to do it? I guess its possible to create geometry in the scene that represents the histogram. But other then that?
User Avatar
Member
4623 posts
Joined: Feb. 2012
Offline
Hi,

You can do a basic plot in VEX like this:

Senior FX TD @ Industrial Light & Magic
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com]

youtube.com/@pragmaticvfx | patreon.com/animatrix | pragmaticvfx.gumroad.com
User Avatar
Member
16 posts
Joined: July 2012
Offline
O yeah, that makes sense and is pretty simple actually. Thank you.
User Avatar
Member
24 posts
Joined: Nov. 2012
Offline
Whoa wait what - how? How do you render geometry to an image and import it as an image in the network view? Is this a live connection, or has a static image been rendered out and is just imported to the network view?
User Avatar
Member
4623 posts
Joined: Feb. 2012
Offline
achrist3
Whoa wait what - how? How do you render geometry to an image and import it as an image in the network view? Is this a live connection, or has a static image been rendered out and is just imported to the network view?

It's live. I used Python and Qt to do it. It's part of a larger set of customizations inside Houdini to optimize working with limited screen space, more powerful hotkey system using mnemonics, etc. You can see it on these videos:



Senior FX TD @ Industrial Light & Magic
Get to the NEXT level in Houdini & VEX with Pragmatic VEX! [www.pragmatic-vfx.com]

youtube.com/@pragmaticvfx | patreon.com/animatrix | pragmaticvfx.gumroad.com
User Avatar
Member
7990 posts
Joined: Sept. 2011
Online
animquer
Lets say I have a mask attribute, I can look at the raw data in the Geometry Spreadsheet (it's just a bunch of float numbers). I can visualize them in the viewport with colors on points. But what would be really cool is to be able to se a graph: on X axis number of points, on Y axis value. Or something like a histogram where you can see values as vertical bars.
Did anyone encounter something like this? Is there even a way to do it? I guess its possible to create geometry in the scene that represents the histogram. But other then that?

The main way is to use CHOPs. The geometry chop can import an attribute and evaluate it over time or over point numbers, or both. CHOPs has its own viewer specifically for displaying graphs called "Motion FX View".
  • Quick Links