Luis Sempé
|
6f814273e8
Remove preview labels (#17688)
|
8 miesięcy temu |
Guthrie Adams
|
3438cf90a6
Change material editor hot key so that it does not interfere with asset browser searches
|
1 rok temu |
Daniel Tamkin
|
3c96172408
merge FBX settings
|
1 rok temu |
Daniel Tamkin
|
78e9c4a700
update icons
|
1 rok temu |
Danilo Aimini
|
ceb25ca61a
Add Lua Editor to tools Menu, introduce API call to simplify creating alphabetically ordered menus/toolbars.
|
1 rok temu |
Luis Sempé
|
92ddc4a37f
Removed uses of deprecated and unused AppearsInSystemComponentMenu for System
|
1 rok temu |
Luis Sempé
|
fe9c913b22
Missed a few asserts to fix
|
2 lat temu |
Luis Sempé
|
3b8c9b5ecc
Fixed build error and cleaned up previous implementation
|
2 lat temu |
Luis Sempé
|
b9aa73aaa2
Implemented MaterialEditor & Canvas menu items with ActionManager
|
2 lat temu |
gadams3
|
8ef2455fbc
Material canvas: updating application name from experimental to preview
|
2 lat temu |
gadams3
|
f5541088c9
Fixing a string that was missed updating the title of the material instance editor
|
2 lat temu |
gadams3
|
a782ad6df7
Added constants for different extensions, fixed comments, other PR feedback
|
2 lat temu |
gadams3
|
8f9aebf093
Material Canvas: Renaming extensions to material graph and other related changes
|
2 lat temu |
gadams3
|
1353d02c7d
Fix preview and thumbnail rendering spam caused by requesting assets before pick out a log was ready
|
2 lat temu |
moraaar
|
ad53e8e509
Merge branch 'stabilization/2210' into moraaar/gitflow_220915_o3de
|
2 lat temu |
michabr
|
eb2682b42d
Call 'material preview ready' notification on main thread (#11933)
|
2 lat temu |
santorac
|
cf8314d6ce
Changes per code review feedback: added an assert and reverted whitespace changes
|
2 lat temu |
santorac
|
c2ef643160
Removed the "View Shader Details" context menu item from Material Component. It was too hard to reliably correlate the materials shown in the Material Component with the actual draw packets listed in the Material Shader Details tool. We don't want to misdirect users by mistakenly highlighting the shader details for a draw packet that doesn't correspond with the material slot they selected.
|
2 lat temu |
santorac
|
80fdb93996
I kind of got it working so you can select a draw packet from the MaterialComponent context menus.
|
2 lat temu |
santorac
|
783b110778
(Restored changes that got lost during a rebase operation. It looks like this commit was ignored because it was incorrectly flagged as a merge because some prior merge operation was left in an incomplete state)
|
2 lat temu |
santorac
|
f7e438b5eb
Added a new AtomImGuiToolsBus that's used to open the material shader details tool. It doesn't quite work yet but I need to commit these changes and then merge some other stuff before continued testing.
|
2 lat temu |
santorac
|
ad0076ef44
Just getting started adding shader details tool for materials. This commit just adds a button to MaterialComponent that I'll use to open the details tool.
|
2 lat temu |
Guthrie Adams
|
1254a00c08
Material Canvas: Add Material Canvas (Preview) to main editor tools menu
|
2 lat temu |
Guthrie Adams
|
1a41c9b1a1
Changing material previews and thumbnails to return a blank image instead of sending a failure notification. This will prevent them from getting stuck with the white missing file icon because the shared thumbnail renderer used for material thumbnails in the asset browser listens for asset reload notifications and will refresh itself while the missing thumbnail class does not. The thumbnail system will need to be revisited to globally support hot reloading or embed the loading and missing thumbnail support into the base thumbnail class so each thumbnail can manage their own state.
|
2 lat temu |
Guthrie Adams
|
b201c8a4a1
Attempting to resolve compile error from using variables unpacked from a for loop and a function capture
|
2 lat temu |
Guthrie Adams
|
4fecac9313
Updating editor material system component and material slots to queue up preview generation requests.
|
2 lat temu |
Guthrie Adams
|
796f4fb3d1
Renamed several material component bus functions based on feedback from previous review.
|
2 lat temu |
Guthrie Adams
|
b55dfdf3f7
Material Component: Fixed cached default material asset map and notifications
|
2 lat temu |
Guthrie Adams
|
f5c4e4d067
Increasing the default instance inspector window size
|
2 lat temu |
Guthrie Adams
|
2e86d440f2
Update comments and parameter names to clarify the difference between the primary entity ID and the set of editable entities
|
2 lat temu |