You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
F3D support commands that can be inputted using console or command-script.
Add a new command with action alias that takes two arguments so that users can defined their own commands.
Usage: alias action "value"
action is the action of the command
value is the command to run, it should be a single token
Add an alias for a command wich is an action action with any arg, and trigger the provided command value
Describe the solution you'd like
in interactor_impl.cxx add a new command with action alias
In the alias action, store provided action and value in a map
In the triggerCommand method, check the alias map
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
F3D support commands that can be inputted using console or
command-script
.Add a new command with action
alias
that takes two arguments so that users can defined their own commands.Add an alias for a command wich is an action
action
with any arg, and trigger the provided commandvalue
Describe the solution you'd like
alias
The text was updated successfully, but these errors were encountered: