Migrate render commands to C++ interface#1494
Conversation
Minor functional changes: - listModels: print MD3 per-frame data when any argument is given, instead of when the argument is "frames", since there was no usage message to discover that - listModels: use spaces instead of tabs since console doesn't display tabs - listAnimations: fix weird formatting of summary line
Some of them do exist, but are now implemented with new-style commands so the legacy interface shouldn't be used.
|
The descriptions for e. g. |
Can't reproduce. Are you sure you're building and running the right code? |
|
I'm certain of that. Apparently, it works properly with auto-completion, but not with Auto-completion: |
|
OK so there's a bug with But I don't see |
This works fine on my end after a full rebuild. |
Yeah, found the same issue. |
Migrate commands to the new interface. That has the benefit of show descriptions for the commands, and using
Printso that the output is not affected by log suppression.Most of the diffs are indentation changes, so you might like to review it as follows: