Commit graph

163 commits

Author SHA1 Message Date
Jakub Jezek
3ecedad03b Merge branch 'develop' into master-dazzle-prod 2020-01-20 12:03:34 +01:00
jakub@orbi.tools
9c9d000747 Merge branch 'feature/nuke-slate-prerender' into master-testing-local
# Conflicts:
#	pype/plugins/nuke/publish/submit_nuke_deadline.py
2020-01-15 16:06:16 +01:00
Jakub Jezek
3e129d7a56 feat(nuke, global): adding slate family conditions 2020-01-15 16:04:49 +01:00
jakub@orbi.tools
13f08c7f1f Merge branch 'feature/nuke-slate-prerender' into master-testing-local
# Conflicts:
#	pype/plugins/global/publish/collect_filesequences.py
#	pype/plugins/global/publish/integrate_new.py
2020-01-14 19:58:03 +01:00
jakub@orbi.tools
a9257df48e nuke fixing deadline submission 2020-01-14 19:51:18 +01:00
Jiri Sindelar
d3ceff0bb6 Merge remote-tracking branch 'origin/feature/nuke-slate-prerender' into master-testing-local 2020-01-14 12:05:13 +01:00
Jakub Jezek
968ba9e68d feat(nuke): generate_mov adding specification of mov to prores444 2020-01-14 11:54:57 +01:00
Jakub Ježek
84b73d0c69 Merged in feature/nuke-load-backdrop (pull request #410)
feat(nuke): Loader plugin for nukenodes

Approved-by: Milan Kolar <milan@orbi.tools>
2020-01-13 10:03:48 +00:00
Jakub Jezek
d20853f617 feat(global): finalizing the nuke to deadline feature 2020-01-10 14:35:19 +01:00
Jakub Jezek
218405841c fix(global, nuke): updating deadline submission 2020-01-10 00:15:58 +01:00
Milan Kolar
3a4a6782ab pep8 class names 2020-01-09 15:07:44 +01:00
Jakub Jezek
69015fb7fc fix(nuke): updating nuke.lib and review data mov 2020-01-09 11:15:57 +01:00
Jakub Jezek
fbb4c247f6 fix(global): fixing reformat and letter box 2020-01-08 00:38:08 +01:00
Jakub Jezek
ade2a26e84 feat(nuke): adding back baking mov from nuke 2020-01-08 00:02:14 +01:00
Jakub Jezek
68c8a253bf feat(nuke): lock range on setting frame ranges 2020-01-06 12:43:43 +01:00
Jakub Jezek
a4ae644e35 feat(nuke): Loader plugin for nukenodes 2019-12-10 14:05:05 +01:00
Jakub Jezek
5f6081db9b Merge branch 'develop' into feature/PYPE-433-deadline-publish-with-correct-c 2019-12-07 18:28:25 +01:00
Jakub Jezek
1361d12452 feat(nuke): polishing the Lut Exporter 2019-12-06 07:59:19 +01:00
Jakub Jezek
48e5c4fd26 feat(nuke): Lut exporter added to nuke.lib 2019-12-05 10:36:08 +01:00
Jakub Jezek
c6c52d43f0 Merge remote-tracking branch 'origin/feature/PYPE-25-nuke-backdrop-publish' into feature/PYPE-589-publishing-gizmos-and-importing 2019-11-25 17:49:22 +01:00
Jakub Jezek
e07a95480b feat(nuke): adding gizmo family 2019-11-25 00:55:32 +01:00
Jakub Jezek
fe7e3580d6 fix(nuke): converting camelcase to snakecase 2019-11-24 20:41:21 +01:00
Jakub Jezek
fc6733f582 feat(nuke): adding utils.py for nuke specific operations
- bake_gizmos_recursively
- get_node_outputs
- is_node_gizmo
- gizmo_is_nuke_default
2019-11-24 20:35:55 +01:00
Jakub Jezek
d21e98aea9 feat(nuke): adding method for getting dependency for list of nodes 2019-11-23 23:44:43 +01:00
Jakub Jezek
443f47d240 feat(nuke): adding nukenodes family 2019-11-23 23:43:48 +01:00
Jakub Jezek
444071e2d0 fix(nuke): not necessary to do it on all write nodes 2019-11-21 10:22:54 +01:00
Jakub Jezek
509578c4ef fix(nuke): nuke little fixes 2019-11-12 12:52:57 +01:00
Jakub Jezek
803936950a fix(nuke): colorspace presets didn't work with families 2019-11-07 15:56:25 +01:00
Jakub Jezek
2ef74e33cb fix(nuke): overwriting create write function
- adding input node to connect to selected node in Create
- fixing prenode to be functional if more node before write need to be added [prep for mask/prerender]
- `preset` data rewrited to be `families`
2019-11-07 15:55:43 +01:00
Jakub Jezek
ba32b5f4a1 typo(nuke): removing todo 2019-11-06 23:44:48 +01:00
Jakub Jezek
7bb247528c fix(nuke): didn't reload modules correctly
python 27 and 3 supported
2019-11-06 23:44:17 +01:00
Jakub Jezek
fd2e0f8c27 fix(nuke): nuke.templates renamed to nuke.presets
- it was still remaining as templates in some modules
2019-11-06 15:52:19 +01:00
Jakub Jezek
637862f22d fix(nuke): create plugin correct way of working with families 2019-11-06 15:51:32 +01:00
Jakub Ježek
321028ead8 Merged in hotfix/eallin_fixes_nks_nk (pull request #359)
fix(nks): thumbnails, build workfile with preview mov

Approved-by: Milan Kolar <milan@orbi.tools>
2019-11-06 09:20:57 +00:00
Jakub Jezek
275bd6da64 Merge branch 'develop' into hotfix/eallin_fixes_nks_nk 2019-11-06 10:09:09 +01:00
Jakub Jezek
2d6e11c19a feat(nuke): node avalon knob prefix as list for backward compatibility
- `avalon:` or `ak:`
- omit tags for later clearing in pype.nuke.presets
2019-11-06 01:17:42 +01:00
Jakub Jezek
f35f4c1e93 feat(nuke): templates.py to presets.py
- rename key `preset` to `families`
- `families`: looping family as preset
- omit tags for later clearing
2019-11-06 01:14:09 +01:00
Jakub Jezek
66d0b1b253 feat(nuke): improving nuke features
- loader reads fpath and convert to hashes in path
- adding `review` knob to write
- removing extract_frames.py to _unused plugins
2019-11-04 19:28:39 +01:00
Jakub Jezek
d698a57733 fix(nuke): adding custom ocio path support 2019-11-04 15:59:35 +01:00
Toke Jepsen
fdccabeeb9 Support Deadline priority in Nuke. 2019-11-03 18:55:18 +00:00
Jana Mizikova
c009f661e6 fix(nks): thumbnails, build workfile with preview mov
- thumbnail for clip is taken from middle of duration
2019-11-01 17:06:35 +01:00
Jakub Jezek
35eb54d123 fix(nuke): nuke was not quitting correctly as it was crash reporting all the time 2019-10-17 14:16:34 +02:00
Jakub Jezek
0b495f57d9 fix(nk): building first workfile was failing 2019-08-30 17:04:22 +02:00
Jakub Jezek
fff2586183 fix(nuke): doc string mess 2019-08-30 16:18:04 +02:00
Jakub Jezek
731b34acdc Merge branch 'feature/PYPE-488-nk-loading-nks-lut-soft-effects' into feature/PYPE-331-nks-lut-workflow_altered 2019-08-30 15:49:39 +02:00
Jakub Jezek
651b6960fe Merge branch 'feature/PYPE-488-nk-loading-nks-lut-soft-effects' into feature/PYPE-331-nks-lut-workflow_altered 2019-08-30 15:34:00 +02:00
Jakub Ježek
965953631a Merged in bugfix/nuke_reset_resolution (pull request #283)
Bugfix/nuke reset resolution
2019-08-30 10:58:12 +00:00
Jakub Jezek
c51ea9049a Merge branch 'develop' into bugfix/nuke_reset_resolution
# Conflicts:
#	pype/nuke/lib.py
2019-08-29 12:25:40 +02:00
Jakub Jezek
fb09c554af fixing to new way of attributes name convention 2019-08-29 12:20:07 +02:00
Jakub Jezek
22834694e0 fix(nk): moving create_backdrop function out of Class 2019-08-22 14:17:48 +02:00