iLLiCiTiT
ae905c0e57
raise Runtime error with stdout ann stderr
2020-10-15 16:06:21 +02:00
iLLiCiTiT
f5707a48e4
_subprocess is returning full output with stderr and stdout
2020-10-15 16:06:00 +02:00
iLLiCiTiT
891829a4ab
stdout and stderr are logged at once to logger
2020-10-15 16:05:15 +02:00
iLLiCiTiT
dca6d0db27
stderr use PIPE instead of STDOUT
2020-10-15 16:03:51 +02:00
iLLiCiTiT
63b7a2a244
allow to pass logger to _subprocess
2020-10-15 16:03:20 +02:00
iLLiCiTiT
ffa16729df
formatting in _subprocess
2020-10-15 16:02:37 +02:00
iLLiCiTiT
0709da0fd6
make sure ffmpeg output is printed out
2020-10-15 16:01:16 +02:00
iLLiCiTiT
d37f4a041f
formatting changes
2020-10-15 15:59:10 +02:00
iLLiCiTiT
3f3dd29083
do not use pype Logger in burnin script
2020-10-15 15:57:33 +02:00
iLLiCiTiT
06905c880b
print begin and end of burnin script
2020-10-15 15:55:05 +02:00
iLLiCiTiT
6470155aa2
formatting changes
2020-10-15 15:54:52 +02:00
iLLiCiTiT
2d84163100
change log level of ffmpeg processing
2020-10-15 15:54:39 +02:00
Milan Kolar
5c4f9c1ca9
Merge pull request #615 from pypeclub/feature/harmony-tweaks
...
Harmony: More efficient publishing
2020-10-12 11:56:47 +02:00
Milan Kolar
10b04b8089
change list comprehension to for loop with if
2020-10-12 11:49:57 +02:00
Jakub Jezek
b1501fbad5
feat(tvpaint): adding custom templates from project configs
2020-10-09 16:51:37 +02:00
Jakub Jezek
e0cf53a6b2
feat(tvpaint): updating icon to the nicest ever
2020-10-09 16:51:03 +02:00
Jakub Jezek
61451d3e6b
feat(tvpaint): basic integration
2020-10-09 15:46:34 +02:00
Milan Kolar
0ba6299745
Merge pull request #603 from pypeclub/feature/nuke-render-write-targeting-knob
...
Nuke render write targeting knob improvement
2020-10-09 11:34:44 +02:00
Milan Kolar
aa35168771
make sure we replace original node
2020-10-09 11:31:45 +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
3098272bf4
Merge pull request #625 from tokejepsen/2.x/bugfix/review_source
...
Add source for review instances.
2020-10-09 11:15:06 +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
Jakub Jezek
a78cb55ae6
hound(nuke)
2020-10-08 19:44:58 +02:00
Jakub Jezek
1b82342906
feat(nuke): validate legacy writes
2020-10-08 19:40:14 +02:00
Jakub Jezek
3fc15cca6d
fix(hiero): fps order of clip instance data collecting
2020-10-08 15:59:26 +02:00
Toke Stuart Jepsen
04b35dbea5
Add source for review instances.
2020-10-08 14:04:43 +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
Milan Kolar
cecbfdd1b6
Merge branch '2.x/develop' into feature/nuke-render-write-targeting-knob
2020-10-08 12:05:46 +02:00
Milan Kolar
0524891ad3
Merge pull request #619 from kalisp/bugfix/605-sync-to-avalon-doesn-t-remove-renamed-task
...
Bugfix/605 sync to avalon doesn t remove renamed task
2020-10-08 11:44:35 +02:00
Milan Kolar
ae2c18465e
Merge branch 'feature/616-convert-nukestudio-to-hiero-host' into 2.x/develop
2020-10-07 20:57:24 +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
d67402331a
remove forgotten line
2020-10-07 19:12:32 +02:00
Milan Kolar
b4a0b1d258
change tasks to dictionary
2020-10-07 18:53:08 +02:00
Jakub Jezek
6d30b2e852
fix(hiero): review thumbnail two variation of frame identification
2020-10-07 18:17:09 +02:00
Jakub Jezek
f086088a9e
fix(hiero): plate thumbnail correct frame from source range
2020-10-07 18:03:09 +02:00
Jakub Jezek
3932b19ea9
fix(nuke): improving names of render targets
2020-10-07 17:52:49 +02:00