This website requires JavaScript.
Explore
Help
Sign In
birkeh
/
o3de
Watch
1
Star
0
Fork
0
You've already forked o3de
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
main
o3de
/
Gems
/
Atom
/
Tools
/
AtomToolsFramework
/
Code
/
Source
/
Document
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
History
santorac
224e0bd20f
Removed the 'data-warnings' concept for checking before saving a material document. It's no longer necessary since we no longer replace the original data with placeholders.
...
Signed-off-by: santorac <
55155825+santorac@users.noreply.github.com
>
2021-11-16 00:02:20 -08:00
..
AtomToolsDocument.cpp
Updated the naming convention for material property "names" vs "IDs".
2021-09-17 22:19:31 -07:00
AtomToolsDocumentMainWindow.cpp
another warn fix
2021-08-24 12:10:31 -07:00
AtomToolsDocumentSystemComponent.cpp
Removed the 'data-warnings' concept for checking before saving a material document. It's no longer necessary since we no longer replace the original data with placeholders.
2021-11-16 00:02:20 -08:00
AtomToolsDocumentSystemComponent.h
Changed how asset creator generates the asset instance. Instead of finding or creating the asset in the asset manager, one is directly instantiated and only added to the asset manager after creation is complete. This allows for reuse of previously loaded asset ids and will replace or “reload” a pre-existing asset with the newly created one. This also sends although correct notifications.
2021-11-08 18:21:42 -06:00
AtomToolsDocumentSystemSettings.cpp
Moved material editor document system buses and system components to atom tools framework
2021-08-12 22:11:18 -05:00