Jakub Jezek
0ff8c36422
Merge branch 'bugfix/publisher_python_2_signal_type_issues' into feature/OP-3845_nuke-convert-to-new-publisher
2022-12-16 10:35:19 +01:00
Jakub Jezek
24598ca516
Merge branch 'bugfix/event_argspec_in_python_2' into feature/OP-3845_nuke-convert-to-new-publisher
2022-12-15 10:46:03 +01:00
Petr Kalis
ec3e046998
OP-4465 - revert deleted filters
...
families and hosts here are meant for Pyblish filtering, they should stay here for now.
2022-12-12 18:30:55 +01:00
Petr Kalis
3296ac68ef
OP-4465 - extract burnin is triggered by profiles in Settings
...
Cleaned up obsolete methods
2022-12-12 17:41:51 +01:00
Kayla Man
b52018fc62
resolve conflicts
2022-12-09 19:21:17 +08:00
Petr Kalis
492e5bbd03
Merge develop
2022-12-08 11:21:38 +01:00
Jakub Trllo
a99c4a8588
Merge pull request #4110 from pypeclub/feature/collect_audio_speed_enhancement
...
General: Collection Audio speed up
2022-12-06 17:25:14 +01:00
Jakub Trllo
2c55ee55c2
remove source and destination check from integrate
2022-12-06 16:09:54 +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
Jakub Trllo
63b47efc51
integrate thumbnail looks for thumbnail to multiple places
2022-12-06 15:02:03 +01:00
Jakub Trllo
ad1380541f
fix fields query
2022-12-06 10:17:03 +01:00
Jakub Trllo
fffe1162b0
fix import
2022-12-06 10:00:16 +01:00
Jakub Trllo
2c36e10f6c
Merge branch 'develop' into feature/collect_audio_speed_enhancement
2022-12-06 09:58:44 +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
7959bfb958
Merge branch 'release/3.15.x' into feature/OP-3426_Add-support-for-Deadline-for-automatic-tests
2022-12-02 15:35:00 +01:00
Jakub Jezek
4acbb9fa18
general: integrate skips transfere files in src == dst
2022-12-01 14:19:30 +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
Jakub Trllo
64a1e55170
enhance speed of collect audio by converting it to context plugin
2022-11-18 15:59:58 +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
Petr Kalis
11516f5057
Merge branch 'develop' of github.com:pypeclub/OpenPype into feature/OP-3426_Add-support-for-Deadline-for-automatic-tests
2022-11-14 17:36:44 +01:00
Petr Kalis
1114c86f15
Merge branch 'develop' of github.com:pypeclub/OpenPype into feature/OP-3426_Add-support-for-Deadline-for-automatic-tests
2022-11-11 16:39:59 +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
Jakub Trllo
91937c6c28
get "task" from context in anatomy context data
2022-11-10 19:00:27 +01:00
Jakub Trllo
292e8d45c4
get "asset" and "task" from context
2022-11-10 18:53:34 +01:00
Jakub Trllo
8d467b1a96
renamed 'CollectAvalonEntities' to 'CollectContextEntities'
2022-11-10 18:52:59 +01:00
Petr Kalis
7b10f4d009
OP-3426 - fix - create context if not injected
...
create_context gets injected from Publisher, for automatic testing it is not.
DCC shouldnt have separate plugins to collect instances, they should come from Publisher/this plugin.
2022-11-08 16:39:58 +01:00
Jakub Trllo
3a6a6c3214
Merge pull request #4064 from pypeclub/feature/OP-4353_extract-review-single-frame-output
...
General: Extract review single frame output
2022-11-07 17:09:16 +01:00
Petr Kalis
66bea60bdd
OP-3426 - refactor - replaced check of env var with function
...
It would be better to modify single function if necessary.
2022-11-07 11:40:15 +01:00
Petr Kalis
90bc39b4d4
Merge branch 'develop' of github.com:pypeclub/OpenPype into feature/OP-3426_Add-support-for-Deadline-for-automatic-tests
2022-11-07 10:53:46 +01:00