Commit graph

268 commits

Author SHA1 Message Date
Roy Nieterau
3fae1f8521 Just some grammar tweaks 2023-03-30 13:59:22 +02:00
Ondrej Samohel
36ee019976
🚨 some style fixes 2023-03-21 16:48:50 +01:00
Joseff
316c3577c6 Fixed a bug where the QThread in the splash screen could be destroyed before finishing execution 2023-03-16 20:35:21 +01:00
Joseff
7941c73f82 Code cleanup 2023-03-10 11:32:50 +01:00
Joseff
e5b7349dff Code cleanup 2023-03-10 11:32:50 +01:00
Joseff
fc67c5a2c0 Fixed the line indentation. 2023-03-10 11:32:50 +01:00
Joseff
57faf21309 Cleaned up the code, fixed the hanging thread 2023-03-10 11:32:50 +01:00
Joseff
c58778194f Implementation of a new splash screen 2023-03-10 11:32:50 +01:00
Jakub Trllo
47b1daf0f5 get project name other way 2023-03-09 14:27:58 +01:00
Jakub Trllo
0f45af2d36 use 'get_representations' instead of 'legacy_io' query 2023-03-09 14:27:58 +01:00
Ondrej Samohel
477d2e2414 🐛 return AssetContainer to allow loading 2023-02-28 14:33:25 +01:00
Joseff
b1fa394396 Replaced the warning for exceeding the project name length with an exception. 2023-02-24 15:31:54 +01:00
Joseff
f91cefa2fd Updated .gitignore for the OpenPype plugin 2023-02-24 15:31:54 +01:00
Joseff
5ad3bfbaf2 Fixed the generation of the project, added copyrights notices, removed .ini files. 2023-02-24 15:31:54 +01:00
Joseff
283a5fb8e4 Shortened lines for the error message 2023-02-24 15:31:54 +01:00
Joseff
141214d86c Added a stdout printing for the project generation command 2023-02-24 15:31:54 +01:00
Joseff
ae3248b6d9 Refactored the generation of UE projects, plugin is now being installed in the engine. 2023-02-24 15:31:54 +01:00
Joseff
87d8c912ca Shortening the lines of code 2023-02-24 15:31:54 +01:00
Joseff
222a2a0631 Cleaning up and refactoring the code. 2023-02-24 15:31:54 +01:00
Joseff
90955e5779 Refactored the generation of UE projects, plugin is now being installed in the engine. 2023-02-24 15:31:54 +01:00
Simone Barbieri
9f44aff3ed Changed menu to remove Create and link Publish to new publisher 2023-02-22 18:21:52 +01:00
Simone Barbieri
1dd41d072d Hound fixes 2023-02-22 18:21:52 +01:00
Simone Barbieri
8fb21d9a14 Fix Camera Publishing 2023-02-22 18:21:52 +01:00
Simone Barbieri
e958a69289 Fix UnrealActorCreator when getting actors from the scene 2023-02-22 18:21:52 +01:00
Simone Barbieri
637c1c0806 Addressing a concurrency issue when trying to access context 2023-02-22 18:21:52 +01:00
Simone Barbieri
606b3e3449 More changes from suggestions 2023-02-22 18:21:52 +01:00
Simone Barbieri
4f882b9b19 Fixed problem with the instance metadata 2023-02-22 18:21:52 +01:00
Simone Barbieri
b54d832478 Implemented suggestions from review 2023-02-22 18:21:52 +01:00
Simone Barbieri
cae2186d40 Hound fixes 2023-02-22 18:21:52 +01:00
Simone Barbieri
f3834db1ae Fix render creator problem with selection 2023-02-22 18:21:52 +01:00
Simone Barbieri
6f15f39e4f Improved attributes for the creators 2023-02-22 18:21:52 +01:00
Simone Barbieri
ba6d77b88b Use External Data in the Unreal Publish Instance to store members
Not possible with all the families. Some families require to store actors in a scenes, and we cannot store them in the External Data.
2023-02-22 18:21:52 +01:00
Simone Barbieri
833860468c Collect instances is no longer needed with the new publisher 2023-02-22 18:21:52 +01:00
Simone Barbieri
a4c751b49a Hound fixes 2023-02-22 18:21:52 +01:00
Simone Barbieri
ca7ae2a306 Updated render creator 2023-02-22 18:21:52 +01:00
Simone Barbieri
7284601d62 Updated creators to be compatible with new publisher 2023-02-22 18:21:52 +01:00
Simone Barbieri
f0db455a09 Improved basic creator 2023-02-22 18:21:52 +01:00
Simone Barbieri
aa9817ae52 Basic implementation of the new Creator 2023-02-22 18:21:52 +01:00
Jakub Trllo
028c476622
Fix adding to set
Co-authored-by: Simone Barbieri <simone.barbieri@hey.com>
2023-01-19 18:51:30 +01:00
Jakub Trllo
0bc73832b0 fix comment indentation 2023-01-19 12:35:56 +01:00
Jakub Trllo
90d4097143 more efficient queries without using 'legacy_io' 2023-01-19 12:21:11 +01:00
Jakub Trllo
7c6dd8503d pass project name to '_process' 2023-01-19 12:20:45 +01:00
Jakub Trllo
3400304cef use 'apply_settings' method to get value of 'delete_unmatched_assets' 2023-01-19 12:16:11 +01:00
Ondrej Samohel
4d0f954785
🐛 fix missing maintained_selection call 2023-01-10 16:29:51 +01:00
Ondřej Samohel
0e168a5c22
Merge pull request #4198 from ynput/feature/unreal-uasset_management 2023-01-09 18:38:15 +01:00
Ondrej Samohel
ea65afdbc1
🚨 hound fix 2023-01-09 18:36:14 +01:00
Ondrej Samohel
59f051d065
🐛 fix instance collection 2023-01-09 18:30:10 +01:00
Ondřej Samohel
dd84b34625
Merge pull request #4211 from Casgen/enhancement/OP-4152_refactor-folder-colors 2022-12-22 16:18:20 +01:00
Joseff
d61d88d0a5
Alter the PluginManager and UObjectGlobals include.
Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2022-12-22 15:08:31 +01:00
Joseff
1dc52fc3a2
Alter the UObject.h include
Co-authored-by: Ondřej Samohel <33513211+antirotor@users.noreply.github.com>
2022-12-22 15:08:04 +01:00