Re: [Tutor] Difficulty Understanding Example Code for Blender Script

2010-07-23 Thread Andrew Martin
Oh ok. So orientation is an optional parameter. That makes sense. Alright well thanks for the help And yeah next time it would probably be better to try the blender forums. thanks though On Thu, Jul 22, 2010 at 3:06 AM, David Hutto wrote: > On Thu, Jul 22, 2010 at 2:47 AM, Marc Tompkins > wrot

Re: [Tutor] Difficulty Understanding Example Code for Blender Script

2010-07-22 Thread David Hutto
On Thu, Jul 22, 2010 at 2:47 AM, Marc Tompkins wrote: > On Wed, Jul 21, 2010 at 9:48 PM, Andrew Martin > wrote: >> >> This code was part of a Blender script to build a 3d bar graph, so I don't >> know if understanding Blender is a prereq for understanding this code. The >> function is for the axi

Re: [Tutor] Difficulty Understanding Example Code for Blender Script

2010-07-21 Thread Marc Tompkins
On Wed, Jul 21, 2010 at 9:48 PM, Andrew Martin wrote: > This code was part of a Blender script to build a 3d bar graph, so I don't > know if understanding Blender is a prereq for understanding this code. The > function is for the axis labels. > > def label(text,position,orientation='z'): > txt

[Tutor] Difficulty Understanding Example Code for Blender Script

2010-07-21 Thread Andrew Martin
This code was part of a Blender script to build a 3d bar graph, so I don't know if understanding Blender is a prereq for understanding this code. The function is for the axis labels. def label(text,position,orientation='z'): txt=Text3d.New('label') txt.setText(text) ob=Scene.GetCurrent