Commit graph

2105 commits

Author SHA1 Message Date
Jakub Trllo
ebc19182eb tasks are selectable if app will be launched if in maya context, maya is openable 2019-02-21 19:19:27 +01:00
Jakub Trllo
348babed8b added argument to maya menu item 2019-02-21 19:18:53 +01:00
Jakub Trllo
eb2aa7b32c changed action icon 2019-02-21 19:18:43 +01:00
Jakub Trllo
633cbf4380 create asset also creates Avalon asset 2019-02-21 17:38:47 +01:00
Jakub Trllo
47a4f17619 refresh assets now works 2019-02-21 17:38:18 +01:00
Jakub Trllo
50774a80ed args changed so None is not in environments 2019-02-21 17:37:54 +01:00
Jakub Trllo
e6ddbf4404 added action to maya menu 2019-02-21 16:40:03 +01:00
Jakub Trllo
5747a34f76 Asset creator action need project set and is possible to set outgoinglink to actual asset 2019-02-21 16:39:34 +01:00
Jakub Trllo
26fd516700 Working GUI with comboboxes and create function loading info from presets 2019-02-21 16:38:45 +01:00
Jakub Trllo
89b1595985 removed all lines mentioning silo 2019-02-21 16:37:13 +01:00
Jakub Trllo
8ea75c4a7f TaskModel transfered to Task temaplates model so it only shows task names 2019-02-21 16:36:38 +01:00
Jakub Trllo
08307642cc added __init__ into tools 2019-02-21 16:35:35 +01:00
Jakub Trllo
dd2419941e removed silo from asset widget 2019-02-20 17:50:02 +01:00
Jakub Trllo
81fd4283aa added name and parent inputs, parent is filling based on selected asset 2019-02-20 17:49:43 +01:00
Jakub Trllo
db9c07a32a Launcher action renamed to launcher can see it 2019-02-20 17:48:55 +01:00
Jakub Trllo
5d0b98ae30 added action assetcreator to launcher (must be delated before merge) 2019-02-20 16:40:12 +01:00
Jakub Trllo
528c16558b added tool (copy of project manager) 2019-02-20 16:39:47 +01:00
Milan Kolar
ed4b8f9bdd add look manager to maya side menu 2019-02-20 14:48:42 +01:00
Milan Kolar
fef49c20ef remove locking of parent group 2019-02-20 13:48:28 +01:00
Jakub Trllo
7bd1f6df6a Merged in feature/PYPE-99_unified_template_fill (pull request #65)
Feature/PYPE-99 unified template fill

Approved-by: Milan Kolar <milan@orbi.tools>
2019-02-17 21:31:44 +00:00
Milan Kolar
3cd832a5eb udpate nuke template filling to match unified templates 2019-02-17 22:23:20 +01:00
Milan Kolar
bf7d25fd94 cleanup conflicts 2019-02-17 21:26:29 +01:00
Milan Kolar
d58778e925 Merge branch 'develop' into feature/PYPE-99_unified_template_fill
# Conflicts:
#	pype/lib.py
#	pype/plugins/global/publish/integrate_rendered_frames.py
2019-02-17 21:25:27 +01:00
Jakub Trllo
2f551a4e3d Merged in feature/PYPE-198_delete_asset_action (pull request #68)
Feature/PYPE-198 delete asset action

Approved-by: Milan Kolar <milan@orbi.tools>
2019-02-17 18:29:02 +00:00
Jakub Jezek
6e657377c0 Merged in hotfix/PYPE-201-ftrack-plugin-path-correction (pull request #69)
Hotfix/PYPE-201 ftrack plugin path correction

Approved-by: Milan Kolar <milan@orbi.tools>
2019-02-17 18:10:06 +00:00
Jakub Trllo
994fc8752e Merged in feature/PYPE-193_auto_task_change (pull request #71)
Feature/PYPE-193 auto task change

Approved-by: Milan Kolar <milan@orbi.tools>
2019-02-17 17:52:24 +00:00
Milan Kolar
1d08f45870 Merge branch 'develop' of bitbucket.org:pypeclub/pype-config into develop 2019-02-17 18:43:09 +01:00
Jakub Trllo
5d2c37d9d6 Merged in feature/PYPE-187_not_update_templates (pull request #72)
project templates are used if templates already exist in project

Approved-by: Milan Kolar <milan@orbi.tools>
2019-02-15 14:26:16 +00:00
Jakub Trllo
9f001cb8fd change so project templates are used if templates already exist in project 2019-02-15 10:42:26 +01:00
Milan Kolar
b5f2fef6e1 hotfix/remove obsolete log 2019-02-15 09:01:23 +01:00
Jakub Trllo
305262936e added "_ignore_" possibility 2019-02-14 21:34:10 +00:00
Jakub Trllo
90187e94b3 added possibility of usage _any_ so from any status will be changed to one specific 2019-02-14 11:54:47 +01:00
Jakub Trllo
af24300059 status changes based on presets more specifically 2019-02-14 11:46:39 +01:00
Milan Kolar
8817fba29a Merged in feature/PYPE-176-maya-modules-on-farm (pull request #70)
Feature/PYPE-176 maya modules on farm
2019-02-14 07:57:47 +00:00
Milan Kolar
36e3ab4829 fix environment cleanup when sending to farm 2019-02-14 08:54:22 +01:00
Jakub Jezek
e1b1663728 fixing importing module ftrack_api for different python versions 2019-02-13 16:37:46 -01:00
Jakub Jezek
fb81acfc8f moving ftrack plugins into publish folder 2019-02-13 16:22:29 -01:00
Jakub Trllo
aa2f4e1aa0 action runable on entityType task needs verification to delete 2019-02-13 11:19:30 +01:00
Jakub Trllo
cd8d6aba17 renamed action 2019-02-13 11:17:39 +01:00
Jakub Trllo
326cb966b4 first version, name of assets must be written 2019-02-13 10:08:46 +01:00
Milan Kolar
690cc3ffe0 renderr submission fixe on avalon_deadline 2019-02-12 17:44:09 +01:00
Jakub Trllo
22fb2df691 Merged in feature/PYPE-128_templates_from_anatomy_when_sync (pull request #62)
Feature/PYPE-128 templates from anatomy when sync

Approved-by: Milan Kolar <milan@orbi.tools>
2019-02-11 22:23:56 +00:00
Jakub Trllo
a620acac87 Merged in feature/PYPE-184_format_path_silotasks (pull request #63)
hierarchy is set to empty string if no parents

Approved-by: Milan Kolar <milan@orbi.tools>
2019-02-11 22:09:03 +00:00
Milan Kolar
4cae0b06ce hotfix/collection problems with assigning review to subsets fixe 2019-02-10 14:10:57 +01:00
Ondřej Samohel
d800519176 Merged in bugfix/PYPE-160-mov-generation (pull request #60)
Bugfix/PYPE-160 mov generation

Approved-by: Milan Kolar <milan@orbi.tools>
2019-02-09 23:13:43 +00:00
Milan Kolar
4462972d52 fixing review collection and minor tweaks 2019-02-10 00:12:48 +01:00
Milan Kolar
30f8048b89 Merge branch 'develop' into bugfix/PYPE-160-mov-generation 2019-02-08 17:48:09 +01:00
Jakub Jezek
c398d7db86 Merged in bugfix/PYPE-147-fixing-nuke-publishing-write (pull request #47)
Bugfix/PYPE-147 fixing nuke publishing write

Approved-by: Milan Kolar <milan@orbi.tools>
2019-02-08 16:46:20 +00:00
Milan Kolar
52a2b37598 comment out nuke callback that were crashing session 2019-02-07 23:51:52 +01:00
Milan Kolar
e1493540c1 fix review on local render 2019-02-07 21:38:29 +01:00