In many cases transforms complete without doing anything. Examples include resample() on a model with no animation, or textureCompress() on a model with no textures.
If a model quits early with nothing to do, it'd be nice if there were some API for it to report that result. This could be shown in the CLI output, for example,
In some cases it might take a transform a non-trivial amount of time to determine that it can't do anything ... TBD how that should be handled, and whether the CLI should display the time or a -.
In many cases transforms complete without doing anything. Examples include
resample()
on a model with no animation, ortextureCompress()
on a model with no textures.If a model quits early with nothing to do, it'd be nice if there were some API for it to report that result. This could be shown in the CLI output, for example,
Before:
After:
In some cases it might take a transform a non-trivial amount of time to determine that it can't do anything ... TBD how that should be handled, and whether the CLI should display the time or a
-
.