Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

MacOS: Launching of applications may cause Permissions error #2175

Merged

Conversation

iLLiCiTiT
Copy link
Member

Description

Phostoshop is not launching on MacOS when path is set to .app folder launching through OpenPype will crash without showing any error. That is because it crashes on launching Photoshop on Permission Deined error.

MacOS executables are not easy to launch. Having path to '.app' direcory may not be enough because '.app' directory has different permissions than real executable stored inside the folder. To get real executable filename it is required to load plist file from the *.app/Contents/Info.plist which holds all information about bundle and one of the information is executable filename stored under CFBundleExecutable key (this may not be the same executable for headless access).

Changes

  • MacOS executables are calculated from .app to full executable path in ApplicationExecutable
    • use plist info to get full path to executable

How to test

I'll use Photoshop as example.

  • set path to photoshop to /Applications/Adobe Photoshop 2021/Adobe Photoshop 2021 (I think that is path from Application store)
  • launch photoshop from launcher
  • everythink should work

@kalisp please test headless launching because this may have affect on that.

@mkolar
Copy link
Member

mkolar commented Oct 25, 2021

@iLLiCiTiT iLLiCiTiT self-assigned this Oct 25, 2021
@iLLiCiTiT iLLiCiTiT added host: Photoshop type: bug Something isn't working labels Oct 25, 2021
Copy link
Member

@64qam 64qam left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and it looks good on intel machine

@iLLiCiTiT iLLiCiTiT merged commit 4598908 into develop Oct 26, 2021
victorbartel pushed a commit to Ellipsanime/OpenPype that referenced this pull request Nov 17, 2021
commit b622119f94a5a7d4bfcb4dbb5fec115d0e3540f5
Author: Jérôme LORRAIN <jerome.lorrain@protonmail.com>
Date:   Tue Nov 16 16:57:36 2021 +0100

    Deadline publish plugin override output option

commit 99cd77d1b217ec77d35216065b8a947bf18fc31a
Merge: ce99081b7 ec26be57e
Author: Milan Kolar <mkolar@users.noreply.github.com>
Date:   Thu Nov 4 08:17:56 2021 +0100

    Merge pull request #2199 from Ellipsanime/maya-validate-mesh-ngons

commit ce99081b7ad0899ed711434c86ba3311bfaaa05b
Merge: afedaf6c2 91b30c1f1
Author: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Date:   Wed Nov 3 18:02:59 2021 +0100

    Merge pull request #2203 from pypeclub/bugfix/ftrack_sync_not_expect_set_ftrack_id

    Ftrack: Fill missing ftrack id on mongo project

commit afedaf6c2b72365e141f8be792df48bc867a4162
Merge: 74257d5ae 9b0dc76c2
Author: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Date:   Wed Nov 3 18:02:29 2021 +0100

    Merge pull request #2204 from pypeclub/feature/replace_queue_with_deque

    Ftrack: Replace Queue with deque in event handlers logic

commit 9b0dc76c2e139b75ad4199ad3a0cec1c06a5b2f7
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Nov 3 17:16:41 2021 +0100

    replaced Queue with deque in avalon sync lib

commit 0094e956ffcbd14635f70cde2d90af8d21659356
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Nov 3 17:16:24 2021 +0100

    replaced Queue with deque in delete asset action

commit 043fed0d007f10435fdf434cfad085a41157932b
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Nov 3 17:16:08 2021 +0100

    replaced Queue with deque in event sync to avalon

commit 91b30c1f10b07602aba3e85e74856b4bf2bd7c0e
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Nov 3 17:09:18 2021 +0100

    fill missing 'ftrackId' key on project if is not available

commit 74257d5ae0b2ce9df257c4ed7d9d9d6fe01babbc
Merge: ff4f92a68 92838aa15
Author: Milan Kolar <mkolar@users.noreply.github.com>
Date:   Wed Nov 3 10:45:16 2021 +0100

    Merge pull request #1720 from pypeclub/feature/new_publisher_core

commit ff4f92a68847105f08fb836021982dd41a7c0f21
Merge: 433c6e83a 10e272923
Author: Milan Kolar <mkolar@users.noreply.github.com>
Date:   Wed Nov 3 10:44:53 2021 +0100

    Merge pull request #2174 from pypeclub/bugfix/OP-1827-Maya-aspect-ratio

commit 433c6e83a6994902c3f06098b4bb35a15eac0d78
Merge: cf964c39a a09689431
Author: Milan Kolar <mkolar@users.noreply.github.com>
Date:   Wed Nov 3 10:43:39 2021 +0100

    Merge pull request #2170 from pypeclub/feature/OP-1021-maya-colorspace-config

commit cf964c39af9ff40d3508651727444bad009c2364
Merge: 06003965b d47007b52
Author: pypebot <82967070+pypebot@users.noreply.github.com>
Date:   Wed Nov 3 04:41:19 2021 +0100

    [Automated] Merged main into develop

commit d47007b5270490e8deb147d1608a4d38b21005c1
Author: OpenPype <info@openpype.io>
Date:   Wed Nov 3 03:41:07 2021 +0000

    [Automated] Bump version

commit 82fd6ef48e4ea1ea2845148f6774924155552c96
Merge: d83adaf18 06003965b
Author: pypebot <82967070+pypebot@users.noreply.github.com>
Date:   Wed Nov 3 04:35:04 2021 +0100

    [Automated] Merged develop into main

commit 92838aa15056de644441afd08e7f010e147f859e
Merge: 0382cda65 06003965b
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Nov 2 19:12:39 2021 +0100

    Merge branch 'develop' into feature/new_publisher_core

commit ec26be57e86d1695b1cf4c33b488d7dd59e5c267
Author: BenoitConnan <benoitconnan.pro@gmail.com>
Date:   Tue Nov 2 16:26:12 2021 +0100

    hound fix

commit a8eec8ae4f4807cce20f81dc68a948f31c49e744
Author: BenoitConnan <benoitconnan.pro@gmail.com>
Date:   Tue Nov 2 15:02:47 2021 +0100

    Validate mesh ngons

commit 06003965ba72513a923f3c26f9105a0ade87fdc7
Merge: a3ba023a4 87cb26473
Author: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Date:   Tue Nov 2 12:11:05 2021 +0100

    Merge pull request #2196 from pypeclub/feature/delivery_check_frame_key

    Delivery: Check 'frame' key in template for sequence delivery

commit 87cb2647357d48355de429a0095b0732bb4216ca
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Nov 2 11:36:23 2021 +0100

    added checks of templates in project anatomy

commit a3ba023a4e2585a0df6f162aff4e899920d5dad9
Merge: c6b278827 2b7115c4b
Author: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Date:   Mon Nov 1 15:44:56 2021 +0100

    Merge pull request #2179 from pypeclub/feature/OP-1661_Expect-asset-document-instead-of-asset-id-in-get_subset_name

    Subset name: Be able to pass asset document to get subset name

commit c6b27882740855a074e68b9a057007db70fee525
Merge: 4dabe63e0 c1422afe2
Author: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Date:   Mon Nov 1 11:42:13 2021 +0100

    Merge pull request #2184 from pypeclub/feature/OP-1938_Project-roots-entity-for-settings

    Settings: Dictionary based on project roots

commit 4dabe63e0cceb7baca2f8279472ceafafeca65f0
Merge: ba2af3dd6 5c8516919
Author: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Date:   Mon Nov 1 11:41:19 2021 +0100

    Merge pull request #2185 from pypeclub/bugfix/usage_of_avalon_tools_code

    Usage of tools code

commit ba2af3dd62e4089299e160d5e2381071ce32eac6
Merge: 4756e95f3 0f659e534
Author: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
Date:   Mon Nov 1 11:20:50 2021 +0100

    Merge pull request #2072 from pypeclub/enhancement/houdini-hda-workflow

    Houdini: simple HDA workflow

commit 0f659e53453382ffce51f51d64130dfcfe60df89
Merge: ecd485309 4756e95f3
Author: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
Date:   Mon Nov 1 11:20:06 2021 +0100

    Merge branch 'develop' into enhancement/houdini-hda-workflow

commit 4756e95f3cc2811a1ca7fe4428024eb1dc412947
Merge: e81a05435 6410966ef
Author: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Date:   Sun Oct 31 20:07:20 2021 +0100

    Merge pull request #2191 from pypeclub/bugfix/project_manager_tasks_copy

    Project Manager: Fix copying of tasks

