Torque3D/Templates/BaseGame/game/tools/assetBrowser/scripts
JeffR d044ae0702 Removed unneeded default irradiance and prefilter cubemaps, and their convars
Added getGUIPath console function to guiAsset
Corrected console function documentation for getScriptPath in MaterialAsset
Added getter console functions to PostEffectAsset
Added getAnimationPath console function to PostEffectAsset
Fixes handling of mapto with the reskin usage when generating preview renders for ShapeAssets
Standardizes getShapeFile to getShapePath on ShapeAsset to better match formatting of other getters on assets
Adds sanity checking for getStringWidth to prevent crash if there's an issue with the font being ready at time of request(from Az)
Earlies out on rendering of impostors if it's the deferred bin to prevent unneeded duplicate rendering messing up results(from Az)
Fixed duplicate naming of quality levels on LightingQualityList
Added check so if _makePrettyResString is handed a 'human formatted' resolution string(as in, has <width> x <height> it can handle that properly
Shifted yes/no and on/off option lists to globals for ease and consistency of handling on options menu
Improves check for unapplied graphics options on options menu and applies them all at once
Add sanitizing of variable names so getVariable doesn't have issues when looking up array variables in optionsMenu logic
Adds better tracking of what options menu category is shown so refreshes don't reset it
Add better handling for changing resolution in options menu and getting it to apply properly
Adds better utility functions for setting bools vs optionsLists vs quality lists and updates options fields to use the most appropriate
Removes redundant setting of $pref::SFX::channelVolume vars in defaults.tscript
Removed unneeded extra logging from asset browser drag-n-drop actions
Adds item to RMB context menu in AB to regenerate preview images
Fixes move command for asset types(needed to properly reference the full path of the associated files) and added it for shapes, animations and terrains
Added logic so when the dropdown for selecting a target module on the Create New Asset window is changed, it forcefully updates the target path to point to the module to avoid erroneous paths being provided
Adds proper clamping of values to Forest Editor's brush size in the editor bar. Could be set to below 1 even though it would visually clamp to 1.
Temporarily disables fields and handling of 'open in Torsion'.
Fixes bad pixel in gui/images/tab_border.png which was causing it to fail to generate bitmap array properly
Makes the New GUI option from menubar in GUI Editor use same Create New Asset method as everything else
Disables access to the CubemapDesc reflector field in the material editor as it's not nominally used now in favor of probes
Adds proper loading of roughness and metalness fields in material editor
Fixes the default ReflectProbePreviewMat to use a better base DiffuseMap (No Material) rather than the occluder
Fixes disable display for some options in the advanced panel in the shape editor so they look more fitting to everything else
Adds check to avoid spam of markItem errors in the event requested tree item is invalid
Fixed remove material button and command in TerrainMaterial Editor
2022-04-03 20:00:30 -05:00
..
assetTypes Removed unneeded default irradiance and prefilter cubemaps, and their convars 2022-04-03 20:00:30 -05:00
templateFiles Merge pull request #495 from JeffProgrammer/tsneo 2021-09-09 19:22:15 -05:00
addModuleWindow.tscript Adjusted handling for the bitmap and bitmapAsset fields for guiBitmapButtonCtrl to forcefully update the button states when changed, ensuring that the bitmaps refresh when changed via the field 2022-03-26 22:36:37 -05:00
addPackageWindow.tscript Improve handling of non-default script filenames 2021-01-19 21:32:31 +01:00
assetBrowser.tscript Removed unneeded default irradiance and prefilter cubemaps, and their convars 2022-04-03 20:00:30 -05:00
assetImport.tscript Adds handling for import of files marked as ShapeAnimationAsset 2022-03-20 03:17:31 -05:00
assetImportConfig.tscript Adjusted callback handling of asset inspector fields when invoking AB to select asset for more consistent behavior and better handling of updating the objects and inspector 2021-11-26 16:40:15 -06:00
assetImportConfigEditor.tscript Standardizes project import copy behavior to validate if we're in-place importing to avoid erroring out needlessly with a new utility function 2022-02-25 00:03:33 -06:00
creator.tscript Spheres for Skies 2022-03-08 19:50:36 +00:00
directoryHandling.tscript * [AssetBrowser] BugFix: Address an error where deleting directories may result in an infinite loop. 2021-10-25 17:58:24 -04:00
editAsset.tscript Removed unneeded default irradiance and prefilter cubemaps, and their convars 2022-04-03 20:00:30 -05:00
editModule.tscript Misc Quality of Life and Bug fixes 2021-08-28 18:51:27 -05:00
gameObjectCreator.tscript Improve handling of non-default script filenames 2021-01-19 21:32:31 +01:00
looseFileAudit.tscript Fixes some conversion mistakes in the scripts 2021-01-19 21:32:31 +01:00
newAsset.tscript Removed unneeded default irradiance and prefilter cubemaps, and their convars 2022-04-03 20:00:30 -05:00
popupMenus.tscript Removed unneeded default irradiance and prefilter cubemaps, and their convars 2022-04-03 20:00:30 -05:00
profiles.tscript Add getScriptPath console function to GUIAsset 2021-09-10 02:13:56 -05:00
selectModule.tscript Misc Quality of Life and Bug fixes 2021-08-28 18:51:27 -05:00
selectPackage.tscript Parametrize script extension, default to 'tscript' 2021-01-19 21:32:31 +01:00
selectPath.tscript * [AssetBrowser] BugFix: Correct an error where on Linux the select asset path function would not list any directories. 2021-10-09 22:16:55 -04:00
setAssetTarget.tscript Adds handling for drag-and-drop import of files even if asset browser is not open. If world or gui editor are the active controls, then it will injest the incoming files and prompt what their destination module and path will be via a new popup window. After clicking OK, import continues into that destination. 2021-09-12 05:32:30 -05:00