Kayla Man
c8b6bcf990
Merge pull request #5378 from ynput/bugfix/OP-6416_3dsmax-container-tab
...
Max: Adding custom modifiers back to the loaded objects
2023-09-04 19:22:54 +08:00
Kayla Man
4fd8b04c19
Merge branch 'develop' into bugfix/OP-6416_3dsmax-container-tab
2023-09-04 19:22:47 +08:00
Kayla Man
4e3d0d7eac
hound
2023-09-04 19:20:42 +08:00
Kayla Man
646d4f6db2
oscar comment on the import custom attribute data
2023-09-04 19:19:39 +08:00
Ondřej Samohel
424d20a741
Merge pull request #5476 from ynput/enhancement/OP-6394_project-creation-in-temp-location
2023-09-04 12:46:57 +02:00
Ondřej Samohel
1a02a05108
Merge pull request #5421 from fabiaserra/bugfix/houdini_creator_settings
2023-09-04 12:46:24 +02:00
Ondřej Samohel
1ac1b18f95
Merge branch 'develop' into bugfix/houdini_creator_settings
2023-09-04 12:45:17 +02:00
Ondřej Samohel
859a620df7
Merge pull request #5525 from BigRoy/enhancement/maya_remove_validate_instance_attributes
2023-09-04 12:14:28 +02:00
Kayla Man
edbecc50fb
Merge branch 'develop' into bugfix/OP-6416_3dsmax-container-tab
2023-09-04 18:03:06 +08:00
Kayla Man
0c8ad276e4
Oscar's and BigRoy's comment respectively on namespace function
2023-09-04 18:02:32 +08:00
Petr Kalis
0f39ccf016
Fix - files on representation cannot be single item list ( #5545 )
...
Further logic expects that single item files will be only 'string' not 'list' (eg. repre["files"] = "abc.exr" not repre["files"] = ["abc.exr"].
This would cause an issue in ExtractReview later.
2023-09-04 11:05:27 +02:00
github-actions[bot]
dc684b65f3
chore(): update bug report / version
2023-09-02 03:25:07 +00:00
ynbot
4fec1add83
[Automated] Merged main into develop
2023-09-02 05:24:42 +02:00
Ynbot
0cf8f8f42d
[Automated] Bump version
2023-09-02 03:24:31 +00:00
ynbot
71e0829742
[Automated] Merged develop into main
2023-09-02 05:23:44 +02:00
Petr Kalis
1b8d8e68f2
Harmony: refresh code for current Deadline ( #5493 )
...
* Explicitly set Python3 for Harmony OP plugin
* Fix method call
Without it it would always return True
* Explicitly set render instance to farm
* Added Harmony 22 executable
This plugin might not be necessary anymore for current Harmonies (at least for 22 works original Harmony plugin in DL)
* Removed logging
* fix - remove explicit disabling of review
instance.data["review"] could be False only if review shouldn't be explicitly done. This is not possible in old publisher.
TODO must be implemented in NP.
2023-09-01 18:23:45 +02:00
Jakub Trllo
ad8186afb1
Merge pull request #5526 from BigRoy/enhancement/maya_validate_instance_in_context_refactor
...
Maya: Refactor/tweak Validate Instance In same Context plug-in
2023-09-01 17:46:44 +02:00
Jakub Trllo
d047d8dfb7
Merge pull request #5522 from BigRoy/enhancement/maya_validate_plugin_attributes_optimize
...
Maya: Optimize validate plug-in path attributes
2023-09-01 16:09:01 +02:00
Jakub Trllo
6f683ee0b6
Merge pull request #5524 from BigRoy/bugfix/maya_validate_shape_zero_repair
...
Maya: Validate Shape Zero fix repair action + provide informational artist-facing report
2023-09-01 16:06:15 +02:00
Libor Batek
9cf21b77ff
Merge pull request #5286 from ynput/bugfix/OP-6356_3dsamx-empty-render-instance
...
Max: Optional Renderable Camera Validator for Render Instance
2023-09-01 09:49:47 +02:00
Kayla Man
7af0764b5d
Merge pull request #5548 from ynput/bugfix/Houdini-HDA-update-or-set-version-does-not-change-version-in-scene-inventory
...
Houdini: Introduce imprint function for correct version in hda loader
2023-09-01 10:24:43 +08:00
Kayla Man
f8d923b7d7
Merge branch 'develop' into bugfix/Houdini-HDA-update-or-set-version-does-not-change-version-in-scene-inventory
2023-09-01 10:24:35 +08:00
Jakub Ježek
cc8cecbc04
Merge pull request #5502 from ynput/enhancement/persistant-staging-dir-at-representation
2023-08-31 23:33:35 +02:00
Jakub Ježek
6c38b0f3d4
Merge pull request #5494 from ynput/enhancement/deadline-remove-toBeRenderedOn
2023-08-31 22:45:32 +02:00
Jakub Ježek
1cc94537ba
Merge branch 'develop' into enhancement/deadline-remove-toBeRenderedOn
2023-08-31 22:45:16 +02:00
Jakub Jezek
ec8a0f4948
simplification of spaghetti code and improving logic
2023-08-31 22:44:36 +02:00
Jakub Ježek
c3fe83a682
Merge pull request #5486 from ynput/bugfix/nuke-validate-rendered-files-repair
2023-08-31 22:33:43 +02:00
Jakub Jezek
24cbaefe95
removing redundant action
...
it was residual approach from old workflow
2023-08-31 22:29:18 +02:00
Jakub Ježek
42295ddab1
Merge pull request #5483 from ynput/bugfix/nuke-monitor-thumbnail-profiles
...
Nuke: fixing thumbnail and monitor out root attributes
2023-08-31 22:17:12 +02:00
Jakub Ježek
7bb75b458a
Merge pull request #5479 from ynput/bugfix/nuke-OCIO-windows-unc
...
OCIO: windows unc path support in Nuke and Hiero
2023-08-31 22:16:37 +02:00
Jakub Ježek
6179e62c4d
Merge branch 'develop' into bugfix/nuke-monitor-thumbnail-profiles
2023-08-31 17:38:58 +02:00
Jakub Ježek
13d1b40719
Update openpype/hosts/nuke/api/lib.py
...
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-08-31 17:38:47 +02:00
Jakub Trllo
cf8919dbc5
AYON: Update settings ( #5544 )
...
* added 3dsmax settings conversion
* added conversion of reposition knobs
* fixed matching defaults
* updated core settings
* updated aftereffects settings model
2023-08-31 17:24:52 +02:00
Jakub Trllo
e2e3bb3a68
AYON: Fill entities during editorial (2) ( #5549 )
...
* fix appending of instances by asset name
* skip disabled instances
* formatting fix
2023-08-31 17:23:38 +02:00
Kayla Man
4d94bec464
oscar's comment on cameras implemenetation
2023-08-31 22:55:59 +08:00
Jakub Ježek
bace17bc7f
Merge pull request #5475 from ynput/bugfix/editorial-fill-entities
2023-08-31 16:26:06 +02:00
Jakub Ježek
6969a3fcd1
Merge branch 'develop' into bugfix/editorial-fill-entities
2023-08-31 15:45:29 +02:00
Jakub Jezek
82b50dcfc2
adding comments
2023-08-31 14:00:13 +02:00
Kayla Man
e11762f2df
Merge branch 'develop' into bugfix/Houdini-HDA-update-or-set-version-does-not-change-version-in-scene-inventory
2023-08-31 19:46:00 +08:00
Jakub Jezek
33e1866124
separating code into own function for monitor lut settings
2023-08-31 13:30:33 +02:00
Jakub Ježek
e9c3a84916
Update openpype/hosts/nuke/api/lib.py
...
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
2023-08-31 12:11:22 +02:00
Jakub Ježek
0935c75814
Merge branch 'develop' into bugfix/nuke-monitor-thumbnail-profiles
2023-08-31 12:09:41 +02:00
Jakub Ježek
8b3306810c
Merge branch 'develop' into bugfix/nuke-OCIO-windows-unc
2023-08-31 12:08:25 +02:00
Jakub Jezek
d3c1b84835
fixing paths slashes in nuke api
2023-08-31 12:07:23 +02:00
Petr Kalis
84e89aa422
Webpublisher: better encode list values for click ( #5546 )
...
* Fix - list of arguments must be provided differently
Targets could be a list, original implementation pushed it as a comma separated, it must be separated by space for click to understand.
* Fix - split by space
targets might come as a tuple from command line
* Fix - better providing of arguments
* Revert "Fix - split by space"
This reverts commit 23884ac1c544e2d8003d82423a0da8b83821d426.
2023-08-31 11:39:07 +02:00
Kayla Man
5685e2a168
introduce imprint function for correct version in hda loader
2023-08-31 16:48:52 +08:00
Kayla Man
3b8f74d71d
Merge pull request #5528 from ynput/enhancement/5516_Houdini-Reset-FPS
...
Houdini: Reset FPS when clicking Set Frame Range
2023-08-31 16:20:30 +08:00
Kayla Man
d019496d99
Merge branch 'develop' into enhancement/5516_Houdini-Reset-FPS
2023-08-31 16:20:23 +08:00
Kayla Man
4e88f705ee
remove the duplicated validator
2023-08-31 16:12:36 +08:00
Kayla Man
b9fb4ce9e9
rename the validator
2023-08-31 16:05:02 +08:00