commit 6410966ef51f3516d09b5b9a3be6f57259fa16da
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Sun Oct 31 11:23:01 2021 +0100

    keep raw data as QtCore.QByteArray if already are raw

commit e81a05435355b170cedd7911db50852a0503828e
Merge: c19e7c835 d83adaf18
Author: pypebot <82967070+pypebot@users.noreply.github.com>
Date:   Sat Oct 30 05:40:15 2021 +0200

    [Automated] Merged main into develop

commit d83adaf1849871836a43bac20b453c7ce16f0788
Author: OpenPype <info@openpype.io>
Date:   Sat Oct 30 03:40:03 2021 +0000

    [Automated] Bump version

commit a06ed84659f0113aee4983a57585c5e937444715
Merge: 86c528dd4 c19e7c835
Author: pypebot <82967070+pypebot@users.noreply.github.com>
Date:   Sat Oct 30 05:34:52 2021 +0200

    [Automated] Merged develop into main

commit 2b7115c4b7a38b13fd609312b0ab8834414523bc
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 29 19:45:17 2021 +0200

    replaced '_get_subset_name' with 'get_subset_name_with_asset_doc'

commit c19e7c8354ecff915a6a2b1bf41dc447589aa2bf
Merge: d2e5049db 9e08d20e2
Author: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Date:   Fri Oct 29 19:34:43 2021 +0200

    Merge pull request #2187 from Ellipsanime/add-photoshop-2022

    Upgrade photoshop shemas

commit d2e5049db84c7a9cd20022d2b0d94d6cfb5f8532
Merge: b6bab8dbc 1ca9edac7
Author: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Date:   Fri Oct 29 16:02:29 2021 +0200

    Merge pull request #2190 from pypeclub/bugfix/source_validation_expect_repres

    StandalonePublisher: Source validator don't expect representations

commit 9e08d20e25627e7acaaa870a1abb4bcce9957aa4
Author: clement <clement.hector@gmail.com>
Date:   Fri Oct 29 15:40:35 2021 +0200

    Remove use_python_2

    Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

commit 1ca9edac7cdb59c9f4edbe3612bb08d8ee074f22
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 29 15:23:05 2021 +0200

    changed 'repr' variable to 'repre'

commit 6bbdd3c6b66b2c130c173e7adfdb8798738233e3
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 29 15:22:54 2021 +0200

    make representaions key optional

commit b6bab8dbcacdedb688684b859fc6a2b0bac1194d
Merge: 1456fa9c4 e8b146780
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Fri Oct 29 14:55:28 2021 +0200

    Merge pull request #2118 from pypeclub/PYPE-1901_RD-publishing-psd-with-studio-postprocessing

    Publishing PSD with studio postprocessing

commit 71181342c72a598fd1cb368e4f93211d706232f6
Author: clement.hector <clement.hector@gmail.com>
Date:   Fri Oct 29 14:08:20 2021 +0200

    add photoshop2022

commit 5c851691966e5806ba9144b8e19fa3d6ffee440e
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 27 18:53:31 2021 +0200

    removed unused preserve_states

commit d311e23165cfef41cbf6477a4c49e34e565dce60
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 27 18:36:04 2021 +0200

    removed unused import

commit ea30fb1b7395495fded8bff9a749be2f3845b480
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 27 18:35:57 2021 +0200

    removed unused defer function

commit 0f026551fe436dba388004f8bbea70af0286664d
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 27 18:14:24 2021 +0200

    removed dummy context manager

commit 7c1ad1883de9d8defe2adfcd65d53fd0db61eb66
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 27 18:14:17 2021 +0200

    use AssetWidget from openpype.tool

commit 2207d3a279a7974d187a43d404861cd68f06c05c
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 27 18:13:17 2021 +0200

    use scene inventory from host tools

commit c1422afe2c4c13bcf4bffc4d2baadb72a4de4d9d
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 27 17:45:01 2021 +0200

    added short readme for roots dict enity

commit 94a6dbb172d7fb1d91240f528cd207d9a637dcfe
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 27 17:44:37 2021 +0200

    implemented setting of override value

commit 68595d95cc88e0ee1e84bfbac224a8af159be89c
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 27 17:44:14 2021 +0200

    don't care about metadata in update methods

commit 61a7cee37872b69a04a453454e1ea7cb59160414
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 27 17:43:49 2021 +0200

    override '_update_current_metadata'

commit 61a05d5088320b080b58fc1cea5dd22d93d94861
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 27 17:40:22 2021 +0200

    make sure that entity is always overriden for current override state

commit afb31d1de18cfbbe2cefeecad7471ebf853c151a
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 27 17:39:50 2021 +0200

    added schema validations of roots dict entity

commit 07ccefc121f9db740b2e49c3efa58d592b9041ce
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 27 17:38:00 2021 +0200

    added initialization of roots dict entity

commit f26d16f4fe8216db920dff461b96c640e7e223ca
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 27 17:34:50 2021 +0200

    fixed typo '_item_initalization' to '_item_initialization'

commit f5225b1b4e9b044132fdf98826e1ec43e22b0d02
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 27 17:29:39 2021 +0200

    Initial commit of roots entity

commit 1456fa9c4e370f2a2afd066ab7ca0551056503a5
Merge: e7ac1e3d9 1f5b8132e
Author: Jakub Ježek <jakub@orbi.tools>
Date:   Wed Oct 27 15:46:19 2021 +0200

    Merge pull request #2165 from pypeclub/feature/OP-1652_Flame-Basic-integration

commit 1f5b8132edb7370afa7fa022ea51a4183ecb85eb
Author: Jakub Jezek <jakub@orbi.tools>
Date:   Wed Oct 27 15:44:49 2021 +0200

    hound suggestions

commit 40142effb6f353367110db4b82a24a6c6bb3ff11
Author: Jakub Jezek <jakub@pype.club>
Date:   Wed Oct 27 15:38:17 2021 +0200

    Flame: missing import

commit 432fa380f9ac15f6c7fb1d1a6dba99d9da1838dd
Author: Jakub Jezek <jakub@pype.club>
Date:   Wed Oct 27 15:38:06 2021 +0200

    Flame: adding exception for not maintained files during sync

commit c04a86ddbff933d6604672307265b221d9c68e30
Author: Jakub Jezek <jakub@orbi.tools>
Date:   Wed Oct 27 14:54:17 2021 +0200

    Flame: adding filter to sync utility script

commit 82f1cb9a0f5716d8e6547eb95b4b42a52daba39d
Author: Jakub Jezek <jakub@orbi.tools>
Date:   Wed Oct 27 14:42:03 2021 +0200

    flame settings fixing darvin to darwin

commit e8b1467800fcda662e83fce6a987d374b00ecaf1
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Wed Oct 27 12:28:53 2021 +0200

    PYPE-1901 - currently only image family is created in PS

commit e7ac1e3d929f261818d2d90e0c0637bccdaaadb9
Merge: 459890838 86c528dd4
Author: pypebot <82967070+pypebot@users.noreply.github.com>
Date:   Wed Oct 27 05:40:41 2021 +0200

    [Automated] Merged main into develop

commit 86c528dd4a836f444d28f2a63fe84314660eec6f
Author: OpenPype <info@openpype.io>
Date:   Wed Oct 27 03:40:31 2021 +0000

    [Automated] Bump version

commit 6dfb5246b545681c673a597019d376efcc477598
Merge: e27ea7a28 459890838
Author: pypebot <82967070+pypebot@users.noreply.github.com>
Date:   Wed Oct 27 05:34:53 2021 +0200

    [Automated] Merged develop into main

commit 211fc22e090253d0be7b971dccd9a87f369f485d
Author: Jakub Jezek <jakub@orbi.tools>
Date:   Tue Oct 26 21:36:57 2021 +0200

    Flame: cleaning Resolve mentioning

commit 1d8acaa45dbd01d2dff4c014958ccfd1fc96a877
Author: Jakub Jezek <jakub@orbi.tools>
Date:   Tue Oct 26 21:36:40 2021 +0200

    Flame debugging `io_preferences_file`

commit d01ffd9373a0cc2f5196804da9e53f4c660e80ec
Author: Jakub Jezek <jakub@orbi.tools>
Date:   Tue Oct 26 21:24:11 2021 +0200

    flame: fixing contextmanager for save and load preferences file

commit 25557e7be8a7058f727acc4cdb89bb48a897b234
Author: Jakub Jezek <jakub@orbi.tools>
Date:   Tue Oct 26 21:07:06 2021 +0200

    hound suggestion

