Page MenuHome

Geometry Nodes: Add error message when applying modifier with no mesh
ClosedPublic

Authored by Hans Goudey (HooglyBoogly) on Dec 15 2022, 4:52 PM.

Details

Summary

If the resulting geometry from applying a geometry nodes modifier contains
no mesh, give an error message "Evaluated geometry from modifier does not
contain a mesh". This gives people something to search and makes the behavior
more purposeful.

Also remove the modifyMesh implementation from the geometry nodes modifier,
since it isn't necessary anymore. And remove the existing "Modifier returned error,
skipping apply" message which was cryptic and redundant if applying returns
an actual error message.

Resolves T103229

Diff Detail

Repository
rB Blender

Event Timeline

Hans Goudey (HooglyBoogly) requested review of this revision.Dec 15 2022, 4:52 PM
Hans Goudey (HooglyBoogly) created this revision.
This revision is now accepted and ready to land.Dec 15 2022, 5:32 PM