Cleanup: Geometry Nodes: use node_geo_exec_with_missing_openvdb

Use `node_geo_exec_with_missing_openvdb` in final location for Grid Info.

Pull Request: https://projects.blender.org/blender/blender/pulls/146827
This commit is contained in:
Brady Johnston
2025-09-26 11:50:22 +02:00
committed by Jacques Lucke
parent 90f723bdd4
commit 75c2dd5e3a

View File

@@ -73,9 +73,7 @@ static void node_geo_exec(GeoNodeExecParams params)
}
});
#else
params.set_default_remaining_outputs();
params.error_message_add(NodeWarningType::Error,
TIP_("Disabled, Blender was compiled without OpenVDB"));
node_geo_exec_with_missing_openvdb(params);
#endif
}