Commit graph

289 commits

Author SHA1 Message Date
Toke Stuart Jepsen
43ece88f02 Include workfile family to import. 2023-06-22 09:40:19 +01:00
Toke Stuart Jepsen
33b9e16635 Ensure workspace xgen file is overwritten and update UI. 2023-06-19 21:11:47 +01:00
Kayla Man
4ffab0bb67 update docstring 2023-06-19 23:20:08 +08:00
Kayla Man
3020ccd90a update docstring 2023-06-19 23:00:44 +08:00
Kayla Man
92c6cee333 hound fix 2023-06-19 21:58:31 +08:00
Kayla Man
3314c5f282 use createOptions() for defaultArnoldRenderOptions 2023-06-19 21:57:30 +08:00
Kayla Man
2f95aab31e clean up the code 2023-06-15 22:31:55 +08:00
Kayla Man
d077491617 add docstring 2023-06-15 21:28:56 +08:00
Kayla Man
5bb476cfa4 hound fix 2023-06-15 21:27:38 +08:00
Kayla Man
b01424111a roy's comment 2023-06-15 21:25:41 +08:00
Kayla Man
9ba54ecace hound fix 2023-06-15 15:09:40 +08:00
Kayla Man
37e17f3ba0 bug fix the standin being not loaded when they are first loaded 2023-06-15 14:52:41 +08:00
Ondřej Samohel
869cb5ef15
Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation 2023-06-09 14:02:25 +02:00
Toke Stuart Jepsen
69297d0b68 cmds.ls returns list 2023-06-02 14:40:20 +01: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
Mreza Hashemizadeh
a051bb281a
Update openpype/hosts/maya/plugins/load/load_reference.py
Co-authored-by: Toke Jepsen <tokejepsen@gmail.com>
2023-05-15 17:22:40 +02:00
Seyedmohammadreza Hashemizadeh
9d6cd8d2c8 add options 2023-05-12 16:21:58 +02: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
Jakub Ježek
1cc60bb52a
Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation 2023-05-05 16:06:55 +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
Seyedmohammadreza Hashemizadeh
37ea36b811 cosmetiques 2023-04-27 16:22:01 +02:00
Seyedmohammadreza Hashemizadeh
0d4fb1d816 linting clean up 2023-04-27 16:22:01 +02:00
Seyedmohammadreza Hashemizadeh
61c37ebb22 add display handle setting for maya load references 2023-04-27 16:22:01 +02:00
Ondřej Samohel
bfa9169479
Merge branch 'develop' into bugfix/maya_load_assembly_import_get_container_transforms 2023-04-20 16:31:35 +02:00
Roy Nieterau
1a10e0fc74 Hide animation instance in creator + add inventory action to recreate animation publish instance for loaded rigs 2023-04-19 18:01:43 +02:00
Roy Nieterau
3c801ca118 Fix imports 2023-04-18 22:39:07 +02:00
Ondřej Samohel
31f047e524
Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation 2023-04-12 15:21:58 +02:00
Thomas Fricard
9cfa795f47 remove 'group_name' from arguments and add it to 'options' dict 2023-04-07 15:15:50 +02:00
Thomas Fricard
73c2ef6d56 add group_name argument to process_reference method 2023-04-07 15:14:12 +02:00
Thomas Fricard
e88288c53a add group_name argument to process_reference method for ReferenceLoader subclasses 2023-04-07 15:12:47 +02:00
Thomas Fricard
45f59b4e58 raise value error for wrong namespace format + make namespace unique 2023-04-07 15:11:02 +02:00
Thomas Fricard
b3d62c5174 remove create namespace if it doesn't exsits 2023-04-07 15:11:02 +02:00
Thomas Fricard
1c207b91f4 process custom reference naming for maya 2023-04-07 15:11:02 +02:00
Thomas Fricard
6ceb7ef8b3 reset group name variable as before 2023-04-07 15:11:02 +02:00
Thomas Fricard
91331acc4a create namespace if it doesn't already exists in maya + replace _ by : in namespace 2023-04-07 15:08:24 +02:00
Jakub Ježek
c2edc17ef2
Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation 2023-04-06 15:39:13 +02:00
Roy Nieterau
a93b635618
Maya: Remove pymel dependency (#4724)
* Remove pymel from `validate_no_namespace`

* Refactor `ValidateRigOutputIds` to remove pymel dependency

* Remove pymel dependency

* Fix logic

* Remove pymel dependency

* Remove py

* Remove pymel dependency

* Remove pymel dependency

* Remove pymel dependency

* Opt-out early if possible

* Remove pymel dependency

* Remove pymel dependency

* Remove pymel dependency

* Remove pymel dependency

* Remove pymel dependency

* Remove code that should've been removed

* Cosmetics

* Shush hound

* Refactor `get_parent` -> `get_node_parent`

* Fix argument

* Refactor logic for Validate Mesh Arnold Attributes

* Fix load image plane camera transform name

* Merge remote-tracking branch 'upstream/develop' into maya_remove_pymel

# Conflicts:
#	openpype/hosts/maya/plugins/load/load_reference.py
#	openpype/hosts/maya/plugins/publish/collect_review.py

* Fix bug

* Improve labels on messagebox buttons

* Fix repair

* Create empty mesh instead of cube

* Tweak code style based on comments by @fabiaserra

---------

Co-authored-by: Jakub Ježek <jakubjezek001@gmail.com>
2023-04-04 11:23:19 +02:00
Ondřej Samohel
4f0fed10a6
Merge pull request #4460 from tokejepsen/feature/OP-4859_cant-assign-shaders-to-the-ass-file 2023-04-03 16:59:47 +02:00
Jakub Ježek
515d56f8ea
Merge branch 'develop' into feature/OP-5207_Global-host-color-management-activation 2023-04-02 23:23:53 +02:00
Toke Stuart Jepsen
7fb5242fca Merge branch 'develop' into feature/OP-3926_gpu-cache
# Conflicts:
#	openpype/settings/defaults/project_settings/maya.json
#	openpype/settings/entities/schemas/projects_schema/schemas/schema_maya_publish.json
2023-03-31 16:20:08 +01:00
Jakub Ježek
0e8690e848
Merge branch 'develop' into refactor/cleanup_grammar 2023-03-30 17:59:39 +02:00
Roy Nieterau
945d318766 Also lock new cameras on update 2023-03-30 16:38:45 +02:00
Roy Nieterau
52b45f0384 Correctly preserve cameras in modelPanels with multiple cameras in a mayaScene 2023-03-30 16:36:44 +02:00
Ondřej Samohel
e62b0e48cb
Update openpype/hosts/maya/plugins/load/load_reference.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-03-30 15:50:12 +02:00
Ondrej Samohel
951f868cef
♻️ move logic from camera loader to reference loader 2023-03-30 15:14:21 +02:00
Roy Nieterau
3fae1f8521 Just some grammar tweaks 2023-03-30 13:59:22 +02:00
Ondrej Samohel
18efd5276d
🎨 add camera loader 2023-03-30 11:57:36 +02:00
Toke Stuart Jepsen
e04523966f Merge branch 'feature/OP-4859_cant-assign-shaders-to-the-ass-file' of https://github.com/tokejepsen/pype into feature/OP-4859_cant-assign-shaders-to-the-ass-file 2023-03-30 07:08:49 +01:00