Page MenuHome

Geometry Nodes: Remove "normal" from the spreadsheet
Needs ReviewPublic

Authored by Hans Goudey (HooglyBoogly) on Dec 17 2021, 6:01 AM.

Details

Summary

The normal attribute is not really an attribute, since it's read-only,
it's left over from when we didn't have a better way to expose the
feature. We'll likely remove the attribute when we remove the legacy
nodes.

This commit removes the column from the spreadsheet. It can still
be viewed with the normal input node and a viewer.

Diff Detail

Repository
rB Blender
Branch
spreadsheet-normal-remove (branched from master)
Build Status
Buildable 19503
Build 19503: arc lint + arc unit

Event Timeline

Hans Goudey (HooglyBoogly) requested review of this revision.Dec 17 2021, 6:01 AM
Hans Goudey (HooglyBoogly) created this revision.
Hans Goudey (HooglyBoogly) retitled this revision from Geometry Nodes: Remove "normal" from the spreadsheet by default to Geometry Nodes: Remove "normal" from the spreadsheet.Dec 17 2021, 6:06 AM

I do wonder if there is another way to indicate when a column contains an attribute or derived data. Seeing derived data in the spreadsheet can be useful. Especially seeing the normal can be good for teaching purposes.