mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
Further conversions of missed file fields in core and tools
Assets created for missed objects and files Improvements to the Project Importer to correct a number of issues, including not parsing ,'s from object names, trimming whitespace, pruning script extensions from exec invokes
This commit is contained in:
parent
36b31ae19d
commit
432d201569
49 changed files with 406 additions and 128 deletions
|
|
@ -406,7 +406,7 @@
|
|||
position="6 75";
|
||||
extent ="175 2";
|
||||
HorizSizing = "width";
|
||||
bitmap ="tools/gui/images/separator-v";
|
||||
bitmapAsset = "ToolsModule:separator_v_image";
|
||||
};
|
||||
new GuiContainer(){ // Normal Map
|
||||
profile="ToolsGuiDefaultProfile";
|
||||
|
|
@ -2088,7 +2088,7 @@
|
|||
position="6 246";
|
||||
extent ="175 2";
|
||||
HorizSizing = "width";
|
||||
bitmap ="tools/gui/images/separator-v";
|
||||
bitmapAsset ="ToolsModule:separator_v_image";
|
||||
};
|
||||
|
||||
new GuiContainer(){ // Detail Normal Map
|
||||
|
|
@ -2233,7 +2233,7 @@
|
|||
position="6 189";
|
||||
extent ="175 2";
|
||||
HorizSizing = "width";
|
||||
bitmap ="tools/gui/images/separator-v";
|
||||
bitmapAsset ="ToolsModule:separator_v_image";
|
||||
};
|
||||
|
||||
new GuiContainer(){ // Overlay Map
|
||||
|
|
@ -2360,7 +2360,7 @@
|
|||
position="6 189";
|
||||
extent ="175 2";
|
||||
HorizSizing = "width";
|
||||
bitmap ="tools/gui/images/separator-v";
|
||||
bitmapAsset ="ToolsModule:separator_v_image";
|
||||
};
|
||||
new GuiContainer(){ // light Map
|
||||
profile="ToolsGuiDefaultProfile";
|
||||
|
|
@ -2486,7 +2486,7 @@
|
|||
position="6 303";
|
||||
extent ="175 2";
|
||||
HorizSizing = "width";
|
||||
bitmap ="tools/gui/images/separator-v";
|
||||
bitmapAsset ="ToolsModule:separator_v_image";
|
||||
};
|
||||
new GuiContainer(){ // tone Map
|
||||
profile="ToolsGuiDefaultProfile";
|
||||
|
|
@ -4452,7 +4452,7 @@
|
|||
position="2 2";
|
||||
extent ="192 2";
|
||||
HorizSizing = "width";
|
||||
bitmap ="tools/gui/images/separator-v";
|
||||
bitmapAsset ="ToolsModule:separator_v_image";
|
||||
};
|
||||
// Reflection Properties Text
|
||||
new GuiTextCtrl(matEd_reflectionPropertiesText) {
|
||||
|
|
@ -4530,7 +4530,7 @@
|
|||
position="2 2";
|
||||
extent ="192 2";
|
||||
HorizSizing = "width";
|
||||
bitmap ="tools/gui/images/separator-v";
|
||||
bitmapAsset ="ToolsModule:separator_v_image";
|
||||
};
|
||||
new GuiTextCtrl() {
|
||||
text = "Effect Colors[0:1]";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue