Commit graph

752 commits

Author SHA1 Message Date
Toke Stuart Jepsen
ba877956b9 Fix collecting arnold prefix when none 2023-07-05 09:17:53 +01:00
Jakub Ježek
04babc069c
Merge pull request #5225 from BigRoy/enhancement/maya_no_save_file_prompt_after_new_file 2023-07-04 16:05:14 +03:00
Milan Kolar
a8574255b3
Merge pull request #5222 from quadproduction/488-bug-template-builder-fails-when-loading-data-without-outliner-representation 2023-07-04 09:53:17 +02:00
Roy Nieterau
a2ef4e0013 Restructure set_colorspace
- Only set `configFilePath` when OCIO env var is not set since it doesn't do anything if OCIO var is set anyway.
- Set the Maya 2022+ default OCIO path using the resources path instead of "" to avoid Maya Save File on new file after launch (this also fixes the Save prompt on open last workfile feature with Global color management enabled)
- Move all code related to applying the maya settings together after querying the settings
- Swap around the `if use_workfile_settings` since the check was reversed
- Use `get_current_project_name()` instead of environment vars
2023-06-30 22:05:45 +02:00
Toke Stuart Jepsen
aaf3a9acfe Hound 2023-06-30 15:53:34 +01:00
Toke Stuart Jepsen
8713759c18 Hound 2023-06-30 15:53:08 +01:00
Toke Stuart Jepsen
e7bdf25b9a HOund 2023-06-30 15:41:39 +01:00
Toke Stuart Jepsen
8e9f4eb40e Log message about overwrites and continue 2023-06-30 15:40:31 +01:00
clement.hector
13820bf99b indent correction 2023-06-30 15:15:06 +02:00
clement.hector
0033efe5b1 catch assertion error 2023-06-30 15:08:38 +02:00
Toke Stuart Jepsen
ab57a4c8a5 Merge branch 'enhancement/OP-6222_xgen-sidecar-files' of https://github.com/tokejepsen/pype into enhancement/OP-6222_xgen-sidecar-files
# Conflicts:
#	openpype/hosts/maya/api/pipeline.py
2023-06-30 08:17:27 +01:00
Toke Stuart Jepsen
2a40984858 import at top 2023-06-30 08:16:37 +01:00
Toke Jepsen
aa5236128b
Update openpype/hosts/maya/api/pipeline.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-06-30 08:15:07 +01:00
Toke Stuart Jepsen
7ca847ce24 Change name of warning method. 2023-06-29 10:36:41 +01:00
Toke Stuart Jepsen
832d44924d Merge branch 'develop' into enhancement/OP-6222_xgen-sidecar-files
# Conflicts:
#	openpype/hosts/maya/api/pipeline.py
2023-06-29 10:11:35 +01:00
Kayla Man
0df955c2fc
Maya: Fix the register_event_callback collecting workfile save after (#5214) 2023-06-29 10:09:38 +02:00
Toke Stuart Jepsen
25a03628c9 BigRoy feedback 2023-06-29 08:49:43 +01:00
Toke Stuart Jepsen
7a164032e0 Working callback for managing Xgen sidecar files. 2023-06-28 18:35:41 +01:00
Toke Stuart Jepsen
077af17672 Merge branch 'develop' into enhancement/maya_template
# Conflicts:
#	openpype/hosts/maya/api/workfile_template_builder.py
2023-06-27 10:46:29 +01:00
murphy
80b66f5774
Merge pull request #5175 from tokejepsen/bugfix/OP-6236_Include-handles 2023-06-23 18:20:49 +02:00
Roy Nieterau
7973c5fbe0
Workfile Builder UI: Workfile builder window is not modal (#5131)
* Open create placeholder window as regular window instead of modal dialog

* Allow to create even as root node without a parent selection

* Cosmetics: typo

* Keep create dialog open after create so user can directly create another with similar settings

* Match functionality in Nuke to the one in Maya

---------

Co-authored-by: Roy Nieterau <roy@colorbleed.nl>
2023-06-23 16:27:37 +02:00
Toke Stuart Jepsen
4a8e5c4817 Illicit feedback 2023-06-23 14:56:44 +01:00
Toke Stuart Jepsen
68c42d486b Setting render range to include handles. 2023-06-22 12:10:45 +01:00
Roy Nieterau
67f012e441 Fix typo + cosmetics 2023-06-12 16:03:26 +02:00
Roy Nieterau
c940b82fb9 Merge branch 'develop' of https://github.com/pypeclub/OpenPype into enhancement/maya_template
# Conflicts:
#	openpype/hosts/maya/api/lib.py
2023-06-12 15:46:13 +02:00
Jakub Ježek
ec7b85b501
Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation 2023-05-31 15:41:02 +02:00
Milan Kolar
cd4d8ef680
Merge pull request #4859 from BigRoy/bugfix/maya_load_assembly_import_get_container_transforms 2023-05-30 21:49:35 +02:00
Jakub Ježek
2c31dc1f21
Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation 2023-05-24 10:25:24 +02:00
Ondřej Samohel
a8bce5a28e
Merge pull request #4877 from quadproduction/347-fix-studio-openpype-animation-instance-doesn-t-have-the-right-subset-name-when-created-with 2023-05-18 12:30:59 +02:00
Zipodod
6b09504ead
Bugfix/frame variable fix (#4978)
* Fix variable name on Max reset frame range

* Fix variable name on Maya collect animation

* Fix variable name on Nuke reset frame range

* Fix lines over max width

* Fix error on variable rename

* Fix line over max width

---------

Co-authored-by: jbeaulieu <jbeaulieu@alkemy-x.com>
2023-05-17 14:14:26 +02:00
Seyedmohammadreza Hashemizadeh
f8ad6966fb make options optional 2023-05-15 17:12:17 +02:00
Seyedmohammadreza Hashemizadeh
b192f8395d update docstring 2023-05-15 16:34:37 +02:00
Seyedmohammadreza Hashemizadeh
8ffe7f5552 fix function call 2023-05-15 16:27:03 +02:00
Seyedmohammadreza Hashemizadeh
2514709977 use custom namespace for animation instance 2023-05-15 15:46:20 +02:00
Seyedmohammadreza Hashemizadeh
454abe459e add custom animation subset 2023-05-12 17:53:05 +02:00
Seyedmohammadreza Hashemizadeh
9d6cd8d2c8 add options 2023-05-12 16:21:58 +02:00
Toke Stuart Jepsen
a129cec522 Merge branch 'develop' into enhancement/maya_template 2023-05-12 10:19:57 +01:00
Toke Stuart Jepsen
d2842b0cd7 post_representation_load > post_placeholder_process 2023-05-11 17:55:25 +01:00
Toke Stuart Jepsen
8cf509fbd1 Fix for multiple placeholder matches. 2023-05-11 10:17:51 +01:00
Ondřej Samohel
344a533b47
Merge branch 'develop' into bugfix/maya_load_assembly_import_get_container_transforms 2023-05-11 11:06:05 +02:00
Ondřej Samohel
041914e8ce
Merge pull request #4797 from quadproduction/342-fix-studio-openpype-reference-is-broken-imported-when-scene-is-build-from-template 2023-05-10 14:43:33 +02:00
Seyedmohammadreza Hashemizadeh
17d39cc356 preserve all references when importing a maya template 2023-05-03 17:11:03 +02:00
Jakub Jezek
602a4ae8ec
Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation 2023-05-02 20:56:58 +02:00
Toke Stuart Jepsen
9747398ce8 Rename "cleanup_placeholder" to "post_representation_load" 2023-04-28 15:25:37 +01:00
Seyedmohammadreza Hashemizadeh
9cbcef4fd9 apply suggetion. use attribute query 2023-04-27 16:30:44 +02:00
Seyedmohammadreza Hashemizadeh
6f57d567e4 get default cameras from maya 2023-04-27 16:30:44 +02:00
Seyedmohammadreza Hashemizadeh
289c0ffa06 remove defautl cameras from renderable cameras 2023-04-27 16:30:44 +02:00
Toke Stuart Jepsen
f4117a7a5c Clean up of placeholder. 2023-04-26 10:35:40 +01:00
Jakub Jezek
3fe4710b21
Maya: refactor colorspace preferecies with new settings 2023-04-21 15:42:19 +02:00
Toke Stuart Jepsen
f6c32300c2 Log warning when using plugin methods. 2023-04-21 10:32:26 +01:00