Commit graph

30 commits

Author SHA1 Message Date
Petr Kalis
825a31f20b #735 - fixes for After Effects
Changed collect_render family to 'render' to get
correct name from Creator tool
Changed outputDir to point to rendered location for
metadata.json file
Pulling startFrame, endFrame from AE
Added files for handling this to stub
2020-11-20 14:15:55 +01:00
Petr Kalis
aa6bedd57c Hound 2020-10-30 13:10:43 +01:00
Petr Kalis
180a45ac2e #663 - Added loader for different types
Added basic Creator
2020-10-30 12:46:00 +01:00
Petr Kalis
c3018baa07 #663 - Added load/update/remove implementation 2020-10-28 19:24:32 +01:00
Petr Kalis
02e906d0e9 #663 - Added basic integration methods 2020-10-27 20:25:17 +01:00
Petr Kalis
1d2973c6a9 #663 - AfterEffects init commit 2020-10-24 09:57:26 +02:00
Petr Kalis
e557e4cfc9 #654 - Fix Layer name is not propagating
Fixed saving namespace into Headline
Fixed switch asset and update version
Added delete layer by id
2020-10-20 18:54:26 +02:00
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
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