| Previous changeset 1:6e7cf5ed7d62 (2014-05-20) Next changeset 3:c2761ec99e82 (2014-05-20) |
|
Commit message:
Uploaded |
|
added:
convertply.xml |
| b |
| diff -r 6e7cf5ed7d62 -r a2aa2125087e convertply.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/convertply.xml Tue May 20 03:25:09 2014 -0400 |
| b |
| @@ -0,0 +1,20 @@ +<tool id="Converter_ply" name="Converter_ply"> + <description>converter ply file</description> + <command interpreter="python"> + convertply.py $input $output + </command> + <inputs> + <param name="input" type="data" label="ply file" /> + + </inputs> + <outputs> + <data name="output" type = "data" format = "ply" label="converting${on_string}" /> + </outputs> + <help> + **Function** + + Extract enters of header in ply file + + + </help> +</tool> |