Alexey Bogomolov
00a901120b
check for suported fusion version
2023-03-16 02:58:54 +03:00
Alexey Bogomolov
5b3cc605d8
add some comments
2023-03-14 04:18:48 +03:00
Alexey Bogomolov
1b996b236b
Merge branch 'dev' into feature/setup-fusion-profile-on-prelaunch
2023-03-10 01:17:15 +03:00
Alexey Bogomolov
8a00c8ae33
remove unused import
2023-03-10 00:31:47 +03:00
Alexey Bogomolov
71e8af5a22
noqa line
2023-03-10 00:29:49 +03:00
Alexey Bogomolov
d586231aa1
move masterprefs setup to the correct hook
2023-03-10 00:28:41 +03:00
Alexey Bogomolov
a04f44dcf9
use FUSION_PYTHON36_HOME for Fusion 9
2023-03-10 00:26:05 +03:00
Alexey Bogomolov
d011145956
hound
2023-03-10 00:02:26 +03:00
Alexey Bogomolov
b7ac37701b
WIP get fusion host version (the wrong way)
2023-03-09 23:57:12 +03:00
Alexey Bogomolov
a5e0e057db
good boy
2023-03-08 02:37:59 +03:00
Alexey Bogomolov
39e6943746
hound comments
2023-03-08 02:35:00 +03:00
Alexey Bogomolov
800c7345dc
Merge remote-tracking branch 'upstream/develop' into dev
2023-03-08 02:33:14 +03:00
Alexey Bogomolov
5c1e3984fb
Merge branch 'feature/setup-fusion-profile-on-prelaunch' into movalex
2023-03-08 02:19:25 +03:00
Alexey Bogomolov
e1950a175f
hound comments
2023-03-08 02:11:57 +03:00
Alexey Bogomolov
962984d296
add separate fusion profile hook
2023-03-08 02:04:54 +03:00
Roy Nieterau
300a443510
Use screen of window instead of primary screen
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-03-07 19:54:11 +01:00
Roy Nieterau
40125fa6a5
Avoid error in PySide6+
2023-03-07 19:54:11 +01:00
Jacob Danell
acbfb5985b
Fixed task itteration
...
From the last PR (https://github.com/ynput/OpenPype/pull/4425 ) a comment-commit last second messed up and resultet in two lines being the same, crashing the script.
This fixes that.
2023-03-07 19:34:12 +01:00
Alexey Bogomolov
dbccc10b3b
merge with upstream/develop
2023-03-07 20:37:58 +03:00
Roy Nieterau
3d933c66ce
Merge pull request #4523 from EmberLightVFX/fusion-new-publisher
...
Fusion: New Publisher
2023-03-07 17:59:05 +01:00
Roy Nieterau
0f037666f8
Change menu order to how it was originally and match with e.g. maya menu order
2023-03-07 17:49:31 +01:00
Roy Nieterau
5c8bbe2871
Remove pyblish callback which does nothing in new publisher
2023-03-07 17:41:03 +01:00
Roy Nieterau
2254414613
Merge branch 'fusion-new-publisher' of https://github.com/EmberLightVFX/OpenPype into fusion-new-publisher
2023-03-07 17:39:14 +01:00
Roy Nieterau
9c9c134a79
Use passthrough state of saver tool to store and load the active state
2023-03-07 17:39:05 +01:00
Jakub Jezek
b1fac42e94
updating pr tempate
2023-03-07 17:26:31 +01:00
Jacob Danell
70163a2f25
Added Create button to menu and set tab data for create and publish btn
2023-03-07 17:26:09 +01:00
Jakub Trllo
1b18483f7b
use right type for signal emit ( #4584 )
2023-03-07 16:41:35 +01:00
Roy Nieterau
43d084cf7f
Remove unused import
2023-03-07 16:09:55 +01:00
Roy Nieterau
146f5cd439
Add descriptive comment
2023-03-07 16:09:36 +01:00
Roy Nieterau
f6b8a8df61
Revert redundant variable name change since plugin is now basically reverted
2023-03-07 16:07:54 +01:00
Roy Nieterau
c43a8b0732
Collect comp frame range later in publishing
...
- Otherwise it gets overridden by global plugin `CollectContextEntities`
2023-03-07 16:06:44 +01:00
Jakub Ježek
01ebfce4ec
Merge pull request #4579 from ynput/feature/OP-4778_Nuke-create-first-workfile-template-switch-to-preset
2023-03-07 16:02:59 +01:00
Roy Nieterau
3a4abffd52
Merge remote-tracking branch 'upstream/develop' into fusion-new-publisher
...
# Conflicts:
# openpype/hosts/fusion/plugins/publish/render_local.py
2023-03-07 16:00:53 +01:00
Jakub Ježek
c42b3b9d18
Merge pull request #4522 from EmberLightVFX/fusion-render-handeling
2023-03-07 15:48:43 +01:00
Alexey Bogomolov
79a353982d
Merge branch 'bugfix/OP-4479_add-fps-decimals' into movalex
2023-03-07 17:03:10 +03:00
Alexey Bogomolov
3e9bdb4414
Merge branch 'feature/setup-fusion-profile-on-prelaunch' into movalex
2023-03-07 16:41:33 +03:00
Roy Nieterau
a4ae05086c
Allow to enable/disable review per saver instance
...
+ Don't create a copy of representation for review but just mark representation as review
+ Change Collect instances into InstancePlugin to just collect instance data per instance
2023-03-07 14:41:16 +01:00
Roy Nieterau
b4727101c9
Directly collect comp frame ranges in Collect comp
2023-03-07 14:39:20 +01:00
Roy Nieterau
d47f0054de
Fix actions
2023-03-07 14:38:42 +01:00
Roy Nieterau
f94fb76a23
Update OCIO config hook to use the correct imageio settings
2023-03-07 13:56:53 +01:00
Jakub Trllo
b3636b9f55
General: Input representation ids are not ObjectIds ( #4576 )
...
* input representation ids are not ObjectIds during publishing
* changed set back to list
* use 'setdefault' to set 'inputVersions'
* added default value to 'get'
* Use default value in second loop too
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
* simplify variable assignment
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
---------
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-03-07 13:45:49 +01:00
Roy Nieterau
113b958369
Collect Fusion workfile representation
2023-03-07 12:05:58 +01:00
Roy Nieterau
70611ee884
Make sure to add the comp transient data for new instances
2023-03-07 11:36:12 +01:00
Roy Nieterau
1bb7dbc9d9
Make sure repre preview copy is a deepcopy
2023-03-07 10:55:40 +01:00
Roy Nieterau
73e0ba9cb2
Set colorspace based on file rules in imageio settings
2023-03-07 10:53:06 +01:00
Roy Nieterau
6f830e787c
Merge branch 'develop' of https://github.com/pypeclub/OpenPype into fusion-render-handeling
2023-03-07 10:51:09 +01:00
Jakub Ježek
1dc35f2af3
Merge branch 'develop' into feature/OP-4778_Nuke-create-first-workfile-template-switch-to-preset
2023-03-07 10:43:28 +01:00
Petr Kalis
bc1ef9229c
Photoshop: context is not changed in publisher ( #4570 )
...
* OP-5025 - fix - proper changing of context
When PS is already opened, new opening from different context should change it.
* OP-5025 - open last workfile for new context if present
* OP-5025 - remove unneeded assignemnt
* OP-5025 - removed whitespace
2023-03-07 10:39:20 +01:00
Roy Nieterau
053291b399
Merge branch 'fusion-new-publisher' of https://github.com/EmberLightVFX/OpenPype into fusion-new-publisher
2023-03-07 09:58:31 +01:00
Jakub Ježek
75ea09e238
Merge pull request #4580 from BigRoy/fusion_fix_loader_get_correct_filepath
2023-03-06 21:37:45 +01:00