Commit graph

32920 commits

Author SHA1 Message Date
github-actions[bot]
83f4c2ea39 chore(): update bug report / version 2023-09-06 03:25:50 +00:00
ynbot
bf7546a6dc
[Automated] Merged main into develop 2023-09-06 05:25:25 +02:00
Ynbot
896b80322c [Automated] Bump version 2023-09-06 03:25:11 +00:00
ynbot
2469edc200
[Automated] Merged develop into main 2023-09-06 05:24:03 +02:00
Jakub Trllo
d851023836
Merge pull request #5571 from ynput/bugfix/fix-warning-messages-about-overriden-init
Create Plugins: Better check of overriden '__init__' method
2023-09-05 18:16:43 +02:00
Jakub Trllo
c3847aec51 removed '_method_is_overriden' and use explicit class checks 2023-09-05 17:55:37 +02:00
Jakub Trllo
e2c3a0f5be better check of overriden '__init__' method 2023-09-05 17:33:25 +02:00
Kayla Man
176fc9a935
Merge pull request #5563 from ynput/bugfix/updating_attribute_error_out_in_all_loaders_max
Max: OP Data updates in Loaders
2023-09-05 21:01:34 +08:00
Kayla Man
8eafc292e2
Merge branch 'develop' into bugfix/updating_attribute_error_out_in_all_loaders_max 2023-09-05 21:01:27 +08:00
Jakub Trllo
8aee7d0ca4
Merge pull request #5569 from ynput/enhancement/fusion-code-refactor
Fusion: Code updates
2023-09-05 12:00:45 +02:00
Jakub Trllo
2b2209c1ab
Merge pull request #5553 from ynput/enhancement/remove-system-settings-requirement
Chore: Create plugin does not expect system settings
2023-09-05 12:00:12 +02:00
Jakub Trllo
c08190ccf5
Merge pull request #5560 from ynput/enhancement/remove-ass-export-script
Chore: Removed Ass export script
2023-09-05 11:30:58 +02:00
Jakub Trllo
bde5a560a2 Removed ';OpenPype:Scripts' from prefs file 2023-09-05 11:28:25 +02:00
Jakub Trllo
2b8ec005fc removed remaining scripts after discussion with @BigRoy 2023-09-05 11:27:31 +02:00
Jakub Trllo
d46f610e4d removed switch_ui script from fusion with related script in 'scripts' 2023-09-05 11:21:46 +02:00
Jakub Trllo
0463124867
Merge pull request #5547 from ynput/feature/multiselection-enum-def
Attribute Definitions: Multiselection enum def
2023-09-05 11:00:28 +02:00
Jakub Trllo
2ec392cfd8
Merge pull request #5555 from ynput/enhancement/allow-custom-qt-scale-factor-rounding
Chore: Allow custom Qt scale factor rounding policy
2023-09-04 18:04:48 +02:00
Kayla Man
c2722344e0 update attribute should be correct 2023-09-04 20:38:18 +08:00
Jakub Trllo
aa9846dcbd removed logic where the script is used 2023-09-04 13:25:35 +02:00
Jakub Trllo
3c911f9f5d removed export maya ass job script 2023-09-04 13:24:07 +02:00
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
Jakub Trllo
35074e8db8
Fix versions in deprecated message 2023-09-04 11:49:14 +02: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
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
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