Page MenuHome

Geometry Node: Changing the tab of Input nodes
AbandonedPublic

Authored by Iliya Katueshenock (Moder) on May 30 2022, 1:58 PM.

Details

Summary

This patch changes the structure of the new node creation tab.
The main task is to make it more organized and intuitive.
Logics:

  • Entering values that the user sets.
  • Entering fields and automatic values.
  • Entering info about objects.

Also this patch is inherited from this branch D15042: Geometry Node: Image Info

Diff Detail

Event Timeline

Iliya Katueshenock (Moder) requested review of this revision.May 30 2022, 1:58 PM
Iliya Katueshenock (Moder) created this revision.
Iliya Katueshenock (Moder) retitled this revision from Geometry Node: to Geometry Node: Input tab restruction.
Iliya Katueshenock (Moder) retitled this revision from Geometry Node: Input tab restruction to Geometry Node: Changing the tab of Input nodes.

Sorting is meant to be alphabetical, to ensure these are easy to find (I guess this only applies when the UI is in English at the moment).
Some other sorting system might be helpful in some cases, but in the general case it just ends up being too complicated, so I don't think we would change to using that.

The separate section of "Info" nodes seems reasonable though, if we want to add more of them. Though it's really something that should be discussed at the next submodule meeting before it's implemented.

Iliya Katueshenock (Moder) planned changes to this revision.May 30 2022, 2:38 PM

Then I'll wait for the results

This comment was removed by Iliya Katueshenock (Moder).

Regarding other information nodes, the camera information node can also be included. D13555: Geometry Nodes: Camera Info Node - WIP

Iliya Katueshenock (Moder) edited the summary of this revision. (Show Details)
release/scripts/startup/nodeitems_builtins.py
684 ↗(On Diff #51999)

It's probably not purposeful to remove the image texture node here?

Iliya Katueshenock (Moder) marked an inline comment as done.

Update following the discussion

Merge to updated Image Info

Iliya Katueshenock (Moder) planned changes to this revision.Jul 24 2022, 6:22 PM
Iliya Katueshenock (Moder) edited the summary of this revision. (Show Details)
Iliya Katueshenock (Moder) set the repository for this revision to rB Blender.