Commit graph

622 commits

Author SHA1 Message Date
Kayla Man
27ee7d00f0
Merge branch 'develop' into enhancement/OP-7078_ValidateMeshHasUVs 2024-03-01 17:04:52 +08:00
Jakub Trllo
1457ec6111
Merge pull request #130 from ynput/enhancement/OP-8370_LoaderPlugin-update-expect-representation-context
Chore: Loader plugin expect representation context in methods
2024-02-29 17:40:58 +01:00
Kayla Man
1bdac65841 code clean up 2024-02-29 20:43:13 +08:00
Kayla Man
07e10beec9 Merge branch 'develop' into enhancement/OP-7078_ValidateMeshHasUVs 2024-02-29 20:37:53 +08:00
Kayla Man
c7ba4be69c code clean up with bigroy's comment 2024-02-29 20:37:23 +08:00
Jakub Trllo
dff383bced removed 'ProjectModel' and 'ProjectSortFilterProxy' from utils 2024-02-29 12:01:41 +01:00
Jakub Trllo
5e81191904 use 'AYONSettingsRegistry' for traypublisher registry 2024-02-29 12:01:13 +01:00
Jakub Trllo
28f1ab0fb5 use ayon projects model 2024-02-29 12:00:46 +01:00
Jakub Trllo
3b060d8abf added project roles to init 2024-02-29 11:59:21 +01:00
Jakub Trllo
8ca15394a3 implemented 'get_index_by_project_name' 2024-02-29 11:59:10 +01:00
Jakub Trllo
123d2b851c added some docstrings 2024-02-29 11:53:12 +01:00
Jakub Trllo
de498491ab Merge branch 'develop' into enhancement/publisher-using-hierarchy-model 2024-02-29 11:05:40 +01:00
Kayla Man
56f4f04d1c edit the code would pass only when the object is mesh type 2024-02-29 15:08:25 +08:00
Kayla Man
ae4093549a Merge branch 'develop' into enhancement/OP-7078_ValidateMeshHasUVs 2024-02-29 14:46:54 +08:00
iLLiCiTiT
dbab274833 use 'GoToCurrentButton' 2024-02-28 23:11:00 +01:00
Jakub Trllo
ffc4bf19e7 fix docstring of 'run_detached_process' 2024-02-28 18:36:04 +01:00
Jakub Trllo
9464b3739a fix collect comment 2024-02-28 18:02:22 +01:00
Jakub Trllo
7881ba253b Merge branch 'develop' into enhancement/publisher-using-hierarchy-model 2024-02-28 16:41:17 +01:00
Jakub Trllo
04180c7fb4 Merge branch 'develop' into enhancement/OP-8370_LoaderPlugin-update-expect-representation-context 2024-02-28 16:40:57 +01:00
Jakub Trllo
bcda4aa985 reset hierarchy model and asset docs cache 2024-02-28 16:38:47 +01:00
Jakub Trllo
46846e0551 reset asset docs cache too 2024-02-28 16:37:03 +01:00
Jakub Trllo
ac33a8dd41 use hierarchy model to get task names 2024-02-28 16:34:12 +01:00
Jakub Trllo
4b901af4fc folders widget are deselectable 2024-02-28 16:28:50 +01:00
Jakub Trllo
93ad1ad9a3 more folder naming 2024-02-28 16:23:22 +01:00
Jakub Trllo
284d395b01 rename 'AssetNameInput' and 'AssetNameInputButton' 2024-02-28 16:22:47 +01:00
Jakub Trllo
9b0dcce5a8 rename 'AssetNameInputWidget' to 'FolderPathInputWidget' 2024-02-28 16:21:51 +01:00
Jakub Trllo
9d4b98be45 moved tasks model around 2024-02-28 16:16:38 +01:00
Jakub Trllo
259983768c use folder naming in widgets 2024-02-28 16:11:38 +01:00
Jakub Trllo
de2f48ff54 fixed change of context on existing instances 2024-02-28 16:05:03 +01:00
Jakub Trllo
4044feb988 validation of folder paths happens in controller 2024-02-28 15:54:04 +01:00
Jakub Trllo
c75c9d8d70 create context selection is using hierarchy model 2024-02-28 15:15:18 +01:00
Jakub Trllo
1027a41e8a fix path calculated from hierarchy item 2024-02-28 15:14:46 +01:00
Jakub Trllo
f92de3c351 fix typo in onilne 2024-02-28 14:59:08 +01:00
Jakub Trllo
ef1d3ada61 fix typo in 'project_doc' 2024-02-28 14:59:01 +01:00
Jakub Trllo
4a4dde620b Merge branch 'develop' into enhancement/publisher-using-hierarchy-model
# Conflicts:
#	client/ayon_core/tools/publisher/control.py
#	client/ayon_core/tools/publisher/control_qt.py
2024-02-28 14:32:42 +01:00
Jakub Trllo
175185d177 initial commit 2024-02-28 14:30:59 +01:00
Jakub Trllo
65865c2e8f added more public functions to folder/task widgets 2024-02-28 14:29:31 +01:00
Jakub Trllo
7c81a52623 task type is stored to Qt model item 2024-02-28 14:29:04 +01:00
Jakub Trllo
e5ab9a78cb hierarchy model can return FolderItem by path 2024-02-28 14:28:31 +01:00
Jakub Trllo
5cfe10d944 Merge branch 'develop' into enhancement/OP-8370_LoaderPlugin-update-expect-representation-context
# Conflicts:
#	client/ayon_core/hosts/harmony/plugins/load/load_palette.py
#	client/ayon_core/hosts/maya/api/plugin.py
#	client/ayon_core/hosts/maya/plugins/load/load_image_plane.py
2024-02-28 13:45:05 +01:00
Kayla Man
0e35253bde add a check on non-mesh objects in the validator 2024-02-28 20:44:33 +08:00
Jakub Trllo
69d9254c46
Merge pull request #122 from ynput/enhancement/OP-8202_Remove-system_settings
Chore: Remove system settings concept
2024-02-28 13:41:45 +01:00
Jakub Trllo
2a0f68aa01
Merge pull request #113 from ynput/enhancement/OP-8264_Use-productName-n-productType
Chore: Product name and type
2024-02-28 13:40:57 +01:00
Kayla Man
d98c055a04 some tweaks on codes 2024-02-28 20:14:43 +08:00
Jakub Trllo
e567c2d05b
Merge pull request #118 from ynput/enhancement/OP-6968_Invert-the-logic-of-Skip-Opening-of-Last-Workfile
Launcher: Invert the logic of skip opening of last workfile - OP-6968
2024-02-28 12:27:42 +01:00
Jakub Trllo
d85b4ee90e change AYON prefix in houdini 2024-02-28 11:45:01 +01:00
Petr Kalis
7356863734
Merge pull request #101 from ynput/feature/OP-7700_OpenRV-AYON-Addon
OpenRV: adding Applications
2024-02-28 11:36:26 +01:00
Kayla Man
16b28fe3bd tweak docstring 2024-02-28 17:54:19 +08:00
Jakub Trllo
6c945b751b Merge branch 'develop' into enhancement/OP-8264_Use-productName-n-productType 2024-02-28 10:05:25 +01:00
Libor Batek
0d81ab2ecf
Merge branch 'develop' into enhancement/OP-7078_ValidateMeshHasUVs 2024-02-28 10:03:28 +01:00