Jakub Jezek
98646b9c0a
standalone: adding rename shot switch and hierarchy switch
2022-06-16 15:32:05 +02:00
OpenPype
7280792334
[Automated] Release
2022-05-26 18:58:41 +00:00
OpenPype
bc3a8bbe2f
[Automated] Bump version
2022-05-26 18:37:41 +00:00
pypebot
dbf9bb5ef7
[Automated] Merged develop into main
2022-05-26 20:29:16 +02:00
64qam
e9858b11db
Merge pull request #3257 from pypeclub/bugfix/harmony_2.21._lenght
...
Harmony: message length in 21.1
2022-05-26 20:27:37 +02:00
Milan Kolar
df7a31a13f
Merge pull request #3254 from pypeclub/bugfix/nuke-create-with-frame-range
2022-05-26 19:15:12 +02:00
Jakub Trllo
f1331da651
Merge pull request #3230 from pypeclub/enhancement/project_manager_without_persistent_editors
2022-05-26 18:53:20 +02:00
Petr Kalis
b8cade1009
Fix - Harmony message length
...
Harmony 21.1 doesn't have QDataStream anymore.
This means we aren't able to write bytes into QByteArray so we had
modify how content lenght is sent do the server.
Content lenght is sent as string of 8 char convertible into integer
(instead of 0x00000001[4 bytes] > "000000001"[8 bytes])
2022-05-26 18:46:46 +02:00
Jakub Jezek
a4c32639d7
nuke: adding frame range to plugin
2022-05-26 17:51:25 +02:00
Jakub Jezek
24c289a0d5
nuke: use framerange used as list but it is bool
2022-05-26 17:18:00 +02:00
Ondřej Samohel
303eabd0a2
Merge pull request #3253 from pypeclub/enhancement/maya-support-fbx-cameras
...
Maya: FBX camera export
2022-05-26 16:42:17 +02:00
Ondrej Samohel
a2289429a8
✨ added collector for FBX camera export
2022-05-26 15:57:52 +02:00
Jakub Ježek
5474af7906
Merge pull request #3222 from pypeclub/bugfix/OP-3139_Hiero-published-mp4s-are-one-frame-longer-310
2022-05-26 15:03:58 +02:00
Jakub Jezek
d3179847d2
General: editorial otio_range in collection was one frame longer
2022-05-26 14:59:08 +02:00
Jakub Ježek
3207909ece
Merge pull request #3168 from quadproduction/103-add-a-scripts-menu-definition-to-openpeype-nuke-settings
...
Add the scripts menu definition to nuke
2022-05-26 11:34:03 +02:00
Ondřej Samohel
5a0f1dc2a9
Merge pull request #3249 from pypeclub/bugfix/harmony_21.1_fix
...
Harmony: 21.1 fix
2022-05-26 11:33:40 +02:00
Jakub Ježek
9c9329d9f6
Merge pull request #3246 from pypeclub/feature/update-vendor-scriptmenu
...
General: updating common vendor `scriptmenu` to 1.5.2
2022-05-26 11:33:31 +02:00
Jakub Trllo
8cbd2eea44
Merge pull request #3244 from pypeclub/bugfix/ftrack_chunks_avoid_invalid_chunk_size
...
Ftrack: Chunk sizes for queries has minimal condition
2022-05-26 10:43:35 +02:00
Petr Kalis
f213a33f13
Fix - Harmony 21.1 messed up Javascript Qt API
...
Removed missed logging
2022-05-25 19:40:40 +02:00
Petr Kalis
d9a9981fef
Fix - Harmony 21.1 messed up Javascript Qt API
...
QDataStream is missing, different way to get codec used.
QApplication.activeWindow() also returned null, replaced by topLevelWidgets
2022-05-25 19:37:14 +02:00
Jakub Jezek
ce882641e7
Vendor: updating scriptmenu to 1.5.2
2022-05-25 17:27:40 +02:00
Ondřej Samohel
dd6c41d30f
Merge pull request #3242 from pypeclub/bugfix/OP-3298_filter-renderman-displays
...
Maya: renderman displays needs to be filtered
2022-05-25 16:53:00 +02:00
Ondřej Samohel
76e1bc7ca8
Merge pull request #3190 from pypeclub/enhancement/OP-3256_support-for-pxrtexture
...
Looks: add basic support for Renderman
2022-05-25 16:38:56 +02:00
Ondřej Samohel
5534c4430c
Merge pull request #3236 from pypeclub/bugfix/OP-3285_maya-support-multiple-resolutions
...
Maya: Fix support for multiple resolutions
2022-05-25 14:07:31 +02:00
Ondřej Samohel
93c4e3403a
🐛 fix node attribute name
2022-05-25 14:06:25 +02:00
Jakub Trllo
c9b0bb0e54
make sure chunk size is at least 1
2022-05-25 13:32:45 +02:00
pypebot
1c2a72743d
[Automated] Merged main into develop
2022-05-25 05:49:01 +02:00
OpenPype
d019e5d7c2
[Automated] Bump version
2022-05-25 03:48:50 +00:00
pypebot
842c21f531
[Automated] Merged develop into main
2022-05-25 05:39:37 +02:00
Ondrej Samohel
ac79f31a27
🐛 filter out display types without file output
...
don't process renderman display type that are not producing any file output (like `d_it`)
2022-05-24 22:39:50 +02:00
Ondrej Samohel
f57c22e420
🐛 fix layer names
2022-05-24 22:20:00 +02:00
Jakub Trllo
22cb5c218f
Merge pull request #3232 from pypeclub/bugfix/OP-3273_Launcher-Asset-model-fails-to-refresh-when-an-asset-was-removed
...
Assets Widget UI: Fix refresh of model
2022-05-24 16:56:45 +02:00
Petr Kalis
2fdbd0a927
Merge pull request #3235 from pypeclub/bugfix/develop_webpublisher_ps_ignore_highlights
...
Webpublish: remove publish highlight when creating subset name
2022-05-24 14:46:24 +02:00
Jakub Trllo
f2f6dedc63
Merge pull request #3237 from pypeclub/bugfix/ftrack_validate_username_existence
...
Ftrack: Validate that the user exists on ftrack
2022-05-24 10:06:56 +02:00
Jakub Trllo
d02af55c05
validate that the user exists on ftrack when ftrack credentials are checked
2022-05-23 19:04:34 +02:00
Ondřej Samohel
d4b6d6552c
🐛 get resolution from overrides
2022-05-23 18:34:03 +02:00
Jakub Jezek
2e5acf6221
hound
2022-05-23 17:50:09 +02:00
Jakub Jezek
5d6ce5592d
Hiero: rolled back py3 compatible code make it py27 working
2022-05-23 17:48:16 +02:00
Petr Kalis
712d226e92
Fix - use clean layer name to create subset name
...
Clean name is without publishing highlights denoting that layer has created OP instance, eg. should be published.
2022-05-23 17:33:10 +02:00
Jakub Trllo
790a7468d7
remove usage of unused attribute _items_with_color_by_id
2022-05-23 16:48:03 +02:00
Jakub Trllo
7df83e1f6a
Merge pull request #3228 from pypeclub/bugfix/OP-3279_TVP-instance-creator-no-longer-able-to-handle-extra-Colour-Groups
...
TVPaint: Look for more groups than 12
2022-05-23 16:28:12 +02:00
Milan Kolar
ea339f894a
Merge pull request #3226 from BigRoy/project_manager_paste_multiple
2022-05-23 13:34:37 +02:00
Jakub Trllo
de2ea81928
fix missing clip id
2022-05-23 13:34:24 +02:00
Roy Nieterau
8079654f38
Code cosmetics from code review
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-05-23 12:33:40 +02:00
Jakub Trllo
264f3bb927
loop over 100 groups instead of only 12
2022-05-23 11:49:09 +02:00
Jakub Trllo
dc941fbe57
Merge branch 'develop' into enhancement/project_manager_without_persistent_editors
2022-05-23 11:29:42 +02:00
Jakub Trllo
8177a44b5d
set empty mime data on failed copy
2022-05-23 10:57:56 +02:00
Jakub Trllo
876f9cb0af
Merge pull request #3218 from pypeclub/bugfix/project_manager_persistent_editors
...
Project Manager: Fix persistent editors on project change
2022-05-23 10:45:42 +02:00
pypebot
1c2655108a
[Automated] Merged main into develop
2022-05-21 05:41:27 +02:00
OpenPype
413917672a
[Automated] Bump version
2022-05-21 03:41:16 +00:00