Commit graph

30363 commits

Author SHA1 Message Date
Petr Kalis
ddb227bd95 Remove unfinished file 2023-05-10 17:25:13 +02:00
Petr Kalis
540981da6a Clean up 2023-05-10 17:19:33 +02:00
Petr Kalis
b001266775 Clean up 2023-05-10 17:14:25 +02:00
Petr Kalis
0a6fd30d03 Remove unneeded import 2023-05-10 16:40:57 +02:00
Petr Kalis
a10bf73c72 Fix batching of publish job 2023-05-10 16:40:28 +02:00
Petr Kalis
0ad2e216d4 Add logging to log file 2023-05-10 16:39:58 +02:00
Petr Kalis
edcc1cc5f3 Fix content of metadata file
Must contain metadata useful for publish not only properties of RR job.
2023-05-10 16:39:17 +02:00
Petr Kalis
449157fd73 Fix executable placeholder 2023-05-10 16:37:22 +02:00
Petr Kalis
ddf0b3b3ec Added RequiredMemory
Without it default (4GB) is used.
2023-05-10 11:38:52 +02:00
Petr Kalis
07139db41c Implemented waiting on job id 2023-05-10 11:37:58 +02:00
Petr Kalis
97043fe310 Use absolute path instead of rootless
Rootless path will result jobs won't show up in rrControl.
2023-05-09 18:47:16 +02:00
Petr Kalis
45894da8dc Fix frame placeholder
Without it RR won't find rendered files.
2023-05-09 18:46:10 +02:00
Petr Kalis
d8e8e10806 Remove unwanted logging code 2023-05-09 16:38:40 +02:00
Petr Kalis
8858c0c0da Get proper rrPathName
Instance could be picked non-deterministically, without rrPathName value.
2023-05-05 14:09:13 +02:00
Petr Kalis
4e455ead31 Instance data might not contain "publish" key
In that case publish is implicit, more likely it will be set explicitly to False than not existing at all.
2023-05-05 13:37:55 +02:00
Petr Kalis
ac02eac861 Small fixes 2023-05-04 15:32:48 +02:00
Petr Kalis
c8451d1429 Fix copy
Not sure if it shouldn't be deepcopy, but that doesn't work as something cannot be pickled.
2023-05-04 15:26:57 +02:00
Petr Kalis
050c11ee2b Fix adding 2023-05-04 14:57:53 +02:00
Petr Kalis
b18e6ad431 Proper serialization
Without it json would complain.
2023-05-04 14:50:42 +02:00
Petr Kalis
cace4f2377 Used correct function 2023-05-04 14:09:50 +02:00
Petr Kalis
9a95fac77c Changed to use os env OPENPYPE_VERSION
get_OpenpypeVersion() returns None in hosts(or at least in Nuke)
2023-05-04 14:03:13 +02:00
Petr Kalis
3bbab4511f Removed usage of legacy_io 2023-05-04 14:01:58 +02:00
Petr Kalis
dded3e1369 Added missing variables 2023-05-04 14:01:11 +02:00
Petr Kalis
fb06a2e681 Extracted create_metadata_path 2023-05-04 13:04:21 +02:00
Petr Kalis
1b4f452301 Extracted prepare_representations
Various fixes.
WIP
2023-05-03 19:23:58 +02:00
Petr Kalis
c284908cb4 Fix attr.s for Python2 2023-05-03 18:48:36 +02:00
Petr Kalis
87eb1edf89 Fix wrong method 2023-05-03 18:40:47 +02:00
Petr Kalis
79132763ab Fix typo, wrong parentheses 2023-05-03 18:39:29 +02:00
Petr Kalis
266d34bebb Fix querying anatomy
Should be from context, not on instance anymore.
2023-05-03 18:38:55 +02:00
Petr Kalis
7fe4820bec Renamed file
Original name collided in Nuke (Python2).
2023-05-03 18:37:49 +02:00
Petr Kalis
ddab9240a1 Extract iter_expected_files 2023-05-03 18:35:22 +02:00
Petr Kalis
806b9250c8 Fix wrong family
'rendering' is obsolete
2023-05-03 18:32:46 +02:00
Ondrej Samohel
1f0572aaa0
♻️ refactor deadline code to make use of abstracted code 2023-04-28 18:37:56 +02:00
Ondrej Samohel
92bb47ed23
🎨 add nuke job creator 2023-04-28 18:37:26 +02:00
Ondrej Samohel
3a9109422d
🎨 update code from upstream 2023-04-28 15:17:47 +02:00
Ondrej Samohel
2e2aaaebaf
Merge remote-tracking branch 'origin/develop' into feature/OP-3933_RR-support 2023-04-28 15:12:37 +02:00
Jakub Trllo
4107874eb9
Project packager: Backup and restore can store only database (#4879)
* added helper functions to client mongo api

* pack and unpack project functions can work without project files

* added flag argument to pack project command to zip only project files

* unpack project has also only project argument

* Fix extractions
2023-04-27 23:41:00 +02:00
ynbot
dc527e3c5e
[Automated] Merged main into develop 2023-04-26 05:25:49 +02:00
Ynbot
a724bd1c77 [Automated] Bump version 2023-04-26 03:25:35 +00:00
ynbot
d1685dbf4e
[Automated] Merged develop into main 2023-04-26 05:24:54 +02:00
Jakub Trllo
38347ece5a
Publisher: Small style changes (#4894)
* border hover has color without alpha

* changed border radius to 0.2em

* removed border from scroll area

* variant hint button has 0.5em width

* inputs in attribute definitions have smaller padding

* label is shown only to value inputs and added tooltips

* change spacing for attribute befinitions

* align labels to right

* implemented 'ComboBox' which ignores wheel events and has styled delegate

* PixmalLabel has minimum sizeHint

* cards are smaller

* renamed 'Options' to 'Context'

* implemented active state changes in card view

* set object name of main window to "PublishWindow"

* plugin don't have to pass 'title' to an error

* fix PySide6 support for custom keysequences

* check for exact match for all bindings

* added validation of exact match for save shortcut
2023-04-25 10:37:49 +02:00
Roy Nieterau
4ed1c1f65d
Enhancement: Fix PySide 6.5 support for loader (#4900)
* Reverse inheritance order to avoid PySide6.5 bug `PYSIDE-2294` & `PYSIDE-2304`

* Fix PySide6 support
2023-04-25 10:29:12 +02:00
Ynbot
0567701ddb chore(): update bug report / version 2023-04-25 06:32:26 +00:00
Jakub Jezek
0ef59fcb39
adding ci user and email 2023-04-25 08:18:46 +02:00
Roy Nieterau
5595762164
Fusion: Simplify creator icons code (#4899)
* Simplify setting creator icons

* Use font-awesome 5 explicitly
2023-04-24 17:47:33 +02:00
ynbot
2133a96b20
[Automated] Merged release main into develop 2023-04-24 17:42:33 +02:00
Ynbot
afa3f563e4 [Automated] Release 2023-04-24 15:41:57 +00:00
ynbot
9b4ad20dfd
[Automated] Merged develop into main 2023-04-24 17:41:41 +02:00
64qam
d85553bf18
Merge pull request #4897 from ynput/bugfix/nuke-prerender-review
Nuke: Pre-render and missing review flag on instance causing crash
2023-04-24 17:38:33 +02:00
Jakub Trllo
ebcd48d138
Publisher: Keep track about current context and fix context selection widget (#4892)
* keep track about last context so it can be updated on context change

* don't use '_asset_name' attribute for validation of selected asset

* use current context after publisher window close
2023-04-24 17:36:26 +02:00