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.
libf3d has a command API to to trigger behavior based on a string, lets add a CLI option to provide a script containing commands in a file.
Describe the solution you'd like
Add a CLI option in F3DOptionsTools: --command-script
in F3DStarter.cxx, process the provided file and use interactor::triggerCommand to trigger the commands
Add testing and documentation
The text was updated successfully, but these errors were encountered:
Thank you for reaching out, for now since I am just beginning to work on this issue, I do not yet require any help to move forward, but I'll be sure to reach out through the discord if/when I need help.
Is your feature request related to a problem? Please describe.
libf3d has a command API to to trigger behavior based on a string, lets add a CLI option to provide a script containing commands in a file.
Describe the solution you'd like
--command-script
interactor::triggerCommand
to trigger the commandsThe text was updated successfully, but these errors were encountered: