ps_render_tool/ ├── main.py # 程序入口 ├── build_final.py # Nuitka 打包脚本 ├── requirements.txt # 依赖列表 ├── icon.ico # 应用图标 │ ├── core/ # 核心模块 │ ├── ps_controller.py # Photoshop COM ...
The files included in this repo currently demonstrate how to use the PlugPlug.Dll from the c++ side in order to send and receive csxs events. You can actually use the CSXS wrappers for any adobe app, ...