Simone Barbieri
44b4d04bbe
Added attributes to publisher and fixed chunk size
2023-11-23 16:24:41 +00:00
Kayla Man
f8433f42c5
Merge branch 'develop' into bugfix/OP-6926_MToA-verbosity-levels-not-preserved-on-farm
2023-11-23 21:12:35 +08:00
Ondřej Samohel
f2adb8834b
Merge pull request #5946 from ynput/feature/OP-7325_asset-usage-report
2023-11-23 11:30:07 +01:00
Ondřej Samohel
5e5ed5b517
🐶 hound fix
2023-11-23 11:26:46 +01:00
Ondřej Samohel
00c1288c9d
🐛 handle hero versions
2023-11-23 11:25:45 +01:00
Ondřej Samohel
8050d23529
Revert " 🐛 invalid header order"
...
This reverts commit 4554820410 .
2023-11-22 18:10:56 +01:00
Ondřej Samohel
5ec3f92d7c
🐛 remove unused plugin and hound fixes
2023-11-22 17:02:30 +01:00
Ondřej Samohel
4554820410
🐛 invalid header order
2023-11-22 16:42:11 +01:00
Ondřej Samohel
5125db72b4
📝 add docstrings and some polishing
2023-11-22 16:38:09 +01:00
Ondřej Samohel
61fe4825e6
🎨 initial work
2023-11-22 16:25:33 +01:00
Kayla Man
85c73fa52c
remove duplicated variable of MTOA verbosity level in submit maya deadline
2023-11-22 22:52:00 +08:00
Kayla Man
3b5f7d24af
Merge branch 'develop' into bugfix/OP-6926_MToA-verbosity-levels-not-preserved-on-farm
2023-11-22 20:36:39 +08:00
Jakub Trllo
572122777f
Merge pull request #5817 from ynput/feature/OP-7176_Use-folder-path-as-unique-identifier
...
AYON: Use folder path as unique identifier
2023-11-21 18:30:14 +01:00
Jakub Trllo
8dddc31706
change debug log message
2023-11-21 12:06:38 +01:00
Jakub Trllo
3f850f1b0a
fix module settings usage
2023-11-21 12:02:01 +01:00
Jakub Trllo
f78f9c98f3
added harmony and flame to skipped addons
2023-11-21 11:07:10 +01:00
Kayla Man
cd4f603b4e
supports the settings of additional plugin info and job info
2023-11-21 13:46:13 +08:00
Jakub Trllo
cdf49c4d40
Added 'AYONAddon' class which is initialized with AYON settings
2023-11-20 18:48:28 +01:00
Kayla Man
b0ab09201a
add optional validator to check verbosity level in Arnold and plugin info for arnold verbose
2023-11-20 16:48:03 +08:00
Jakub Trllo
79c079961b
Merge branch 'develop' into feature/OP-7176_Use-folder-path-as-unique-identifier
2023-11-16 17:22:33 +01:00
Jakub Trllo
a3fc30b408
use project, task and host name from context data ( #5918 )
2023-11-16 15:27:33 +01:00
Jakub Trllo
40a1dbed3e
Merge branch 'develop' into feature/OP-7176_Use-folder-path-as-unique-identifier
...
# Conflicts:
# openpype/hosts/blender/plugins/publish/extract_abc.py
# openpype/hosts/blender/plugins/publish/extract_abc_animation.py
# openpype/hosts/blender/plugins/publish/extract_blend.py
# openpype/hosts/blender/plugins/publish/extract_blend_animation.py
# openpype/hosts/blender/plugins/publish/extract_camera_abc.py
# openpype/hosts/blender/plugins/publish/extract_camera_fbx.py
# openpype/hosts/blender/plugins/publish/extract_fbx.py
# openpype/hosts/blender/plugins/publish/extract_fbx_animation.py
# openpype/hosts/blender/plugins/publish/extract_layout.py
2023-11-15 18:26:48 +01:00
Roy Nieterau
5d10f7f2dd
Remove global RENDER_ATTRS, refactor to a RenderSettings.get_padding_attr method ( #5801 )
...
- Partial cleanup extracted from #3880
2023-11-15 13:15:50 +01:00
Jakub Trllo
58fd1aa8e2
Merge branch 'develop' into feature/OP-7176_Use-folder-path-as-unique-identifier
2023-11-15 11:33:20 +01:00
Roy Nieterau
4d48a6981b
Bugfix: Ayon Deadline env vars + error message on no executable found ( #5815 )
...
* Fix ingesting env vars correctly for `DeadlinePlugin.RunProcess`
* Fix error message reporting `;` between each character of the string
* Cosmetics
* Use `SetEnvironmentVariable` instead of `SetProcessEnvironmentVariable` because it's a Simple Plugin
See: https://docs.thinkboxsoftware.com/products/deadline/10.1/1_User%20Manual/manual/environment.html#job-rendering
2023-11-15 11:25:47 +01:00
Roy Nieterau
91e230a321
Enhancement: Some publish logs cosmetics ( #5917 )
...
* Write logs in sorted order for better logs
* Typo in log message
* More descriptive log
* Skip logging profile since `filter_profiles` already logs "Profile selected: {profile}"
* Fix grammar
* Fix grammar
* Improve logged information
2023-11-15 10:09:37 +01:00
Jakub Trllo
a28d6d34d2
Merge branch 'develop' into feature/OP-7176_Use-folder-path-as-unique-identifier
...
# Conflicts:
# openpype/client/server/entities.py
# openpype/pipeline/context_tools.py
2023-11-13 16:39:09 +01:00
Jakub Trllo
14ddd5cb51
use 'get_ayon_server_api_connection' in core functions
2023-11-09 14:36:42 +01:00
Jakub Trllo
fc8342751d
Merge branch 'develop' into feature/OP-7176_Use-folder-path-as-unique-identifier
2023-11-07 17:40:40 +01:00
Toke Jepsen
f7d76617c0
Testing: Validate Maya Logs ( #5775 )
...
* Working version
* Improve launched app communication
* Move imports to methods.
* Update tests/integration/hosts/maya/test_publish_in_maya.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
* Collect errors from process
* fix startup scripts arguments
* Update openpype/lib/applications.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
* Fix application polling
* Docstring
* Revert stdout and stderr
* Revert subprocess.PIPE
* Added missed imports
If we are moving these because of testing, lets move all of them
---------
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Co-authored-by: kalisp <petr.kalis@gmail.com>
2023-11-07 16:51:54 +01:00
Jakub Trllo
0818788096
Merge pull request #5856 from ynput/bugfix/bundles-access
...
AYON: Fix bundles access in settings
2023-11-07 14:53:31 +01:00
Jakub Trllo
cf4590f532
Merge branch 'develop' into feature/OP-7176_Use-folder-path-as-unique-identifier
2023-11-07 14:38:04 +01:00
Jakub Trllo
541d333ab8
more specific message when loaded multiple modules in addon dir
2023-11-02 14:56:33 +01:00
Jakub Trllo
87c3682d61
imported modules must have Module class
2023-11-02 14:55:06 +01:00
Jakub Trllo
27dd549c7d
ignore pycahce folders
2023-11-02 14:54:40 +01:00
Jakub Trllo
2d940227b1
skip openpype addon
2023-11-02 14:54:29 +01:00
Jakub Trllo
3428ec08a5
log which method was used to get plugins
2023-11-02 13:46:05 +01:00
Jakub Trllo
e9699d2cef
fix grammar and use warning
...
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-11-02 13:43:27 +01:00
Jakub Trllo
f912c2c69c
change if conditions order
2023-11-02 12:32:35 +01:00
Jakub Trllo
36f928151d
safe call of get plugins path
2023-11-02 12:32:18 +01:00
Jakub Trllo
13ec4d9a53
fix formatting order
2023-11-02 12:31:58 +01:00
Jakub Trllo
ff8cd30244
Merge branch 'develop' into feature/OP-7176_Use-folder-path-as-unique-identifier
2023-11-02 11:40:01 +01:00
Jakub Trllo
bd8638caa1
ftrack events are not processed if project is not available in OpenPype database
2023-11-01 17:16:37 +01:00
Roy Nieterau
98f91ce932
Fix typo actions_dir -> path to fix register launcher actions from OpenPypeModule
2023-10-31 15:39:19 +01:00
Jakub Trllo
60ddcfe37d
Merge pull request #5828 from ynput/bugfix/skip-kitsu-for-ayon-addon
...
AYON: Skip kitsu module when creating ayon addons
2023-10-30 12:23:42 +01:00
Jakub Trllo
05ab5e2e0f
use 'asset' from context instead of from anatomy data
2023-10-30 12:14:55 +01:00
Jakub Ježek
8e3b40a0b9
Merge pull request #5732 from tokejepsen/enhancement/nuke_workfile_dependency
2023-10-30 12:00:11 +01:00
Jakub Trllo
fe4e38190f
skip 'kitsu' addon in openpype modules load
2023-10-30 10:00:37 +01:00
Jakub Trllo
1790c5516c
Merge branch 'develop' into feature/OP-7176_Use-folder-path-as-unique-identifier
2023-10-27 18:07:55 +02:00
Jakub Trllo
efef9e2fd3
small fix in timers manager
2023-10-27 18:06:54 +02:00