Subject:
|
Re: Post-processing huge [POV] text files in Delphi
|
Newsgroups:
|
lugnet.cad.dev
|
Date:
|
Sat, 7 Sep 2002 16:00:49 GMT
|
Viewed:
|
656 times
|
| |
 | |
Tore Eriksson wrote:
> Very often, I have just changed a little detail in a model converted to POV
> by L3P. Then after I run the model through L3P again, I have to manually set
> all the modifications not handled by L3P arguments again.
Have you considered using `diff` and `patch` to handle this?
l3p ... model.pov
cp model.pov model-modified.pov
$EDITOR model-modified.pov
diff -u model.pov model-modified.pov model.patch
...
l3p ... model.pov
cp model.pov model-modified.pov
patch model-modified.pov < model.patch
(if I recall the exact syntax for using `patch` correctly)
Play well,
Jacob
--
Getting started with LEGO CAD on Linux:
http://www.ldraw.org/download/start/linux/
|
|
Message has 1 Reply:
Message is in Reply To:
 | | Post-processing huge [POV] text files in Delphi
|
| Very often, I have just changed a little detail in a model converted to POV by L3P. Then after I run the model through L3P again, I have to manually set all the modifications not handled by L3P arguments again. I try to make a utility program to fix (...) (23 years ago, 7-Sep-02, to lugnet.cad.dev)
|
8 Messages in This Thread: ![Post-processing huge [POV] text files in Delphi -Tore Eriksson (7-Sep-02 to lugnet.cad.dev)](/news/x.gif)  ![Re: Post-processing huge [POV] text files in Delphi -Roland Melkert (7-Sep-02 to lugnet.cad.dev)](/news/x.gif)  ![Re: Post-processing huge [POV] text files in Delphi -Tore Eriksson (7-Sep-02 to lugnet.cad.dev)](/news/x.gif)
    ![Re: Post-processing huge [POV] text files in Delphi -Tore Eriksson (7-Sep-02 to lugnet.cad.dev)](/news/x.gif)  ![Re: Post-processing huge [POV] text files in Delphi -Jacob Sparre Andersen (7-Sep-02 to lugnet.cad.dev)](/news/x.gif)
  ![Re: Post-processing huge [POV] text files in Delphi -Anders Isaksson (7-Sep-02 to lugnet.cad.dev)](/news/x.gif)  ![Re: Post-processing huge [POV] text files in Delphi -Tore Eriksson (8-Sep-02 to lugnet.cad.dev)](/news/x.gif)
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|