Forums Technical subjects Patchwork 3D – R&D and Roadmap Patchwork 3D 2022 – Scripting API improvements Reply To: Patchwork 3D 2022 – Scripting API improvements

Author Reply

Romaric
Keymaster

The scripting API has been extended to include User Interface (UI) creation.
With this new API you can easily ask input values in your scripts!

Here is a small example:

Which gives this result:

As you can see, with just a few lines of code, you can make your scripts more user friendly and interactive. For more advanced users it is also possible to receive events (for example text changes, button click) to do custom actions.