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:
committed by
Jacques Lucke
parent
90f723bdd4
commit
75c2dd5e3a
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user