Commit graph

28880 commits

Author SHA1 Message Date
Jacob Danell
ef698b4afa Fixed 1 extra frame at frameEnd
Same as #4466
2023-03-03 16:49:11 +01:00
Jacob Danell
1045ee0c1e Check if asset_doc exist before processing it 2023-03-03 16:49:11 +01:00
Jacob Danell
7e6c47967f Get episode_id using get() as ep_id might not always exist 2023-03-03 16:49:11 +01:00
Jacob Danell
793af30caa Changed AssertionError to ValueError 2023-03-03 16:49:11 +01:00
Jacob Danell
290709705e Changed logging from f-string to .format() 2023-03-03 16:49:11 +01:00
Jacob Danell
8652dab478 Fixed 'instance' code 2023-03-03 16:49:11 +01:00
Jacob Danell
4bc67437b6 Fixed line too long and too many '#' for comments 2023-03-03 16:49:11 +01:00
Jacob Danell
c44c5c9ddb Get asset and task names from instance only 2023-03-03 16:49:11 +01:00
Jacob Danell
47caa76030 Updated Kitsu Sync module to fully work with all events
Manually tried all events, added logging for events and cleaned up the code some.
2023-03-03 16:49:11 +01:00
Jacob Danell
bb61d43c27 Shortened length of line 141 2023-03-03 16:49:11 +01:00
Jacob Danell
dc2b519fd5 Fixed hound-bots comments 2023-03-03 16:49:11 +01:00
Jacob Danell
62c111e948 Add kitsureview to default burnin tags 2023-03-03 16:49:11 +01:00
Jacob Danell
72270005ed Update Kitsu plugin to work without assetEntry 2023-03-03 16:49:11 +01:00
Jacob Danell
27c8a1f360 Fixed so correct review file gets uploaded to Kitsu 2023-03-03 16:49:11 +01:00
Jacob Danell
785825751a Add render to families to make sure a task exists to process 2023-03-03 16:49:11 +01:00
Jacob Danell
5dee2b8ff6 Add missing attributes to each asset
Without them, Tray Publisher errors out.
2023-03-03 16:49:11 +01:00
Jacob Danell
3b4cdb13db Add parents key to assets and shots
Without this you can't open the project in Tray Publisher
2023-03-03 16:49:11 +01:00
Jacob Danell
a005d10829 Add Resolution and Pixel Aspect to each item
Without this info eg. Fusion would throw an error and stop working.
2023-03-03 16:49:11 +01:00
Jacob Danell
9795e7c910 Populate items with correct data from Kitsu or project defaults
If data doesn't exist in Kitsu, use Projects default data.
2023-03-03 16:49:11 +01:00
Jacob Danell
76273b7376 lowercase URL path to match in Kitsu
Without this fix the menu-dropdown wouldn't show the correct current page in Kitsu
2023-03-03 16:49:11 +01:00
Jacob Danell
6f0cd7fc2f add visualParent None to Shots and Assets
Without this, tray-publisher throws  an error and stops working.
2023-03-03 16:49:11 +01:00
Toke Stuart Jepsen
f2311c6866 Fixes
- missing platform extraction from settings
- map function should be list comprehension
- code cosmetics
2023-03-03 16:35:49 +01:00
Jakub Ježek
a75c1bb172
Merge pull request #4519 from ynput/bugfix/OP-4932_Nuke-chunk-size-is-not-propagated-from-DL-setting-to-Nuke-Publisher
Nuke: creator farm attributes from deadline submit plugin settings
2023-03-03 12:13:43 +01:00
Jakub Ježek
9b32fc0414
Merge pull request #4543 from ynput/feature/OP-4754_Hiero-Collected-effectss-wrong-class
hiero: fix effect item node class
2023-03-03 12:12:37 +01:00
Toke Jepsen
ec7392433c
Maya: Validate missing instance attributes (#4559)
* Validate missing instance attributes.

* Plugins docs.
2023-03-02 18:24:41 +01:00
Toke Stuart Jepsen
63177ca7e9 Only mesh empty validator should fail. 2023-03-02 16:23:30 +01:00
Toke Stuart Jepsen
206bf55a49 Refactor len_flattened 2023-03-02 16:23:30 +01:00
Toke Stuart Jepsen
b61f1ed1df Validate against zero polygon mesh. 2023-03-02 16:23:30 +01:00
Toke Stuart Jepsen
6f5ba9ce2a Docs 2023-03-02 14:48:18 +01:00
Toke Stuart Jepsen
9117a0d632 Documentation 2023-03-02 14:48:18 +01:00
Toke Stuart Jepsen
d827ffa8fb Use publish pool for tile jobs. 2023-03-02 14:48:18 +01:00
Toke Stuart Jepsen
db98f65b43 Fix publish pool and secondary. 2023-03-02 14:48:18 +01:00
Toke Stuart Jepsen
7bbf560871 Backwards compatibility 2023-03-02 14:27:33 +01:00
Toke Stuart Jepsen
d33aa1cc7d Better error reports. 2023-03-02 14:27:33 +01:00
Toke Stuart Jepsen
db0a3554b6 Validate frame range on instance to asset.
- frame start
- frame end
- handle start
- handle end
2023-03-02 14:27:33 +01:00
Toke Stuart Jepsen
185623ff70 Set frame range with handles on review instance. 2023-03-02 14:27:33 +01:00
Jakub Ježek
74025f5d47
Merge pull request #4552 from tokejepsen/bugfix/deadline_submit_publish_job 2023-03-02 14:15:16 +01:00
Toke Stuart Jepsen
91685e3d1f Move AOV code to host agnostic. 2023-03-02 11:06:47 +00:00
Toke Stuart Jepsen
a3508b1412 Fix _get_representations 2023-03-02 08:18:47 +00:00
Toke Stuart Jepsen
4f94a4454a Only run Maya specific code in Maya. 2023-03-01 16:02:12 +00:00
Toke Jepsen
65e0273f1c Update openpype/hosts/maya/plugins/publish/validate_vrayproxy.py 2023-03-01 08:38:02 +01:00
Toke Stuart Jepsen
f4d22e6ac6 Options for VrayProxy output. 2023-03-01 08:38:02 +01:00
ynbot
3ce35938a8
[Automated] Merged main into develop 2023-03-01 04:32:24 +01:00
Ynbot
b29b53af20 [Automated] Bump version 2023-03-01 03:32:10 +00:00
ynbot
78e60fa301
[Automated] Merged develop into main 2023-03-01 04:31:18 +01:00
Petr Kalis
9f35ed2a63
Fix - store target_colorspace as new colorspace (#4544)
When transcoding into new colorspace, representation must carry this information instead original color space.
2023-02-28 16:33:18 +01:00
Petr Kalis
d68cc23d32 hardcode Poetry to 1.3.2 temporarily
New 1.4.0 breaks sphinxcontrib-applehelp. Change in poetry.lock would need new minor version.
2023-02-28 16:28:44 +01:00
Ondrej Samohel
477d2e2414 🐛 return AssetContainer to allow loading 2023-02-28 14:33:25 +01:00
Jakub Jezek
2bd4e5c3c9
hound comments 2023-02-28 14:11:01 +01:00
Jakub Jezek
9229ff9c0b
hiero: fix effect item node class 2023-02-28 13:58:01 +01:00