Commit graph

121 commits

Author SHA1 Message Date
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
Jakub Jezek
5a45c9c7cf feat(nk): adding lutJson subset integration to autobuild workfile 2019-08-22 13:00:27 +02:00
Toke Jepsen
62bee8eafa Create/Validate Deadline tab with ChunkSize. 2019-08-21 15:04:57 +01:00
Jakub Jezek
1a3b02d65e feat(nk): adding backdrop wrapper to BuildWorkfile 2019-08-16 09:33:43 +02:00
Jakub Jezek
c87dca6f9d fix(nk, nks): version is better if None then "last" 2019-08-15 17:09:34 +02:00
Jakub Jezek
64e1f45f34 feat(nk): implementing building workfile
- also adding `get_subsets` to `pype.api`
- adding `WorkfileSettings` class method to `pype.nuke.menu`
- fixing link to `WorkfileSettings.set_context_settings` to nuke launch callback
2019-08-15 10:41:28 +02:00
Jakub Jezek
6827cb82b4 feat(nk): building first workfile wip 2019-08-14 10:35:39 +02:00
Jakub Jezek
43c9a03e62 feat(nuke): connecting correctly new workfile settings 2019-08-13 18:08:50 +02:00
Jakub Jezek
67acc5a4c9 feat(nk): converting workfile setting methods into class and its methods 2019-08-13 18:08:13 +02:00
Jakub Jezek
5420f7ef6e feat(nk): default publish knob to True 2019-08-12 15:41:30 +02:00
Jakub Jezek
02d54b54f7 feat(nuke): adding Read from Write button on Write node 2019-08-08 16:33:21 +02:00
Milan Kolar
893090555d Merge remote-tracking branch 'origin/develop' into release/v2.1.0 2019-08-06 17:36:19 +02:00
Jakub Jezek
885aee74ef fix(global): entity error problem 2019-08-06 12:11:12 +02:00
Jakub Jezek
0b742e5bb5 fix(nuke): doctstrings and printing cleanup 2019-08-05 19:11:49 +02:00
Toke Jepsen
6bf3c9ca71 Fix and simplify reset_resolution
- Format was not being set.
- Existing code logic was overtly complicated.
2019-08-05 14:02:20 +01:00
Jakub Jezek
aa2efc7bf3 Merge branch 'hotfix/nuke_publish_create_load' into hotfix/nuke_new_attr_changes 2019-08-04 14:13:45 +02:00
Jakub Jezek
cf1ad307bb fix(nuke): moving creating linked attributes to Create plugin 2019-08-02 18:45:48 +02:00
Jakub Jezek
98552c1cb9 fix: cleaning remainings of merge 2019-08-01 17:25:48 +02:00
Jakub Jezek
850aae8700 Merge remote-tracking branch 'origin/feature/PYPE-456_pypelib_cleanup' into mergeTest 2019-08-01 16:01:43 +02:00
Jakub Jezek
b40e1f5511 fix(all): rename attributes
- `frameRate` to `fps`
- `startFrame` to `frameStart`
- `endFrame` to `frameEnd`
- `fstart` to `frameStart`
- `fend` to `frameEnd`
- `handle_start` to `handleStart`
- `handle_end` to `handleEnd`
- `resolution_width` to `resolutionWidth`
- `resolution_height` to `resolutionHeight`
- `pixel_aspect` to `pixelAspect`
2019-07-31 12:38:14 +02:00
iLLiCiT
9d2c48e4e2 removed get_project/asset_data methods 2019-07-31 06:04:50 +02:00
iLLiCiT
014b089b40 removed get_project_code method 2019-07-31 04:21:26 +02:00
Jakub Jezek
50056808de Merge branch 'develop' into feature/PYPE-81-nuke-write-render-workflow
# Conflicts:
#	pype/nuke/lib.py
2019-07-31 02:10:47 +02:00
Toke Jepsen
63d7a7bbd5 Merged in tokejepsen/pype/change/non_versioned_work_folders (pull request #220)
Change/non versioned work folders

Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-30 23:45:44 +00:00
Jakub Jezek
d10e14c6db Merge branch 'develop' into feature/PYPE-81-nuke-write-render-workflow
# Conflicts:
#	pype/plugins/nuke/create/create_write.py
#	pype/templates.py
2019-07-31 01:23:36 +02:00
Jakub Jezek
3f6af490d6 feat(nuke): make publishable write node as group node with imprinted data and linked properties on panel 2019-07-29 20:47:01 +02:00
Jakub Jezek
8ad54a4e5b fix(nuke): setting resolution problem, _tool to _node name change 2019-07-29 09:19:02 +02:00
Toke Jepsen
62ce7fad85 Account for host name in work file path. 2019-07-27 12:36:53 +01:00
Toke Jepsen
7facb8faea Iterate over all viewer nodes to set frame range. 2019-07-27 09:32:08 +01:00
Toke Jepsen
414d6a888d Remove active viewer warning.
- Because we set the context on the creation of the Root, the log error 
pop up appear unnecessarily.
- Working with viewer is Nuke workflow behaviour which should not be 
explained by the pipeline.
- Supporting finding the first viewer node in the scene.
2019-07-26 08:15:18 +01:00
Toke Jepsen
6999c2a00a Remove redundant code and code cosmetics. 2019-07-26 08:12:17 +01:00
Toke Jepsen
e36f289f44 Set context settings on startup. 2019-07-26 08:11:48 +01:00
Toke Jepsen
dd944d0dda Create write nodes with no version in the output path. 2019-07-24 23:20:31 +01:00
Jakub Jezek
39d0391934 fix(nuke): review workflow and other fixes 2019-07-18 16:19:21 +02:00
Jakub Jezek
8b50a6fc7e Merged in feature/PYPE-415-removing-singleton-presets (pull request #195)
fix(pype, nk, nks, premiere, aport): removing Anatomy, Dataflow, Colorspace loading as singleton

Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-16 20:15:38 +00:00
Jakub Jezek
e49aaab9f4 fix(nuke): nukescript to workfile fix, handles_start/end workflow improvment 2019-07-11 13:58:47 +02:00
Jakub Jezek
8619d8838b fix(nuke): was not adding virtual_env to pythonpath 2019-07-11 13:57:09 +02:00
Jakub Jezek
9eba532875 Merge branch 'develop' into feature/PYPE-415-removing-singleton-presets 2019-07-10 15:03:26 +02:00
Jakub Jezek
f09b05f7f0 fix(pype, nk, nks, premiere, aport): removing Anatomy, Dataflow, Colorspace loading as singleton 2019-07-10 14:49:10 +02:00
Jakub Jezek
ed0ed9aca7 fix(nks, nk): operation with handles 2019-07-10 11:23:04 +02:00
Jakub Jezek
8e813bfd2d fix(nuke): set frame range and set resolution to new data 2019-07-09 18:57:01 +02:00
Toke Jepsen
6575d43d1b Unify workdir and support Nuke.
- Unify getting work directory from environment "AVALON_WORKDIR"
- Support Nuke start Workfiles on launch.
- Support NukeStudio start Workfiles on launch.
2019-06-24 17:33:59 +01:00
antirotor
bddda5a9a0
fix(nuke): simplified families
fix(nuke): render path simplified and set to work directory leaving it to integrator to copy in into publish
chg(nuke): disabled version check in write path
fix(nuke): write version is now determined by script version
fix(pype): temporary removal of `5661d9e` commit adding Qt dependency to pype
fix: minor cleanups and fixes
2019-06-20 18:13:10 +02:00