commit 65d860d3f8cc54d86ca8c9f5acb63a68571866a8
Author: Jakub Jezek <jakub@orbi.tools>
Date:   Tue Oct 26 21:06:55 2021 +0200

    Flame: custom script dirs variable changed to plural

commit 3b67b7d4849c5910eceaa0f521a7fb92d43634b3
Author: Jakub Jezek <jakub@orbi.tools>
Date:   Tue Oct 26 20:57:11 2021 +0200

    flame hook: renaming to something more appropriate

commit a2330d218c0e069d2ec4f3074c0a3e9bc2b415fa
Author: Jakub Jezek <jakub@orbi.tools>
Date:   Tue Oct 26 20:56:47 2021 +0200

    Hound suggestions

commit deada2422e39182151285cfc03f032ea298842ad
Author: Jakub Jezek <jakub@orbi.tools>
Date:   Tue Oct 26 20:36:04 2021 +0200

    flame hook adding docstrings

commit 97a405b5a119ba7822c062cb69111ba43e4a0342
Author: Jakub Jezek <jakub@orbi.tools>
Date:   Tue Oct 26 20:13:12 2021 +0200

    Hound suggestions

commit f6076af2ad5e513eb1fa7f6fd22c00d1e3161810
Author: Jakub Jezek <jakub@orbi.tools>
Date:   Tue Oct 26 16:26:34 2021 +0200

    Hound and review comments

commit 5b4f266eb07bf57355e408bf34a35ad405087c29
Author: Jakub Jezek <jakub@orbi.tools>
Date:   Tue Oct 26 16:17:34 2021 +0200

    Hound and Review comments

commit 680792110edcd17ac5a257017c83810be24df446
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 26 16:03:06 2021 +0200

    use 'get_subset_name_with_asset_doc' where 'get_subset_name' was used

commit 0f6145f0a6388ed2c83ce4b5be051e9cc6a34ea8
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 26 16:02:21 2021 +0200

    added second function get_subset_name_with_asset_doc to be able get subset name

commit 4598908382e1b7883bc77bb53ab63eabafc2c35d
Merge: e25265db7 db26055d5
Author: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Date:   Tue Oct 26 11:28:26 2021 +0200

    Merge pull request #2175 from pypeclub/bugfix/OP-1829_Photoshop-Seems-to-not-launch-on-MacOs

    MacOS: Launching of applications may cause Permissions error

commit 5107689f64122f67f41368eec666b1737780675f
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Tue Oct 26 10:40:24 2021 +0200

    PYPE-1901 - fix multiple mapping configuration

commit db26055d563af7a92670aabd1c26121928527b80
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 25 19:17:40 2021 +0200

    use plist info to get full path to executable

commit e25265db7b36bb7516cc6fe5b304dcc700119656
Merge: cf0d59239 9b529ce58
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Mon Oct 25 18:33:57 2021 +0200

    Merge pull request #2149 from pypeclub/OP-1206_Add-loader-for-linked-smart-objects-in-Photoshop

    Add loader for linked smart objects in photoshop

commit 0382cda6555709d807652b9f0bb7fca4695c44f3
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 25 18:07:06 2021 +0200

    added short description of tethost

commit 9b529ce589c4b5e4cc80ce949677372146dcf1ee
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Mon Oct 25 17:56:40 2021 +0200

    OP-1206 - fix no repres_widget issue without sync server

commit e8158ed9cb0f37e4bd5f5aa0b0ba7eba74331cd9
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 25 17:21:02 2021 +0200

    fix 2 line method separation

commit 46726e0e90efca1e455f76888a55d13d33e0d297
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 25 17:19:34 2021 +0200

    fill docstrings in card view

commit 34cc160731d59848300c614e71d233bea7bb6781
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 25 17:19:17 2021 +0200

    update subset name is triggered on each update

commit cf0d5923967825fa7d4911d416bd4abacbf68fef
Merge: a4ba0c82c 437fe5a1b
Author: Milan Kolar <mkolar@users.noreply.github.com>
Date:   Mon Oct 25 17:07:42 2021 +0200

    Merge pull request #1373 from pypeclub/feature/maya_python_3

commit a4ba0c82c601003af8795ade6ee5ce9d7b4d3b3f
Merge: db7c8b699 14876e20b
Author: Milan Kolar <mkolar@users.noreply.github.com>
Date:   Mon Oct 25 17:01:09 2021 +0200

    Merge pull request #1988 from simonebarbieri/feature/blender-unreal-camera_handling

commit 320ebd78dae66f5e80982d1ba5dbd0b1abda5955
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 25 16:48:52 2021 +0200

    use coding: utf-8

commit 10e2729237ec1b165e32f9e369e7d4b8c2afbbdc
Author: karimmozlia <karimmozilla@gmail.com>
Date:   Mon Oct 25 14:27:40 2021 +0200

    hound

commit d60cd574869269868e9f76c613f6965aa060a1be
Author: karimmozlia <karimmozilla@gmail.com>
Date:   Mon Oct 25 14:25:50 2021 +0200

    replace maya menu with new command

commit 8209f40a5346533b4c21ea9c5b6ba5295456582f
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 25 14:08:21 2021 +0200

    initial docstrings of card view

commit 479878dc08e022049700350cf233328317279a18
Merge: 8b1952ca4 db7c8b699
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Mon Oct 25 14:01:53 2021 +0200

    Merge remote-tracking branch 'origin/develop' into OP-1206_Add-loader-for-linked-smart-objects-in-Photoshop

commit b948b3c826c46c9b675c6b2eae6eafa4565e986f
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 25 14:01:22 2021 +0200

    added docstrings in list view

commit e4e875742dc818e36e9988cc69581d94b0077553
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 25 14:01:14 2021 +0200

    widgets are more likely private

commit 7886eaa0e6db9d20cb359a7fb7af88d0ca7083f1
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 25 13:58:56 2021 +0200

    simplified mouse event handlers on group widget

commit 69815c6f5538a0367f7b488ca99498302bcbfcb1
Author: karimmozlia <karimmozilla@gmail.com>
Date:   Mon Oct 25 13:56:12 2021 +0200

    calc deviceAspectRatio and set pixelAspect

commit 0be6a36f93cda2d8272ae633102164df7e912d1d
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 25 12:18:14 2021 +0200

    added missing icons

commit aede775a9c467f1a652b7fd7adb02f05b80beeb5
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 25 12:17:09 2021 +0200

    removed transparent border to hide radius issue

commit 77afc0e4695cd29f05d7d0f1c5f01f96157569cb
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 25 12:08:36 2021 +0200

    modified publish widget and added report buttons

commit 26d4ea9fc38573ccb8bbc2e495186f87daf998d0
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 25 12:08:18 2021 +0200

    added new buttons for report

commit 9257023f18c7465e0235e0b184cdaf327de7071b
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 25 12:08:09 2021 +0200

    icons are scaled smoothly

commit 44d33953b64f11371cb5dad9f7bbd23631397bcc
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 25 10:41:47 2021 +0200

    added docstrings to widgets.py

commit 0bae203487294fff678a0ce43ae4fac4c8d873bb
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 25 10:40:36 2021 +0200

    thumbnails widget is vibile but has empty pixmap

commit 14876e20b648cf3c7427431f7b038bc39de2d446
Merge: 3bb391f87 db7c8b699
Author: Simone Barbieri <simone.barbieri@hey.com>
Date:   Mon Oct 25 09:06:26 2021 +0100

    Merge branch 'develop' into feature/blender-unreal-camera_handling

commit e27ea7a28108c4fd4597c8eb02574cb38db32814
Merge: e32006598 db7c8b699
Author: Milan Kolar <milan@pype.club>
Date:   Mon Oct 25 09:22:59 2021 +0200

    Merge branch 'develop' into main

commit db7c8b69909472e2a8de435c2518731e9a53cc25
Author: Milan Kolar <milan@pype.club>
Date:   Mon Oct 25 09:22:38 2021 +0200

    fix Ci expected format in pyproject.toml

commit 07251d33664f1c245a6c03a7ca3d734644c08ac9
Merge: 174104d1b e32006598
Author: pypebot <82967070+pypebot@users.noreply.github.com>
Date:   Sat Oct 23 05:40:24 2021 +0200

    [Automated] Merged main into develop

commit e320065986f25b5b8a814b59a56363edef1548b2
Author: OpenPype <info@openpype.io>
Date:   Sat Oct 23 03:40:10 2021 +0000

    [Automated] Bump version

