Search found 26 matches
- Mon Dec 13, 2004 10:20 pm
- Forum: News & Chat
- Topic: Does blender have cmd line render region option like yafray?
- Replies: 4
- Views: 3107
Yes, I know of the -help option to show the command line options, but I wanted to see if maybe someone was working on this or had a custom version that does this. So, does anyone know if this feature will be implemented? I really like it with yafray because it allows me to batch script the rendering...
- Mon Dec 13, 2004 12:38 am
- Forum: News & Chat
- Topic: Does blender have cmd line render region option like yafray?
- Replies: 4
- Views: 3107
Does blender have cmd line render region option like yafray?
Does blender have a render region option that you can use from the command line like in yafray?
- Tue Dec 07, 2004 12:24 am
- Forum: News & Chat
- Topic: Would you pay for online rendering service?
- Replies: 12
- Views: 8267
Conclusion...
So, it looks like Blender is not big-time enough to warrant commercial rendering services.
- Sat Dec 04, 2004 10:35 pm
- Forum: News & Chat
- Topic: Would you pay for online rendering service?
- Replies: 12
- Views: 8267
- Fri Dec 03, 2004 7:55 am
- Forum: News & Chat
- Topic: Would you pay for online rendering service?
- Replies: 12
- Views: 8267
Would you pay for online rendering service?
With the growing popularity of Blender/Yafray, it makes me wonder if there are artists or studios out there who would be willing to pay for rendering services. Would you be willing to pay for rendering service for Blender/Yafray?
- Mon Nov 22, 2004 6:33 am
- Forum: Rendering
- Topic: mac vs pc rendering speed
- Replies: 43
- Views: 17365
- Thu Sep 02, 2004 12:03 am
- Forum: Rendering
- Topic: Yafray: export series of XML files of an animation?
- Replies: 4
- Views: 2075
single file
Also, as suggested by several people, things like a more clean export by using separate mesh files and saving to it's own directory, maybe even gzipped (for the mesh files at least). I'd rather stick with a single file, myself. gzipping is fine, but can't everyone else do that already? Seems like i...
- Tue Aug 17, 2004 8:21 pm
- Forum: News & Chat
- Topic: How big are your yafray XML files?
- Replies: 3
- Views: 2640
No surpise at all
No, I'm not surprised at all by the file size. The only reason I am checking with other people is because I plan on setting up a storage server for my school and I need to anticipate what size files I will be working with. I was just hoping to collect a census on file size. So if people could respon...
- Tue Aug 17, 2004 4:06 am
- Forum: News & Chat
- Topic: How big are your yafray XML files?
- Replies: 3
- Views: 2640
file size
My average is ~ 5 - 10 MB.
- Tue Aug 17, 2004 4:06 am
- Forum: News & Chat
- Topic: How big are your yafray XML files?
- Replies: 3
- Views: 2640
How big are your yafray XML files?
Hello, all. I wanted to get a feel for what the range of file size is for your exported xml files for yafray. Please reply with what best describes your average XML file size. This should be the size of the files that you do production work with. Thanks a lot!
-Matt
-Matt
- Mon Aug 16, 2004 1:34 am
- Forum: Python
- Topic: get yafray xml for each frame of animation?
- Replies: 0
- Views: 1311
get yafray xml for each frame of animation?
Hello, does anyone have a script that will export the yafray xml of each frame of the scene? For instance, if you have 5 frames in your scene, it would export file1.xml, file2.xml, file3.xml, file4.xml, file5.xml. I know that currently when rendering a yafray animation it just copies over the xml fi...
- Wed Aug 04, 2004 9:01 am
- Forum: Rendering
- Topic: yafray render region question
- Replies: 0
- Views: 1569
yafray render region question
Does anyone know if it's possible to use yafray's "render region" command line option (yafray -r -1:1:-1:1 file.xml) such that the rendered region shows only the pixels within the range you selected? In other words, if you have a 100x100 pixel image and you render -0.5:0.5:-0.5:0.5 (which is the cen...
- Wed Jul 28, 2004 8:04 am
- Forum: Coding Blender
- Topic: Modify blender for renderfarm use? (Implimented /w patch)
- Replies: 9
- Views: 4333
make it work from the command line
I think it would be great if you could make the tiles be rendered from the command line. My reasoning is that by doing so, you could make the system multiprocess. You could write a shell script (or any type of script that can execute shell commands) that would iterate through the total number of til...
- Sat Jul 24, 2004 11:01 pm
- Forum: Python
- Topic: Save Functionallity urgent needed
- Replies: 3
- Views: 2035
save function
So, did anyone get that save function working?
- Sat Jun 12, 2004 12:08 am
- Forum: Rendering
- Topic: Multi-Thread Support for Render Pipeline?(dual processor)
- Replies: 6
- Views: 2794
fork()
Be sure to have the fork() method in there.