Type in docs and element.quat was checking for a vector type.

This commit is contained in:
2006-09-18 02:33:00 +00:00
parent 857f7a66fa
commit 66bc9589a5
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ Example::
# Make a metaball
ob_mb= Object.New('Mball')
mb= Metaball.New()
mb.setWiresize(res)
mb.wiresize= res
# Link to the Scene
ob_mb.link(mb)