Python Editor and Automation

I have the Wrap3 version which is from 2019, and I also recently downloaded the trial version of 2020 August. But I am not able to find out the Python editor.
I have a basic flow of retopology which I want to automate from command line. If there is any example of Python editor video let me know.

Even calling wrap3cmd from command line with --startFrame is not working

Hello,

For now, the python scripting is only implemented for parameter expressions. Just click f(x) button next to a node parameter. I’m not sure if it solves your task.

wrap3cmd should work well in the previous version of Wrap 3.4. If it doesn’t work for you, please let me know the error code that it returns.

In Wrap 2020 the command line interface is not yet implemented. We will add it shortly

Thanks for the prompt response. My workflow is a bit complicated and i am not sure I can code it in Python, with the limited support available.

But when I call wrap3cmd “filename.wrap” --startFrame 1, nothing happens. No errors, no progress nothing.

I have also tried setting the “filename.wrap” to Autocompute=True. Still nothing happens. Only the App loads, up but the project file doesn’t seem to execute

Any help on this alone (in debugging it step by step) will be v v helpful for me to solve my problem.