|
Command Line Interface |
|
quick3D Professional has an automated mode that allows you to
perform 3D tasks from the command line prompt.
Click here to see the set of
commands.
The following command line example converts all Lightwave (.lwo)
files in the current directory into Truespace (.cob) and quick3D
object (.q3o) formats. It also adds surface normals to each file
before export.
c:\>quick3d
-nogui -in *.lwo -formats cob,q3o -normals -log log.txt
|
This screenshot illustrates a sample of quick3D's output from this
command.
The log file from this example looks like this:
========================================================
===> QUICK3D CONVERSION & AUTOMATION ENGINES
INITIALIZED
===> Started on Monday, August 6, 2001
===> Local time is 15:49:9:930
===> Command line: -nogui -in *.lwo -formats cob,q3o -normals
-log log.txt
========================================================
Loading file "W:\work\L_hand.lwo"...completed operation #1
successfully!
Generating normals for mesh...completed operation #2
successfully!
Exporting "L_hand.cob"...completed operation #3 successfully!
Exporting "L_hand.q3o"...completed operation #4 successfully!
Loading file "W:\work\L_leg_1.lwo"...completed operation #5
successfully!
Generating normals for mesh...completed operation #6
successfully!
Exporting "L_leg_1.cob"...completed operation #7 successfully!
Exporting "L_leg_1.q3o"...completed operation #8 successfully!
Loading file "W:\work\L_leg_2.lwo"...completed operation #9
successfully!
Generating normals for mesh...completed operation #10
successfully!
Exporting "L_leg_2.cob"...completed operation #11
successfully!
Exporting "L_leg_2.q3o"...completed operation #12
successfully!
Loading file "W:\work\L_middle1.lwo"...completed operation #13
successfully!
Generating normals for mesh...completed operation #14
successfully!
Exporting "L_middle1.cob"...completed operation #15
successfully!
Exporting "L_middle1.q3o"...completed operation #16
successfully!
Loading file "W:\work\R_hand.lwo"...completed operation #17
successfully!
Generating normals for mesh...completed operation #18
successfully!
Exporting "R_hand.cob"...completed operation #19 successfully!
Exporting "R_hand.q3o"...completed operation #20 successfully!
Loading file "W:\work\R_leg_1.lwo"...completed operation #21
successfully!
Generating normals for mesh...completed operation #22
successfully!
Exporting "R_leg_1.cob"...completed operation #23
successfully!
Exporting "R_leg_1.q3o"...completed operation #24
successfully!
=========
= DONE! =
=========
|
|