JeffR
|
9c654d7932
- Fixes the display of the preview in the MaterialAsset fields
|
1 month ago |
marauder2k7
|
fc30d178af
fix asset refresh on materialAssets
|
6 months ago |
marauder2k7
|
cebfdbc5ec
material definition
|
9 months ago |
AzaezelX
|
bfc921da22
reload chain execution
|
1 year ago |
AzaezelX
|
1cf754dbca
asset load refactor
|
1 year ago |
AzaezelX
|
b710a309bd
asset load flow work
|
2 years ago |
Lukas Aldershaab
|
89b0c7f73b
Console Refactor
|
2 years ago |
Areloch
|
667a0db760
Fixed getAssetBy... functions so the lookup loop is more stable and doesn't fail if null results return
|
2 years ago |
AzaezelX
|
f5a34308f9
add a docsURL; macro to link a given set of script config vars to git or similar storage urls via clicking on the inspector
|
2 years ago |
Areloch
|
74ac45e877
Fixed Edit button tooltip for Shape Asset field
|
2 years ago |
Areloch
|
6162c5da05
Updates the behavior and layout of the ImageAsset, MaterialAsset and ShapeAsset inspector field types to be clearer, with previews and obvious edit buttons
|
2 years ago |
Areloch
|
cd82186231
Fixes setter issue for image/shape/material custom inspector fields where it was not correctly passing through the changed value from the Asset Browser select
|
3 years ago |
Areloch
|
ded99cd8cb
* Fixes handling for Image, Material and Shape Assets' inspector fields so they properly work with non-object targeted inspectors, such as the PostFXEditor
|
3 years ago |
AzaezelX
|
4a7104e5ea
fix TORQUE_TOOLS = off compilation
|
3 years ago |
JeffR
|
1c7c32baa6
Separates out acquireAsset call for importing assets until after all assets have been imported, then runs it as a post step to ensure all assets are properly loaded before they're used
|
3 years ago |
JeffR
|
d044ae0702
Removed unneeded default irradiance and prefilter cubemaps, and their convars
|
3 years ago |
JeffR
|
630285def6
Shifts handling of material and terrain material definitions to be written into the asset definition taml file instead of having an extra loose file
|
3 years ago |
Areloch
|
a5944aff19
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
|
3 years ago |
Areloch
|
0fab2ebf54
Added fallback handling to MaterialAssets if the asset was found but the matDef was not
|
4 years ago |
Areloch
|
506621352c
Tweaks the MaterialAsset loading logic to continue to see if the matDefinition already points to an existing object(to avoid needlessly re-executing files over and over), but also validate other cases, and ensures that if we DO have an existing definition, we still process and load it in the asset itself properly.
|
4 years ago |
Robert MacGregor
|
1b6b803a20
* BugFix: Clear a lot of warnings and correct a few actual programming errors along the way.
|
4 years ago |
Areloch
|
adec6e7c74
Adds load status to MaterialAsset for if the Script file itself has been loaded, but the material itself hasn't yet been processed.
|
4 years ago |
Brian Roberts
|
0a150e342f
Merge pull request #545 from Areloch/AssetFileCaseSensitivityFix
|
4 years ago |
Areloch
|
cfe122f714
Enforces filename string case sensitivity for assets' internal filenames, which avoids the stringtable messing with the case preventing file name case sensitivity issues.
|
4 years ago |
Jeff Hutchinson
|
37dc8626f5
MacOS fixes
|
4 years ago |
Areloch
|
34f0f01cea
Adds console function to compare file modified times
|
4 years ago |
Areloch
|
c76c5f7ee1
Removed unneeded duplicate of blank sky skybox
|
4 years ago |
AzaezelX
|
b8eaefc21e
refactor new IsScriptFile method to be zip-safe
|
4 years ago |
AzaezelX
|
f185bef8a3
leverage isScriptFile
|
4 years ago |
Areloch
|
5525f8ecdd
Converts all game, gui editor, and system classes to utilize assets
|
4 years ago |