Search found 20 matches
- Thu Apr 15, 2004 12:00 am
- Forum: News & Chat
- Topic: blender grupe in germany hamburg
- Replies: 12
- Views: 5197
- Thu Mar 20, 2003 9:35 pm
- Forum: News & Chat
- Topic: Happy birthday Ton!
- Replies: 21
- Views: 9217
- Wed Mar 12, 2003 12:08 pm
- Forum: Python
- Topic: Start External Blender Command Line from "regular"
- Replies: 9
- Views: 10371
The os.popen seems to work fine in your case since it returns a open file object. So all you have to do is read every single line of that file to get blenders textual output ("Saved: Blahblahblah Blender quit") and do a close() afterwards to get the returncode. >>> import os >>> render = os.popen('b...
- Tue Mar 11, 2003 10:00 pm
- Forum: Python
- Topic: Start External Blender Command Line from "regular"
- Replies: 9
- Views: 10371
Re: Start External Blender Command Line from "regular&q
I have tried calling this command from Python using: os.popen('blender -B filename -f framenumber') or os.system('blender -B filename -f framenumber') ... with no success. Please define "No success" :wink: Error messages? Nothing happens? XSI instead of blender starting? popen should work fine, may...
- Fri Feb 28, 2003 11:04 am
- Forum: Python
- Topic: How print (or save as .txt) Python script from .blend file?
- Replies: 4
- Views: 7066
Thanks. Guess I should also have asked....... where should I have looked to find that answer? Thanks again? Uhm, in this forum or in the Py&plug forum over at elysiun.com or in irc? blender people are very helpful, don't be afraid to ask something. :D Shouldn't someone add a little button for that ...
- Thu Feb 27, 2003 10:04 pm
- Forum: Python
- Topic: How print (or save as .txt) Python script from .blend file?
- Replies: 4
- Views: 7066
- Wed Feb 19, 2003 2:32 pm
- Forum: Python
- Topic: Using Tkinter in Blender Python
- Replies: 3
- Views: 8501
- Thu Feb 06, 2003 9:56 pm
- Forum: Python
- Topic: Sphere with Blender (OpenGL)
- Replies: 3
- Views: 6792
Heyho!
There's a german mailinglist over at http://de.groups.yahoo.com/group/blenderbuch/and a excellent german blender/python tutorial over at http://www.blenderbuch.de/tutor/index.html (Sind an manchen Stellen etwas veraltet, aber da kann man ja nachfragen)
There's a german mailinglist over at http://de.groups.yahoo.com/group/blenderbuch/and a excellent german blender/python tutorial over at http://www.blenderbuch.de/tutor/index.html (Sind an manchen Stellen etwas veraltet, aber da kann man ja nachfragen)
- Thu Jan 23, 2003 9:58 pm
- Forum: News & Chat
- Topic: Two things (one bad, one good).
- Replies: 3
- Views: 2888
Re: Two things (one bad, one good).
I really like Povanim a POV export script from: http://jmsoler.free.fr/util/blenderfile/povanim.htm I would sure appreciate if someone would write a short tutorial on how to properly use it. Thanks! Go over to http://www.povray.org and grab the excellent Povray-Documentation. If you know and unders...
- Thu Jan 23, 2003 9:47 pm
- Forum: News & Chat
- Topic: The Old Community
- Replies: 4
- Views: 2365
All the stuff and more...
Heyho!
Take a look at http://www.elysiun.com. CJs from time to time (Hey Goofster, how about a new one?
), excellent artwork and excellent people.
Take a look at http://www.elysiun.com. CJs from time to time (Hey Goofster, how about a new one?

- Thu Dec 05, 2002 9:55 pm
- Forum: News & Chat
- Topic: Fonts
- Replies: 3
- Views: 2273
- Mon Dec 02, 2002 1:35 pm
- Forum: News & Chat
- Topic: Fonts
- Replies: 3
- Views: 2273
- Sat Nov 30, 2002 2:32 pm
- Forum: Interface & Tools
- Topic: Exporting from Blender to other formats
- Replies: 5
- Views: 7378
Re: Exporting from Blender to other formats
Are there any error-messages in the console/DOS-Window? Did you try the script with an older blender version (2.23?)Thorin wrote:The only problem is, the script didn't work.
- Fri Nov 29, 2002 1:03 pm
- Forum: Python
- Topic: Mesh creation in Python with 2.25
- Replies: 10
- Views: 10401
- Fri Nov 29, 2002 1:00 pm
- Forum: Python
- Topic: Python veteran, new to Blender, wants to learn
- Replies: 6
- Views: 3269
Some (old) python tutorials: http://www.blenderbuch.de/tutor/index.htm.