clement.hector
0fcfdf7fa8
remove studio operation
2022-06-01 20:44:10 +02:00
clement.hector
8f9c085492
beter loop check
2022-06-01 20:40:28 +02:00
clement.hector
eb590602c3
make it works on nuke 12
2022-06-01 17:31:19 +02:00
clement.hector
08e04911b3
fix string format for python2
2022-06-01 16:35:33 +02:00
Thomas Fricard
94356faa9c
fix install_host import
2022-06-01 16:32:59 +02:00
Thomas Fricard
5bc741d993
add gizmo_menu module
2022-06-01 16:32:59 +02:00
Thomas Fricard
25518a1c42
generate toolbar menu from openpype project settings
2022-06-01 16:32:56 +02:00
Thomas Fricard
8b43c5e733
add a tab in nuke project settings for gizmos
2022-06-01 16:27:06 +02:00
Petr Kalis
a5bf7907fc
Merge pull request #3264 from pypeclub/enhancement/OP-3277_Maya-environment-variables-loader
...
Maya: reference loaders could store placeholder in referenced url
2022-06-01 13:55:13 +02:00
Petr Kalis
254455e786
OP-3277 - introduced Settings variable
...
Configured via Maya/Maya-dirmap to use in all Loaders
2022-05-30 18:05:56 +02:00
Jakub Jezek
642391b930
Merge branch 'develop' into bugfix/OP-3191_Flame-publishing-bugs
2022-05-30 17:34:07 +02:00
Jakub Ježek
baa9598dd8
Merge pull request #3261 from pypeclub/bugfix/nuke-bake-reformat
...
Nuke: bake reformat was failing on string type
2022-05-30 13:30:25 +02:00
Petr Kalis
277024de81
OP-3277 - extracted logic to ReferenceLoader
...
All inheriting plugins implementing shared method.
Flag 'use_env_var_as_root' set to True for testing temporarily, proper location in Setting should be decided.
2022-05-30 13:23:24 +02:00
Jakub Trllo
b4c8dd8f78
Merge pull request #3186 from Moonrock-Animation-Studio/develop
2022-05-30 11:54:05 +02:00
Petr Kalis
d404fbf8a2
OP-3277 - added functionality to replace root value with environment variable.
...
Useful for remote workflows where Site Sync is being used.
When Load reference is used, real root value (c:/project) is replaced with ${OPENPYPE_ROOT_WORK}.
2022-05-30 11:51:19 +02:00
Gábor Marinov
e856c55c7e
Merge branch 'pypeclub:develop' into develop
2022-05-27 20:12:57 +02:00
Ondrej Samohel
c3c9cca5c2
♻️ 🐶 fix hound
2022-05-27 17:00:04 +02:00
Jakub Jezek
a248969620
Nuke: bake reformat was failing on string type
2022-05-27 16:14:17 +02:00
Ondřej Samohel
e1deb29da8
🐛 fix multiple attributes per node
2022-05-27 11:06:08 +02:00
Ondrej Samohel
c8a8831f8d
🐛 fix getting attribute for multilayer pxr
2022-05-27 10:33:46 +02:00
Ondřej Samohel
4b8e7e1ed0
Merge pull request #3122 from pypeclub/feature/OP-3130_unreal-5-support
...
Support for Unreal 5
2022-05-27 10:12:51 +02:00
Ondřej Samohel
31c3389e99
Merge pull request #3255 from simonebarbieri/bugfix/unreal-camera_not_loading_when_layout_missing
...
Unreal: Fix Camera Loading if Layout is missing
2022-05-27 10:11:44 +02:00
Jakub Trllo
0d2142b68b
Merge pull request #3250 from pypeclub/feature/tvpaint_init_file_with_guideline
...
TVPaint: Init file for TVPaint worker also handle guideline images
2022-05-26 23:08:53 +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
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
6d4c057a04
flame: removing default preset
2022-05-26 17:40:42 +02:00
Jakub Jezek
ae233ce80c
hiero: PR suggestion
...
https://github.com/pypeclub/OpenPype/pull/3224#discussion_r882588237
2022-05-26 17:26:00 +02:00
Jakub Jezek
c5787b8992
Flame: small bugs
2022-05-26 17:23:51 +02:00
Simone Barbieri
693efa272f
Camera creates master level if layout is missing
2022-05-26 16:23:50 +01:00
Jakub Jezek
24c289a0d5
nuke: use framerange used as list but it is bool
2022-05-26 17:18:00 +02:00
Jakub Jezek
ab8068858c
flame: removing unneeded code
2022-05-26 16:32:25 +02:00
Ondrej Samohel
a2289429a8
✨ added collector for FBX camera export
2022-05-26 15:57:52 +02:00
Jakub Ježek
024874b4f6
Update openpype/hosts/flame/plugins/publish/extract_subset_resources.py
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-05-26 15:06:16 +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 Ježek
db5d85080a
Update openpype/hosts/flame/plugins/publish/extract_subset_resources.py
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-05-26 15:03:29 +02:00
Jakub Ježek
2d1f7b9873
Update openpype/hosts/flame/otio/flame_export.py
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-05-26 15:02:41 +02:00
Jakub Ježek
95f836f411
Update openpype/hosts/flame/api/render_utils.py
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-05-26 15:02:17 +02:00
Jakub Ježek
f96318cddd
Update openpype/hosts/flame/otio/flame_export.py
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2022-05-26 15:01:56 +02:00
Ondřej Samohel
f19c7c414a
Merge pull request #3240 from simonebarbieri/bugfix/ue5-fix_animations
...
Unreal: Fixed Animation loading in UE5
2022-05-26 14:48:42 +02:00
Ondřej Samohel
02ab153794
Merge pull request #3239 from simonebarbieri/bugfix/ue5-fix_render
...
Unreal: Fixed Render creation in UE5
2022-05-26 14:48:06 +02:00
Ondřej Samohel
d0bcfe2daa
Merge pull request #3238 from simonebarbieri/bugfix/ue5-fix_camera
...
Unreal: Fixed Camera loading in UE5
2022-05-26 14:46:54 +02:00
Ondrej Samohel
0c2d0bdd75
🐛 fix wrong assignment
2022-05-26 14:45:17 +02:00
Ondrej Samohel
4fbdefdb6c
♻️ fps from asset, few style changes
2022-05-26 14:43:48 +02:00
Jakub Jezek
e4878eac8a
Flame: make sure repre name is first segment from tokenizable str
2022-05-26 14:25:51 +02:00
Ondrej Samohel
9a5dce42af
♻️ hound fixes #2 🐶
2022-05-26 14:17:41 +02:00
Ondrej Samohel
067058f5d3
♻️ hound fixes
2022-05-26 14:13:25 +02:00
Ondrej Samohel
2b1079be32
♻️ simplify version determination
2022-05-26 14:10:46 +02:00
Ondrej Samohel
1582259179
🚚 split versions of integration plugin
2022-05-26 14:07:30 +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