Commit graph

923 commits

Author SHA1 Message Date
Ondrej Samohel
06e55d533a
added plugins from 3de 2019-11-13 11:59:22 +01:00
Jakub Ježek
1e523caa52 Merged in feature/nuke-create-backdrop (pull request #360)
Nuke: Create plugin for backdrop creation
2019-11-13 09:17:59 +00:00
Jakub Jezek
509578c4ef fix(nuke): nuke little fixes 2019-11-12 12:52:57 +01:00
Milan Kolar
b37586b6b1 Merge branch 'master' of bitbucket.org:pypeclub/pype 2019-11-11 11:49:45 +01:00
Jakub Jezek
94e302eed6 Merge remote-tracking branch 'origin/master' 2019-11-07 19:26:22 +01:00
Jakub Jezek
6ae508d383 typo(nuke): removing prints 2019-11-07 19:24:43 +01:00
Milan Kolar
e99df15b1a make sure we're not comparing mounted to UNC path in integrator. 2019-11-07 18:39:55 +01:00
Jakub Jezek
6f5f823e44 fix(nuke): create_write plugin improvements
- selected node operation
- what if the node exists already
2019-11-07 17:23:15 +01:00
Ondrej Samohel
d64bc8388a
fixed python2/3 compatibility 2019-11-07 16:22:26 +01:00
Jakub Jezek
86ddb924b5 feat(nuke): rewriting create write plugin
- self.families and self.nCass for easier applications
2019-11-07 15:59:18 +01:00
Jakub Jezek
637862f22d fix(nuke): create plugin correct way of working with families 2019-11-06 15:51:32 +01:00
Ondrej Samohel
50438283cd
hotfix for various aspect of farm rendering 2019-11-06 14:06:24 +01:00
Jakub Jezek
90da0921d9 Merge branch 'develop' into feature/nuke-create-backdrop 2019-11-06 10:27:21 +01:00
Jakub Trllo
cb6ffb0f63 Merged in feature/faster_loader_actions (pull request #357)
feature/ faster loader actions menu

Approved-by: Milan Kolar <milan@orbi.tools>
2019-11-06 09:21:41 +00: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
Ondřej Samohel
12d8c520e2 Merged in feature/PYPE-580-yeti-connect-mesh-when-loading (pull request #346)
connect shapes to loaded Yeti Rig

Approved-by: Milan Kolar <milan@orbi.tools>
2019-11-06 09:19:36 +00:00
Jakub Jezek
275bd6da64 Merge branch 'develop' into hotfix/eallin_fixes_nks_nk 2019-11-06 10:09:09 +01:00
iLLiCiTiT
b22f7536ca moved pymel.core imports to process parts of actions to not slow down discover 2019-11-05 18:27:09 +01:00
Jakub Ježek
4b8aa14c55 Merged in hotfix/nuke_publish_load_workflow_improvment (pull request #352)
feat(nuke): improving nuke features

Approved-by: Milan Kolar <milan@orbi.tools>
2019-11-05 10:13:08 +00:00
Jakub Ježek
2cb1c7efe3 Merged in hotfix/validate_ftrack_attributes (pull request #353)
Hotfix/validate ftrack attributes

Approved-by: Milan Kolar <milan@orbi.tools>
2019-11-05 10:12:32 +00:00
Jakub Jezek
1df729c206 fix(nuke): version data frameStart/end excluded handles 2019-11-04 20:31:21 +01:00
Jakub Jezek
a188d37d62 fix(gloabal): validator didn't work properly 2019-11-04 19:37:33 +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
b170fe1a6f fix(global): data.path without hashes
- removing hashes from data.path
2019-11-04 19:23:29 +01:00
Ondrej Samohel
95655d0056
added texture extraction to yeti rig extractor 2019-11-04 16:04:54 +01:00
Toke Jepsen
fdccabeeb9 Support Deadline priority in Nuke. 2019-11-03 18:55:18 +00:00
Ondrej Samohel
66544273fd
connect shapes to loaded Yeti Rig 2019-11-01 19:06:00 +01: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
Jana Mizikova
2d65ab83f1 fix(plugins): changing the way ftrack is querying entity_type
this will remove the server entity duplicity error on mysql
2019-11-01 11:27:46 +01:00
Jana Mizikova
d2c8810470 fix(plugins): ditching silo from assumig destination 2019-11-01 11:25:48 +01:00
Milan Kolar
ad41ffafe5 hotfix: frames in representation 2019-10-31 18:15:30 +01:00
Milan Kolar
3c4083fb99 hotfix: yeti frames in integrator 2019-10-31 17:07:54 +01:00
Jana Mizikova
dbe79c7741 add frames to published representations 2019-10-30 19:06:18 +01:00
Ondřej Samohel
6195e16b9e Merged in feature/PYPE-523-validator-for-comparing-arbitrary-attributes (pull request #335)
Global validator for ftrack attributes

Approved-by: Milan Kolar <milan@orbi.tools>
2019-10-30 11:55:13 +00:00
Milan Kolar
ff44a00354 hotfix: ignore shapes when referencing and preserve references when importing 2019-10-29 20:57:41 +01:00
Jakub Jezek
61978b38cf Merge branch 'develop' into feature/nuke-create-backdrop 2019-10-29 16:58:00 +01:00
Milan Kolar
160d285d9e Merge branch 'develop' of bitbucket.org:pypeclub/pype into develop 2019-10-29 15:54:18 +01:00
Jana Mizikova
1b936d6e81 Merged in bugfix/validate-unicode-strings (pull request #326)
validate unicode strings

Approved-by: Milan Kolar <milan@orbi.tools>
2019-10-29 14:53:39 +00:00
Milan Kolar
ed48b85233 missing families 2019-10-29 15:50:22 +01:00
Jakub Trllo
749852fc8b Merged in hotfix/review_integrate_fix (pull request #337)
Hotfix/review integrate fix
2019-10-29 14:18:54 +00:00
iLLiCiTiT
b3dca2d0ce fixed ftrack integration 2019-10-29 15:12:37 +01:00
Milan Kolar
e35e4f1899 fix families in subset publishing 2019-10-29 14:42:45 +01:00
Jakub Jezek
317b13b5f9 feat(nuke): add create plugin for backdrop creation 2019-10-29 14:22:05 +01:00
iLLiCiTiT
dede49f2c6 extract review creates mov in temp instead of stagigng dir 2019-10-29 10:47:28 +01:00
iLLiCiTiT
b3c693fc5a removed delete tag from plates when collecting 2019-10-29 10:47:02 +01:00
Milan Kolar
ebbc5f6fa9 hotfix: forgotten instance of silos 2019-10-25 16:20:23 +02:00
Milan Kolar
08cdbe36e6 make sure silos don't crash publishing. 2019-10-25 16:17:03 +02:00
Milan Kolar
067a7c94cb Merge branch 'develop' into feature/PYPE-531_avalon_upstream_and_silos
# Conflicts:
#	pype/ftrack/lib/avalon_sync.py
2019-10-25 15:50:38 +02:00
Ondřej Samohel
fe7ef96bfc Merged in hotfix/muster_rendering (pull request #331)
Muster: fixes for ftrack and renderlayers

Approved-by: Milan Kolar <milan@orbi.tools>
2019-10-25 12:58:43 +00:00
Ondřej Samohel
b9e1e32a40 Merged in bugfix/PYPE-558-extract-look-maketx-not-respect-colorspace (pull request #329)
Extracting look is now respecting srgb -> linearize

Approved-by: Milan Kolar <milan@orbi.tools>
2019-10-25 12:58:09 +00:00