Page MenuHome

Geometry Nodes: Improve alignment of exposed properties in the modifier
ClosedPublic

Authored by Leon Schittek (lone_noel) on Nov 8 2022, 11:14 AM.
Tags
Tokens
"Like" token, awarded by Lumpengnom."Love" token, awarded by jonathanl."Love" token, awarded by tintwotin."Love" token, awarded by pablovazquez."Love" token, awarded by duarteframos."Love" token, awarded by HooglyBoogly."Like" token, awarded by Moder."Love" token, awarded by martux."Love" token, awarded by dreamak.

Details

Summary

Make the alignment of properties of exposed node sockets in the
geometry nodes modifier consistent.


Currently the spacing and alignment of the properties in the
geometry nodes modifier can vary depending on the type of the socket or
whether the input can accept attributes. Wrapping the properties in their
own row layout allows us to make the spacing between them consistent.

Comparison

masterpatch

Diff Detail

Repository
rB Blender

Event Timeline

Leon Schittek (lone_noel) requested review of this revision.Nov 8 2022, 11:14 AM
Leon Schittek (lone_noel) created this revision.
This revision is now accepted and ready to land.Nov 8 2022, 5:04 PM

Thanks for fixing this! (Yes, I think this is a fix, so it can go in the 3.4 branch and then get merged into master)

Compared to the patch description, the commit message seems a bit terse. Could you just use the description as the commit message?

Thanks for fixing this! (Yes, I think this is a fix, so it can go in the 3.4 branch and then get merged into master)

Compared to the patch description, the commit message seems a bit terse. Could you just use the description as the commit message?

Sure, will do! :)

I'm gonna cry, thanks for working on this!

It seems to also solve the issue of data-block selectors having more space than other fields, yay!