|
|||||||
![]() |
|
|
Thread Tools |
|
||||
|
!!!This script now has a home on my new website!!!
Hello! I have written a script designed to make it easier to render animations by sharing the frames between computers. Follow the link above for more information !
............................................
I hope my posts are helpful. New and Experienced, look at My Website! Last edited by Techmeology; 06-May-06 at 12:43. Reason: I have a website now! |
||||
|
#1
|
||||
|
|
|
|||
|
This script is great, I had it working real quick and worked great.
I have been looking for a simple distributed render system for a while, I tried drqueue which works well but the windows version diddn't work for me and I have both linux and windows pc's I use. The jobs I do are small enough to simply copy the blend and render different frame ranges so this script is perfect for me as it saves me splitting things up ![]() I can see with a little more work this sript would could easily have the client wait for a render to be submitted, so that you dont have to submit the render then start the clients and also to be able to queue up several jobs (which may be possible I havn't read all the code yet). I'm sure you have allready planned on such things. I would be happy to post this script on my small blender scripts page (http://blender.formworks.co.nz) if you want a location for it I see you said you had no where else for it to go. I cant wait to see the next version.
............................................
yet more blender scripts http://blender.formworks.co.nz/ Last edited by lobo_nz; 15-Apr-06 at 07:39. |
|||
|
#2
|
|
||||
|
I'm very glad you like it, and found it easy to get going.
I had problems with DrQueue too, that's why I wrote the script in the first place.I did try to make the clients wait, but I decided to candel/postpone that feature because it caused too many problems and I wanted to be able to use the script (it might not be here at all, if I gave up because of that). I might revive that endevour at some point. Several queued jobs sounds like a good feature too (I didn't think of that, thanks). For that, I would probably get the submittor to wait until the previous job had finished. I don't mind at all if you want to mirror my script on your website (thank you very much if you decide to do so). Once again, I'm glad the script was useful.
............................................
I hope my posts are helpful. New and Experienced, look at My Website! |
||||
|
#3
|
|
|||
|
Hi Techmeology, I posted your script here:
http://blender.formworks.co.nz/farm_...rm_render.html Also with link from my main page: http://blender.formworks.co.nz/ Saw your post on Blendernation ![]() I made a zip with all files in to make it easier to try out for lazy people like myself. let me know if you have any modifications you want to the page or if you have any updates to the script.
............................................
yet more blender scripts http://blender.formworks.co.nz/ |
|||
|
#4
|
|
||||
|
Some hints
Extn = SettingsTxt.readline().replace ('\n', ' ').rstrip() can be simpler Extn = SettingsTxt.readline().split()[0] # splits by whitespace anyway ctxt.saveRenderedImage (Blender.sys.join (Blender.sys.join(ShareLoc, 'Render'), mname + str(Blender.Get('curframe')) + Extn)) better use blenders internal naming and numbering. use expandpath ctxt.saveRenderedImage (Blender.sys.join (Blender.sys.join(ShareLoc, 'Render'), Blender.sys.extendpath(mname + '#') + Extn)) ... where # is replaced with the frame number. I also found that forcing the rendering to PNG's was nice , though with EXR and better formats you may not want this.
............................................
BPython Cookbook * How to get features into Blender * Code Metrics Hire Me ideasman42<at>gmail.com |
||||
|
#5
|
|
||||
|
Hello.
lobo_nz: Thank you very much for mirroring my scripts (and putting them in a convenient .zip file) ![]() .
Quote:
(it's great to: "major release"."minor release"."development").cambo: Quote:
.
............................................
I hope my posts are helpful. New and Experienced, look at My Website! |
||||
|
#6
|
|
||||
|
Also, lobo_nz, I just thought you might like to know that this "http://www.cncsimulator.com/" in the links section at the bottom of your page is not a hyperlink
.
............................................
I hope my posts are helpful. New and Experienced, look at My Website! |
||||
|
#7
|
|
|||
|
Ah yes
I just dumped those there for me, I was intending on making a links page for all the stuff I find but have not had the time yet, thx for reminding me they were there.
............................................
yet more blender scripts http://blender.formworks.co.nz/ |
|||
|
#8
|
|
||||
|
Hello,
I'm swimming on working with this script, and I have some questions. In the readme file, Quote:
You haven't not mentioned this FR.blend file in the readme before, so I'm not sure what must contain this file or where i can find it. I suppose I should run this scripts and press Submit and Activate on each node. Can you explain a little these questions? Thank you, Glaurung
............................................
Raimon Guarro i Nogués IMATGEDART, Artesania de la Imatge digital |
||||
|
#9
|
|
||||
|
Submit and activate should only be used in the .blend file containing the scene which you want to render (it is not neccesary to do this on every machine). FR.blend is a file created in your farm directory which, when opened in Blender, automatically starts rendering frames.
............................................
I hope my posts are helpful. New and Experienced, look at My Website! |
||||
|
#10
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| distributed rendering | zynek | Basics & Interface | 2 | 08-Dec-05 20:03 |
| some questions for my yafray network rendering script | radiance | Other Software | 0 | 25-Aug-04 08:30 |
| Autoexecuting a script and rendering a scene ... | trueslash | Python & Plugins | 5 | 12-Nov-03 06:08 |
| Distributed Rendering for Windows | SHABA1 | Basics & Interface | 0 | 25-Mar-03 14:59 |
| Script for distributed rendering | S68 | Python & Plugins | 1 | 15-Sep-02 13:02 |