mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-25 14:25:38 +00:00
Merge branch 'Assimp_Settings' of https://github.com/OTHGMars/Torque3D into Preview4_0
This commit is contained in:
commit
cc01c79dc3
25 changed files with 4541 additions and 1508 deletions
|
|
@ -489,14 +489,14 @@
|
|||
Profile = "ToolsGuiCheckBoxProfile";
|
||||
HorizSizing = "left";
|
||||
VertSizing = "bottom";
|
||||
Position = "135 27";
|
||||
Position = "133 27";
|
||||
Extent = "72 13";
|
||||
Variable = "EWorldEditor.forceLoadDAE";
|
||||
Command = "EWorldEditor.forceLoadDAE = $ThisControl.getValue(); EditorSettings.setValue(\"forceLoadDAE\", EWorldEditor.forceLoadDAE);";
|
||||
tooltipprofile = "ToolsGuiToolTipProfile";
|
||||
ToolTip = "Forces loading of DAE files (ignores cached.dts if present)";
|
||||
hovertime = "1000";
|
||||
text = " Force DAE";
|
||||
text = " Source Art";
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
|
|
@ -227,6 +227,9 @@ function ShapeEditor::saveChanges( %this )
|
|||
|
||||
function ShapeEditor::findConstructor( %this, %path )
|
||||
{
|
||||
if (!isObject(TSShapeConstructorGroup))
|
||||
return -1;
|
||||
|
||||
%count = TSShapeConstructorGroup.getCount();
|
||||
for ( %i = 0; %i < %count; %i++ )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue