Commit graph

5897 commits

Author SHA1 Message Date
Jacob Danell
73b6ee58ae Remove old Render Mode menu 2023-03-13 17:57:09 +01:00
Jacob Danell
a15e29afaf Fixed repair-button to show up on review tab 2023-03-13 17:55:04 +01:00
Jacob Danell
ba8d037152 Validate that frames for "use existing frames" do exist 2023-03-13 17:54:47 +01:00
Jacob Danell
0414045f36 Split the render into render and review data 2023-03-13 17:54:02 +01:00
Jacob Danell
ea7390d1d3 Added create and instance attr to Create plugin
Where they get it from should be moved into another folder so other plugins can get the same data.
2023-03-13 17:50:56 +01:00
Jacob Danell
0483714dcb Change "Maya" to Fusion in comment 2023-03-13 17:49:44 +01:00
Petr Kalis
a7f0d57638
SiteSync: host dirmap is not working properly (#4563)
- only editable keys are returned from Site Sync module to Local Settings

Cleaner approach even if LS UI is going away in Ayon.

- use remote_site only if is local_drive provider

- remove unwanted import

- cache mapping, update logging

Mapping was called multiple times for Nuke.
Logging was too verbose.
2023-03-13 10:32:19 +01:00
Roy Nieterau
47de52bb03
Merge pull request #4566 from BigRoy/bugfix/maya_vray_set_image_format
Maya: V-Ray Set Image Format from settings
2023-03-11 07:49:52 +01:00
Joseff
7941c73f82 Code cleanup 2023-03-10 11:32:50 +01:00
Joseff
e5b7349dff Code cleanup 2023-03-10 11:32:50 +01:00
Joseff
fc67c5a2c0 Fixed the line indentation. 2023-03-10 11:32:50 +01:00
Joseff
57faf21309 Cleaned up the code, fixed the hanging thread 2023-03-10 11:32:50 +01:00
Joseff
c58778194f Implementation of a new splash screen 2023-03-10 11:32:50 +01:00
Roy Nieterau
3a62ce57b0
Merge pull request #4590 from BigRoy/fusion-fix-review-burnin-start-end
Fusion: Fix review burnin start and end frame
2023-03-09 20:37:21 +01:00
Jakub Trllo
47b1daf0f5 get project name other way 2023-03-09 14:27:58 +01:00
Jakub Trllo
0f45af2d36 use 'get_representations' instead of 'legacy_io' query 2023-03-09 14:27:58 +01:00
Jakub Ježek
fd0b0eb69f
Merge pull request #4574 from ynput/bugfix/OP-5119_Nuke-broken-clip-loader 2023-03-08 10:57:17 +01:00
Simone Barbieri
499348d4b2
Merge pull request #4573 from ynput/bugfix/maya-fix_load_reference_skeletalmesh
Maya: SkeletalMesh family loadable as reference
2023-03-08 09:34:42 +00:00
Roy Nieterau
fca0ff591b Merge remote-tracking branch 'upstream/develop' into fusion-new-publisher 2023-03-07 20:43:43 +01:00
Roy Nieterau
ecfea3dee2 Explicitly set the handleStart and handleEnd otherwise other global plug-ins will force in other data like asset data. 2023-03-07 20:42:49 +01: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
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
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
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
Jakub Ježek
75ea09e238
Merge pull request #4580 from BigRoy/fusion_fix_loader_get_correct_filepath 2023-03-06 21:37:45 +01:00
Roy Nieterau
16cece3e49 Fusion: get filepath from representation instead of listing files from publish folder 2023-03-06 19:45:17 +01:00
Jakub Trllo
de50783c04
Nuke: Add option to use new creating system in workfile template builder (#4545)
* added option to use new creating system in workfile template builder

* fix spaces

* use 'create' method on create context to trigger creation

* fix attribute access

* adding headless to creators and workfile builder abstraction

* adding noqa for hound

* hound

---------

Co-authored-by: Jakub Jezek <jakubjezek001@gmail.com>
Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2023-03-06 18:34:56 +01:00
Jakub Jezek
af39368838
hound 2023-03-06 17:07:56 +01:00
Roy Nieterau
52fac29164 Cleanup unused import 2023-03-06 17:07:15 +01:00