commit fab78357b57efdc8cb5cbb2267752bea60ef0cfe
Merge: c719fd3d8 174104d1b
Author: pypebot <82967070+pypebot@users.noreply.github.com>
Date:   Sat Oct 23 05:34:16 2021 +0200

    [Automated] Merged develop into main

commit 174104d1b32c46d5ddd3bf66b0149bdef4b0b425
Merge: d86787a56 c1eeee9fd
Author: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
Date:   Fri Oct 22 18:58:52 2021 +0200

    Merge pull request #2010 from simonebarbieri/bugfix/unreal_template_fix

    Unreal: fixed support for templates

commit c135fe3bdee342f045fcaff470aadbc045493e5d
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 18:51:52 2021 +0200

    added question to "id" key

commit 2e98795ad0999cc930762cf3aa7e6db769824809
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 18:51:36 2021 +0200

    pop keys that are already set

commit 91ee0777a340491dc99a1221fd973f2c1da899c9
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 18:35:14 2021 +0200

    fix parenting of experimental tools

commit 5cdadc5b7c94090e3f797880e14d88a2fa06aaae
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 18:32:08 2021 +0200

    fix height of icons to have odd numbers

commit 82388e801801ad571afe77372487bb9f532cd425
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 18:28:28 2021 +0200

    ratios are float numbers

commit a09689431c0b0eaa60bf03edc4ca5c7f5c4721fd
Author: karimmozlia <karimmozilla@gmail.com>
Date:   Fri Oct 22 18:26:23 2021 +0200

    hound

commit bb97734cf67b2ad4a8d70a7752bdc8532d88e575
Author: karimmozlia <karimmozilla@gmail.com>
Date:   Fri Oct 22 18:25:02 2021 +0200

    hound

commit 8903e9d909b86086167243ab0f5ce6d49d84befb
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 18:13:07 2021 +0200

    use valid ascii characters in docstrings

commit 5e7468ff4f42a0c34759fcb71c28b0cc2f439065
Author: karimmozlia <karimmozilla@gmail.com>
Date:   Fri Oct 22 18:08:06 2021 +0200

    fix typo colorManagementPreference

commit 3a594358c0218adc502bd0ab271a3e8599c1af90
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 18:06:51 2021 +0200

    replaced hsla with rgba color definitions

commit cbdd4c2f77b49b53f67c3d1c3fa0949fe56aeeeb
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 18:03:58 2021 +0200

    fix import of python 2 comp function

commit 7cc48b50261a3e842e819c0ab73b7894b1e5de21
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 18:02:51 2021 +0200

    fix publisher tool def

commit ccc1ff3099171a877091e0cad95444c89fe193bc
Author: karimmozlia <karimmozilla@gmail.com>
Date:   Fri Oct 22 18:01:55 2021 +0200

    un check color managment when no path

commit 076d090de4485c3a784e1f7c79536c4cd1b1e0d7
Author: karimmozlia <karimmozilla@gmail.com>
Date:   Fri Oct 22 17:45:43 2021 +0200

    add to imageio schema

commit 87b8d498fa4ce3c0491e8a6d6f9873322f5d92cb
Merge: 64df91537 d86787a56
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 17:41:01 2021 +0200

    Merge branch 'develop' into feature/new_publisher_core

commit 64df91537ad1aac6732a84767e0faac908c0f9a5
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 17:37:19 2021 +0200

    added docstrings to controller

commit b8964a0fe147ad465f0a4d10f142a353c443fa09
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 17:36:55 2021 +0200

    added few docstrings

commit d86787a567a23176afb8322b11cf4f2e7061ebd5
Merge: 06835d703 08971bb73
Author: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Date:   Fri Oct 22 17:01:59 2021 +0200

    Merge pull request #2162 from pypeclub/dependabot/pip/pillow-8.3.2

    Bump pillow from 8.2.0 to 8.3.2

commit 06835d70329bb7a9e5d7e3874d7e4b435fd04419
Merge: eb19d8a19 6621b2c36
Author: Milan Kolar <mkolar@users.noreply.github.com>
Date:   Fri Oct 22 16:32:18 2021 +0200

    Merge pull request #2138 from pypeclub/bugfix/OP-1063_Stadanlone-publishing-source-files-bugs

commit eb19d8a19435aa865798065f072347fd265e99a0
Merge: 28780ae96 ccceefc3e
Author: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Date:   Fri Oct 22 16:29:56 2021 +0200

    Merge pull request #2167 from pypeclub/feature/OP-1841_Experimental-options

    Tools: Experimental tools

commit 28780ae969e4a99ca7a106d26000186efb51af2a
Merge: 85dbf7862 36f491224
Author: Milan Kolar <mkolar@users.noreply.github.com>
Date:   Fri Oct 22 16:18:25 2021 +0200

    Merge pull request #2163 from simonebarbieri/bugfix/blender-fix_unselect_all

commit ccceefc3ef13717e7d0c7fe5779537e2ee924ca5
Merge: dc5f2221b 85dbf7862
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 16:17:50 2021 +0200

    Merge branch 'develop' into feature/OP-1841_Experimental-options

commit 85dbf7862ba5c50b5bbb3d402bd5e18646588e0d
Merge: 1c72a5ecc c39c3ecb0
Author: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Date:   Fri Oct 22 16:17:24 2021 +0200

    Merge pull request #2166 from pypeclub/feature/OP-1776_Loader-UI-refactor-and-use-OpenPype-style

    Loader: Refactor and use OpenPype stylesheets

commit dc206f0ce671bbec73f0a8c657391d92b2911eb8
Author: karimmozlia <karimmozilla@gmail.com>
Date:   Fri Oct 22 16:11:40 2021 +0200

    add menu item

commit bee176ecb25efdf3172be2049633e64a8a4d2c5a
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 15:25:24 2021 +0200

    resize and set stylesheet after show

commit 22e8886fd1f0db96e06feaaafd8280e7e930bfb0
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 15:25:13 2021 +0200

    added few docstrings

commit 1c72a5ecce33a508c2f0d0d30694f6a9bb7077ba
Merge: 1be7e207a 2d687e5e6
Author: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
Date:   Fri Oct 22 14:57:36 2021 +0200

    Merge pull request #2151 from pypeclub/bugfix/maya-hotbox

    Maya: Fix hotbox broken by scriptsmenu

commit dc5f2221b9c6d838ef383c648bea66e8fd0e2b69
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 14:34:43 2021 +0200

    added label describing how to turn onoff experimental tools

commit 765fcf701434a19c3ff4e0401a0bb904e6e8f1f5
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 14:24:25 2021 +0200

    fix typo in label

commit c39c3ecb045629160d809fd3e25bdb3bad173ea1
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 12:40:38 2021 +0200

    do not call pyside initialization on import

commit d4b4d2e8417e267a6381cf0fd883910b3b4bf5ad
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 12:40:12 2021 +0200

    fix formatting

commit 140c290c607ad0dd87cce1e5f44afce38091c0ef
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 12:32:19 2021 +0200

    set down/up arrow for header

commit 536c6383715627a7778927f58840db3f71d84d69
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 12:32:09 2021 +0200

    use transparent image to hide branches in tree view

commit 01d059a993af1e486bedb8ae051299f1cbcab07c
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 12:31:52 2021 +0200

    added transparent image to resources

commit 3158710d43f06fd5e2793d84483ba7770c2a2753
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 12:28:58 2021 +0200

    removed fixed height of footer widget

commit c85fb71103c22a2be372a1e6ea1c55ed4522c1d1
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 12:26:12 2021 +0200

    qlineargradient are single line

commit 600c94f464d93edded5927873b86379838708a12
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 11:49:15 2021 +0200

    fix double slashes

commit 5b95e21c6f4da5683043895ae97222c10fafcae6
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 10:53:03 2021 +0200

    do not apply avalon style on loader and library loader

commit 1be7e207a26d8126b88ebfdc9cd0f62c98b9f53d
Merge: 6b7ccf5f2 7d70d22e2
Author: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Date:   Fri Oct 22 10:50:41 2021 +0200

    Merge pull request #2161 from pypeclub/bugfix/set_stylesheet_after_show

    Tools: Stylesheets are applied after tool show

commit eb82197630e8874a899128a7dbebedda8a9e8637
Merge: 1b10ef39f 1be7e207a
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 10:50:21 2021 +0200

    Merge branch 'develop' into feature/OP-1776_Loader-UI-refactor-and-use-OpenPype-style

