[Bf-python] Armature.Get?

Joe Eagar joeeagar at prodigy.net
Mon Jun 26 05:41:29 CEST 2006


Hi.  It seems Armature.Get() requires a sequence, even if all you want 
is one armature.  Passing a single string is not working at the moment.  
The method is implemented in Armature.c, line 1113.  Looking at the code 
I can't see the problem off-hand.  Tested with latest cvs with below 
snippet.

====

armatureList = []
for i in Armature.Get():
	armatureList = i
armature = Armature.Get(armatureList[0]) # FUGLY
print armature

====

Armature.Get() is returning None.

Joe



More information about the Bf-python mailing list