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
Jakub Trllo
35074e8db8
Fix versions in deprecated message
2023-09-04 11:49:14 +02:00
Mustafa-Zarkash
4ed278c0c8
BigRoy's comment
2023-09-04 12:18:03 +03: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
Jakub Trllo
6b1d060a81
updated docstring
2023-09-04 11:00:00 +02:00
Jakub Trllo
115dd54733
fix repaint when custom text changed
2023-09-04 10:56:30 +02:00
Mustafa-Zarkash
c2b948d35f
BigRoy's comments
2023-09-04 11:09:47 +03: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
Mustafa-Zarkash
087aca6d8b
resolve hound
2023-09-01 21:04:59 +03:00
Mustafa-Zarkash
869c6277ff
BigRoy's comment
2023-09-01 21:03:09 +03: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
88ab56db12
backwards compatibility is kept with waring message
2023-09-01 18:16:54 +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
5de86cb6df
do not override scale factor rounding policy if has defined value through env variable
2023-09-01 17:33:57 +02:00
Jakub Trllo
34d7a4f477
removed unnecessary line
...
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
2023-09-01 17:24:01 +02:00
Jakub Trllo
ce3e9a5240
nuke create plugins do not expect system settings
2023-09-01 17:19:39 +02:00
Jakub Trllo
7441d2617a
add missing tvpaint creators
2023-09-01 17:19:30 +02:00
Jakub Trllo
9338c16305
photoshop create plugins do not expect system settings
2023-09-01 17:18:10 +02:00
Jakub Trllo
cb3e83118b
maya create plugins do not expecte system settings
2023-09-01 17:14:39 +02:00
Jakub Trllo
539120f718
removed usage of system settings from houdini
2023-09-01 17:11:21 +02:00
Jakub Trllo
3ba7939222
removed usage of system settings from after effects
2023-09-01 17:10:40 +02:00
Jakub Trllo
09d31e81ef
removed duplicated attribute
2023-09-01 17:10:26 +02:00
Jakub Trllo
cb3ef02fc3
fusion creator does not expect system settings
2023-09-01 17:10:07 +02:00
Jakub Trllo
21d5d4cad2
removed system settings usage from traypublisher
2023-09-01 17:08:13 +02:00
Jakub Trllo
e2c60831c2
apply settings in TVPaint does not expect system settings
2023-09-01 17:07:28 +02:00
Jakub Trllo
fee3c950d3
removed deprecated 'abstractproperty'
2023-09-01 17:00:14 +02:00
Jakub Trllo
1f6df907eb
fixed typehints
2023-09-01 16:54:05 +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
Jakub Trllo
78b5ae149a
only project settings are passed by default to create plugin
2023-09-01 15:54:42 +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 Jezek
1f057525dd
testing: fixing zip file ID
2023-08-31 23:28:12 +02:00
Jakub Jezek
d4393bad6b
changing signature since we only need context.data for input.
2023-08-31 23:18:52 +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