Jakub Trllo
5a4852703b
Merge branch 'develop' into release/3.15.x
2023-01-18 12:10:47 +01:00
Ondřej Samohel
0bfaf428de
✏️ fix typos
2023-01-16 17:40:38 +01:00
Petr Kalis
f854de4629
OP-4679 - revert back fallback
...
Availability of comment on instance has been resolved by bumping up order of CollectComment.
2023-01-11 15:06:03 +01:00
Petr Kalis
59e2bd2bdf
OP-4679 - updated logging
...
Printing what is actually missing is more helpful than only full data.
2023-01-10 18:17:15 +01:00
Petr Kalis
48d43f7fea
OP-4679 - check comment on context
...
Check for context must be preserved until old Pyblish is completely eradicated as comment could be filled after collection phase, therefore not caught by collector.
2023-01-10 18:16:31 +01:00
Jakub Trllo
078c5ffb5c
Merge branch 'develop' into release/3.15.x
2023-01-09 10:29:50 +01:00
Jakub Trllo
1c530c0cb4
skip ipaddress way to receive ip address
2023-01-06 18:09:17 +01:00
Jakub Trllo
e1edb76f73
use 'get_host_ip' on more places
2023-01-06 17:48:05 +01:00
Jakub Trllo
cd2324f07e
fix how host ip is received
2023-01-06 15:42:47 +01:00
Jakub Trllo
d3753fef31
Merge branch 'develop' into release/3.15.x
...
# Conflicts:
# openpype/hosts/aftereffects/api/pipeline.py
# openpype/hosts/photoshop/api/pipeline.py
# openpype/hosts/photoshop/plugins/create/create_legacy_image.py
# openpype/modules/deadline/plugins/publish/submit_publish_job.py
2022-12-16 12:09:01 +01:00
Jakub Trllo
a66e421fad
use qtpy in module tools
2022-12-13 17:46:43 +01:00
Ondřej Samohel
81f4369fcc
Merge pull request #4172 from 2-REC-forks/bugfix/various-minor-bugfixes
2022-12-09 15:12:02 +01:00
Petr Kalis
492e5bbd03
Merge develop
2022-12-08 11:21:38 +01:00
Jakub Trllo
1f05a39522
use comment from instance where possible
2022-12-05 19:31:09 +01:00
2-REC
7772ac7ea9
Added missing parenthesis
2022-12-05 15:58:37 +07:00
Jakub Trllo
5e6d64a3dd
Merge pull request #4129 from pypeclub/feature/OP-4503_Ftrack---integrate-ftrack-api-fails-to-transfer-componets
...
Ftrack: Reset session before instance processing
2022-12-01 16:18:27 +01:00
Jakub Trllo
15fa6f6f18
fix occational double parents issue
2022-12-01 14:53:00 +01:00
Jakub Trllo
7544771744
replace reset with configure locations
2022-12-01 13:29:18 +01:00
Jakub Trllo
5fbbef5486
Merge branch 'develop' into release/3.15.x
...
# Conflicts:
# openpype/hosts/photoshop/plugins/create/create_legacy_image.py
2022-11-24 11:58:27 +01:00
Jakub Trllo
f821337a8e
don't create and close existing connections
2022-11-23 18:56:17 +01:00
Jakub Trllo
484a77a3ad
integrate ftrack api always create new session for each instance processing
2022-11-23 18:11:37 +01:00
Jakub Trllo
5de422dea2
change how custom attributes are filled on entities and how entities are created
2022-11-23 16:38:04 +01:00
Jakub Trllo
36afd8aa7c
import to ftrack is not recursion based but queue based method
2022-11-23 16:36:21 +01:00
Jakub Trllo
a78ef54e56
query user at the start of import method instead of requerying it again
2022-11-23 16:35:02 +01:00
Jakub Trllo
5a0cc52732
implemented helper methods to query information we need from ftrack
2022-11-23 16:34:02 +01:00
Jakub Trllo
635c662a8c
raise known publish error if project in ftrack was not found
2022-11-23 16:32:04 +01:00
Jakub Trllo
c3b7e32695
skip turning on/off of autosync
2022-11-23 16:30:49 +01:00
Jakub Trllo
d076de0d07
add more information about where ftrack service is storing versions or where is looking for versions
2022-11-18 18:47:37 +01:00
Jakub Trllo
26ee6ade64
Merge branch 'develop' into release/3.15.x
2022-11-04 12:51:48 +01:00
Jakub Trllo
81017f90cf
added forgotten modules
2022-11-03 16:26:26 +01:00
Jakub Trllo
0818edb58b
Merge branch 'develop' into release/3.15.x
2022-11-01 14:02:48 +01:00
Jakub Trllo
c7579fe828
Merge pull request #4017 from pypeclub/feature/global_use_lib_functions_from_lib
...
General: Import lib functions from lib
2022-10-27 13:35:38 +02:00
Jakub Trllo
82ded66bd6
add thumbnal if there are not reviewables
2022-10-26 11:37:53 +02:00
Jakub Trllo
b5503372c0
fix docstring import
2022-10-21 15:34:57 +02:00
Jakub Trllo
fe0ab169f7
import 'ApplicationManager' from lib
2022-10-21 15:34:43 +02:00
Jakub Trllo
258acdfca1
Merge branch 'develop' into release/3.15.x
2022-10-20 15:11:40 +02:00
Petr Kalis
ca32556b11
Fix - tags might be missing on representation
2022-10-14 11:20:39 +02:00
Jakub Trllo
510326b92c
hack py2 ftrack api to store schema to user's directory instead of temp dir
2022-10-13 15:21:43 +02:00
Ondrej Samohel
d00d023f53
Merge remote-tracking branch 'origin/release/3.15.x' into feature/OP-3553_update-to-python-39
2022-10-13 12:59:53 +02:00
Jakub Trllo
04f3bc89ff
Merge pull request #3934 from pypeclub/feature/direct_settings_imports
...
General: Direct settings imports
2022-10-11 13:29:34 +02:00
Petr Kalis
1c7827aab0
Merge pull request #3908 from pypeclub/feature/OP-3938_Ftrack-image-review-instead-of-single-frame-video
...
Photoshop: create single frame image in Ftrack as review
2022-10-07 09:27:13 +02:00
Petr Kalis
7d82506f15
OP-3938 - refactor thumbnail logic
...
Thumbnail should be created only if there is a movie review.
2022-10-04 17:44:30 +02:00
Jakub Trllo
a3e795aa37
import setting functions from 'openpype.settings'
2022-10-04 11:51:52 +02:00
Jakub Trllo
79e6de15b5
import Logger from 'openpype.lib' instead of 'openpype.api'
2022-09-28 14:49:52 +02:00
Petr Kalis
233a0c0040
OP-3938 - Hound
2022-09-23 19:55:12 +02:00
Petr Kalis
50477a4543
OP-3938 - do not create component for not integrated thumbnails
2022-09-22 19:26:36 +02:00
Petr Kalis
57cc55b32d
OP-3938 - added metadata method for image representation
...
Different metadata are needed for video or image repre.
2022-09-22 15:22:58 +02:00
Jakub Trllo
4a5e0afbfe
Merge pull request #3820 from BigRoy/fix_mayaascii_family_name_defaults
...
Maya+Ftrack: Change typo in family name `mayaascii` -> `mayaAscii`
2022-09-13 16:23:59 +02:00
Roy Nieterau
1bc37ace46
Actually break loop early on detected mapping
2022-09-13 15:45:48 +02:00
Roy Nieterau
4466d8a942
Remove redundant logic since just above it's forced to be "upload" when not asset_type
2022-09-13 15:45:11 +02:00