[Bf-python] Newbie Question: How to debug python in blender ? Best Development Environment ?

Campbell Barton cbarton at metavr.com
Thu Feb 24 22:53:24 CET 2005


Im not sure if any python debuggers exist, Python is interpreted and 
gives usefull errors without the need for de-bugging.

To Start with, Id just use blenders text editor, alt+p to exeute.

simple script:

from Blender import *
for ob in Object.GetSelected():
    ob.LocZ += 10

... from there modify other properties, get thje object data- modify it ;)

I personally use SciTE- has the Normality of a Ms notepad type, but with 
many nice features and its small and powerfull.
- Cam


G. Völkl wrote:

> Hello,
>  
> I am starting programming with python and blender.
>  
> Is there a pyhton debugger in blender available ?
>  
> Which development environment do you recommend or use ?
>  
> Thanks!
>  
> Best Regards
>              Gerhard
>
> ------------------------------------------------------------------------
> Gesendet von Yahoo! Mail <http://de.mail.yahoo.com> - Jetzt mit 250MB 
> kostenlosem Speicher
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Bf-python mailing list
>Bf-python at projects.blender.org
>http://projects.blender.org/mailman/listinfo/bf-python
>  
>


-- 
Campbell J Barton

133 Hope Street
Geelong West, Victoria 3218 Australia

URL:    http://www.metavr.com
e-mail: cbarton at metavr.com
phone: AU (03) 5229 0241




More information about the Bf-python mailing list