Subject:
|
Bulk processing
|
Newsgroups:
|
lugnet.cad
|
Date:
|
Wed, 14 Jun 2000 23:08:08 GMT
|
Viewed:
|
609 times
|
| |
| |
All,
I am trying to figure out the fastest way to create images of all the parts in
the LDRAW part library in all the colors. Please help!
I have used the command line:
c:\ldraw\ldlite\ldlite 3001.dat -MS (plus whatever color)
But hand typing in this line 1000s of times would kill me! I have created a
batch file to run them, but I still have to type in a ton of text. Can anyone
help me?
Thanks,
jake
|
|
Message has 3 Replies: | | Re: Bulk processing
|
| (...) LDAO has a VEC, or Visual Element Catalog, of all the parts. You can generate this VEC in the software, in the color of your choice. Maybe running through this a couple times could help you. (URL) this helps. -Tim (URL) timcourtne ICQ: (...) (24 years ago, 14-Jun-00, to lugnet.cad)
| | | Re: Bulk processing
|
| (...) Whell, if you have 4DOS installed on your computer you can simple do this: - Go to the "Parts" directory - issue the following command: select c:\ldraw\ldlite\ldlite (*.dat) -MS {plus whatever color} include the (), because they have special (...) (24 years ago, 15-Jun-00, to lugnet.cad)
| | | Re: Bulk processing
|
| (...) Here's another approach: Create a file whereever you've got ldlite.exe. Call this file onepart.bat, and put the following commands in it: erase c:\ldraw\bitmap\*.* start /wait ldlite %1 -MS -C%2 move c:\ldraw\bitmap\*.* c:\ldraw\cat\%1-%2.bmp (...) (24 years ago, 15-Jun-00, to lugnet.cad)
|
14 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|