Omograph_text from Python?
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 13/04/2011 at 06:34, xxxxxxxx wrote:
Hi all,
do I need to import something to create an Omograph_text object from within a python script? Or is that simply not implemented yet?
Thanks
Michael -
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 13/04/2011 at 14:03, xxxxxxxx wrote:
I'm not sure why but c4d.Omograph_text doesn't want to work for me. But you can use this:
Mo=c4d.BaseObject(1019268)
doc.InsertObject(Mo)
c4d.EventAdd()The 1019268 is the id number for MoText.
-
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 13/04/2011 at 14:59, xxxxxxxx wrote:
Thanks, I didn't even think of that. Will try it out tomorrow but I'm sure that's the solution