commit 437fe5a1bd6700df5aaa1ea55c901bd851e06680
Merge: 0dea13436 6b7ccf5f2
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 22 10:09:12 2021 +0200

    Merge branch 'develop' into feature/maya_python_3

commit 1b10ef39fd43e65a8ddcfcabb185066d88a578b9
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 21 17:17:24 2021 +0200

    resize loader after showing

commit 2b2f27b74e557a1b34e15bc30ffb8fc9ca23d489
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 21 17:15:40 2021 +0200

    set default thumbnail on initialization of ThumbnailWidget

commit 28bf0a23996dd5538b9843dfaa271904b41a416e
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 21 17:14:17 2021 +0200

    resize after showing

commit 3bb391f8701be3ed803794267eac6e95213f68ea
Author: Simone Barbieri <simone.barbieri@hey.com>
Date:   Thu Oct 21 15:35:46 2021 +0100

    Implemented fix for deselecting all objects

commit 6da7c65e295be27cab7fd1c594f78945247ec989
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 21 16:19:43 2021 +0200

    set stylesheet after show

commit 501f0ed550e76ebbff0340b6bdf2bb14a75e06ce
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 21 15:50:10 2021 +0200

    added experimental tools into nuke menu

commit ee443cb735637b56be5367164309481f7defb35a
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 21 15:29:28 2021 +0200

    added example tool into experimental tools

commit de9f0f7fa46fa757f1b6ce6d6b985360de98410d
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 21 15:28:25 2021 +0200

    adde commented example tool

commit 29d1c47a58751ba16f9a5f71ff5d35cf7839ac61
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 21 15:12:12 2021 +0200

    disable buttons of tools that are not turned on

commit 33764f6e16c3cc0e46bc75d7945db592acf0623f
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 21 15:08:39 2021 +0200

    added docstrings to host tools

commit 7a50a106e333ed472dcb8fa6dfd7acc7e71d5efb
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 21 15:05:20 2021 +0200

    added few docstrings

commit d4729ab0695ac59673583f02efb9bb9fdfb136ce
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 21 15:05:11 2021 +0200

    disable filtering by host name when used in local settings

commit 0c0809469cddf15bc5412856ed6f478f001cc716
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 21 15:00:16 2021 +0200

    added experimental dialog to host tools

commit 610477961025d7dd7b149668f084baee857aa903
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 21 15:00:05 2021 +0200

    renamed 'ExperimentalDialog' to 'ExperimentalToolsDialog'

commit 9339d398b92ce71237bacd842899db7cf37daefa
Merge: dc9f901c7 95759b7ba
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 21 14:54:09 2021 +0200

    Merge branch 'develop' into feature/OP-1841_Experimental-options

commit 426c996b71e673ee39edbc84c86170241b9f38b3
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 21 14:50:06 2021 +0200

    hound fixes in pyside2 resources

commit a1262df627bba883379425c5c231fbe6a254baac
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 21 14:44:39 2021 +0200

    added few docstrings

commit 1a1f6e7039e690678af4f31854fb9903e5b82b29
Author: Jakub Jezek <jakub@orbi.tools>
Date:   Thu Oct 21 14:34:02 2021 +0200

    Flame: adding settings and icon

commit 8fac3175a0a23dbd6361bb6cc698a6eeb499406b
Author: Jakub Jezek <jakub@orbi.tools>
Date:   Thu Oct 21 14:33:14 2021 +0200

    Flame: adding flame_hook utility script for launching withing flame

commit 0ec42fca3fbecfca25b53959af0949cb1feb94f0
Author: Jakub Jezek <jakub@orbi.tools>
Date:   Thu Oct 21 14:31:16 2021 +0200

    Flame: adding WireTap communication script

commit 48cbd28deb0444b53e207123b92f11848c5ec632
Author: Jakub Jezek <jakub@orbi.tools>
Date:   Thu Oct 21 14:30:54 2021 +0200

    Flame: adding prelauch hook

commit 196779d9b3a5f96f71ab7096724b042019b33160
Author: Jakub Jezek <jakub@orbi.tools>
Date:   Thu Oct 21 14:30:30 2021 +0200

    Flame: creating host folder with basic methods

commit 36f49122416af0138f8acae4fd72792f6a1c673f
Author: Simone Barbieri <simone.barbieri@hey.com>
Date:   Thu Oct 21 11:51:12 2021 +0100

    Hound fixes

commit 52f474d62d1bfb22b0ada0908a768d90728841b7
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 21 12:42:01 2021 +0200

    splitter has it's own key in data

commit e545d431da9a8283b5a957c048fa298bd4ca848b
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 21 12:40:42 2021 +0200

    modified splitter style

commit a2397f48f032389184f8cee414c674cd8ae4d6c8
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 21 12:40:33 2021 +0200

    set stylesheet on first show

commit 80b0b590b8c824123b687702c5de5180f038de1b
Author: Simone Barbieri <simone.barbieri@hey.com>
Date:   Thu Oct 21 11:27:35 2021 +0100

    Implemented deselect function to handle objects not in 'object mode'

commit 7cedb5af316288abbb9481a13f6e0951170a11e1
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 21 10:45:32 2021 +0200

    do not set stylesheets of library loader

commit b642d770e58643af253e96e739aabe7b8a9d230b
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 21 10:44:28 2021 +0200

    reorganize initialization

commit 68ff9ea9c963df63a42594e0578c8bd7a210c88b
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 21 10:43:02 2021 +0200

    converted library loader to be created same way as loader

commit e47ed5e77713a970c3332cbc0ecf14be9e14cece
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 21 10:41:48 2021 +0200

    safer library loader action handling

