Open
Description
ScaleTool
has a ModelScaler
and MarkerPlacer
associated with it. ModelScaler
and MarkerPlacer
each has methods to set the output model file from each step. However, both ScaleTool::getModelScaler()
and ScaleTool::getMarkerPlacer()
return const objects, so the setOutputModelFileName() functions won't change anything.
@aymanhab I'm thinking of just adding updModelScaler
and updMarkerPlacer
methods to ScaleTool
so that these can be changed. Let me know if you think that makes sense or if there are issues that I'm missing with doing this.