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
I've been developing a C++ plugin to run a bunch of commands on current loaded file.
i.e. if I want to load a custom color profile from a file I can run such a sequence
the main downside for this plugin is that I cannot achieve a native look and feel for it.
So I decided to give UXP a try, so far is was quite easy to create the needed interface and have a native look and feel, but I see no way of running a command as I do in the C++ plugin? Is there any solution for this?
So far, I have 2 plugins,
UXP - for UI and various parameters to be set by users
C++ - to execute various commands I need.
for now, I managed to send commands from UXP to C++ and vice-versa and it works well, but then I don't know how to deploy correctly the C++ plugin? Can I download it with UXP version and run the installer as it has dependencies to 3rd party C++ libraries?
If not, what's the process for it?
Or better yet, how do I execute all those commands from UXP using JavaScript.
Thx
The text was updated successfully, but these errors were encountered:
I've been developing a C++ plugin to run a bunch of commands on current loaded file.
i.e. if I want to load a custom color profile from a file I can run such a sequence
or if I want to load a selection I can run something like this
the main downside for this plugin is that I cannot achieve a native look and feel for it.
So I decided to give UXP a try, so far is was quite easy to create the needed interface and have a native look and feel, but I see no way of running a command as I do in the C++ plugin? Is there any solution for this?
So far, I have 2 plugins,
for now, I managed to send commands from UXP to C++ and vice-versa and it works well, but then I don't know how to deploy correctly the C++ plugin? Can I download it with UXP version and run the installer as it has dependencies to 3rd party C++ libraries?
If not, what's the process for it?
Or better yet, how do I execute all those commands from UXP using JavaScript.
Thx
The text was updated successfully, but these errors were encountered: