mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
Fixes regression of Select Asset Path selection
Fixes setting for showing core and tools dirs in Asset Browser Fixes path for newly created PostFX, state machine and cubemap assets Improves logic for getModuleFromAddress from asset browser directory handler Prevents error if no field was edited in the Create New Asset window before hitting the create button Forces acquiring newly created asset just so they can be utilized immediately Updates PostFXAsset template files to better hook in and provide a better example of basic behaviors.
This commit is contained in:
parent
82f7db3d48
commit
c51adb6c1c
10 changed files with 71 additions and 33 deletions
|
|
@ -250,6 +250,7 @@
|
|||
isContainer = "0";
|
||||
canSave = "1";
|
||||
canSaveDynamicFields = "0";
|
||||
command="SelectAssetPath.selectPath();";
|
||||
};
|
||||
new GuiButtonCtrl() {
|
||||
text = "New Folder";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue