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 |
|
Ondřej Samohel
|
d3347e4781
|
Merge branch 'develop' into maya_renders_remove_hardcoded_maya_folder
|
2022-10-13 12:39:32 +02:00 |
|
Petr Kalis
|
7bf51b760d
|
Fix - add object to attr.s declaration
Older Maya (Python2) doesn't like declaration of attr.s without (object)
|
2022-10-12 15:49:36 +02:00 |
|
Ondřej Samohel
|
10cd5633d0
|
Merge pull request #3944 from pypeclub/bugfix/maya_include-all-lights-default
Maya: Set default value for RenderSetupIncludeLights option
|
2022-10-12 11:10:47 +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 |
|
Ondrej Samohel
|
53487001c5
|
♻️ flipping default value and changing settings access
|
2022-10-07 18:31:13 +02:00 |
|
Ondrej Samohel
|
467a6d89c8
|
♻️ set proper default value from the settings
|
2022-10-07 14:19:11 +02:00 |
|
Ondrej Samohel
|
8b713db7d6
|
🐛 drop dirname
|
2022-10-07 12:48:22 +02:00 |
|
Ondrej Samohel
|
33d8b2832c
|
🐛 fix uhacking of renderman hacks for Deadline
|
2022-10-07 12:23:47 +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 |
|
Ondřej Samohel
|
87584b5f49
|
🚨 fix hound 🐶
|
2022-10-06 16:34:19 +02:00 |
|
Ondřej Samohel
|
2a2326971a
|
✨ add validator for RenderSetupIncludeLights
|
2022-10-06 16:30:41 +02:00 |
|
Ondřej Samohel
|
870e339451
|
🐛 set default value for render setup option
RenderSetupIncludeLights must be either set to 1 or 0 or not set at all
|
2022-10-05 16:37:16 +02:00 |
|
Ondřej Samohel
|
614069542b
|
🐛 fix regression of renderman deadline hack
|
2022-10-05 16:26:08 +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 |
|
Roy Nieterau
|
24270a5893
|
Merge remote-tracking branch 'upstream/develop' into maya_renders_remove_hardcoded_maya_folder
|
2022-09-29 16:43:45 +02:00 |
|
Jakub Trllo
|
79e6de15b5
|
import Logger from 'openpype.lib' instead of 'openpype.api'
|
2022-09-28 14:49:52 +02:00 |
|
Milan Kolar
|
34d65f9ef4
|
Merge pull request #3887 from quadproduction/fix-kitsu-openpype-sync-without-project-resolution
|
2022-09-27 08:54:07 +02:00 |
|
Clément Hector
|
5c0b5b148b
|
make resolution int var
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
|
2022-09-26 15:06:44 +02:00 |
|
clement.hector
|
a0bd78027c
|
fix linter
|
2022-09-26 13:51:44 +02:00 |
|
clement.hector
|
9f591b2605
|
fix linter
|
2022-09-26 13:49:42 +02:00 |
|
clement.hector
|
e2fd32d810
|
use regex and logger
|
2022-09-26 13:43:22 +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
|
022b6c6f54
|
Merge pull request #3849 from pypeclub/feature/transcoding_float2_attr_type
General: Transcoding handle float2 attr type
|
2022-09-22 09:37:13 +02:00 |
|
clement.hector
|
9a9c29c70c
|
remove unecessary code
|
2022-09-19 18:48:27 +02:00 |
|
clement.hector
|
b3bedc7ce7
|
remove comment
|
2022-09-19 18:37:17 +02:00 |
|
clement.hector
|
7b8946e129
|
get resolution from project
|
2022-09-16 17:51:53 +02:00 |
|
Roy Nieterau
|
b4b62ce7ba
|
Fix remainder of hardcoded maya/ folders in file prefixes
|
2022-09-16 14:48:56 +02:00 |
|
Jakub Trllo
|
e5b82d1123
|
lowered log level and modified messages on unknown value type
|
2022-09-14 13:50:21 +02:00 |
|
Jakub Trllo
|
6186c63c59
|
added 'float2' type support
|
2022-09-14 13:50:01 +02:00 |
|
Jakub Trllo
|
700dd5ebff
|
Merge pull request #3848 from BigRoy/transcoding_fix_typo_divisor
Transcoding: Fix typo in logic for matrix type
|
2022-09-14 13:45:36 +02:00 |
|
Roy Nieterau
|
5c3c4dcbb2
|
Fix same typo in duplicated code
|
2022-09-14 13:43:43 +02:00 |
|
Milan Kolar
|
045cbdae6c
|
Merge pull request #3758 from BigRoy/fix_3451
|
2022-09-14 11:32:32 +02:00 |
|
Milan Kolar
|
e5cf456a95
|
Merge pull request #3629 from BigRoy/collect_input_links
|
2022-09-14 11:30:29 +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 |
|
Roy Nieterau
|
778e0b2e49
|
Perform case-insensitive lookup
|
2022-09-13 15:44:20 +02:00 |
|
Jakub Trllo
|
477266f140
|
better variable name for ftrack url value check
|
2022-09-13 15:18:56 +02:00 |
|
Jakub Trllo
|
09519c25a8
|
removed unused argument 'log_errors'
|
2022-09-13 15:17:25 +02:00 |
|
Jakub Trllo
|
0291d2a705
|
renamed 'check_ftrack_url' to 'resolve_ftrack_url'
|
2022-09-13 15:15:18 +02:00 |
|
Jakub Trllo
|
aead601397
|
unify messages
|
2022-09-13 15:11:20 +02:00 |
|
Jakub Trllo
|
98f1312ce9
|
Modify log message
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
|
2022-09-13 15:06:31 +02:00 |
|
Jakub Trllo
|
21e050a8f1
|
use new import of 'check_ftrack_url'
|
2022-09-13 14:05:25 +02:00 |
|
Jakub Trllo
|
b29f26b28c
|
changed imports in ftrack tray
|
2022-09-13 14:02:42 +02:00 |
|
Jakub Trllo
|
ecee2d2be5
|
implemented 'check_ftrack_url' in ftrack module
|
2022-09-13 14:02:11 +02:00 |
|
Roy Nieterau
|
41a738bd12
|
Cosmetics
|
2022-09-12 11:19:28 +02:00 |
|