Commit graph

15 commits

Author SHA1 Message Date
iLLiCiTiT
f16d601a8a changed default port to 8098 2020-09-30 12:22:17 +02:00
iLLiCiTiT
2416d4d33f set port variable to None so the variable exists 2020-09-25 14:46:04 +02:00
Petr Kalis
c2b322940d
Merge branch '2.x/develop' into feature/photoshop_with_websocket 2020-09-16 19:19:11 +02:00
Petr Kalis
06359c6dc3 Hound 2020-08-27 19:22:15 +02:00
Petr Kalis
a00b11d31f Added pulling websocket server port from environment variable WEBSOCKET_URL 2020-08-26 14:29:57 +02:00
Petr Kalis
180035731b Hound 2020-08-19 21:10:51 +02:00
Petr Kalis
fe3cfc2442 Added group_selected_layers, get_selected_layers, import_smart_object, replace_smart_object
Fixed imprint for performance
2020-08-19 20:50:14 +02:00
Petr Kalis
41c1016952 Working implementation of collect_instances\n extract_review, etract_image 2020-08-18 18:03:35 +02:00
petr.kalis
68822216ca Added client support 2020-08-11 10:23:54 +02:00
petr.kalis
75ecb02262 Hound 2020-07-10 11:25:22 +02:00
petr.kalis
dc7a104214 Added proper shutdown 2020-07-10 11:15:46 +02:00
petr.kalis
d02e9596a6 Added separate 'hosts' folder
Added auto-routing of classes from selected folders
2020-07-09 12:30:55 +02:00
petr.kalis
a29c84e9af Fix - changed usage of QThread to threading.Thread
Apparently QThread is making problems on some non-gui linux distros
2020-07-08 16:14:07 +02:00
petr.kalis
d6485030b5 Hound 2020-07-03 17:31:53 +02:00
petr.kalis
5df2c32614 WIP POC imlementation of Websocket Json RPC server
Includes two testing clients

Requires:
- adding wsrpc-aiohttp==3.0.1 to pypeapp/requirements.txt

- adding code to \pype-config\presets\tray\menu_items.json
, {
            "title": "Websocket Server",
            "type": "module",
            "import_path": "pype.modules.websocket_server",
            "fromlist": ["pype","modules"]
        }
2020-07-03 17:16:26 +02:00