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
45c0430f96fdc8a9e82c5061e87983d9cf22d131
o3de
/
Gems
/
Atom
/
Tools
/
MaterialEditor
/
Code
/
Source
T
History
Guthrie Adams
45c0430f96
Merge branch 'Atom/guthadam/atomtools_updating_cmake_config' into Atom/guthadam/atomtools_updating_cmake_config_plus_bootstrap
2021-09-20 11:58:23 -05:00
..
Document
These changes make material system report warnings when gameplay scripts attempt to change PSO-impacting material properties at runtime. So far the material system has always allowed any properties to be changed at runtime, including those that affect Pipeline State Objects (PSOs), as this is supported on several platforms. But some platforms require that Pipeline State Objects be pre-compiled and shipped with the game. At some point we will need to add new restrictions that limit what material properties can be changed at runtime. In the meantime, these warnings should alert users to avoid this, as the functionality likely won't be supported in the future.
2021-09-13 17:05:11 -07:00
Platform
Merge branch 'development' into cmake/SPEC-7179
2021-07-16 15:42:37 -07:00
Viewport
Merge branch 'Atom/guthadam/atomtools_updating_cmake_config' into Atom/guthadam/atomtools_updating_cmake_config_plus_bootstrap
2021-09-20 11:58:23 -05:00
Window
Fix unused warnings release (
#3677
)
2021-08-30 13:10:41 -07:00
main.cpp
AtomTools: moved more startup code from main cpp files into the base application class
2021-08-19 19:27:50 -05:00
MaterialEditorApplication.cpp
Moved material editor document system buses and system components to atom tools framework
2021-08-12 22:11:18 -05:00
MaterialEditorApplication.h
Moved material editor document system buses and system components to atom tools framework
2021-08-12 22:11:18 -05:00
resource.h
Shorten copyright headers by splitting into 2 lines (
#2213
)
2021-07-16 15:25:48 -07:00