Cleanup: remove unused get_cage_mesh parameter
All callers passed `false` for this parameter, making it more confusing than useful. If this functionality is needed again in the future, a separate function should be added. Differential Revision: https://developer.blender.org/D15401
This commit is contained in:
@@ -128,7 +128,7 @@ static Volume *mesh_to_volume(ModifierData *md,
|
||||
if (object_to_convert == nullptr) {
|
||||
return input_volume;
|
||||
}
|
||||
Mesh *mesh = BKE_modifier_get_evaluated_mesh_from_evaluated_object(object_to_convert, false);
|
||||
Mesh *mesh = BKE_modifier_get_evaluated_mesh_from_evaluated_object(object_to_convert);
|
||||
if (mesh == nullptr) {
|
||||
return input_volume;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user