hi guys:
ipo0 = Ipo.New('Object','ObjectIpo0')
for i,icu in enumerate((Ipo.OB_LOCX,Ipo.OB_LOCY,Ipo.OB_LOCZ)):
<b> ipo0[icu]=(1,loc0[i])</b>
ipo0[icu][30]=10
i understand most of this code but… what does the bold part means???
hi guys:
ipo0 = Ipo.New('Object','ObjectIpo0')
for i,icu in enumerate((Ipo.OB_LOCX,Ipo.OB_LOCY,Ipo.OB_LOCZ)):
<b> ipo0[icu]=(1,loc0[i])</b>
ipo0[icu][30]=10
i understand most of this code but… what does the bold part means???
and is it documented here
http://www.blender.org/documentation/249PythonDoc/IpoCurve.IpoCurve-class.html
or here
http://www.blender.org/documentation/249PythonDoc/Ipo.Ipo-class.html
?
ok i found out. the first line, adds the KEY to the IpoCurve.
thanks, cya!