mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-28 00:29:34 +00:00
Import Options gui Update
Updated import options gui with tree view, additional shape statistics and settings load/save options. See /Engine/lib/assimp/t3d_usage.md for usage tips.
This commit is contained in:
parent
2eaa917e00
commit
9a1766479d
13 changed files with 3951 additions and 1366 deletions
|
|
@ -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