Commit graph

288 commits

Author SHA1 Message Date
Jakub Trllo
3b9db7d43f
Merge pull request #2186 from Ellipsanime/add-key-parent-asset-in-path-templating
OpenPypeV3: Add key parent asset to path templating construction
2021-12-14 10:42:32 +01:00
Petr Kalis
23ed14a397 OP-2042 - remove superfluous logging 2021-12-08 11:41:02 +01:00
Petr Kalis
150f6efd08 OP-2042 - explicitly sort variants alphabetically 2021-12-06 17:00:28 +01:00
Petr Kalis
8eb7a30358 OP-2042 - added a functionality to inject additional command line arguments 2021-12-03 17:38:02 +01:00
Petr Kalis
ceeaf28dd7 OP-2042 - clean up files from different PR 2021-12-03 10:14:14 +01:00
Petr Kalis
49a6e8c55b OP-2019 - merge origin/develop 2021-12-02 19:22:04 +01:00
Petr Kalis
1762f4635b OP-2042 - fixed wrong value
Belongs to merged PR for AE testing
2021-12-02 19:04:44 +01:00
Ondrej Samohel
459f2b1be6
Merge remote-tracking branch 'origin/develop' into feature/OP-2045_Preview-for-multilayer-exrs 2021-11-30 13:39:21 +01:00
Petr Kalis
fab3b02b3e Merge remote-tracking branch 'origin/develop' into feature/OP-2042_nuke-testing-class 2021-11-30 12:08:59 +01:00
iLLiCiTiT
6eecf8e759 change task type before optional keys filling 2021-11-29 15:03:58 +01:00
iLLiCiTiT
7a5a0a5168 added preparation method which replaces {task} with {task[name]} in templates 2021-11-29 14:41:48 +01:00
iLLiCiTiT
12a6a528ca store site name to reuse it on reset 2021-11-29 14:41:12 +01:00
iLLiCiTiT
41c1f6a2d1 reuse already available variables 2021-11-29 13:09:00 +01:00
Jakub Trllo
f03472c017
Merge pull request #2322 from pypeclub/bugfix/input_links_cleanup
Input links: Cleanup and unification of differences
2021-11-26 19:41:22 +01:00
iLLiCiTiT
9772282a5c check for "id" key instead of "_id" in get_linked_asset_ids 2021-11-26 13:35:34 +01:00
Jakub Trllo
4eaea20c90
Merge pull request #2302 from pypeclub/bugfix/OP-2050_Delivery-action-cannot-publish-representation-published-on-different-platform
Delivery: Fix delivery paths created on windows
2021-11-26 11:41:48 +01:00
iLLiCiTiT
8b4ceb9c77 removed unused functions 2021-11-25 18:21:08 +01:00
iLLiCiTiT
57b7712167 convert extract jpeg as extract review and burnin 2021-11-25 18:18:32 +01:00
iLLiCiTiT
3d4be3b63d fix typo of "inputLinks" key 2021-11-25 18:13:13 +01:00
iLLiCiTiT
da4fe6bb49 added new functions to openpype.lib 2021-11-25 16:46:06 +01:00
iLLiCiTiT
66ae8a0ccd added function to create temp transcoding directory 2021-11-25 16:44:19 +01:00
iLLiCiTiT
a4cc0b43eb added missing import 2021-11-25 16:43:16 +01:00
iLLiCiTiT
ad7bf3d4bd added conversion function 2021-11-25 16:43:07 +01:00
iLLiCiTiT
3946729c8e added 'should_convert_for_ffmpeg' as extended version of 'should_decompress' 2021-11-25 16:42:53 +01:00
iLLiCiTiT
8ee3f07a40 implemented function which helps determine if can export any channels from input 2021-11-25 16:42:42 +01:00
iLLiCiTiT
57ce70d189 adde parsing function for oiio data 2021-11-25 16:41:10 +01:00
iLLiCiTiT
8915211af6 added helper function to call oiio tool and get input info 2021-11-25 16:40:55 +01:00
iLLiCiTiT
249bcd65c6 reorganization of 'should_compress' 2021-11-25 16:38:54 +01:00
iLLiCiTiT
6239c06715 changed imports and removed transcoding code from plugin tools 2021-11-25 15:48:29 +01:00
iLLiCiTiT
d4d799ebc2 created new transcoding subfile in openpype lib 2021-11-25 15:47:23 +01:00
iLLiCiTiT
4815ce5417 added 'is_oiio_supported' function to vendor bin utils 2021-11-25 15:46:22 +01:00
iLLiCiTiT
0544147c6f log stderr as info 2021-11-25 13:13:41 +01:00
Jakub Jezek
6f67e98081
Merge branch 'develop' into feature/OP-1933_nuke-toggle-baking-colorspace 2021-11-25 11:54:49 +01:00
iLLiCiTiT
b3d581dc47 make sure paths are available at any platform 2021-11-24 13:43:42 +01:00
iLLiCiTiT
b988508f15 modified get_linked_assets 2021-11-22 16:03:54 +01:00
clement.hector
fbb9d3e232 Add parent asset in anatomy 2021-11-22 13:58:51 +01:00
iLLiCiTiT
8e07e0e32b use list of arguments for ffprobe instead of running string with shell=True 2021-11-19 18:25:58 +01:00
iLLiCiTiT
acde01d7ef added 'get_workfir_data' to openpype api 2021-11-19 15:28:29 +01:00
Milan Kolar
6a2f0f573e
Merge pull request #2157 from Ellipsanime/add_key_task_name_type_and_short_in_path_templating 2021-11-18 21:28:40 +01:00
Petr Kalis
7456d0c380 OP-2019 - added remote publishing method for automatic tests 2021-11-18 18:17:21 +01:00
Jakub Jezek
899ba680fa
Merge branch 'develop' into feature/OP-1933_nuke-toggle-baking-colorspace 2021-11-18 10:54:05 +01:00
Jakub Ježek
ea76c1c346
Update openpype/lib/plugin_tools.py
improving exception behavior

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2021-11-16 14:45:00 +01:00
Petr Kalis
05bed5458a
Merge branch 'develop' into chore/OP-2003_Remove-IS_HEADLESS-env-var-in-PS-webpublishing 2021-11-16 13:19:05 +01:00
Jakub Jezek
172a143ecb
plugin_tools: adding exception because 'mxf` is not supported by oiio 2021-11-16 11:56:20 +01:00
Petr Kalis
c30e7e0838 OP-2003 - added 0.0 when batch is in progress
FE is expecting 'progress' key
2021-11-16 11:30:56 +01:00
Petr Kalis
fabfaac3f5 OP-2019 - extracted headless_publish function to lib 2021-11-16 09:43:42 +01:00
Petr Kalis
c999abda89
Merge pull request #2188 from pypeclub/feature/OP-1920_Add-command-line-running-of-Site-Sync-server
Add command line way of running site sync server
2021-11-12 19:10:03 +01:00
Petr Kalis
7013c6e25e OP-2003 - attempt to remove IS_HEADLESS and replace it with targets
WIP, targets not working yet
2021-11-12 17:36:18 +01:00
iLLiCiTiT
e6d76c5b58 fix python 2 unicode conversion 2021-11-11 14:17:09 +01:00
Petr Kalis
b0b695159c OP-1923 - fix - correct choosing of Local Settings overrides 2021-11-04 19:30:52 +01:00