diff options
| author | Anton Novoselov <[email protected]> | 2017-08-08 20:14:22 +0300 |
|---|---|---|
| committer | Anton Novoselov <[email protected]> | 2017-08-08 20:14:22 +0300 |
| commit | d41654b469fa51870b5952c836c04d9da17f32d3 (patch) | |
| tree | 64f8f437eef394630355f281d35ca1d53e5c4d6c /tools/ArtistTools/source/BlastPlugin/Parameters/BlastProjectParams.pl | |
| parent | add +x for packman script (diff) | |
| download | blast-d41654b469fa51870b5952c836c04d9da17f32d3.tar.xz blast-d41654b469fa51870b5952c836c04d9da17f32d3.zip | |
Updated to CL 22627414:
* docs updates
* authoring fixes
* stress solver crash fixes
Diffstat (limited to 'tools/ArtistTools/source/BlastPlugin/Parameters/BlastProjectParams.pl')
| -rw-r--r-- | tools/ArtistTools/source/BlastPlugin/Parameters/BlastProjectParams.pl | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/tools/ArtistTools/source/BlastPlugin/Parameters/BlastProjectParams.pl b/tools/ArtistTools/source/BlastPlugin/Parameters/BlastProjectParams.pl index bb22204..ad959ec 100644 --- a/tools/ArtistTools/source/BlastPlugin/Parameters/BlastProjectParams.pl +++ b/tools/ArtistTools/source/BlastPlugin/Parameters/BlastProjectParams.pl @@ -1060,26 +1060,21 @@ hints => { shortDescription => "Is this blast asset export FBX" }, }, { - name => 'obj', - type => 'STRING', - hints => { shortDescription => "OBJ export asset path" }, - }, - { - name => 'exportOBJ', + name => 'embedFBXCollision', type => 'BOOL', defaultValue => 'false', - hints => { shortDescription => "Is this blast asset export OBJ" }, + hints => { shortDescription => "Whether embed collisio in export FBX" }, }, { - name => 'collision', + name => 'obj', type => 'STRING', - hints => { shortDescription => "Collision export asset path" }, + hints => { shortDescription => "OBJ export asset path" }, }, { - name => 'exportCollision', + name => 'exportOBJ', type => 'BOOL', defaultValue => 'false', - hints => { shortDescription => "Is this blast asset export Collision" }, + hints => { shortDescription => "Is this blast asset export OBJ" }, }, { name => 'llasset', |