Commit graph

48 commits

Author SHA1 Message Date
Milan Kolar
bdc6a0ca26 don't crash if we only have single frame 2020-10-16 10:25:46 +02:00
Jakub Jezek
a57fbd8f40
feat(nuke): adding image loader 2020-09-01 15:02:53 +02:00
Toke Stuart Jepsen
14093da98f Option to keep the review files.
- Disabled by default to maintain backwards compatibility.
- Open loading review image sequences into Nuke.
2020-08-11 21:55:11 +01:00
iLLiCiTiT
15c0c10a5c first step of pype's reorganization 2020-05-25 18:20:02 +02:00
Toke Stuart Jepsen
284534d02c Nuke file knob was not updating.
The file knob was referencing the existing containers file path and not updating to the new representation path.
2020-05-08 17:23:05 +01:00
Jakub Jezek
570269f024
fix(global, nuke): setting families filter 2020-03-25 18:56:17 +01:00
Jakub Jezek
81662d4edd
fix(nuke): improving loaders 2020-02-28 17:43:41 +01:00
Jakub Jezek
d0f0129c2c
fix(nk): loaders use self log 2020-02-06 17:40:07 +01:00
Jakub Jezek
569bd61658
fix(nk, nks): some fixes for loading sequence and mov 2020-02-04 17:36:46 +01:00
Jakub Jezek
ac53d4345f
fix(nuke): loader failing 2020-02-01 01:02:14 +01:00
Jakub Jezek
935b5f4f38
Merge branch 'develop' into bugfix/PYPE-700-nk-refactory-loaders 2020-02-01 00:25:32 +01:00
Jakub Ježek
d1523ea709 Merged in feature/PYPE-687-nk-loader-reads-colorspace-pres (pull request #461)
Feature/PYPE-687 nk loader reads colorspace pres

Approved-by: Milan Kolar <milan@orbi.tools>
2020-01-31 23:11:07 +00:00
Jakub Jezek
68f28ce457
fix(nuke): refactoring loaders 2020-01-31 18:57:16 +01:00
Jakub Jezek
a35969f0df
feat(nuke): reads sequences are now in colorspace presets 2020-01-30 14:14:37 +01:00
Jakub Jezek
d9c59dced9
feat(nk): adding png to loader plugin sequence 2020-01-29 17:24:04 +01:00
iLLiCiTiT
ec39b9f1d1 cleanup or imports 2019-12-05 11:59:23 +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
511114e86b fix(nk): handles were ignored in sequence loader 2019-08-20 17:47:25 +02:00
Jakub Jezek
250a5f6741 fix(nk): changing the name of Read loaded node to be more unique 2019-08-15 10:47:31 +02:00
Jakub Jezek
84b18da1d3 Merged in feature/PYPE-476-nk-load-plate-with-retime (pull request #261)
feat(nk): loading image sequences with retiming
2019-08-12 09:18:23 +00:00
jezschaj
c166c189f8 fix(nuke): loader were not reading jpeg sequence 2019-08-12 11:03:51 +02:00
Jakub Jezek
33d9e16e7b feat(nk): loading image sequences with retiming 2019-08-09 19:33:33 +02:00
Toke Jepsen
8d511c5512 Merged in tokejepsen/pype/hotfix/load_sequence (pull request #248)
Updating read nodes was erroring because startFrame/endFrame came in as floats.

Approved-by: Milan Kolar <milan@orbi.tools>
2019-08-04 20:39:38 +00: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
b74872a6dd fix(nuke): loading was calculating with handles but it should be without 2019-08-02 18:47:06 +02:00
Toke Jepsen
499cadb829 Updating read nodes was erroring because startFrame/endFrame came in as floats. 2019-08-02 12:39:29 +01: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
Jakub Jezek
02526f156d fix(nuke): fixing update function in loader to better work with avalon.nuke.lib:ls_img_sequence 2019-07-31 01:05:14 +02:00
Milan Kolar
590f953564 hotfix(global) if handles were not found on render it couldn't be loaded to nuke, also we need to make sure they are integers 2019-07-24 10:55:54 +02:00
Milan Kolar
42c5379950 add more representations to loaders 2019-06-23 21:44:44 +02:00
Jakub Jezek
3f4e392c15 fix(nuke): load imagesequence didnt work properly with frameranges and handle start and end 2019-06-09 17:34:19 +02:00
Jakub Jezek
d50f7c60f4 fix(nukestudio): fix family to plate instead of plates and adding mov representaion 2019-06-06 18:28:30 +02:00
Jakub Jezek
c9e13f16c7 feat(nuke): adding plates family 2019-05-30 18:36:51 +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
Jakub Jezek
4e9d9c70a2 fix(nuke): loader was not working as Logger obj had changed initialization 2019-04-21 14:00:22 +02:00
Jakub Jezek
2939984216 feat(nuke): adding update function for integrate manager 2019-04-18 15:50:14 +02:00
Milan Kolar
6c0bba1168 Merge branch 'develop' into 2.0/sync_from_1.0 2019-04-09 22:38:28 +02:00
Milan Kolar
2bb789c413 logger fixes 2019-04-09 18:22:55 +02:00
Jakub Jezek
4e99de691c fix(nuke): fixing path formating to replace "\" in path to "/" 2019-03-31 19:28:59 +02:00
Milan Kolar
8d28c4af44 fix version checker, and other nuke fixes 2019-02-06 21:18:56 +01:00
Milan Kolar
e5efe62a81 fixing families in loader 2019-01-21 13:44:24 +01:00
Milan Kolar
11cf14e282 cleanup write publishing and loading 2019-01-18 17:52:40 +01:00
Jakub Jezek
27618c8d55 Create write, Publish write, Publish prerendered.frames, Load sequence. All is working 2018-12-04 14:49:11 +01:00
Jakub Jezek
b03ede44f3 load_sequence update 2018-12-03 08:39:56 +01:00
Jakub Jezek
cb69f0dce1 cleaning up plugins/nuke/publish/*, updating collecting writes and render local 2018-11-29 18:41:47 +01:00
Jakub Jezek
2dc510a3ab Merge branch 'initialisation' into nuke-all-jakub 2018-10-02 23:49:09 +02:00
Jakub Jezek
eb9936b487 family names cut of 'studio.' 2018-10-02 23:35:35 +02:00
Jakub Jezek
7667674317 rename config folder 2018-10-02 22:55:04 +02:00
Renamed from config/plugins/nuke/load/load_sequence.py (Browse further)