Roy Nieterau
43902c0b11
Add debug log about the skipped input
2023-09-05 09:04:13 +02:00
Roy Nieterau
10dd15444a
Log collected scene version as debug - artists don't care
2023-09-05 09:03:54 +02:00
Roy Nieterau
689da974c4
Removed apply_settings override to fix plugin settings actually being applied
...
This makes it so again that it's up to the studio admin to enable or disable the plug-in per project instead of whether the modeler's workfile just happened to have the current renderer set to arnold or not. Note that the plug-in is currently disabled by default in project settings.
2023-08-30 14:42:46 +02:00
Roy Nieterau
3b8df1ac2b
Cache arnold mesh attribute defaults so multiple "model" instance don't try and retrieve the default values every time.
2023-08-30 14:29:40 +02:00
Roy Nieterau
3ee28bd1aa
Avoid selection changes
2023-08-30 14:22:11 +02:00
Roy Nieterau
861b9849cb
Ensure we only iterate ai* attributes that come from a plugin
2023-08-30 14:20:56 +02:00
Roy Nieterau
17f83a0ecc
Avoid iterating over None if ai attributes for some reason do not exist
2023-08-30 14:17:16 +02:00
Roy Nieterau
0fa081dddb
Ignore arnold attribute check if arnold is not loaded
2023-08-30 14:16:27 +02:00
Roy Nieterau
97f9cd4377
Do not warn about renderlayer instance being empty
2023-08-30 14:14:33 +02:00
Roy Nieterau
e9cb011c2a
Remove unused attribute
2023-08-30 10:31:06 +02:00
Roy Nieterau
5d45ed3a7b
Merge remote-tracking branch 'upstream/develop' into enhancement/tweak_logging
...
# Conflicts:
# openpype/modules/deadline/plugins/publish/validate_deadline_connection.py
# openpype/modules/deadline/plugins/publish/validate_deadline_pools.py
2023-08-30 10:28:18 +02:00
Roy Nieterau
ca8305a0cf
Tweak logging level of removal of directory in tempdir to debug since artist doesn't care about seeing that in artist facing report
2023-08-30 10:16:37 +02:00
Roy Nieterau
2ba42fe376
Tweak logging level
2023-08-30 10:14:53 +02:00
Roy Nieterau
d03d0564cd
Fix typo thubmnail -> thumbnail
2023-08-30 10:13:07 +02:00
Roy Nieterau
7243f7e721
Fix context not being reported correctly if it was already set on context.data prior to collector
2023-08-30 10:11:30 +02:00
Roy Nieterau
63923ff4d8
Global: Tweak logging for artist-facing reports in publisher
2023-08-30 10:10:33 +02:00
Roy Nieterau
eec1d82db2
Deadline: Tweak logging for artist-facing reports in publisher
2023-08-30 09:54:37 +02:00
Roy Nieterau
2b951d29f2
Maya: Tweak logging for artist-facing reports in publisher
2023-08-30 09:50:59 +02:00
github-actions[bot]
e426aca721
chore(): update bug report / version
2023-08-30 03:25:28 +00:00
ynbot
0722c1f6ac
[Automated] Merged main into develop
2023-08-30 05:25:05 +02:00
Ynbot
948687e7a2
[Automated] Bump version
2023-08-30 03:24:53 +00:00
ynbot
9aaf3bf642
[Automated] Merged develop into main
2023-08-30 05:24:12 +02:00
Mustafa Zarkash
65bd128d51
Enhancement: Update houdini main menu ( #5527 )
...
* update houdini main menu
* add separator
2023-08-29 18:03:58 +02:00
Jakub Trllo
ed53ef12d5
Chore: PowerShell script for docker build ( #5535 )
...
* added powershell script to build using docker
* fix empty variant
* make sure build folder exists
* added docker_build.ps1 to readme
* Tweaked readme to include reason for docker_build.ps1
---------
Co-authored-by: Petr Kalis <petr.kalis@gmail.com>
2023-08-29 17:48:33 +02:00
Petr Kalis
04145020f6
Tests: fix unit tests ( #5533 )
...
* Changed test zip file location
* Updated tests and updated Unreal plugin
Unreal plugin was previously ejected into general one, which was later removed as unnecessary. In Unreal plugin were kept fixed bugs from general one (slate issue, better name pattern for clique)
* Updated raised exception type
2023-08-29 17:35:48 +02:00
Jakub Trllo
e56d3530cb
Chore: Queued event system ( #5514 )
...
* implemented queued event system
* implemented basic tests
2023-08-29 17:31:49 +02:00
Roy Nieterau
c157f74b49
Fix double spaces in message ( #5190 )
2023-08-29 16:45:09 +02:00
Roy Nieterau
6014cc6549
Enhancement: Deadline plugins optimize, cleanup and fix optional support for validate deadline pools ( #5531 )
...
* Fix optional support
* Query deadline only once per url
* Report both pools if both are invalid instead of only primary pool
* Fix formatting in UI
* Re-use existing implementation of `requests_get`
* Cosmetics
* Cache deadline url responses to avoid the need of request per instance
* Only format error message when needed + convert to `KnownPublishError`
* Allow deadline url per instance, similar to `ValidateDeadlineConnections`
* Tweak grammar/readability
* Fix title
* Remove instance data from right side in Publish report since it's available in logs
2023-08-29 16:16:31 +02:00
Petr Kalis
61a8ff26f0
General: Fix Validate Publish Dir Validator ( #5534 )
...
* Fix using wrong key
* Update docstrings
2023-08-29 15:06:52 +02:00
Jakub Ježek
dbb8e5389d
Merge pull request #5484 from ynput/bugfix/nuke-old-instances-missing-instance_id
...
Nuke: fixing missing `instance_id` error
2023-08-29 12:05:48 +02:00
Jakub Ježek
12404dd8e9
Merge pull request #5489 from ynput/enhancement/traypublisher-audio-product
...
TrayPublisher: adding audio product type into default presets
2023-08-29 12:04:53 +02:00
Jakub Trllo
3eb2cc21b2
Update ayon-python-api ( #5512 )
...
* query asset only if asset id is available
* updated ayon api
* fix subsets arguments
2023-08-29 12:01:29 +02:00
Jakub Trllo
fd64e261df
Merge pull request #5521 from BigRoy/enhancement/filter_pyblish_plugins_log_attributes
...
Publisher: Tweak log message to provide plugin name after "Plugin"
2023-08-28 15:55:25 +02:00
Roy Nieterau
f95c4f27ce
Use logging module style formatting
2023-08-28 13:48:20 +02:00
Kayla Man
0371d7c168
Merge pull request #5520 from ynput/bugfix/arnold_fallback_workfile_issue
...
Max: Fixing the bug of falling back to use workfile for Arnold or any renderers except Redshift
2023-08-28 19:41:02 +08:00
Kayla Man
a59de7db31
clean up
2023-08-28 18:50:20 +08:00
Roy Nieterau
6e50d1a814
Fix log message - actually provide plugin name after "Plugin"
2023-08-28 12:47:43 +02:00
Kayla Man
3f1fb736a6
make sure arnold and other renderers not fallbacking to workfile
2023-08-28 18:45:43 +08:00
github-actions[bot]
437f483bc4
chore(): update bug report / version
2023-08-26 03:25:53 +00:00
ynbot
f2e60c4813
[Automated] Merged main into develop
2023-08-26 05:25:28 +02:00
Ynbot
f38f1b451d
[Automated] Bump version
2023-08-26 03:25:15 +00:00
ynbot
370a4cf206
[Automated] Merged develop into main
2023-08-26 05:24:26 +02:00
Jakub Trllo
5ed243e36e
Publisher: Fix multiselection value ( #5505 )
...
* fix change of value on multiselection
* fix create - publish page change
2023-08-25 17:08:34 +02:00
Jakub Ježek
39f8e65177
if no Tag in representation avoiding raise ( #5511 )
2023-08-25 16:20:20 +02:00
Roy Nieterau
2477287095
Publisher: Avoid warnings on thumbnails if source image also has alpha channel ( #5510 )
...
* Avoid warnings if source image also has alpha channel
* Fix logging typo
2023-08-25 16:19:49 +02:00
Milan Kolar
594bf8a1f6
Merge pull request #5477 from tokejepsen/bugfix/OP-6595_versioning-from-v0-Ftrack-publish
2023-08-24 09:36:19 +02:00
Milan Kolar
d787b7470a
Merge pull request #5455 from ynput/bugfix/add_kitsu_credentials_to_publish_job
2023-08-24 09:35:42 +02:00
Jakub Jezek
fe5dc20877
traypublisher: adding preset for audio product
2023-08-23 17:31:46 +02:00
Jakub Ježek
d8b83dd383
Merge pull request #5409 from ynput/enhancement/OP-6317_Nuke-publish-existing-frames-on-farm
2023-08-23 17:02:35 +02:00
Jakub Jezek
fd2ba5a07f
empty line
2023-08-23 16:48:51 +02:00