Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 1
    $\begingroup$ For what it's worth it's the same in version 3.5.1 which I still have on this machine but the Face data has a "sharp_face" column with checkboxes. 3.3 shows a single column called "crease" with zeros in each row for Edge data and Face data has "shade_smooth", "material_index" and "normal" data columns. $\endgroup$ Commented Oct 15, 2023 at 22:19
  • 1
    $\begingroup$ As far as I know, the edges hold no information by default unless you store something on them specifically. The position of an edge for example is only stored through the positions of its vertices and will be evaluated as the average between them. And the Viewer node only shows what you have plugged in there... on the vertices for example is no output visible either, the positions are the inherent information stored on the vertices, but there is no column titled "Viewer" which would be the information plugged in there. $\endgroup$ Commented Oct 16, 2023 at 7:26
  • 2
    $\begingroup$ So, if you want the position of the edges, you have to plug in a Position node into the Viewer node. It could be that the input does not automatically change from Float to Vector though, in this case the spreadsheet will show the position as $\frac{x+y+z}{3}$. $\endgroup$ Commented Oct 16, 2023 at 7:29
  • 1
    $\begingroup$ I just checked, indeed for 3.6.2 I also don't have anything for edges, and since there's no screenshot for faces I retract my statement it's a bug. $\endgroup$ Commented Oct 16, 2023 at 7:31