Milan Kolar
8402d3bfda
nuke get asset data using lib function
2019-08-02 19:42:57 +02:00
Milan Kolar
20f053a067
change handles to handeStart and handleEnd
2019-08-02 19:42:40 +02:00
iLLiCiTiT
95926357d7
removed unused templates.py from pype
2019-08-01 18:36:10 +02:00
iLLiCiTiT
0ef3b50d91
few code improvements in create_cust_attrs action
2019-08-01 18:28:34 +02:00
iLLiCiTiT
ddd1714955
create_cust_attrs now expects list in presets instead of dictionary (fixed invisible issues: duplicated keys were not processed)
2019-08-01 18:27:55 +02:00
iLLiCiTiT
82e62723bf
created remapping ftrack action that change attribute names in data of avalon entities (per project)
2019-08-01 18:21:56 +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
4150f157ad
Merge remote-tracking branch 'origin/feature/PYPE-401-unify-asset-attributes' into mergeTest
2019-08-01 15:51:52 +02:00
Toke Jepsen
c139c7f3e2
Merged in tokejepsen/pype/feature/unify_subprocess_calls (pull request #240 )
...
Use lib subprocess.
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-31 16:44:43 +00:00
Toke Jepsen
d4aba552e2
Merged in tokejepsen/pype/feature/nuke_validate_bounding_box (pull request #239 )
...
Validate bounding box.
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-31 16:43:35 +00:00
Milan Kolar
0a3e51bed6
(hotfix) workfile handling
...
do not upload workfile to ftrack and only increment file if publishing workfile too
2019-07-31 18:42:43 +02:00
Milan Kolar
bffc429743
Merge branch 'develop' of bitbucket.org:pypeclub/pype into develop
2019-07-31 18:40:19 +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
Toke Jepsen
7607eaf86b
Merge branch 'develop' into feature/unify_subprocess_calls
...
# Conflicts:
# pype/plugins/global/publish/extract_burnin.py
2019-07-31 10:38:11 +01:00
Toke Jepsen
fe62979c97
Use lib subprocess.
...
- Unifies all subprocess calls.
- Validates ffmpeg process.
- Feedback the errored subprocess output.
2019-07-31 10:34:25 +01:00
Toke Jepsen
09c0bea4f4
Validate bounding box.
...
- This happens only when sent to the farm.
- The ffmpeg process will fails if any rendered exr has a bounding box outside the image resolution.
- Evaluating the bounding box is a hack because you can not evaluate a changing bounding box without this hack.
- Solution is to crop just before the write node.
- If a crop node already exists, the validation is successful to prevent unnecessary processing.
2019-07-31 10:19:21 +01:00
iLLiCiT
9d2c48e4e2
removed get_project/asset_data methods
2019-07-31 06:04:50 +02:00
iLLiCiT
76c9adf016
removed get_asset_fps
2019-07-31 06:03:47 +02:00
iLLiCiT
4fb18d6db1
added possibility to defaults
2019-07-31 05:45:38 +02:00
iLLiCiT
cf42ea29c7
improved get_hierarchy method
2019-07-31 05:42:16 +02:00
iLLiCiT
aa35963514
moved few templates to aport lib and get_hierarchy
2019-07-31 05:32:04 +02:00
Toke Jepsen
534ba6451a
Merged in tokejepsen/pype/feature/review_audio (pull request #214 )
...
Feature/review audio
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-31 03:07:51 +00:00
iLLiCiT
399eda962d
removed get_project_name
2019-07-31 04:45:43 +02:00
iLLiCiT
0ecb30338c
removed set_project_code and get_task from templates
2019-07-31 04:43:59 +02:00
iLLiCiT
26bdfd1830
removed set_hierarchy from templates and api
2019-07-31 04:30:50 +02:00
iLLiCiT
0fdece342b
implemented get_asset which is returnes entity updated data with project values if not set on asset
2019-07-31 04:30:05 +02:00
iLLiCiT
014b089b40
removed get_project_code method
2019-07-31 04:21:26 +02:00
iLLiCiT
b9dfa5c5ac
get version from path moved to lib
2019-07-31 03:54:31 +02:00
iLLiCiT
b9a47fb92f
removed unused method
2019-07-31 03:50:44 +02:00
Jakub Jezek
74ede172ef
Merge branch 'develop' into feature/PYPE-401-unify-asset-attributes
2019-07-31 02:57:51 +02:00
Jakub Jezek
b6869a9379
Merged in feature/PYPE-81-nuke-write-render-workflow (pull request #235 )
...
Feature/PYPE-81 nuke write render workflow
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-31 00:57:15 +00:00
Jakub Jezek
0d51a6e5bc
fix conflict
2019-07-31 02:56:06 +02:00
Jakub Jezek
79b5d4fff9
Merge branch 'develop' into feature/PYPE-401-unify-asset-attributes
2019-07-31 02:50:03 +02:00
Jakub Jezek
a703f3e51b
Merged in hotfix/nks_publishing_fixes (pull request #218 )
...
Hotfix/nks publishing fixes
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-31 00:43:15 +00:00
Jakub Jezek
acd0d4ef03
Merge branch 'develop' into feature/PYPE-401-unify-asset-attributes
2019-07-31 02:15:57 +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
Jakub Jezek
5fdb812627
Merged in hotfix/nuke_loader_fix_update_function (pull request #237 )
...
fix(nuke): fixing update function in loader to better work with avalon.nuke.lib:ls_img_sequence
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-30 23:53:17 +00:00
Toke Jepsen
087e41b4f3
Merged in tokejepsen/pype/hotfix/nks_publishing_fixes (pull request #234 )
...
Missing "shell" host for farm publishing.
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-30 23:51:21 +00:00
Toke Jepsen
0481a08107
Merged in tokejepsen/pype/bugfix/extract_burnin (pull request #215 )
...
Multiple paths and environment inheritance.
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-30 23:50:46 +00: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
iLLiCiT
22a67bc568
removed methods returning hardcoded strings from lib
2019-07-31 01:39:20 +02:00
Toke Jepsen
c4f6e0b51d
Merged in tokejepsen/pype/bugfix/maya_muster (pull request #233 )
...
Only submit to muster when environment is setup.
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-30 23:30:12 +00:00
Toke Jepsen
e0c4891abe
Merged in tokejepsen/pype/bugfix/publish_filesequence (pull request #232 )
...
Enforce environment by passing to subprocess.
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-30 23:29:24 +00:00
Ondřej Samohel
1f62b51d1f
Merged in feature/PYPE-252-delete-rendered-frames-after-publish (pull request #229 )
...
deleting rendered frames from working area after publishing
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-30 23:28:39 +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
Toke Jepsen
e9ea16866a
Merged in tokejepsen/pype/bugfix/nuke_create_write (pull request #231 )
...
Explicit absolute import of create_write_node.
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-30 23:14:46 +00:00
Toke Jepsen
6a4d11703e
Merged in tokejepsen/pype/bugfix/maya_load_image_plane (pull request #230 )
...
Ensure EXR plugin is loaded.
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-30 23:11:27 +00:00
Toke Jepsen
7e67dae42a
Merged in tokejepsen/pype/feature/nuke_set_context_settings_on_startup (pull request #228 )
...
Feature/nuke set context settings on startup
Approved-by: Milan Kolar <milan@orbi.tools>
2019-07-30 23:10:19 +00: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