Commit graph

3825 commits

Author SHA1 Message Date
Jakub Jezek
59b4178fda fix(nuke): create read from write
- wasn't returning correctly if nothing found in file path
2019-11-07 18:10:49 +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
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
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 Jezek
fe918b1bd6 Merge branch 'develop' into hotfix/nuke-publish-fixes 2019-11-06 14:36:24 +01:00
Jakub Jezek
1fca6f1d36 Merge branch 'hotfix/ftrack-event-thumbnail-sintax_error' into develop 2019-11-06 14:21:08 +01:00
Jakub Jezek
a6daff37ee fix(ftrack): thumbnail event syntax error 2019-11-06 14:20:39 +01:00
Jakub Jezek
c83b4ee58c Merge branch 'hotfix/ftrack-signals' into develop 2019-11-06 14:06:36 +01:00
Jakub Jezek
e2669dde7d Merge branch 'hotfix/ftrack-signals' 2019-11-06 14:06:36 +01:00
Jakub Jezek
dd967d87aa fix(ftrack): signals for linux 2019-11-06 14:06:06 +01:00
Milan Kolar
85c9422a25 Merged in release/2.3.0 (pull request #361)
Realease 2.3.0

Approved-by: Milan Kolar <milan@orbi.tools>
2019-11-06 10:34:12 +00:00
Milan Kolar
9d32095c3a update changelog 2019-11-06 10:38:18 +01:00
Milan Kolar
45b2ec6020 Merge branch 'refs/heads/develop' into release/2.3.0 2019-11-06 10:23:07 +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
Jakub Ježek
16463867a7 Merged in hotfix/nuke-publish-fixes (pull request #358)
Nuke publising fixes related to avalon.nuke

Approved-by: Milan Kolar <milan@orbi.tools>
2019-11-06 09:20:30 +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 Trllo
e6ac4fcb75 Merged in bugfix/thumbnail_event_on_not_task (pull request #355)
fixed not crashing event thumbnail updates if thumbnail is not happening on task

Approved-by: Milan Kolar <milan@orbi.tools>
2019-11-06 09:18:52 +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
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 Jezek
4cfb4d2558 Merge branch 'hotfix/nuke_publish_load_workflow_improvment' into hotfix/nuke-publish-fixes 2019-11-05 14:40:58 +01:00
Jakub Jezek
a2574043c8 Merge branch 'hotfix/nuke_publish_fixes' into hotfix/nuke_publish_load_workflow_improvment 2019-11-05 14:06:38 +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 Ježek
1cbf9c5eef Merged in hotfix/integrate_new_image_sequence (pull request #351)
removing hashes from path in image sequence

Approved-by: Milan Kolar <milan@orbi.tools>
2019-11-05 10:11:53 +00:00
iLLiCiTiT
b3dbf0f228 variable name fix 2019-11-05 10:29:02 +01:00
iLLiCiTiT
26454a752b fixed not crashing event thumbnail updates if thumbnail is not happening on task 2019-11-05 10:23:49 +01: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
Jakub Ježek
4dee025cfe Merged in hotfix/nuke-custom-ocio-path (pull request #350)
Nuke Support for OCIO custom path
2019-11-04 15:04:03 +00:00
Jakub Jezek
d698a57733 fix(nuke): adding custom ocio path support 2019-11-04 15:59:35 +01:00
Toke Jepsen
f7dae6aa5d Merged in tokejepsen/pype/deadline_priority_nuke (pull request #349)
Support Deadline priority in Nuke.

Approved-by: Jakub Ježek <jakub@pype.club>
2019-11-04 13:56:57 +00:00
Ondřej Samohel
bce9abe189 Merged in hofix/rv-action-preset-error (pull request #344)
fixed rv action not to load when preset is missing
2019-11-04 13:42:06 +00: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
Jakub Ježek
d40ba5ebbd Merged in hotfix/assum-dest-ftrack-hierarchy (pull request #345)
Hotfix/assum dest ftrack hierarchy

Approved-by: Milan Kolar <milan@orbi.tools>
2019-11-01 17:06:36 +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
Milan Kolar
e0b4bec245 Merge remote-tracking branch 'refs/remotes/origin/hotfix/assum-dest-ftrack-hierarchy' into release/2.3.0 2019-11-01 15:34:56 +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