typo in Text3d, weightpaint_invert wasnt working properly

This commit is contained in:
Campbell Barton
2007-11-19 10:49:12 +00:00
parent cf60bf576b
commit 0b0542c785
2 changed files with 7 additions and 5 deletions

View File

@@ -153,13 +153,13 @@ class Text3d:
@param width: The new text3d's width value.
"""
def getgetExtrudeDepth():
def getExtrudeDepth():
"""
Get the text3d's ext1 value.
@rtype: float
"""
def setgetExtrudeDepth(ext1):
def setExtrudeDepth(ext1):
"""
Set the text3d's ext1 value.
@rtype: None