Replaced most of the output written to terminal to QTM message window and provided more specific user feedback for tool scripts refine_rigid_body, gap_fill_presets and twin_tools.
Advantages:
The user can see the feedback in the QTM message window, no need to open a terminal window
Better distinction between errors, warnings and info
Scripting actions are included in the QTM message log
Looks good.
We might look into a utility function that can take an input parameter terminal or message.
For example:
util.output("message", "Header", "Content")
Replaced most of the output written to terminal to QTM message window and provided more specific user feedback for tool scripts refine_rigid_body, gap_fill_presets and twin_tools.
Advantages:
All cases were tested.