Page MenuHome

Geometry Nodes: Show indicator that the realize instances node uses legacy behavior.
ClosedPublic

Authored by Jacques Lucke (JacquesLucke) on Feb 10 2022, 6:18 PM.

Details

Summary

Not sure whether it should be a warning or info or whatever. In most cases it shouldn't matter to the user..
The idea is to have this option available for at least one version to allow users to make the switch
in a stable version. Afterwards, the option will be removed and only the new behavior exists.

Diff Detail

Repository
rB Blender

Event Timeline

Jacques Lucke (JacquesLucke) requested review of this revision.Feb 10 2022, 6:18 PM
Jacques Lucke (JacquesLucke) created this revision.

Looks good, thanks for adding this.

source/blender/nodes/geometry/nodes/node_geo_realize_instances.cc
43–46

Adding TIP_ wouldn't hurt in case some translator wants to translate this before the release.

45

I think the subject is plural ("new and old"), so "is" should be "are".

Though actually, the sentence could be simplified slightly, since the comparison to the old behavior is implied:
"In most cases the new behavior is the same for files created in Blender 3.0"

This revision is now accepted and ready to land.Feb 10 2022, 6:39 PM