Torque3D/Engine/source/gui/editor
JeffR f3cad0d77e Converts the ad-hoc design of the Material Editor to utilize the same inspector interface as most everything else does.
- Overhauls the material editor to simplify and streamline the logic behind it since the inspector does most of the work
- Tweak a few order positions of materialdefinition fields to work better
- Sets AO, Rough and Metal channel fields to use an enum type for human readability
- Updates the MaterialPreview gui control to work with assetIds
- MatEd now supports setting of parent material to inherit from
- Creating a new material now can prompt selecting an existing material to inherit from
- Can now edit the mapTo value of a material in the matEd
- New standalone Composite Texture Editor window for convering AO, Roughness and Metalness maps in a material to an ORMMap
- Can also star the creation of a composite texture via RMB context menu in AB on an image asset
- Moved logic of CubemapEditor from MatEd to it's own stuff
- Made ImageAsset fields now be more clear when they have nothing assigned, and also have a clear button to empty the field's value so it's consistent across the board
- Reorganized the layout of the gui and image files for the MatEd to be easier to navigate
- MaterialEditor now overlays the EditorGUI instead of being forcefully embedded in it, allowing easy editing of the MatEd Gui via the Gui editor
2025-08-03 12:03:02 -05:00
..
inspector Converts the ad-hoc design of the Material Editor to utilize the same inspector interface as most everything else does. 2025-08-03 12:03:02 -05:00
editorFunctions.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
editorFunctions.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiDebugger.cpp uninitialized variables-gui 2020-05-11 15:03:27 -05:00
guiDebugger.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiEaseViewCtrl.cpp fill in the validated variables 2025-03-09 11:53:23 -05:00
guiEaseViewCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiEditCtrl.cpp fill in the validated variables 2025-03-09 11:53:23 -05:00
guiEditCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiFilterCtrl.cpp fill in the validated variables 2025-03-09 11:53:23 -05:00
guiFilterCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiGraphCtrl.cpp fill in the validated variables 2025-03-09 11:53:23 -05:00
guiGraphCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiImageList.cpp add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector 2023-01-27 01:13:15 -06:00
guiImageList.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
guiInspector.cpp add numerous new validators 2025-03-09 11:51:54 -05:00
guiInspector.h add numerous new validators 2025-03-09 11:51:54 -05:00
guiInspectorTypes.cpp further validator cleanups 2025-03-18 14:06:33 -05:00
guiInspectorTypes.h add numerous new validators 2025-03-09 11:51:54 -05:00
guiMenuBar.cpp Merge branch 'development' into imageAsset_refactor_rev3 2025-03-24 20:07:06 +00:00
guiMenuBar.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiParticleGraphCtrl.cpp followup to array acess breaches: waterobject and guiparticlegraphctrl need to check >=, not just > 2020-07-27 10:45:45 -05:00
guiParticleGraphCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiPopupMenuCtrl.cpp Merge branch 'development' into imageAsset_refactor_rev3 2025-03-24 20:07:06 +00:00
guiPopupMenuCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiRectHandles.cpp fill in the validated variables 2025-03-09 11:53:23 -05:00
guiRectHandles.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiSeparatorCtrl.cpp fill in the validated variables 2025-03-09 11:53:23 -05:00
guiSeparatorCtrl.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
guiShapeEdPreview.cpp streamline shape asset 2025-06-20 15:58:20 +01:00
guiShapeEdPreview.h rest of virtuals removed 2024-03-18 18:40:22 +00:00
popupMenu.cpp fix PopupMenu::checkItem filter 2025-04-29 15:45:39 -05:00
popupMenu.h rest of virtuals removed 2024-03-18 18:40:22 +00:00