commit 08971bb73ccd34e2f787d6c3c1042e2a9fbc9ca7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Oct 21 08:23:02 2021 +0000

    Bump pillow from 8.2.0 to 8.3.2

    Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 8.3.2.
    - [Release notes](https://github.com/python-pillow/Pillow/releases)
    - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
    - [Commits](https://github.com/python-pillow/Pillow/compare/8.2.0...8.3.2)

    ---
    updated-dependencies:
    - dependency-name: pillow
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

commit c719fd3d8f2667b4330c83dd9f832124573907ee
Merge: 2316815e4 3f36dec3f
Author: pypebot <82967070+pypebot@users.noreply.github.com>
Date:   Thu Oct 21 10:02:53 2021 +0200

    [Automated] Merged develop into main

commit 844f6490a87e7302dcdfedaf6b16ba9e6395f1af
Merge: ba97477f1 83b6bd4b0
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 21 09:51:17 2021 +0200

    Merge branch 'develop' into feature/OP-1776_Loader-UI-refactor-and-use-OpenPype-style

commit ba97477f1102551bb32cecbf0747a9d064238d5c
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 19:26:19 2021 +0200

    fix resources for maya

commit 0f62d59d5d89ecc19375bbc3dfa1c410c6e0efdb
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 18:35:33 2021 +0200

    use colors in asset delegate from openpype style

commit acf88c7f16488da71ec5187025382a80c946919a
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 18:35:09 2021 +0200

    alpha can have float number in rgba

commit bcb27d5aebe6ccc8d5cae84dd4177f8d0c4aa7de
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 18:24:18 2021 +0200

    changed new thumbnail

commit 961a602e1c0d2bdd33c2b7b8e3fbe2ee762db5b5
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 17:56:42 2021 +0200

    fix hovering stylesheet of optional action

commit 7d70d22e2d76bdb0a7aa6c936e0c8284b7c63839
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 17:31:21 2021 +0200

    moved set of stylesheet after show of tool

commit b888240bdb9b66e224e09bf445ba8b815f3e0837
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 15:37:42 2021 +0200

    use better margins for optional items

commit 740328ef851cd5cc8aa51ec752256b586e27631e
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 15:37:08 2021 +0200

    added parents to delegates

commit dd0ed45d53efc57de2b7fabb3b08be495d70257f
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 15:36:33 2021 +0200

    changed order of setting stylesheet

commit 66a1ba4033deb115db6627ec60fafaa0a9470bad
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 15:24:03 2021 +0200

    added RepresentationView to stylesheet

commit 35435fedba310293bc3d0f5c2c7979b5caccc152
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 15:23:37 2021 +0200

    use rgba instead of hsla

commit 1c179510f7d402f69949faf84b4f6abbb4192e2f
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 14:36:03 2021 +0200

    copied color definitions from new publisher PR

commit 524844f98b78abf3d78cfc65526c8d124c1e3f6a
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Wed Oct 20 13:28:43 2021 +0200

    PYPE-1901 - updated parsing of workfile

    Payload doesn't contain all necessary data, manifests must be parsed

commit e5e502502d35c6f692224bbb32564362d383634e
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Wed Oct 20 13:28:12 2021 +0200

    PYPE-1901 - updated parsing of host

    Payload doesn't contain all necessary data, manifests must be parsed

commit 4b1f739f211d550276019bbc19d53364b22ca1e3
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 12:50:51 2021 +0200

    move stylesheet of SubsetView to style.css

commit ce755730d2a84684cf319d203754982aae8b585a
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 12:50:30 2021 +0200

    use WA_TranslucentBackground

commit a2485eb7bf581273ec0c33b7182dd19e3a33e329
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 12:32:35 2021 +0200

    add parenting to asset view

commit 95838d120a2f834fe38031b4d3fa97b2919f0f4f
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 12:32:23 2021 +0200

    use openpype stylesheet

commit c0ca4ea5893b6fa267aad72011e457d93de3722b
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 12:29:19 2021 +0200

    add parenting in util widgets

commit 661ba6090967d87edf639fa197ad14e420392196
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 12:21:47 2021 +0200

    fix parenting in subset widget

commit dc9f901c7a83331f4495ac8230f195b371f43a24
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 11:18:13 2021 +0200

    use OpenPype stylesheet in experimental dialog

commit c9860711512a48d18fe9423a0b510e508c59eeb2
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 11:06:29 2021 +0200

    added few docstrings

    # Conflicts:
    #	openpype/tools/experimental_tools/tools_def.py

commit b6bb7a9d09fb8e5922bfcaf40ceeaea5d5344d70
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 11:06:21 2021 +0200

    get host name from environment if not passed

    # Conflicts:
    #	openpype/tools/experimental_tools/tools_def.py

commit 630299e340ab41af673dde31803288bb1587d93f
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 11:05:46 2021 +0200

    fix 80char line

commit 3a56ac5e5e1920dcffea9d54a0f043cc92c5e628
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 11:05:36 2021 +0200

    validate tool identifier keys

commit 54a8b9d811e6d8602b2f2b729ae0db2701c678ef
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 11:28:54 2021 +0200

    removed "widget" key from data

commit fe2c583fc343c4ae2767e663a55f8fb84339d701
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 11:18:13 2021 +0200

    use OpenPype stylesheet in experimental dialog

commit e57629dbbcabd504738cf0d50b3df53c97db6e58
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 11:06:29 2021 +0200

    added few docstrings

commit baab0d73aed32e4f963651488dea594842ebeb62
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 11:06:21 2021 +0200

    get host name from environment if not passed

commit d3862772ced3ab7e23a0a34e0a53d88b614ff269
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 11:05:46 2021 +0200

    fix 80char line

commit 34b74ee7f9dec4cd34c07246828dcb750eceffdc
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 11:05:36 2021 +0200

    validate tool identifier keys

commit 50aaaec4daafa266fb4517a2420d2daa4a7640c4
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 10:55:06 2021 +0200

    added publisher to experimental tools

commit e4168253132a83d0c81e914af285dc7420b79de5
Merge: eacee0e01 c7df4e9ed
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 10:36:31 2021 +0200

    Merge branch 'feature/OP-1841_Experimental-options' into feature/new_publisher_core

commit eacee0e015712264fbda9687958990ffe52a5df1
Merge: 903bbf03e 715f6f42d
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 20 10:22:57 2021 +0200

    Merge branch 'feature/new_publisher_core' of github.com:pypeclub/pype into feature/new_publisher_core

commit 2316815e46bae56b3016460d25982578e3efba2a
Merge: 8be1113ed 86ce6cb43
Author: pypebot <82967070+pypebot@users.noreply.github.com>
Date:   Wed Oct 20 05:34:23 2021 +0200

    [Automated] Merged develop into main

commit c7df4e9edc7185a0d155a215a8822b3bed9dcbd7
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 19 20:12:23 2021 +0200

    changed label

commit 7d3f4d315ff71f71403dddfd3f95d1ecd57e69a3
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 19 18:20:26 2021 +0200

    empty dialog has Ok btn

commit 5026d300bbcae2eaa87dccf3ad2a0655a3ae4274
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 19 17:58:22 2021 +0200

    import ExperimentalDialog to init file

commit 27e9f20c07cc3a9550e2fdae70d2b00560e6ede8
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 19 17:58:10 2021 +0200

    fix dialog file

commit 90de4cddb582ed50eea8ac65698d3517f6dd058c
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 19 17:50:10 2021 +0200

    store tools under 'tools' variable

commit 6a68cfd4c93f84cbd99fd1a250606debcc4e92f0
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 19 17:36:46 2021 +0200

    added Experimental tools category to local settings

commit e1e2f8e9ddf60fe8b1a48a21bce67e7e2d47a3d7
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 19 17:33:07 2021 +0200

    base of dialog for experimental tools

commit 9f35dd7763322a3c488cd827f372bae51080d800
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 19 17:31:23 2021 +0200

    added basic of experimental tool definitions

commit 8b1952ca4be2d4a8a477fc0361913f259c88f83a
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Tue Oct 19 15:22:38 2021 +0200

    Hound

commit 2d687e5e6a923c4f34fac241f074867f6d85580b
Author: Ondrej Samohel <ondrej.samohel@orbi.tools>
Date:   Tue Oct 19 15:18:41 2021 +0200

    fix maya hotbox

commit 4e000a6cb425a56abd14a9d406f13099e8da3898
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Tue Oct 19 13:22:58 2021 +0200

    PYPE-1901 - added proper selection of host based on studio_processing

commit 0188febe4f17066249d34f18c020deafd869f64a
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Tue Oct 19 13:01:28 2021 +0200

    PYPE-1901 - added check that no other batch is currently processed

    PS cannot be run twice on a host machine

commit 62977a9b4f184fc3316a0073e0e317f3967b1632
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Tue Oct 19 12:05:40 2021 +0200

    OP-1206 - added reference loader wip

commit 715f6f42d668e552e9c0debcd13be74b50704960
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 19 11:29:25 2021 +0200

    added import of window to init

commit 0150397174cfe65dfcaefe826834af19e0235908
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 19 10:13:23 2021 +0200

    removed unused import

commit 169b3d578febd412868f1c01f9c8ba08dbca8fcf
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 19 10:12:27 2021 +0200

    reorganized variables

commit 60eb375b67cb56b6737c43a2971f6f00c1a41bda
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 19 10:05:58 2021 +0200

    renamed 'new_publisher' to 'publisher'

commit 11652b84833eaae2ade41c63596f4887133843a0
Merge: 3ee8b487d 3c1b04a11
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 19 10:04:10 2021 +0200

    Merge branch 'develop' into feature/new_publisher_core

commit 0dea134364b43c30267d8c51e78582c4e099bc11
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 18 16:51:05 2021 +0200

    fix more imports

commit 86cd93c0acae803db01a48737924cfa292d038a5
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 18 16:10:16 2021 +0200

    fix lookassigner imports for python3 compatibility

commit 3fd25b14a770107d3282bf6116a0d72f37fbd163
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Mon Oct 18 11:26:25 2021 +0200

    OP-1206 - added reference loader wip

commit 584fd49e7b02f5bc74c7173c9b1cce74a0f0765a
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 18 10:34:13 2021 +0200

    renamed subset widget and do not store it to data

commit 658c4a1b6f48fdb0cc96373032815bcd559432e5
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 18 10:21:44 2021 +0200

    rename asset widget and do not store it to data

commit 6947c68bfe63014ab17a3e622e170ef27a949d81
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 18 10:13:27 2021 +0200

    renamed 'asset_filter_splitter' to 'left_side_splitter'

commit a85c93cc0fa599441e8eee0e3276029469be3a31
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 18 10:12:18 2021 +0200

    rename families filter view and do not store it into data

commit c90cf1765c04719c306ef8894eb4f545a8cb7d32
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 18 10:06:05 2021 +0200

    renamed thumbnail widget and do not store it into data

commit e144e3d9fd8b1cad9ac6c18ae4faf3169c0a9d58
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 18 10:03:47 2021 +0200

    renamed version info widget and do not store it into data

commit 98a6225e5ffbba710d829b95ee2dd3cb2ca0c1e5
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 15 19:17:04 2021 +0200

    renamed 'footer' to 'footer_widget'

commit 6d49ebf3a85ef169bedf764e59b5915f10436ac4
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 15 19:16:16 2021 +0200

    change split to main_splitter

commit 893ae73437d11dbce05428a9cdf6afa7507a706c
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 15 19:13:51 2021 +0200

    fix repres widget

commit 514e49ff239927128b298e054af8ed58328e60b3
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 15 19:07:28 2021 +0200

    simplified message showing without scheduler

commit 9eaa0a5a380550203e55aaed36f9ed96ecf2946e
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 15 18:58:37 2021 +0200

    pass parenting of widget properly in main window

commit 6621b2c36e6d897b35421a7005857cbf51df053f
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Fri Oct 15 15:00:44 2021 +0200

    OP-1063 - added validator for source files for Standalone Publisher

commit ecd485309e6e08cf4c090b46e4378464c5e9ce6c
Author: Ondrej Samohel <ondrej.samohel@orbi.tools>
Date:   Fri Oct 15 14:31:04 2021 +0200

    fix hound

commit 9065204e95b964e76b4ea1beebca55933eab7549
Author: Ondrej Samohel <ondrej.samohel@orbi.tools>
Date:   Fri Oct 15 01:32:20 2021 +0200

    subset check and documentation

commit b0628953d8039a65ffcc366a28f5cbd5c564e10a
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Thu Oct 14 19:18:59 2021 +0200

    PYPE-1901 - reworked Settings

    Layer could be resolved to final family according to color_code OR name (or both).

commit 903bbf03ee627e857054d825819589aa18785493
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 14 17:11:26 2021 +0200

    added docstring to `_get_subset_name`

commit cff256b914e50b9c43730aadc18f743df73afa6c
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 14 15:51:49 2021 +0200

    added same label for both creators

commit 01dfbbcf8a0d7c617b0bc651db5d7065067fe7a8
Merge: 30e431d85 e8042d00f
Author: Ondrej Samohel <ondrej.samohel@orbi.tools>
Date:   Thu Oct 14 13:34:41 2021 +0200

    Merge branch 'develop' into enhancement/houdini-hda-workflow

commit 6fe7517303a359fdf91ab54353769e69cca1677d
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Thu Oct 14 13:21:34 2021 +0200

    PYPE-1901 - fix close plugin

commit b0705417ab1236bce923142c92cb3d2b0a0c463a
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Wed Oct 13 17:38:37 2021 +0200

    PYPE-1901 - close host if any plugin fails

commit 2150ac836edccf74420ee12d71c39bf496c9a26a
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Wed Oct 13 16:55:42 2021 +0200

    PYPE-1901 - extracted methods into remote_publish library

    Methods are used in both remote* approaches for logging and reusability.

commit a08b3da447f24be48c3448070ef5f493e8e51928
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Wed Oct 13 16:52:33 2021 +0200

    PYPE-1901 - fix order of closing and processing from queue

commit 15b67e239ba7a6619b13083ff461bf376aa34485
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Wed Oct 13 14:44:51 2021 +0200

    PYPE-1901 - fix missing return for standard publishing

commit d085e4ff7df89cfe4e770fd9ae0894e8506265c0
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Wed Oct 13 13:03:47 2021 +0200

    PYPE-1901 - switch to context plugin to limit double closing

commit 7d3c1863c278bbbae27aac9c5a34f0eb0736bfca
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Tue Oct 12 19:25:55 2021 +0200

    PYPE-1901 - working remotepublishfromapp command

commit 5d1a83a28ab886b624866920aa17158b3a56dc95
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Tue Oct 12 18:42:57 2021 +0200

    PYPE-1901 - add resolving of ftrack username to remote publish of Photoshop too

commit eb4cd6d7c622175e1204a0a0c9da027b05e20b07
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Tue Oct 12 18:27:32 2021 +0200

    PYPE-1901 - extracted method for task parsing

commit ef4399a57b0c01ccace36d0e0b2606aced198b3b
Merge: 9607026da 8c045122f
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Tue Oct 12 16:51:50 2021 +0200

    Merge branch 'develop' of github.com:pypeclub/OpenPype into PYPE-1901_RD-publishing-psd-with-studio-postprocessing

commit 9607026daec25e2e0803dd19093b528b03cea9fd
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Tue Oct 12 11:54:05 2021 +0200

    PYPE-1901 - terminate process after timeout

commit 280c7d96ea19ae3cc7076b0bde694eb6eff39509
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Tue Oct 12 11:53:46 2021 +0200

    PYPE-1901 - wip of remotepublishfromapp

commit 6f3f0e6732f725d192f3f3d30032c04ab81e105d
Author: Simone Barbieri <simone.barbieri@hey.com>
Date:   Mon Oct 11 16:55:24 2021 +0100

    Improved loading of camera assets in Blender from blend files

commit cff9c793464abb3211ef49780f7a0c94656c3831
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Fri Oct 8 18:46:29 2021 +0200

    PYPE-1901 - Added WIP for PS webpublishing

commit d6b85f1c1a91901581a410aba9688f2e92410aea
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Fri Oct 8 18:46:06 2021 +0200

    PYPE-1901 - Added testing class for PS publishing

commit 57de11638c91c6518dd599db39c26347f00ad459
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Fri Oct 8 17:36:13 2021 +0200

    PYPE-1901 - Added settings for CollectRemoteInstances

commit d2c4678fd45b8fb5d38d3a3e0382ff99ab9a0d06
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Fri Oct 8 17:35:38 2021 +0200

    PYPE-1901 - Added background family to ExtractImage

commit 185d3ef399ebe25211b038dd0a8cfca7055ac81e
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Fri Oct 8 17:35:11 2021 +0200

    PYPE-1901 - Fix wrong variable used

commit 93766c1d0b9515764b1e57f80406948d843f62eb
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Fri Oct 8 17:27:15 2021 +0200

    PYPE-1901 - Added plugin to close PS after remote publishing

commit b90bcd9877e56cfd91040d110a1cc13fc7aea2c5
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Fri Oct 8 17:25:42 2021 +0200

    PYPE-1901 - New pluging for remote publishing (webpublish)

    Extracted _json_load method

commit f92ee311b8fdb05ffae23194a64fa9e93edd4bfc
Author: Petr Kalis <petr.kalis@gmail.com>
Date:   Fri Oct 8 17:23:10 2021 +0200

    PYPE-1901 - Fix ConsoleTrayApp sending lines

commit 30e431d85e83c8924f8a373c814d20b9ecc42144
Author: Ondrej Samohel <ondrej.samohel@orbi.tools>
Date:   Fri Oct 8 16:08:15 2021 +0200

    check existing subset wip

commit 1f2225742304f213528182e8a34bc5e09a0b3383
Author: Simone Barbieri <simone.barbieri@hey.com>
Date:   Thu Oct 7 16:25:11 2021 +0100

    Added validator for camera animations to have a keyframe at frame 0

    Unreal shifts the first keyframe to frame 0. Forcing the camera to have a keyframe at frame 0 will ensure that the animation will be the same in Unreal and Blender.

commit 0689783f607c55d9ed237be1941e1d3f3a392aa5
Author: Simone Barbieri <simone.barbieri@hey.com>
Date:   Thu Oct 7 12:08:12 2021 +0100

    Updated FBX import settings for the camera in Unreal

commit ff8b69f09413c0cc11090689d6a67f7aac8904d5
Author: Simone Barbieri <simone.barbieri@hey.com>
Date:   Thu Oct 7 11:10:38 2021 +0100

    Get frame range and fps from database for update as well

commit 3ee8b487da81329cc0a82f2fcb53ec0995c5c2f3
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 7 10:27:02 2021 +0200

    use creator label for grouping

commit 6a8c23f46e99ddf9dd9f6f21754f07f016cc0e1d
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Thu Oct 7 10:25:20 2021 +0200

    label is available for all creators

commit 31c46152899d895fbc6293779fe0c691a189bf14
Author: Simone Barbieri <simone.barbieri@hey.com>
Date:   Wed Oct 6 16:22:05 2021 +0100

    Use info from database for fps and frame range when loading Camera

commit efe8915842d5c07a5c049b220612b2d3171857fb
Author: Simone Barbieri <simone.barbieri@hey.com>
Date:   Wed Oct 6 16:20:49 2021 +0100

    Changed fbx settings for extraction of the camera

commit 4446c535448b4d01a87dcb1cfaddd1dd36004720
Author: Ondřej Samohel <ondrej.samohel@pype.club>
Date:   Wed Oct 6 16:26:21 2021 +0200

    add parent to qt windows

commit 418350954f5f7f124fa9b3ead6b732557c14c9ab
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 6 12:19:05 2021 +0200

    added context update

commit 6ebe9ee253157a95f2e8b26238af01975dc62520
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 6 12:15:20 2021 +0200

    renamed create context collector and collect also context data

commit e382b17622c9ffa7ef0db656272b2be0b270f739
Author: Simone Barbieri <simone.barbieri@hey.com>
Date:   Wed Oct 6 11:12:02 2021 +0100

    SequencerScripting plugin is automatically enabled when creating project

    This plugin is essential to handle camera assets in Unreal

commit 9e69af258e7eb5cbc967d8ce165c07ddc85107f6
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 6 12:11:16 2021 +0200

    modified testhost collector

commit 68b08ac0be49981bb8acb00e3e6c7bcde2a0e9c7
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 6 12:09:20 2021 +0200

    added global collector that creates instances from create context

commit 49765d24a53b60c6324649f2e4b61df478991277
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 6 12:07:11 2021 +0200

    fixed variable name

commit 8f5e3eaa3de3ce8826bb09197dd816ce2c13c757
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 6 11:54:35 2021 +0200

    use get_subset_name_with_asset_doc in creator

commit b87f7ba669cf8b5f60b8aa3a861b5e095cf2a0f1
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 6 11:54:24 2021 +0200

    implemented get_subset_name_with_asset_doc which can expect asset document as argument instead of asset id

commit 57b553a13c249bd1a246804b82b01da0824133e7
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 6 11:38:23 2021 +0200

    added reset of context

commit 4bb14b5f6b4062e4ea41f5b406d59a4a235b79af
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 6 11:25:56 2021 +0200

    added readme to publish pipeline

commit 128dd21c54303b54982f9ba00e7ae960590fe411
Merge: b1d29456b 378fc36f7
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 6 10:14:24 2021 +0200

    Merge branch 'develop' into feature/new_publisher_core

commit b1d29456b98b7e5ec3ae9aac797593de8f170f45
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 6 10:12:46 2021 +0200

    added validations of duplicated instnaces and creators

commit 50749ac41cbeab97989ffba9281b1a43bface81f
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 6 10:12:30 2021 +0200

    removed backwards compatbility

commit e8be200f0fecbb59d02e803cc31c9acef4c05aa2
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 6 09:59:15 2021 +0200

    added information about convert_attribute_values class method on publish plugins

commit 2572e5eabe37f7b91138761aee0d31fb8a4132ae
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 6 09:56:52 2021 +0200

    renamed readme to have uppered letters

commit 1540f880976255a88b80f6410488d1665cb2662c
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 6 09:56:30 2021 +0200

    renamed readme file to temp name

commit 81981fbecf8763546c0e232a640a361298027fcc
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 6 09:53:52 2021 +0200

    fix parenting

commit 1e2b3b7babba8457623d309559ef93968da6f061
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Wed Oct 6 09:53:43 2021 +0200

    tasks combobox is clickable

commit 20458ebc91c812d80d1f494117d9feaf9d5c4c34
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 5 19:31:47 2021 +0200

    renamed AssetNameInput to ClickableLineEdit

commit 10714bb734e16c99d8bee52365e01f4d701858ae
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 5 18:34:10 2021 +0200

    adde comment about bare except

commit 609f08d31728140bd9da97e4069028821d38ad8a
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 5 18:32:53 2021 +0200

    added few docstrings

commit b80f4c1590ff701966d58f12754779a316ae832b
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 5 18:32:38 2021 +0200

    few smaller changes

commit 73e07330aaa11a284b924ae1b8d93fce08a123ab
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 5 18:06:33 2021 +0200

    changed ui_creators to manual_creators

commit 1549cf9b8124d85f31c37ee6f75d8ed077733472
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 5 17:56:30 2021 +0200

    store instances by their id

commit b964d119c4d64c70a12b0705237ea5b4b3b6a2cf
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 5 17:49:27 2021 +0200

    added few docstrings

commit 8eac18e4effb513df9efab9a7580068c9a8ddae8
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 5 15:56:55 2021 +0200

    removed unused method convert_family_attribute_values

commit dcb74c333b1b8b7e2345ba3ab365a4e4d191e4c8
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 5 12:35:51 2021 +0200

    removed host from arguments of instance

commit b862b2b95300b47102d1118a3b95319f608c75e7
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 5 12:32:25 2021 +0200

    adde contains function for instance class

commit b7134831fb3d1a722c1b0fb58e11ebce551fb75e
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 5 12:32:02 2021 +0200

    added 'bulk_instances_collection' which triggers validation of new instances automatically

commit cfdbb19cbdb183be98ca718648842fbbfd00b12e
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 5 12:31:35 2021 +0200

    validate_instances_context skip pricessing if passed instances are empty

commit 9e070cb3ccb301b9c45b024e2fb91613013fd7c1
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 5 12:30:58 2021 +0200

    creator_attributes and publish_attributes can be accessed with attribute

commit 2afcf5ab3fe91b1812319ec3d4ddeee4c12876ba
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 5 12:30:23 2021 +0200

    implemented 'set_publish_plugins' for PublishAttributes

commit 4ead375a6f282ff404afcf2b928268b6add1a34a
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 5 12:30:02 2021 +0200

    attr plugins are not passed as argument on instance creation

commit ed61da911b354a95a3d30068cbdafb6d431defb7
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 5 11:55:44 2021 +0200

    use direct access on instance to access data

commit e32dc2d8788df8ec77b5f272fd314a9a5cc7ff49
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 5 11:48:59 2021 +0200

    added string representation of instance

commit 03deba3ae059492dd6712b053012436f60be6c12
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 5 11:43:01 2021 +0200

    added some docstrings

commit 741c0d211498436030322531178d7dc8d59b126d
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 5 11:39:53 2021 +0200

    CreatedInstance is dictionary like object that validates changes of data

commit ab0ea46f8930cfe791735c6f72a8d41b5cfe48a4
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 5 11:39:27 2021 +0200

    changed version handling

commit 6114f6aff197ccc03a695e25afe592f9bad3ba48
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Tue Oct 5 10:50:29 2021 +0200

    changed families and subset names on instances

commit 8864e047acaebb68c3aa7bc855ff84640364c666
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 4 11:58:50 2021 +0200

    creators have new attribute identifier replacing family as identifier which affected almost everything in current code

commit 9eda0ff7973f5b35c18f6594b35bf14107ffa13f
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Mon Oct 4 11:27:30 2021 +0200

    fix autocreator

commit 56028e2dbe6d4af2248190a11d43ce38a6dc3e50
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 1 19:45:54 2021 +0200

    added context manager ignore_added_instances

commit 3950b499b014a54845b701779f8fde90945ed59b
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 1 19:45:35 2021 +0200

    simplified creators

commit 42055ce0bf1e78b9f3567393643ea14845b252a3
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 1 19:33:40 2021 +0200

    trigger validate_instances_context

commit 6cf55ef876927f2501e35865e24baeb1671a84fa
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 1 19:33:27 2021 +0200

    don't reset instances just trigger callback

commit 93593788c171201881e2ee138ec4c96989543bc9
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 1 19:33:10 2021 +0200

    removed unused variable

commit a1ec6c0aab51289e099d2409736fc17db6631aee
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 1 19:32:57 2021 +0200

    added method for removed instances and change name of `add_instance` to `creator_adds_instance`

commit f3115b85e315209122043e85abb1c674d7a26f2e
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 1 19:32:32 2021 +0200

    validation is public method

commit c65eef9c53b96513461bdc7ce16d4caca78227db
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 1 19:32:01 2021 +0200

    added creator_identifier to instances.json

commit d15240d2a3d5fce5a0d53f3c90cec3abe325732e
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 1 19:30:48 2021 +0200

    implemented helper private methods for creators

commit 3e8c97e9d622b94922b68698e3a6705c8f33989d
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 1 19:13:59 2021 +0200

    moved python 2 compatibility to openpype.lib

commit 1457d2874e0ce518c034166319b2f940b9409452
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 1 18:59:36 2021 +0200

    removed unused AutoCreationSkipped

commit 3aa66f97c1e633aa025ba9dcf6e5f0ebbb5e2752
Author: iLLiCiTiT <jakub.trllo@gmail.com>
Date:   Fri Oct 1 18:58:59 2021 +0200

    removed responsibility for listin…
@mkolar mkolar deleted the bugfix/OP-1829_Photoshop-Seems-to-not-launch-on-MacOs branch January 6, 2022 16:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
host: Photoshop type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants