Commit graph

29483 commits

Author SHA1 Message Date
Roy Nieterau
f4d423dc4f Add Create... menu entry to match other hosts 2023-03-23 14:39:48 +01:00
Roy Nieterau
94d851b243 Merge remote-tracking branch 'upstream/develop' into substance_integration 2023-03-23 14:36:44 +01:00
Jakub Trllo
0f6d969867
fix shortcut key sequence check (#4694) 2023-03-23 14:35:58 +01:00
Roy Nieterau
13aa1c82fa Merge remote-tracking branch 'upstream/develop' into substance_integration 2023-03-23 13:41:07 +01:00
Jakub Trllo
d0f083ec19
Publisher: Explicit save (#4676)
* added save button class

* added save button to window

* workfiles is also part of context in CreateContext to be able check if context changed

* window cares about trigger of convertors

* use abstractproperty with property and abstractmethod decorators

* save changes happens using main window and can be blocked

* fix pyside compatibility

* use create context to get current context names

* Fix docstring label

* added shortcuts for save and reset

* change control string matching for macos

* added 'publish_has_started' property

* allow save only if publishing did not start yet

* rename 'get_selected_convertors' to 'get_selected_legacy_convertors' and added docstrings

* Added Saved changes

* disable instances toggle when publishing started

* Fix reset button tooltip

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>

* Use QKeySequence to string for tooltips

* added example output

* use predefined method to emit card message

---------

Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-03-23 12:52:25 +01:00
Ondřej Samohel
04ecb8afa1
Merge pull request #4344 from ynput/docs/add_architecture_document 2023-03-23 12:32:57 +01:00
Ondřej Samohel
25a3bb350e
Merge pull request #4685 from ynput/enhancement/increment_workfile_version_3dsmax 2023-03-23 12:06:15 +01:00
Roy Nieterau
0a085c7001
Kitsu: Slightly less strict with instance data (#4678)
* Match family and families

* Allow kitsu note to not have set comment and capture it without erroring in IntegrateKitsuReview

* Allow fallback to context for instance `task`

* Shush hound

* Refactor variable names
2023-03-23 12:06:05 +01:00
Ondřej Samohel
81b659e933
Update openpype/hosts/max/plugins/publish/increment_workfile_version.py 2023-03-23 12:06:01 +01:00
Roy Nieterau
eeea950b30 Merge branch 'substance_integration' of https://github.com/BigRoy/OpenPype into substance_integration 2023-03-23 11:18:52 +01:00
Roy Nieterau
57b84f18bc Fix docstring 2023-03-23 11:18:37 +01:00
Roy Nieterau
ddc0117aed
Update openpype/settings/defaults/project_settings/substancepainter.json
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-03-23 11:14:39 +01:00
Roy Nieterau
5b3af11f0f Fix the if statement 2023-03-23 11:04:25 +01:00
Roy Nieterau
4fdb31611d Allow to mark an instance to skip integration explicitly
Use `instance.data["integrate"] = False`
2023-03-23 11:03:54 +01:00
Roy Nieterau
17fc4ed925 Fix import 2023-03-23 10:58:04 +01:00
Roy Nieterau
6a4f489f0c Merge branch 'substance_integration' of https://github.com/BigRoy/OpenPype into substance_integration 2023-03-23 10:57:38 +01:00
Roy Nieterau
8b3ce3044a
Raise KnownPublishError instead of assert
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-03-23 10:56:58 +01:00
Roy Nieterau
1cc2db14bb Add back in imports that accidentally got removed 2023-03-23 10:56:14 +01:00
Roy Nieterau
217b9dd708 Move and refactor PySide2 imports to qtpy and top of file 2023-03-23 10:54:18 +01:00
Roy Nieterau
4d53e4f5fb
Application launch context: Include app group name in logger (#4684)
* Include app group name with app name for logger

* Include app group name in launch finished log message

* Include app group name with launching message

* Use `application.full_name` instead
2023-03-23 10:27:02 +01:00
Roy Nieterau
a14b645d89
Fix class name and docstring (#4683) 2023-03-23 10:01:50 +01:00
Roy Nieterau
90f5cdf7f3
Use app.full_name (#4686) 2023-03-23 09:59:56 +01:00
Roy Nieterau
f681e9843d
Extract Review code refactor (#3930)
* Tweak variable names

* Use `filter_profiles` from lib

* Fix type fallback

* Simplify additional family filters

* Use legacy_io.Session instead of os.environ

* Fix logging message

* Indent todo comment for better todo highlighting in Pycharm

* Simplify gap filling logic

* Optimize getting nearest frames

* Fix logic for nearest frame

- This fixes cases where nearest frame isn't directly the next frame

* Refactor `index` in variable `idx` to match `missing_idx` naming

* Use `filter_profiles` from lib

* Match family filter validation of extract review

* Fix typo `overscal` -> `overscan`

* Use `legacy_io.Session` instead of `os.environ`

* Remove unused import

* use 'KnownPublishError' instead of 'AssertionError'

* modify nearest frame logic in holes fill

* Fix unsupported indexing of clique Collection + slightly simplify

---------

Co-authored-by: Jakub Trllo <jakub.trllo@gmail.com>
2023-03-23 09:50:28 +01:00
Milan Kolar
5d84f1657b
Merge pull request #4682 from BigRoy/enhancement/tweak_log_app_env_launch 2023-03-23 09:27:12 +01:00
Kayla Man
2130f3d826 remove optional 2023-03-23 11:19:46 +08:00
Kayla Man
47052f7445 incrment workfile version 2023-03-23 11:15:51 +08:00
Roy Nieterau
654bef0afc Tweak logging - preserve order and clarify versions with groups 2023-03-22 23:53:30 +01:00
Roy Nieterau
28b424bf2f
Publisher: Windows reduce command window pop-ups during Publishing (#4672)
* Avoid command pop-ups during publishing (tip by @iLLiCiTiT)

* No need to pass creationflags because it's already done in `run_subprocess`

* Hide command window for `shell=True` calls

* Update openpype/lib/execute.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>

---------

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-03-22 12:13:21 +01:00
ynbot
cc75f2ea21
[Automated] Merged main into develop 2023-03-22 04:26:19 +01:00
Ynbot
749bf7d229 [Automated] Bump version 2023-03-22 03:26:05 +00:00
ynbot
b7cfc6aaf4
[Automated] Merged develop into main 2023-03-22 04:25:03 +01:00
Jakub Trllo
c8c31018d6
General: Filter available applications (#4667)
* added project settings for applications

* filter applications by new settings in launcher and ftrack

* disable filtering by default
2023-03-21 18:10:09 +01:00
Jakub Ježek
c5ead7548c
Merge pull request #4666 from ynput/bugfix/hiero-creator-workfile-number 2023-03-21 17:38:31 +01:00
Roy Nieterau
25f7478955
Remove unused functions (#4671) 2023-03-21 17:02:31 +01:00
Ondřej Samohel
80c2732cf4
Merge pull request #4647 from Casgen/bugfix/OP-3751_Qthread_destroyed_while_running_fix 2023-03-21 16:50:43 +01:00
Ondřej Samohel
19e8d459e7
Merge branch 'develop' into bugfix/OP-3751_Qthread_destroyed_while_running_fix 2023-03-21 16:49:22 +01:00
Ondrej Samohel
36ee019976
🚨 some style fixes 2023-03-21 16:48:50 +01:00
Roy Nieterau
96e184c8ca
Integrator: Enforce unique destination transfers, disallow overwrites in queued transfers (#4662)
* Fix #4656: Enforce unique destination transfer in Integrator

Note that this is per instance - it doesn't validate cross-instance destinations in the context

* Use explicit DuplicateDestinationError and raise as KnownPublishError
2023-03-21 15:29:19 +01:00
Sharkitty
6f16f3e4f4
Enhancement kitsu note with exceptions (#4537)
* Enhancement: Allowing kitsu not status exceptions

* Update openpype/modules/kitsu/plugins/publish/integrate_kitsu_note.py

Co-authored-by: Félix David <felixg.david@gmail.com>

* adding equal/not equal option

* Making equal/not equal option available at for every list item

* Changed  into , renamed  into , added documentation

* Using upper cases during check, so the new settings aren't case sensitive

* Linting little detail

* Renaming Equality into Condition, new screenshot with both equal and not equal shown on it

* Update website/docs/module_kitsu.md

README adjustments

Co-authored-by: Félix David <felixg.david@gmail.com>

* Changes needed to resolve conflict

* Changing context into instance where appropriate

* Minor change to avoid changing a line that doesn't need to be changed

* Turning exceptions into conditions. Making checks positive instead of negative. Changing implementation based on suggestions.

---------

Co-authored-by: Félix David <felixg.david@gmail.com>
2023-03-21 15:22:23 +01:00
Roy Nieterau
ec9b6cb56d
Merge pull request #4596 from EmberLightVFX/kitsu-int-metadata
Kitsu: Sync OP with zou, make sure value-data is int or float
2023-03-21 14:55:06 +01:00
Milan Kolar
0504f9f364
Merge pull request #4599 from EmberLightVFX/kitsu-custom-commentfield
Kitsu custom comment template
2023-03-21 12:53:15 +01:00
Jakub Ježek
a2f56b7921
Merge pull request #4623 from ynput/bugfix/nuke-deadline-submitter 2023-03-21 11:37:47 +01:00
Jakub Jezek
b8ce4b71e2
hiero: fix padding in workfile input 2023-03-21 11:20:32 +01:00
Petr Kalis
a0c599203e
Global: add tags field to thumbnail representation (#4660)
* Fix add tags field to thumbnail representation

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-03-21 10:42:06 +01:00
Roy Nieterau
71a28cb760
Scene inventory: Fix code errors when "not found" entries are found (#4594)
* Avoid VersionDelegate error if version value is not set, e.g. for NOT FOUND instances

* Ignore items without `representation` data

* Add not found items per container into the model like regular containers

* Do not provide set version + remove options for NOT FOUND items
2023-03-21 10:09:36 +01:00
Roy Nieterau
0b3cb6942d Add todo about a potentially critical issue to still be solved. 2023-03-20 20:27:34 +01:00
Roy Nieterau
1817524857 Simplify setting review tag and stagingDir for thumbnail on representation 2023-03-20 20:07:23 +01:00
Roy Nieterau
f8a3e24c60 Explain how Texture Sets are split into separate publishes per output map in documentation 2023-03-20 20:04:36 +01:00
Roy Nieterau
eeb2388475 Use openpype.pipeline.create.get_subset_name to define the subset name 2023-03-20 14:13:21 +01:00
Roy Nieterau
c0a2a190e5 Merge remote-tracking branch 'upstream/develop' into substance_integration 2023-03-20 14:06:49 +01:00