Commit graph

8033 commits

Author SHA1 Message Date
Kayla Man
0c8ad276e4 Oscar's and BigRoy's comment respectively on namespace function 2023-09-04 18:02:32 +08:00
Kayla Man
1a61eb0c3e Libor's comment on Container namespace issue and not support rotation 2023-08-25 21:29:34 +08:00
Kayla Man
b490b2741f hound 2023-08-25 11:56:01 +08:00
Kayla Man
098bacddb9 fix incorrect position of the container during updating 2023-08-25 11:54:44 +08:00
Kayla Man
d0857a63e0 alembic loader namespace fix 2023-08-24 17:27:52 +08:00
Kayla Man
637c6396ca hound 2023-08-24 17:13:38 +08:00
Kayla Man
fa80317f6a namespace fix for most loaders except alembic loaders 2023-08-24 17:08:37 +08:00
Kayla Man
d47a27f0cf Merge branch 'develop' into bugfix/OP-6416_3dsmax-container-tab 2023-08-18 18:48:17 +08:00
Kayla Man
f4e42e27ac updating version should be updated as expected 2023-08-18 18:43:13 +08:00
Kayla Man
5a00cab24c hound 2023-08-17 21:24:10 +08:00
Kayla Man
b2a6e16ae8 master container is now with the namespace 2023-08-17 21:22:34 +08:00
Petr Kalis
c5d882c7ea
Maya: Fix wrong subset name of render family in deadline (#5442)
* Use existing subset_name as group_name by default

New publisher already carries real subset name (`renderModelingMain`), it should build group name only if subset_name is weird.

* Let legacy conversion of render instance recreate subset_name

Without it would create subset names like `renderingMain` which are not matching to newly created `renderMain` instances. This would cause issue in version restarts.

* Let Render Creator for Maya create proper subset_name

It was using hardcoded logic not matching other DCCs.

* Hound

* Fix method calls

* Fix typos

* Do not import unnecessary

* Capitalize is wrong function for here

* Overwrite get_subset_name for standardized results

It makes sense to override this method for other parts of code getting same results.

* Force change

It seems that GH doesn't recognize changes with adding()

* Update openpype/hosts/maya/plugins/create/convert_legacy.py

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

* Hound

---------

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-08-17 10:33:52 +02:00
Kayla Man
8345298913 hound 2023-08-16 22:40:56 +08:00
Kayla Man
3342ceff2c clean up on the fbx and max_scene code 2023-08-16 22:39:36 +08:00
Petr Kalis
328c3d9c7f
OP-6567 - fix setting of version to workfile instance (#5452)
If there are multiple instances of renderlayer published, previous logic resulted in unpredictable rewrite of instance family to 'workfile'
2023-08-16 16:16:21 +02:00
Kayla Man
8aa150cfe5 fixing the bug of not being able to update the scene when using maxSceneloader and some clean up 2023-08-16 21:37:49 +08:00
Kayla Man
ae42d524c8 fixing the error when updating the max scene in the loader 2023-08-16 18:22:59 +08:00
Kayla Man
86f86db4f8 also resolves OP-6526_3dsMax-loading-an-asset-multiple-times 2023-08-16 17:55:07 +08:00
Kayla Man
0825afa73a add includedfullgroup support for merging scene in max scene family 2023-08-16 14:22:14 +08:00
Kayla Man
8b0ba25c37 add load maxscene family 2023-08-16 14:12:58 +08:00
Kayla Man
cf4ce6bbc5 rename the loadOpenpypedata functions 2023-08-15 22:36:28 +08:00
Jakub Ježek
e11a6e856f
Merge pull request #5444 from ynput/bugfix/OP-2089_Nuke-manager-switching-asset 2023-08-15 14:00:15 +02:00
Kayla Man
5f54f90824 reload the moddifier with OP Data in load model 2023-08-15 17:16:14 +08:00
Kayla Man
e666ff641b reload the modifiers to the container with OP Data 2023-08-15 17:14:42 +08:00
Kayla Man
fdad1a48b0 Hound 2023-08-14 18:09:02 +08:00
Kayla Man
cb086d113e clean up the load OpenpypeData code 2023-08-14 18:06:23 +08:00
Kayla Man
628c9e6cc4 Merge branch 'develop' into bugfix/OP-6416_3dsmax-container-tab 2023-08-14 14:36:59 +08:00
Kayla Man
67840465ab update the attribute after OP Param update 2023-08-14 14:36:35 +08:00
Jakub Trllo
dd27f4e839
AYON: Apply unknown ayon settings first (#5435)
* apply unknown ayon settings first

* added "Main" to empty default variants

* use 'default_variants' in aftereffects creator
2023-08-11 16:23:27 +02:00
Petr Kalis
8b128d91bc
Maya: allow not creation of group for Import loaders (#5427)
* OP-6357 - removed unneeded import

* OP-6357 - extracted logic for getting custom group and namespace from Settings

Mimicing logic in ReferenceLoader, eg. group could be left empty >> no groupping of imported subset.

* OP-6357 - same logic for abc animation as Reference

* OP-6357 - same logic for yeti rig as ReferenceLoder

Allows to not create wrapping group.

* OP-6357 - added separate import_loader to settings

Could be used to not creating wrapping groups when Group kept empty.

* OP-6357 - added product subset conversion for ayon settings

* OP-6357 - fix using correct variable

Artist input comes from `data` not directly from self.options

* OP-6357 - add attach_to_root to options to allow control by same key

* OP-6357 - added docstring

* Added settings for Import loaders in maya

* OP-6357 - refactored formatting
2023-08-11 16:12:05 +02:00
Jakub Trllo
80114b24fa
TVPaint: Fix 'repeat' behavior (#5412)
* adde frame start to repreat frame matching

* removed "loop" from behaviors
2023-08-11 14:50:05 +02:00
Kayla Man
43796c2c1c roy's comment 2023-08-11 18:23:28 +08:00
Kayla Man
4013148167 name of the read node should be updated correctly when setting versions and switching assets 2023-08-11 15:29:36 +08:00
Toke Jepsen
7973354fef
Option to start versioning from 0 (#5262)
* Initial version, replaced all hard 1 with 0

* ftrack v0 works only with version cast as str

* workfile tools can set 0

* fixed hound stuff

* fix for auto versioning not working anymore

* fix for not incrementing version

* hound fix

* Settings determined versioning start

* Code cosmetics

* Better failsafe for collecting settings.

* Initial profiles commit

* Hound

* Working profiles

* Update openpype/hosts/webpublisher/plugins/publish/collect_published_files.py

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

* Update openpype/hosts/webpublisher/plugins/publish/collect_published_files.py

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

* Update openpype/plugins/publish/collect_anatomy_instance_data.py

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

* Update openpype/settings/entities/schemas/projects_schema/schema_project_global.json

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

* Illicitit feedback

* Update openpype/pipeline/context_tools.py

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

* Fix collect_published_files

* Working version

* Hound

* Update openpype/pipeline/version_start.py

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

* Update openpype/pipeline/version_start.py

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

* Update openpype/tools/push_to_project/control_integrate.py

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

* Update openpype/hosts/photoshop/plugins/publish/collect_published_version.py

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

* Update openpype/hosts/photoshop/plugins/publish/collect_published_version.py

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

* Update openpype/hosts/webpublisher/plugins/publish/collect_published_files.py

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

* Update openpype/hosts/webpublisher/plugins/publish/collect_published_files.py

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

* Update openpype/hosts/webpublisher/plugins/publish/collect_published_files.py

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

* Update openpype/pipeline/workfile/path_resolving.py

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

* Update openpype/settings/__init__.py

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

* Hound

* Illicitit feedback

* Replace host.name

* Update openpype/plugins/publish/collect_anatomy_instance_data.py

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

* reuse 'task_name' and 'task_type'

* skip hero integration when source version in 0

---------

Co-authored-by: maxpareschi <max.pareschi@gmail.com>
Co-authored-by: Jakub Ježek <jakubjezek001@gmail.com>
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
Co-authored-by: Jakub Trllo <jakub.trllo@gmail.com>
2023-08-10 13:31:49 +02:00
Jakub Ježek
d81926bb88
Merge pull request #5428 from ynput/bugfix/OP-6542_nuke-fixing-template-building
Nuke: workfile template fixes
2023-08-10 11:38:46 +02:00
Jakub Ježek
911f9416e6
Merge pull request #5379 from ynput/bugfix/OP-6354_colorspace-submit-to-deadline-with-OCIO-env-var-new 2023-08-10 10:55:43 +02:00
Jakub Jezek
bc59808ef4
additional fix for dialogue 2023-08-09 11:22:15 +02:00
Jakub Jezek
4043f8fed9
fixing slashes in condition 2023-08-09 11:21:06 +02:00
Jakub Ježek
a82421f3cc
Update openpype/hosts/nuke/api/lib.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-08-08 17:06:14 +02:00
Jakub Ježek
ecbf263feb
Update openpype/hosts/nuke/api/lib.py
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-08-08 17:04:03 +02:00
Jakub Jezek
fa66c9f1e0
removing residual mess 2023-08-08 16:20:15 +02:00
Jakub Jezek
7861b02837
fixing inconsistency with input arguments 2023-08-08 15:46:43 +02:00
Jakub Jezek
fe2e6276f3
nuke: implementation of delete_placeholder
to creator and loader plugins
2023-08-08 15:44:20 +02:00
Kayla Man
38b905c6f9 restore the load max scene for resolving the possible conflict 2023-08-08 18:27:13 +08:00
Jakub Trllo
7debe12c2b
Webpublisher: Cleanup targets (#5418)
* remove remotepublish commands from cli

* use 'automated' target instead ot 'remotepublish'

* removed references to remotepublish

* added webpublish target

* use webpubish targets where automated does not make sense
2023-08-08 11:36:16 +02:00
Petr Kalis
7d40debd64
Maya: do not create top level group on reference (#5402)
* OP-6358 - allow not creation of group for reference loader in Maya

Creation of wrapping group could be controlled by checkbox in ReferenceLoader options.

* OP-6358 - group name could be empty in Settings

This enables default behavior of not creating wrapping group without need of artists unchecking `Group imported assets`.

* OP-6358 - changed to safer logic

Stripping of | was weird and potentially dangerous (collision of names), this logic should be safer.
2023-08-08 11:00:02 +02:00
Kayla Man
c446b9d8e8 Merge branch 'develop' into bugfix/OP-6230_3dsMax-handling-object-deletion 2023-08-08 16:29:28 +08:00
Jakub Trllo
a31b2d9d77
SyncServer: Existence of module is optional (#5413)
* 'get_repre_icons' have optional sync server

* local settings have optional sync server

* sync server is optional in sceneinventory

* sync server is optional in loader tool

* sync server is optional in library loader

* sync server is optional in host dirmap

* sync server is optional in nuke cache

* sync server is optional in integrate plugin

* added "sync_server" back to ignored modules for openpype package

* fix missing variable

* mark syncserver command as deprecated

* define 'SYNC_SERVER_ROOT'

* added method to receive icon paths

* use sync server module to receive icons

* fix scene inventory
2023-08-07 18:48:27 +02:00
Jakub Jezek
4af2ddaf49
nuke: nicer error communication to users. 2023-08-07 17:22:50 +02:00
Jakub Trllo
ae3eb37776
AYON: Add folder to template data (#5417)
* added 'folder[name]' to template data

* removed asset <-> folder conversion from conversion utils

* use folder[name] in maya namespace
2023-08-07 17:22:28 +02:00