Roy Nieterau
|
987d358a9a
|
Fix more typos
|
2024-06-25 16:05:36 +02:00 |
|
Roy Nieterau
|
463b37d5a7
|
Remove usage of Union in favor of Optional.
This could also be `dict[str, Any] | None` but my IDE still displayed that as `Optional[dict[str, Any]]` so I guess this is just as fine.
|
2024-06-25 16:04:19 +02:00 |
|
Roy Nieterau
|
37d88559a9
|
Cosmetic
|
2024-06-25 16:02:01 +02:00 |
|
Roy Nieterau
|
3c23524944
|
Also use Py3.9+ list type hint but ensure backwards compatibility by putting into a string
|
2024-06-25 15:58:28 +02:00 |
|
Roy Nieterau
|
4ecbccbcfa
|
Make dict type hint lowercase throughout the file
|
2024-06-25 15:56:34 +02:00 |
|
Roy Nieterau
|
cc8ec32831
|
Merge branch 'develop' of https://github.com/ynput/ayon-core into enhancement/create_context_typing
|
2024-06-25 15:51:19 +02:00 |
|
Roy Nieterau
|
c192d1cebe
|
Merge branch 'enhancement/creator_plugins_fix_typing' into enhancement/create_context_typing
# Conflicts:
# client/ayon_core/pipeline/create/creator_plugins.py
|
2024-06-25 15:51:08 +02:00 |
|
Roy Nieterau
|
8fafba1bf8
|
Merge pull request #693 from BigRoy/chore/houdini_remove_unused_create_remote_publish
Houdini: Remove unused "remote publish" workflow for Houdini
|
2024-06-25 12:00:34 +02:00 |
|
Roy Nieterau
|
ee0d3c91e2
|
Bump Houdini addon version
|
2024-06-25 11:45:03 +02:00 |
|
Roy Nieterau
|
ea647c060b
|
Merge branch 'develop' of https://github.com/ynput/ayon-core into chore/houdini_remove_unused_create_remote_publish
|
2024-06-25 11:44:21 +02:00 |
|
Jakub Trllo
|
e76ad2faa8
|
Merge pull request #690 from ynput/feature/AY-5635_Action-to-update-to-latest-approved-version
Scene Inventory: Action to update to latest approved version
|
2024-06-25 11:40:32 +02:00 |
|
Jakub Trllo
|
01f43d4551
|
Merge branch 'develop' into feature/AY-5635_Action-to-update-to-latest-approved-version
|
2024-06-25 11:38:33 +02:00 |
|
Jakub Trllo
|
6d07fd2235
|
Merge pull request #683 from BigRoy/chore/houdini_remove_legacy_creator
Houdini: Remove the legacy creator from before new publisher UI
|
2024-06-25 11:11:10 +02:00 |
|
Jakub Trllo
|
719f871dce
|
Merge branch 'develop' into chore/houdini_remove_legacy_creator
|
2024-06-25 11:10:35 +02:00 |
|
Roy Nieterau
|
2383274cbc
|
Add type hint
|
2024-06-25 10:27:04 +02:00 |
|
Roy Nieterau
|
9486ab5ec4
|
Fix grammar
|
2024-06-25 10:23:34 +02:00 |
|
Roy Nieterau
|
739bd21642
|
Fix typo removement -> removal
|
2024-06-25 10:23:11 +02:00 |
|
Roy Nieterau
|
6eeb0495ec
|
Update List to list type hints (newer style)
|
2024-06-25 10:22:43 +02:00 |
|
Roy Nieterau
|
7d9d9a5218
|
Fix imports for type hints
|
2024-06-25 10:21:53 +02:00 |
|
Roy Nieterau
|
20aa98912c
|
Fix docstring argument
|
2024-06-25 10:19:09 +02:00 |
|
Roy Nieterau
|
4583a44777
|
Remove unused "remote publish" workflow for Houdini
This likely was once a 'straight' copy from `colorbleed` codebase back in the Avalon-era.
|
2024-06-24 22:56:33 +02:00 |
|
Jakub Trllo
|
403442b281
|
fix color of loaded version
|
2024-06-24 18:20:40 +02:00 |
|
Jakub Trllo
|
47fafbdc05
|
fix logic of action discovery
|
2024-06-24 18:15:04 +02:00 |
|
Jakub Trllo
|
b710af2662
|
removed 'Literal'
|
2024-06-24 18:00:54 +02:00 |
|
Jakub Trllo
|
db3f5c60c6
|
implemented logic to update to latest approved
|
2024-06-24 17:38:18 +02:00 |
|
tatiana-ynput
|
3446d08bed
|
Merge pull request #456 from ynput/enhancement/AY-1064_Houdini-Support-HDA-publishing-from-non-object-level
Houdini: support hda publishing from non object level and other enhancements
|
2024-06-24 17:33:03 +02:00 |
|
Jakub Trllo
|
14fc4ae187
|
added 'is_last_approved' attribute to 'VersionItem'
|
2024-06-24 17:32:21 +02:00 |
|
Jakub Trllo
|
386a627abe
|
Added helper classes and hints for state
|
2024-06-24 17:31:58 +02:00 |
|
Jakub Trllo
|
34bdab72ee
|
Don't use six to define ABC class
|
2024-06-24 17:29:16 +02:00 |
|
Mustafa Taher
|
bf65db154f
|
Merge branch 'develop' into enhancement/AY-1064_Houdini-Support-HDA-publishing-from-non-object-level
|
2024-06-24 17:28:36 +03:00 |
|
Roy Nieterau
|
cb80c8fa1a
|
Bump addon version
|
2024-06-24 15:44:19 +02:00 |
|
Roy Nieterau
|
d7cd8aecbf
|
Merge branch 'develop' of https://github.com/ynput/ayon-core into chore/houdini_remove_legacy_creator
|
2024-06-24 15:43:38 +02:00 |
|
Roy Nieterau
|
49b12cc887
|
Merge branch 'chore/houdini_remove_legacy_creator' of https://github.com/BigRoy/ayon-core into chore/houdini_remove_legacy_creator
|
2024-06-24 15:43:32 +02:00 |
|
Roy Nieterau
|
016ad0e029
|
Bump addon version
|
2024-06-24 15:43:13 +02:00 |
|
Kayla Man
|
0086d1e27d
|
Merge pull request #674 from ynput/enhancement/AY-5184_publish-setdress-without-textures
Maya: add option to stripe shader assignment for setdress family
|
2024-06-24 21:38:40 +08:00 |
|
Kayla Man
|
4fd4ab2d01
|
Merge branch 'develop' into enhancement/AY-5184_publish-setdress-without-textures
|
2024-06-24 21:37:16 +08:00 |
|
Jakub Trllo
|
173322f4b6
|
Merge pull request #688 from BigRoy/chore/docstring_fix_quotes
Cosmetics (fix docstring triple quotes)
|
2024-06-24 14:57:21 +02:00 |
|
Roy Nieterau
|
e342f9fe0d
|
Revert changes to vendorized files
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
|
2024-06-24 14:49:23 +02:00 |
|
Roy Nieterau
|
28dede482f
|
Update server_addon/aftereffects/client/ayon_aftereffects/api/workfile_template_builder.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
|
2024-06-24 14:37:48 +02:00 |
|
Kayla Man
|
e0a1d0df9e
|
resolve conflict
|
2024-06-24 20:00:34 +08:00 |
|
Roy Nieterau
|
059d04b108
|
Merge branch 'develop' into chore/houdini_remove_legacy_creator
|
2024-06-24 12:38:16 +02:00 |
|
Roy Nieterau
|
0c863b5344
|
Merge branch 'develop' into chore/docstring_fix_quotes
|
2024-06-24 12:38:05 +02:00 |
|
Roy Nieterau
|
201d365899
|
Cosmetics (fix docstring triple quotes)
|
2024-06-24 12:31:29 +02:00 |
|
Jakub Trllo
|
12a6464d73
|
Merge pull request #684 from BigRoy/chore/maya_remove_legacy_creator
Maya: Remove the legacy creator from before new publisher UI
|
2024-06-24 11:39:21 +02:00 |
|
Jakub Trllo
|
436f7ce5f0
|
Merge branch 'develop' into chore/maya_remove_legacy_creator
|
2024-06-24 11:38:52 +02:00 |
|
Kayla Man
|
2e0335be67
|
Merge pull request #681 from BigRoy/chore/houdini_remove_mantraifd_product
Houdini: Remove `Mantra IFD` product
|
2024-06-24 17:29:10 +08:00 |
|
Roy Nieterau
|
7daf688533
|
Bump houdini addon version
|
2024-06-24 11:28:20 +02:00 |
|
Roy Nieterau
|
0ff31a5071
|
Merge branch 'develop' of https://github.com/ynput/ayon-core into chore/houdini_remove_mantraifd_product
# Conflicts:
# server_addon/houdini/client/ayon_houdini/plugins/publish/collect_frames.py
|
2024-06-24 11:27:37 +02:00 |
|
Roy Nieterau
|
79ccd66594
|
Cosmetics
|
2024-06-24 11:25:39 +02:00 |
|
Roy Nieterau
|
48a9077acb
|
Bump Maya addon version
|
2024-06-24 11:24:39 +02:00 |
|