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
|
f31fb3e034
|
Removed com32 objects
Refactore - changed names to highlight 'stub' approach
Small fixes
|
2020-08-24 17:44:16 +02:00 |
|
Petr Kalis
|
f8743e3b80
|
Removed usage of http_server
|
2020-08-21 15:23:35 +02:00 |
|
Petr Kalis
|
fc2018e22b
|
Finished Creator
|
2020-08-20 20:12:03 +02:00 |
|
Petr Kalis
|
dce5de4938
|
Finish loader
|
2020-08-20 17:31:20 +02:00 |
|
Petr Kalis
|
41e2149d12
|
Fix select correct layers for multiple images
|
2020-08-20 17:15:36 +02:00 |
|
Petr Kalis
|
e551039c12
|
Speedup of collect_instances.py
|
2020-08-20 15:42:43 +02:00 |
|
Petr Kalis
|
de9aca5f8f
|
Speedup of collect_instances.py
|
2020-08-20 10:52:18 +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
|
a9f146e2fc
|
Fixed fullName, implemented imprint
|
2020-08-19 12:54:42 +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 |
|