Search found 129 matches
- Fri Mar 02, 2007 2:19 am
- Forum: Blender
- Topic: DEV-thread - Blendigo v0.7 - material-editor-exporter
- Replies: 521
- Views: 137076
Ah, I managed it to work now, I replace this part of script in relpath method return ('..' + os.sep) * (len(baselist) - i) + os.sep.join(targetlist[i:]) with this (just delete some things): return os.sep.join(targetlist[i:]) and now works like charm, I don't know why this happened just to me but ...
- Fri Mar 02, 2007 1:31 am
- Forum: Blender
- Topic: DEV-thread - Blendigo v0.7 - material-editor-exporter
- Replies: 521
- Views: 137076
Everything is small case, but problem persist. Download again script but no changes, still exporting with additional characters. Can u explain how script works, that path generator? And is this happening only to me? How can I change to use normal slash, is it possible? EDIT: sorry I relize that I to...
- Thu Mar 01, 2007 11:03 pm
- Forum: Blender
- Topic: DEV-thread - Blendigo v0.7 - material-editor-exporter
- Replies: 521
- Views: 137076
Hmm here comes surprise, I'm using windows. Indigo is on C:/indigo_test5 , path that I see is corect, that's one I choose, but in XML file it add '../../' as I sad before. For example ' c:/mytextures/testre.jpg ', in gui it is corectly displayed but after writing xml file it look like this: ' ../../...
- Thu Mar 01, 2007 7:58 pm
- Forum: Blender
- Topic: DEV-thread - Blendigo v0.7 - material-editor-exporter
- Replies: 521
- Views: 137076
- Mon Feb 19, 2007 7:55 pm
- Forum: Blender
- Topic: DEV-thread - Blendigo v0.7 - material-editor-exporter
- Replies: 521
- Views: 137076
- Sat Feb 17, 2007 2:19 am
- Forum: Blender
- Topic: Indigo 0.7F exporter here! Features added/Comments welcome!
- Replies: 222
- Views: 83818
- Fri Feb 16, 2007 7:59 pm
- Forum: Blender
- Topic: Indigo 0.7F exporter here! Features added/Comments welcome!
- Replies: 222
- Views: 83818
Well I duno how u can achive this with python scripts (maybe realy with some dropdown list, which could gather all materials and then u can assign them diff values :?: ) Truly I think that solutions with PyNodes is the best one (easy), and I think that they will be in official release soon. I'm deve...
- Fri Feb 16, 2007 6:23 am
- Forum: Blender
- Topic: Indigo 0.7F exporter here! Features added/Comments welcome!
- Replies: 222
- Views: 83818
- Wed Feb 14, 2007 11:44 pm
- Forum: Blender
- Topic: Depth of the object
- Replies: 3
- Views: 2275