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
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
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
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