Commit graph

97 commits

Author SHA1 Message Date
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
Jakub Trllo
a955bafc55 (hotfix): only versions are replaced on write_version_sync 2019-06-18 17:12:23 +02:00
Jakub Trllo
c3cfb4e4d8 (hotfix): integrate ftrack instances plates to plate 2019-06-17 09:58:44 +02:00
Milan Kolar
c24bedb961 (fix) write not being created if directory already exists 2019-06-14 15:06:56 +02:00
Jakub Trllo
b9f6190483 changed setting items in nuke menu, can be start separately and all 2019-06-11 18:08:19 +02:00
Jakub Trllo
9590af1f53 set context action added to avalon menu 2019-06-11 17:28:47 +02:00
Jakub Trllo
5d6143f1a3 added set context which launch all necessary actions 2019-06-11 17:28:38 +02:00
Jakub Trllo
c1b0164dea get hierarchical attribute is used for resolution data 2019-06-11 17:28:18 +02:00
Jakub Trllo
357a11e50b added get hierarchical attribute function 2019-06-11 17:28:04 +02:00
Jakub Trllo
ca4b000c38 fixed anatomy filled dict 2019-06-10 16:40:58 +02:00
Jakub Jezek
5db27b706d fix(nuke): create write render and prerender could not be created because of change in dataflow template '_id' 2019-06-09 23:02:48 +02:00
Jakub Jezek
5a499797ea fix(nuke): handle stat and end didn't load properly 2019-06-09 17:32:01 +02:00
Jakub Jezek
d1b6defe18 feat(nuke): adding set_frame_range with handles and irregular handles 2019-05-25 16:38:29 +02:00
Jakub Jezek
8445e4cb9a fix(nuke): dealing with Qt.py 2019-05-20 22:14:26 +02:00
Jakub Jezek
d4dccba248 fix(nuke): logging cleaning 2019-05-16 17:32:43 +02:00
Jakub Jezek
0c5f876137 feat(nuke): adding callback to nuke for change color of Loader nodes regarding to last version 2019-05-15 21:45:52 +02:00
jezschaj
c0742cffaf fix(nuke): loading Anatomy and Colorspace, Dataflow with pype2 way 2019-04-25 15:33:52 +02:00
Jakub Jezek
4a7c628704 fix(nuke): improving nuke logging 2019-04-21 13:59:50 +02:00
Jakub Jezek
13e38c3a45 fix(nuke): adding initialization for presets loading 2019-04-20 16:52:53 +02:00
Jakub Jezek
b6bcb16f2a fix(nuke): colorspace to nuke converting to presets 2019-04-20 16:52:17 +02:00
Milan Kolar
03d85fafb8 Merge branch 'develop' into 2.0/sync_from_1.0
# Conflicts:
#	pype/ftrack/lib/ftrack_app_handler.py
2019-04-12 18:59:22 +02:00
Jakub Jezek
febfd46b4d Merged in feature/PYPE-266-nuke-frame-range-improve (pull request #114)
feat(nuke): cleaning

Approved-by: Milan Kolar <milan@orbi.tools>
2019-04-12 15:38:25 +00:00
Jakub Jezek
300a27fbc5 Merged in feature/PYPE-291-validating-path-in-write-node (pull request #113)
Feature/PYPE-291 validating path in write node

Approved-by: Milan Kolar <milan@orbi.tools>
2019-04-12 14:50:50 +00:00
Jakub Jezek
0eca2b9b1d fix(nuke): create_write lost some settings so now they are back 2019-04-12 16:23:35 +02:00
Jakub Jezek
7c5555d2b5 feat(nuke): cleaning 2019-04-11 13:02:01 +02:00