From: Pablo G. C. <ozr...@gm...> - 2010-05-24 09:29:39
|
Hi. I need to define curves with a variable radius. I have this simple code: c=curve() c.append(pos=(0,0,0), radius=0.1) c.append(pos=(1,0,0), radius=0.1) c.append(pos=(1,1,0), radius=0.2) When I try, it crashes with a segmentation fault. I just want to know if this was supposed to work so there's something wrong with my installation or if I have to look for another sollution to my problem. Thank you very much! Pablo. |