Commit graph

2559 commits

Author SHA1 Message Date
Jakub Jezek
38bd772d86 feat(nuke): validating write node done with additional functions in pype.nuke.lib 2019-04-11 12:19:22 +02:00
antirotor
e86da58990
fix(rv): fixed handling of RV_HOME 2019-04-10 22:20:08 +02:00
antirotor
ed4feae385
feat(rv): basic working version of rv action 2019-04-10 22:16:42 +02:00
Jakub Trllo
bf0f11e992 on task fill returns path up to first unfilled key & added path log 2019-04-10 19:13:00 +02:00
Jakub Jezek
b8f64d293e feat(nuke): updating validation of nodes write 2019-04-10 18:33:09 +02:00
Jakub Jezek
04ecaf2796 Merged in feature/PYPE-283-ability-to-run-qml (pull request #111)
Feature/PYPE-283 ability to run qml

Approved-by: Milan Kolar <milan@orbi.tools>
2019-04-10 14:46:50 +00:00
Jakub Jezek
d531a69285 fix(nuke): moving PYBLISH_GUI var from avalon.core 2019-04-10 16:43:52 +02:00
Jakub Jezek
115937ab00 feat(nuke): adding validating plugins for script, version match, write node attributes 2019-04-10 16:39:15 +02:00
Jakub Jezek
2d8b07cbb8 fix(nuke): moving data update into format_anatomy() from create_write_node() 2019-04-10 16:38:09 +02:00
Jakub Jezek
9b1795c552 feat(plugins): adding synchronization versions into integrate_ftrack_instances 2019-04-10 15:30:20 +02:00
Jakub Jezek
30fa666f91 typo(plugins): removing EXR from extract_quicktime 2019-04-10 15:25:11 +02:00
Jakub Trllo
7a26a52358 removed create sw folders action 2019-04-10 11:40:54 +02:00
Jakub Trllo
67a2715034 added getting filled anatomy paths logic 2019-04-10 11:40:32 +02:00
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
antirotor
0e9ce8010a
feat(rv): tweaked how path to rv is handled 2019-04-10 11:33:14 +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
fc725830a4 Merged in feature/PYPE-143_project_structure (pull request #105)
feature/PYPE-143_project_structure

Approved-by: Milan Kolar <milan@orbi.tools>
2019-04-09 22:15:20 +00:00
Milan Kolar
698c59c8ea convert presets to pype2.0 way 2019-04-10 00:12:09 +02:00
Milan Kolar
7fe8d02abf Merge branch 'develop' into 2.0/sync_from_1.0
# Conflicts:
#	pype/ftrack/actions/action_djvview.py
#	pype/ftrack/actions/event_collect_entities.py
#	pype/ftrack/lib/ftrack_app_handler.py
#	pype/plugins/global/publish/collect_assumed_destination.py
#	pype/plugins/launcher/actions/AssetCreator.py
2019-04-09 23:00:22 +02:00
Milan Kolar
6c0bba1168 Merge branch 'develop' into 2.0/sync_from_1.0 2019-04-09 22:38:28 +02:00
Milan Kolar
1804baa77b Merged in 2.0/bugfix/PYPE-287-chase-old-dependencies (pull request #109)
2.0/bugfix/PYPE-287 chase old dependencies

Approved-by: Milan Kolar <milan@orbi.tools>
2019-04-09 20:09:07 +00:00
Milan Kolar
0e39b2fee1 evenmore logging 2019-04-09 18:54:37 +02:00
Jakub Jezek
0f96bd599f Merged in feature/PYPE-268-validate-version-write-to-scrip (pull request #108)
feat(nuke): sync version of script with version of write

Approved-by: Milan Kolar <milan@orbi.tools>
2019-04-09 16:46:45 +00:00
Milan Kolar
28dbe25f16 use new anatomy 2019-04-09 18:28:27 +02:00
Milan Kolar
ba6d14c7e1 temporarily turn of templates in nuke 2019-04-09 18:28:15 +02:00
Milan Kolar
d98d92e410 Revert "move icons"
This reverts commit 7e5e20dbcc.
2019-04-09 18:27:44 +02:00
Milan Kolar
7e5e20dbcc move icons 2019-04-09 18:27:26 +02:00
Milan Kolar
53523d1f4f more logging 2019-04-09 18:26:30 +02:00
Milan Kolar
2bb789c413 logger fixes 2019-04-09 18:22:55 +02:00
Jakub Trllo
918d588225 templates are loaded from database when app is launched 2019-04-09 16:31:11 +02:00
Jakub Trllo
72ca8e89a8 action creates also ftrack entities based on presets 2019-04-09 15:58:15 +02:00
Jakub Jezek
90a1321638 fix(nuke): auto sync version was rising exceptions 2019-04-09 10:44:05 +02:00
Jakub Jezek
cd21de060b feat(pype): removing plugins for collect export json 2019-04-09 10:41:51 +02:00
Milan Kolar
100aafa6ec change PYPE_STUDIO_TEMPLATES to PYPE_CONFIG 2019-04-08 23:00:24 +02:00
Milan Kolar
7e1c815607 change logger imports 2019-04-08 22:07:27 +02:00
Jakub Trllo
aa8f9c7ece Merged in feature/PYPE-140_software_folders (pull request #103)
Feature/PYPE-140 software folders

Approved-by: Milan Kolar <milan@orbi.tools>
2019-04-08 16:44:19 +00:00
Jakub Trllo
e0372b0299 Merged in feature/PYPE-276_multiple_notes (pull request #107)
feature/PYPE-276_multiple_notes

Approved-by: Milan Kolar <milan@orbi.tools>
2019-04-08 15:48:06 +00:00
Jakub Trllo
9c8524a8f5 Merged in bugfix/PYPE-281_clockify_actions_bug (pull request #106)
bugfix/PYPE-281_clockify_actions_bug

Approved-by: Milan Kolar <milan@orbi.tools>
2019-04-08 15:45:04 +00:00
Jakub Trllo
2ccbe8ed2f Merged in bugfix/PYPE-280_DJV_import_bug (pull request #104)
bugfix/PYPE-280_DJV_import_bug

Approved-by: Milan Kolar <milan@orbi.tools>
2019-04-08 15:35:59 +00:00
Milan Kolar
3f71fb0f53 Merge branch 'develop' of bitbucket.org:pypeclub/pype-config into develop 2019-04-08 17:32:21 +02:00
Milan Kolar
46afda4dfa Merge branch 'feature/PYPE-272' into develop 2019-04-08 17:27:47 +02:00
Milan Kolar
e50c4380f4 keep extension in maya when versioning up 2019-04-08 17:27:08 +02:00
jezschaj
4b9e647f8d feat(nuke): sync version of script with version of write 2019-04-08 10:29:39 +02:00
Jakub Trllo
cae3c6be4f Added action that can add note to multiple asset versions 2019-04-05 16:25:07 +02:00
Jakub Trllo
34a915a063 clockify actions try to import Clockify API and won't crash if not successful 2019-04-05 12:44:53 +02:00