Commit graph

2346 commits

Author SHA1 Message Date
Jakub Trllo
4db62fcb84 interfae handling added 2019-04-10 11:36:37 +02:00
Jakub Trllo
03ea2479cb added interface for cases when entity does not have only tasks as children 2019-04-10 11:35:49 +02:00
Jakub Trllo
d3bcf2cdd3 changed get children method 2019-04-10 11:34:48 +02:00
Jakub Trllo
4bf0e796b9 added formatting helpers for anatomy paths 2019-04-10 11:34:07 +02:00
Jakub Trllo
48e07cc877 added partial dict that helps with formatting 2019-04-10 11:33:21 +02:00
Jakub Trllo
6fa648ba46 added get presets function 2019-04-10 11:32:59 +02:00
Jakub Trllo
63e7da261f added discover validations 2019-04-10 11:32:04 +02:00
Jakub Trllo
918d588225 templates are loaded from database when app is launched 2019-04-09 16:31:11 +02:00
Jakub Trllo
a38b2968a5 removed app from publish plugins with template fill 2019-04-04 18:26:51 +02:00
Jakub Trllo
88fff9fad1 created action which creates sw folders in "work" path 2019-04-04 16:56:42 +02:00
Jakub Trllo
eb3f8d80a2 added "app" into all template_data thath fill "work" dir 2019-04-04 16:55:40 +02:00
Ondřej Samohel
b8766ca3e1 Merged in feature/PYPE-255-colorize-maya-outliner-families (pull request #100)
feat(maya): colorize outliner based on families

Approved-by: Milan Kolar <milan@orbi.tools>
2019-04-03 12:25:09 +00:00
Milan Kolar
366aec21a2 add double check on the created namespace. this fixes problem with asseblies not loading becasue of the wron namespace 2019-04-03 14:20:08 +02:00
antirotor
90b3a1f783
fix(maya): outliner colorize now respects families in context 2019-04-03 12:50:58 +02:00
Jakub Jezek
cc88b0f110 Merged in bugfix/PYPE-263-review-features (pull request #102)
Bugfix/PYPE-263 review features
2019-03-31 17:37:38 +00:00
Jakub Jezek
0c9186dc65 fix(pype): fixing host attribute to hosts, it was not filtering plugins out of context 2019-03-31 19:31:24 +02:00
Jakub Jezek
8cd1bfa55f fix(pype): reading padding info for image sequence path from anatomy instead hardcoding it to ##### 2019-03-31 19:29:52 +02:00
Jakub Jezek
4e99de691c fix(nuke): fixing path formating to replace "\" in path to "/" 2019-03-31 19:28:59 +02:00
Jakub Jezek
a8d4409ce8 fix(pype): converting temlates.py into module so self. could be holding singleton data 2019-03-31 19:27:31 +02:00
Milan Kolar
b19f703189 change ;thumbnail update logic on ftrack event 2019-03-28 14:03:55 +01:00
Milan Kolar
3077785c7e hotfix. assumed destination not working for unknown reason :) 2019-03-28 11:48:17 +01:00
antirotor
b6e22e7c47
feat(maya): colorize outliner based on families 2019-03-23 23:42:49 +01:00
Milan Kolar
4f45e9e2a7 hotfix/check if transfers data exists in frames integrator before assigning it. 2019-03-19 16:29:08 +01:00
Milan Kolar
1bf91ce6b2 hotfix/collect arnold attributes in may 2019-03-19 15:46:55 +01:00
Milan Kolar
9554b76ed4 hotfix/zero out pivot on loaded models 2019-03-19 15:06:48 +01:00
Jakub Trllo
f5f7c13f38 Merged in feature/PYPE-224_clockify_integration (pull request #90)
Feature/PYPE-224 clockify integration

Approved-by: Milan Kolar <milan@orbi.tools>
2019-03-18 11:03:08 +00:00
Jakub Trllo
5760d2b53a Merge branch 'develop' into feature/PYPE-224_clockify_integration 2019-03-18 12:02:17 +01:00
Jakub Trllo
b10ac0b279 fixed bug in start clockify app launch 2019-03-16 09:50:54 +01:00
Milan Kolar
9c6dae4474 update readme 2019-03-15 23:38:15 +01:00
Jakub Trllo
afb957e9d2 Merged in hotfix/PYPE-237_djvview_bug_fix (pull request #94)
Hotfix/PYPE-237 djvview bug fix

Approved-by: Milan Kolar <milan@orbi.tools>
2019-03-15 22:07:07 +00:00
Jakub Trllo
6f624c8a2d base handler catch assert exceptions 2019-03-15 18:17:15 +01:00
Jakub Trllo
e22e8102e3 djv converted from scratch to action 2019-03-15 17:36:05 +01:00
Jakub Trllo
59b0b7bb66 Merge branch 'develop' into hotfix/PYPE-237_djvview_bug_fix 2019-03-15 10:31:20 +01:00
Jakub Trllo
7d3a0fe82b start timer set tag_ids instead of task_id 2019-03-15 09:52:07 +01:00
Jakub Trllo
ef91b6e53d task types are stored as tags instead of tasks during sync to clockify 2019-03-15 09:51:36 +01:00
Jakub Trllo
bc80648db7 get_tags fixed workspace_id, start timer can have tags, added add_tag method 2019-03-15 09:51:00 +01:00
Jakub Trllo
e0f6ba6eb2 task name is added to timer description 2019-03-15 09:41:04 +01:00
Milan Kolar
6343a9de4f Merged in bugfix/PYPE-246-arnold-missing-license (pull request #98)
add solidangle license to deadline job
2019-03-14 18:40:37 +00:00
Jakub Trllo
06ab290c39 Merged in feature/PYPE-242_ftrack_cleanup2 (pull request #97)
Feature/PYPE-242 ftrack cleanup2

Approved-by: Milan Kolar <milan@orbi.tools>
2019-03-14 18:33:35 +00:00
Milan Kolar
788057fc71 prevent errors when None entity is found and add rollback to next task update 2019-03-14 19:32:38 +01:00
Ondřej Samohel
bc067d014d Merged in feature/PYPE-204-validator-checking-for-uvs-overlap (pull request #92)
Feature/PYPE-204 validator checking for uvs overlap

Approved-by: Milan Kolar <milan@orbi.tools>
2019-03-14 17:51:16 +00:00
Jakub Trllo
9e51ac373f Merge branch 'hotfix/PYPE-237_djvview_bug_fix' of bitbucket.org:pypeclub/pype-config into hotfix/PYPE-237_djvview_bug_fix 2019-03-14 18:40:04 +01:00
Jakub Trllo
4865ced27b file proxy is not set in djv 2019-03-14 18:39:59 +01:00
Jakub Trllo
cb1eae4e30 file proxy is not set in djv 2019-03-14 18:39:10 +01:00
Jakub Trllo
fd0fde4f37 Merged in feature/pype-62_hardlink_for_publishing (pull request #88)
Feature/pype 62 hardlink for publishing

Approved-by: Milan Kolar <milan@orbi.tools>
2019-03-14 17:32:08 +00:00
Jakub Trllo
bc8efd319d only actual project is synced 2019-03-14 18:31:38 +01:00
Milan Kolar
492f89056a add matetx option to look collector 2019-03-14 18:30:30 +01:00
Jakub Trllo
91e929033d fixed get_tasks bug 2019-03-14 18:26:55 +01:00
Jakub Trllo
f23b0f0b8a better result handling on ftrack ations 2019-03-14 18:15:22 +01:00
Jakub Trllo
a76fabbde5 fixed next task update so it ignore entities without changes 2019-03-14 17:57:16 +01:00