Blendigo for v1.0.9

Announcements, requests and support regarding the Blender Indigo export script
Post Reply
93 posts
User avatar
SmartDen
Developer
Posts: 999
Joined: Fri Oct 13, 2006 10:58 pm
Location: Canary Islands
Contact:

Blendigo for v1.0.9

Post by SmartDen » Tue Apr 08, 2008 3:52 am

Requirements:
- Blender 2.45
- Python 2.5
- Indigo v1.0.8 or 1.0.9

Installation:
- Place Blendigo in ./blender/scripts
- Dont forget to edit IndigoWrapper.conf to specify your indigo location and put it in ./blender/scripts/bpydata
- put preview in the indigo directory
or use installer

Blendigo is continue developing

Update 23.05.2008
- External material support fixed
- "Auto Choose Thread" button added
- "Override" button added

Update:
- Linux build will be started with GUI

Bug Fix:
- DupliVerts and DupliFaces objects will be exported as instances
- Sphere and Plane primitives work now
- Bump export for Oren-Nayar shader

Windows Installer Blendigo_v109.exe
Zip blendigo_v109.zip
Skript for manually update blendigo_v109.py
Last edited by SmartDen on Sat May 24, 2008 12:34 am, edited 4 times in total.
Check normals, dude!

Image
Image

User avatar
delic
Posts: 116
Joined: Sun Sep 10, 2006 4:11 am
Location: Lausanne, switzerland .

Post by delic » Tue Apr 08, 2008 4:04 am

yeah ! Nice !

Vanessa07
Posts: 312
Joined: Mon Sep 24, 2007 11:17 pm
Location: Suisse

Post by Vanessa07 » Tue Apr 08, 2008 4:32 am

Thanks SmartDen :D

BbB
Posts: 1996
Joined: Fri Feb 09, 2007 8:28 am
Location: Berlin
Contact:

Post by BbB » Tue Apr 08, 2008 4:47 am

Fantastic. Thanks.

User avatar
jurasek
Posts: 247
Joined: Sun Jun 25, 2006 11:23 pm
Location: Poland

Post by jurasek » Tue Apr 08, 2008 4:48 am

... Normal was not unit length. fixed?
<vertex pos="-4.141155 -1.603915 0.000000" normal="nan nan nan" />
after 'remove doubles' it's ok.

greetz,
jur
Attachments
normal_error.zip
.igs and .blend
(286.13 KiB) Downloaded 875 times
Last edited by jurasek on Tue Apr 08, 2008 5:25 am, edited 1 time in total.

Sebastian
Posts: 156
Joined: Wed Feb 28, 2007 9:16 am

Post by Sebastian » Tue Apr 08, 2008 5:21 am

tank you VERY much ! glad to see ...
SmartDen wrote:
Blendigo is continue developing

Anthor
Posts: 19
Joined: Wed Mar 12, 2008 4:19 am
Location: Sardinia (Italy)
Contact:

Post by Anthor » Tue Apr 08, 2008 5:30 am

Tank You SmartDen :D :D :D

User avatar
aleksandera
Posts: 380
Joined: Fri Sep 15, 2006 10:49 pm
Location: Slovenia

Post by aleksandera » Tue Apr 08, 2008 6:47 am

Thank you!
Will try it!

Regards,

Aleksander

tobak30
Posts: 125
Joined: Sat Feb 10, 2007 5:31 am
Location: Norway, Norvege, Norvegia, Norwegen, Norge.

Post by tobak30 » Tue Apr 08, 2008 7:03 am

i cant seem to find the blendigo exporters in my script windows inside of blender. Even though i put it under scripts in my scripts folder in linux. I was so happy to see the linux build come and then where are my exporter? Could this be a blender problem or a linux problem?

neepneep
Indigo 100
Posts: 413
Joined: Wed Jun 28, 2006 10:21 am

Post by neepneep » Tue Apr 08, 2008 8:29 am

.sphere primitive doesn't work for me.

Code: Select all

exporting object "Sphere.sphere"
material [Material "Phong"] found

Traceback (most recent call last):
  File "<string>", line 3010, in buttonEvt
  File "<string>", line 2325, in exportStill
  File "<string>", line 2303, in export
  File "<string>", line 2181, in exportIndigoScene
  File "<string>", line 1713, in exportObjects
  File "<string>", line 1638, in exportObject
  File "<string>", line 1429, in getBoundingBox
TypeError: 'Blender MVert' object is unsubscriptable

ALso, using 'export to animation' doesnt want to work :cry:

Code: Select all

INDIGO EXPORT

start 1 end 10
exporting frame 1

Object Sphere in layer 1
Object Plane in layer 1
Object Lamp in layer 1
Object Empty in layer 1
Object Camera.001 in layer 1
Object DonutTurd in layer 1
exporting object "Sphere"
material [Material "Phong"] found

Traceback (most recent call last):
  File "<string>", line 2944, in drawGUI
  File "<string>", line 965, in materialGUI
  File "<string>", line 2976, in drawButtons
  File "<string>", line 2949, in drawScreenButtons
  File "<string>", line 2328, in exportAnim
  File "<string>", line 2270, in export
  File "<string>", line 1713, in exportObjects
  File "<string>", line 1630, in exportObject
AttributeError: 'str' object has no attribute 'write'

pixelminer
Posts: 9
Joined: Tue Apr 08, 2008 10:06 am

I can't export out animations either.

Post by pixelminer » Tue Apr 08, 2008 11:11 am

I can verify that the "export to animation" button gives the same errors as listed below.

bummer...

phong.
neepneep wrote:
ALso, using 'export to animation' doesnt want to work :cry:

Code: Select all

Traceback (most recent call last):
  File "<string>", line 2944, in drawGUI
  File "<string>", line 965, in materialGUI
  File "<string>", line 2976, in drawButtons
  File "<string>", line 2949, in drawScreenButtons
  File "<string>", line 2328, in exportAnim
  File "<string>", line 2270, in export
  File "<string>", line 1713, in exportObjects
  File "<string>", line 1630, in exportObject
AttributeError: 'str' object has no attribute 'write'


User avatar
Pinko5
Posts: 497
Joined: Mon Feb 19, 2007 8:15 pm
Location: Italy

Post by Pinko5 » Tue Apr 08, 2008 7:19 pm

Tnx Smart!!!
Luca ;)

Vanessa07
Posts: 312
Joined: Mon Sep 24, 2007 11:17 pm
Location: Suisse

Post by Vanessa07 » Tue Apr 08, 2008 7:33 pm

neepneep

I have exactly the same error message with the two last version of blendigo :(

User avatar
SmartDen
Developer
Posts: 999
Joined: Fri Oct 13, 2006 10:58 pm
Location: Canary Islands
Contact:

Post by SmartDen » Tue Apr 08, 2008 8:52 pm

Thanks for feedback, fellows! You can sure understand, that i cant test all features... so it can happens that one or another don't work. i'll fix it ASAP
Check normals, dude!

Image
Image

User avatar
SmartDen
Developer
Posts: 999
Joined: Fri Oct 13, 2006 10:58 pm
Location: Canary Islands
Contact:

Post by SmartDen » Tue Apr 08, 2008 9:16 pm

Update. Linux get now a GUI
Check normals, dude!

Image
Image

Post Reply
93 posts

Who is online

Users browsing this forum: No registered users and 17 guests