Search found 10 matches
- Tue Jul 08, 2008 12:48 pm
- Forum: Blender
- Topic: Blender Texture nodes
- Replies: 17
- Views: 13067
- Tue Jul 08, 2008 2:44 am
- Forum: Indigo General Stuff
- Topic: creating a IGI file afterwards
- Replies: 7
- Views: 6552
- Mon Jul 07, 2008 7:10 pm
- Forum: Works in Progress
- Topic: my first 2 images, abstract arrays
- Replies: 4
- Views: 5447
- Mon Jul 07, 2008 5:38 pm
- Forum: Indigo General Stuff
- Topic: creating a IGI file afterwards
- Replies: 7
- Views: 6552
creating a IGI file afterwards
Im rendering an image, its been going for 3 hours and only now I realized I forgot to turn on save IGI file in blendigo, so i can resume rendering.
is there anyone way of creating an IGI file halfway though rendering?
is there anyone way of creating an IGI file halfway though rendering?
- Sun Jun 15, 2008 5:07 pm
- Forum: Works in Progress
- Topic: my first 2 images, abstract arrays
- Replies: 4
- Views: 5447
my first 2 images, abstract arrays
Hello, my first 2 images rendered in Indigo using Blender 2.46, Blendigo 1.1.5 and indigo 1.1.5. the first i left rendering overnight, for about 8 hours.. but the slave computer crashed, not sure how long it rendered for. the second was rendered using 2 computers for about 2-3 hours still working on...
- Tue May 20, 2008 1:19 am
- Forum: Blender
- Topic: Returning to Blender from Indigo operation problems.
- Replies: 6
- Views: 7034
- Sat May 17, 2008 2:02 am
- Forum: Blender
- Topic: Using Blendigo with network rendering
- Replies: 6
- Views: 7132
Got it working. change line 1384 to:
it will start it in working master.
ive just shared my Indigo directory on the net work, and make sure all textures are in indigo\textures and it works fine.
Code: Select all
f.write("start /b /belownormal indigo.exe \"" + relpath(indigopath,filename) + "\" -n wm" + "\n")
ive just shared my Indigo directory on the net work, and make sure all textures are in indigo\textures and it works fine.
- Wed May 14, 2008 6:37 pm
- Forum: Blender
- Topic: Using Blendigo with network rendering
- Replies: 6
- Views: 7132
I think the Blendigo script has changed a bit... on line 1384 f.write("start /b /belownormal indigo.exe \"" + relpath(indigopath,filename) + "\n") i tried changing it to f.write("start /b /belownormal indigo.exe \"" + relpath(indigopath,filename) + " -n m" + "\n") but it thinks the -n m is part of t...
- Wed May 14, 2008 2:32 pm
- Forum: Blender
- Topic: Using Blendigo with network rendering
- Replies: 6
- Views: 7132
Using Blendigo with network rendering
Hi, ive recently started using Indigo, but have been using Blender for a while. ive preaty much got my head around the Blendigo script, but i cant find anyway to use it in conjunction with Indigo's network rendering. i already have the masters drive mapped on the slave node, but running indigo in sl...