Commit graph

361 commits

Author SHA1 Message Date
Petr Kalis
9de325987a Fix frame start, fix frame end 2020-11-27 17:57:58 +01:00
Petr Kalis
7b025ffc83 Committing again after rebase
Add pulling extension from AE Render Queue

Add pulling information about audio
layer for composition
2020-11-27 13:08:54 +01:00
Petr Kalis
846a663023 Merge branch 'release/2.14.0' of https://github.com/pypeclub/pype into bugfix/AE_issues 2020-11-20 17:49:58 +01:00
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
iLLiCiTiT
df1d3f323d fixed status name check 2020-11-20 13:02:14 +01:00
iLLiCiTiT
bce9fd7572 renamed event handler filename 2020-11-19 18:17:46 +01:00
iLLiCiTiT
ac55c67fbf change variable name 2020-11-19 18:16:46 +01:00
iLLiCiTiT
2b56773410 fixed filtering on next task update 2020-11-19 18:03:13 +01:00
iLLiCiTiT
7cf75117d6 implemented new event handler to pass status to task's parent in specific occations 2020-11-19 17:54:55 +01:00
iLLiCiTiT
f45604e91e event is caching it's own changes and skip them 2020-11-13 16:11:14 +01:00
iLLiCiTiT
e8660954c9 small cleanup 2020-11-13 15:31:17 +01:00
iLLiCiTiT
addeeaa444 event can change value between hierarchical and nonhierarchical attributes with same key 2020-11-13 15:23:53 +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
Milan Kolar
df4c7d6375 Merge branch 'hotfix/harmony-postpone-scene-settings' into develop 2020-10-14 17:08:03 +02:00
Milan Kolar
ee494bfae5
Merge pull request #628 from tokejepsen/2.x/feature/rv_mp4_support
Add mp4 support for RV action.
2020-10-09 11:15:29 +02:00
Milan Kolar
a25bf0916b
Merge pull request #623 from pypeclub/bugfix/task_processing_in_event_sync
Task processing in event sync
2020-10-09 10:49:50 +02:00
Toke Stuart Jepsen
1f0fbdd5d6 Add mp4 support for RV action. 2020-10-09 09:41:28 +01:00
iLLiCiTiT
9225c3553d formatting changes 2020-10-08 13:37:05 +02:00
iLLiCiTiT
7f4d33ee57 removed unused methods 2020-10-08 13:36:57 +02:00
iLLiCiTiT
5a21369cc1 modified for loop in task update to use new changes 2020-10-08 13:36:40 +02:00
iLLiCiTiT
84b1ee867a used task query for getting task entities 2020-10-08 13:36:23 +02:00
iLLiCiTiT
e2262ce929 make sure all entities with changed tasks are processed even if they dont have any task left 2020-10-08 13:36:04 +02:00
iLLiCiTiT
bf04ce5fd0 added query for task types to not query them one by one 2020-10-08 13:35:32 +02:00
iLLiCiTiT
be4a25dc60 renamed entities_query_by_parent_id to task_entities_query_by_parent_id and modified query 2020-10-08 13:34:41 +02:00
iLLiCiTiT
09e29c3d29 do not process tasks on entity creation but just add it's id to modified_tasks_ftrackids so it's processed afterwards 2020-10-08 13:34:16 +02:00
iLLiCiTiT
a434041a27 fixed undefined variable in remove 2020-10-08 13:33:36 +02:00
iLLiCiTiT
06cf676bf8 check if there are unprocessed task changes before skipping whole process 2020-10-08 13:33:19 +02:00
iLLiCiTiT
3d0ab220c5 do not use _get_entities_for_ftrack_ids for query as it find entities by parent id 2020-10-08 13:32:56 +02:00
iLLiCiTiT
04c6fd33eb fixed ftrack ids unin 2020-10-08 13:32:27 +02:00
iLLiCiTiT
faa1d8028a filter tasks by entity_type and do task filtration at one place 2020-10-08 13:32:06 +02:00
Milan Kolar
e032feaf1e
Merge pull request #608 from pypeclub/feature/ftrack_server_action
Ftrack server action improvement
2020-10-08 12:10:37 +02:00
Petr Kalis
d6e86f852a Fix - change of task type wasn't propagated
Rewrite of approach, simplified, in any task change is noticed,
parents of changed tasks are captured, all task entities are pulled
from Ftrack and Task dictionaries are recreated from scratch.
2020-10-07 20:39:29 +02:00
Milan Kolar
1fb305e7c8 Merge branch '2.x/develop' into develop 2020-10-07 17:53:20 +02:00
Petr Kalis
c08a6adc57 Fix - renaming or deleting tasks in Ftrack wasn't synced
Part for syncing through Event server
2020-10-07 15:35:22 +02:00
Petr Kalis
ce24026f2b Fix - renaming or deleting tasks in Ftrack wasn't synced
Part for manual syncing through Action
2020-10-06 16:10:55 +02:00
iLLiCiTiT
2f3d164447 extracted ServerAction to ftrack module level 2020-10-05 23:10:13 +02:00
iLLiCiTiT
7bc975c5aa simplified server actions with new ServerAction 2020-10-05 23:05:35 +02:00
iLLiCiTiT
ef5b917ff3 extracted ServerAction to ftrack.lib 2020-10-05 23:02:23 +02:00
iLLiCiTiT
b96fc36aed implemented ServerAction with modified discovery and register methods 2020-10-05 23:02:05 +02:00
iLLiCiTiT
378022003c modified preregister result check 2020-10-05 22:52:42 +02:00
iLLiCiTiT
14e192e72c extracted rolecheck from _preregister to separate method 2020-10-05 22:52:16 +02:00
iLLiCiTiT
22869a1507 add role_list attribute to BaseHandler 2020-10-05 22:51:23 +02:00
Petr Kalis
8e59fe67ff
Merge branch '2.x/develop' into feature/180-Store_task_types 2020-10-02 13:22:34 +02:00
Milan Kolar
3977877a61 Merge branch '2.x/develop' into develop 2020-10-01 21:31:32 +02:00
Milan Kolar
8b6c23c301
Merge pull request #581 from pypeclub/feature/avalon_module_without_qt
Avalon module without Qt
2020-10-01 21:14:29 +02:00