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.
- 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$John Eason– John Eason2023-10-15 22:19:44 +00:00Commented 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$Gordon Brinkmann– Gordon Brinkmann2023-10-16 07:26:31 +00:00Commented 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$Gordon Brinkmann– Gordon Brinkmann2023-10-16 07:29:16 +00:00Commented 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$Markus von Broady– Markus von Broady2023-10-16 07:31:13 +00:00Commented Oct 16, 2023 at 7:31
Add a comment |
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
- MathJax equations
$\sin^2 \theta$
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. cycles-render-engine), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you
lang-py