|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Hi to all,
I used Povray some times ago and now I'm getting a bit confused.
I'm making data visualization. I created algorithmically many .pov files
representing my models.
Now I'd like to batch render all them (the'te about 100).
My original idea was to make a python script call repeatedly Povray from the
command line passing the file names. But it seems that this solution is not
available (as far as I understood). I haven't understand ini files news (I
was using an older version: in that case I made all the processing via
ini). I saw a post on the topic but I do not know exactly how to solve the
problem.
Any help is greatly appreciated(, and sorry if it's obvious)
Thanks a lot
Best
-a-
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
andrea valle wrote:
> Hi to all,
> I used Povray some times ago and now I'm getting a bit confused.
>
> I'm making data visualization. I created algorithmically many .pov files
> representing my models.
> Now I'd like to batch render all them (the'te about 100).
Drag them into the Render Queue Window and start rendering.
Thorsten
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thanks a lot,
By the way,
I'm experimenting this strange (?) phenomenon:
- valid pov files cannot be dragged in the queue neither open via open add
files to queue menu. (they're valid because I can render them if I open
them)
- after I rendered them once, they can be selected
- I can use the menu if I choose "All documents"
How do I set global parameters for all?
Thanks
Best
-a-
Thorsten Froehlich <tho### [at] trfde> wrote:
> andrea valle wrote:
> > Hi to all,
> > I used Povray some times ago and now I'm getting a bit confused.
> >
> > I'm making data visualization. I created algorithmically many .pov files
> > representing my models.
> > Now I'd like to batch render all them (the'te about 100).
>
> Drag them into the Render Queue Window and start rendering.
>
> Thorsten
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
andrea valle wrote:
> By the way,
> I'm experimenting this strange (?) phenomenon:
> - valid pov files cannot be dragged in the queue neither open via open add
> files to queue menu. (they're valid because I can render them if I open
> them)
Then they are not valid. This happens either when the files don't have a
".pov" extension and "Allow rendering of '.pov' files only" is enabled in
the preferences, or when files have been created with Unix-like
editors/command-line programs. Using POV-Ray's editor or BBEdit (unless its
a newer version configured in a non-default way) will allow you to drag the
files without problems.
Thorsten
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thanks Thorsten,
> when files have been created with Unix-like
> editors/command-line programs.
That's it, indeed.
So, how do I set global parameters for all my files to be rendered, eg.
dimension?
(There's no way to use cmd line, right?)
Thanks for your kindness
-a-
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
andrea valle wrote:
> That's it, indeed.
>
> So, how do I set global parameters for all my files to be rendered, eg.
> dimension?
Assuming on size fits all, it is easy:
Open one scene file, change the Render Settings and add a Settings Set (use
the "Set:" popup menu in the Render Settings dialog and select "Add..."
there. Once created, open the Preferences dialog, go to the Scenes tab and
select the newly created set in the "Default render Settings Set:" popup
menu. This way all files you created elsewhere and that have not been opened
yet (and hence no render settings associated with them), will inherit the
same render settings.
> (There's no way to use cmd line, right?)
No. You can of course download the Unix source code, and built the
command-line version of POV-Ray and run it in the terminal.
Thorsten
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
Thanks again Thorsten,
ok, it works
> > (There's no way to use cmd line, right?)
>
> No. You can of course download the Unix source code, and built the
> command-line version of POV-Ray and run it in the terminal.
(It's a bit a pity. I cannot put POVRay in the pipeline of my automatic
documentation framework).
Best
-a-
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |