[Bf-python] Bloded Problem with Ipo's

Kaal_le_Saint Kali.tm at wanadoo.fr
Thu Sep 9 12:01:43 CEST 2004


Oups, too late...


Use it :

ipo = Ipo.New('Object', name) # first step

myObj.setIpo(ipo) # Second step

Locx = ipo.addCurve('LocX') # Last step

Locx.addBezier etc...


Voilà :-)
 
-----Message d'origine-----
De : bf-python-bounces at projects.blender.org
[mailto:bf-python-bounces at projects.blender.org] De la part de Jason Nuvares
Envoyé : jeudi 9 septembre 2004 05:41
À : bf-python at projects.blender.org
Objet : [Bf-python] Bloded Problem with Ipo's

Hey everyone, I'm working on the latest Bloded script and I'm running into a

large problem with the 2.34 API. witht eh IPO.addCurve function i'm passign 
the code

ipo = Ipo.New('Object', name)
Locx = ipo.addCurve('LocX')

and i keep getting the error

ValueError: Not a valid param

I've used everythign i can think of and even copy&pasted the parameters 
straight fromt eh doc site, what's goign wrong?

MacBlender




More information about the Bf-python mailing list