[Bf-python] Text3D obj linking patch
joeedh
joeeagar at prodigy.net
Fri Mar 18 04:53:05 CET 2005
When you link a text3d to an object, it's necassary to call the function
text_to_curve.
this patch does that.
joeedh
-------------- next part --------------
Index: blender/source/blender/python/api2_2x/Object.c
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/python/api2_2x/Object.c,v
retrieving revision 1.101
diff -r1.101 Object.c
1302c1302
<
---
>
1307c1307,1308
<
---
> if (self->object->type == OB_FONT) text_to_curve(self->object, 0);
>
More information about the Bf-python
mailing list