Petr Kalis
663538ceff
Merge develop
2022-12-12 10:27:40 +01:00
Kayla Man
b52018fc62
resolve conflicts
2022-12-09 19:21:17 +08:00
Petr Kalis
98f45c24a6
OP-4504 - Hound
2022-12-07 18:02:54 +01:00
Petr Kalis
a1f85d3978
OP-4504 - use always stagingDir from instance instead of repre
...
Representation stagingDir might be in temporary folders (for thumbnails etc.), use value from instance as a backup instead.
2022-12-07 17:57:10 +01:00
Petr Kalis
726c8f2cc1
OP-4504 - fix resolving of originalDirname
...
If instance has originalDirname collected, all repres should use this as a target folder (that allows copying transient items from temporary folders into folder where source item comes from).
2022-12-07 17:51:41 +01:00
Petr Kalis
cccd9c61dd
OP-4504 - logging message is wrong as it is called on instances also
2022-12-07 12:34:26 +01:00
Petr Kalis
0a12a42460
OP-4504 - use existing method to check if path in project
2022-12-07 12:29:44 +01:00
Petr Kalis
3fabd516ea
OP-4504 - weird unpacking not necessary
2022-12-07 12:25:16 +01:00
Petr Kalis
c9496bcfe3
OP-4504 - change boolean test to validation with exception
...
It actually shouldn't allow to publish into non project folder (like artists own c:/ drive).
2022-12-07 12:22:53 +01:00
Petr Kalis
c208a82fb1
Merge remote-tracking branch 'origin/bugfix/integrate_thumbnail_source' into feature/OP-4504_Publishing-Register-publishes-without-copying-them
2022-12-06 15:23:14 +01:00
Jakub Trllo
608afc3546
move unpublished representations logic to separated method
2022-12-06 15:19:04 +01:00
Jakub Trllo
aa704b40ea
change order of thumbnail path resolving
2022-12-06 15:14:52 +01:00
Jakub Trllo
21411d5062
store thumbnail path to instance data
2022-12-06 15:14:32 +01:00
Petr Kalis
ea27412106
Merge remote-tracking branch 'origin/bugfix/integrate_thumbnail_source' into feature/OP-4504_Publishing-Register-publishes-without-copying-them
2022-12-06 15:08:15 +01:00
Petr Kalis
d1ee451b9a
OP-4504 - update logging
2022-12-06 15:06:21 +01:00
Jakub Trllo
63b47efc51
integrate thumbnail looks for thumbnail to multiple places
2022-12-06 15:02:03 +01:00
Petr Kalis
d971f9e947
OP-4504 - merge develop
2022-12-06 12:54:32 +01:00
Jakub Trllo
6e520f564b
removed redundant line
2022-12-06 09:52:36 +01:00
Jakub Trllo
e6585be677
fix missing method
2022-12-05 19:35:03 +01:00
Jakub Trllo
1f05a39522
use comment from instance where possible
2022-12-05 19:31:09 +01:00
Jakub Trllo
fd5ac3be1b
added settings for the attribute collector
2022-12-05 19:29:01 +01:00
Jakub Trllo
f7f5019401
CollectComment plugin also store comment on each instance
2022-12-05 19:25:14 +01:00
Jakub Trllo
0151540fdd
added collector which can add comment per instance
2022-12-05 19:24:56 +01:00
Jakub Jezek
62e5e71915
Merge branch 'develop' into feature/OP-3437_CelAction-conversion-to-op3
2022-12-05 13:38:51 +01:00
Jakub Trllo
6d3890081f
Merge pull request #4152 from pypeclub/bugfix/no_handles_extract_review_with_sequence_input
...
General: Extract review handle start offset of sequences
2022-12-02 16:51:38 +01:00
Petr Kalis
af3ebebb26
OP-4504 - Hound
2022-12-02 14:47:01 +01:00
Petr Kalis
b67c8e28a9
OP-4504 - cleanup of logic
2022-12-01 19:16:39 +01:00
Petr Kalis
1106f8cf5a
OP-4504 - check for None
2022-12-01 18:38:24 +01:00
Petr Kalis
9c381b4b51
OP-4504 - added logic for originalDirname into integrate
...
Adding originalDirname to all hosts could be an ordeal, adding logic here is simpler, but might not be best solution.
2022-12-01 18:37:47 +01:00
Petr Kalis
232743854e
OP-4504 - moved path parsing to global plugin
...
CollectSources should run on all hosts whenever some output is expected. It seems to be best location to put parsing of source file, unless we want to create completely new separate plugin.
2022-12-01 15:59:42 +01:00
Petr Kalis
0aa0080f11
OP-4504 - fixed check file in project folder
2022-12-01 15:36:33 +01:00
Jakub Jezek
4acbb9fa18
general: integrate skips transfere files in src == dst
2022-12-01 14:19:30 +01:00
Petr Kalis
3eb9672f88
Merge branch 'develop' of github.com:pypeclub/OpenPype into feature/OP-4504_Publishing-Register-publishes-without-copying-them
2022-12-01 13:17:13 +01:00
Petr Kalis
07ee68eea1
OP-4504 - added checks for not overwriting same file
...
Added check for publishing to project folder
2022-12-01 13:02:49 +01:00
Petr Kalis
5aed3f9bd8
OP-4504 - added originalDirname to data filling template
...
Will be used to fill 'source' (and 'online') template.
2022-12-01 13:01:54 +01:00
Jakub Trllo
42588daab5
unify formatting
2022-11-30 17:38:16 +01:00
Jakub Trllo
63eae39de5
moved few lines to make it more logical
2022-11-30 17:37:14 +01:00
Jakub Trllo
29b9603aab
change start_number if input is sequence instead of adding -ss
2022-11-30 17:26:42 +01:00
Jakub Trllo
4a9b214d8d
fix sync of asset docs on instances
2022-11-25 12:12:58 +01:00
Jakub Trllo
d7e6b030fe
refactore extract hierarchy plugin
2022-11-25 11:55:21 +01:00
Jakub Trllo
eb686c8065
Merge pull request #4117 from pypeclub/bugfix/wrong_variable_check
...
General: Fix variable check in collect anatomy instance data
2022-11-23 11:44:43 +01:00
Kayla Man
302c5fe214
create and publish bb-geometry
2022-11-22 18:52:26 +08:00
Ondřej Samohel
e8ce60fd2d
Merge pull request #4093 from pypeclub/enhancement/online-family
...
Online family for Tray Publisher
2022-11-21 12:06:55 +01:00
Petr Kalis
64e5af230a
OP-4394 - removed explicit lower from repre ext to not shadow upper case issue
...
Using lower here would hide possibly broken representation, as we would expect both repre["ext"] and repre["name"] be lowercased. In case the aren't review won't get created >> someone will notice and fix issues on source representation.
2022-11-18 12:54:50 +01:00
Petr Kalis
4b95ad6816
OP-4394 - use lowercased extension in ExtractReview
...
There might be uppercased extension sent in by accident (.PNG), which would make all checks against set of extension not work.
2022-11-16 15:57:30 +01:00
Jakub Trllo
017720d754
get "task" from context in anatomy context data
2022-11-16 14:43:19 +01:00
Jakub Trllo
910b7d7120
get "asset" and "task" from context
2022-11-16 14:43:19 +01:00
Jakub Trllo
f9732a8385
renamed 'CollectAvalonEntities' to 'CollectContextEntities'
2022-11-16 14:43:19 +01:00
Jakub Trllo
cf0cba1dba
fix variable check in collect anatomy instance data
2022-11-11 15:43:38 +01:00
Ondrej Samohel
9d304f07da
🎨 add family to integrator
2022-11-11 15:08:29 +01:00