weightpaint_envelope_assign - was making an error checking a null vgroup
API_intro - changed URL from elysuin others - added __copy__() docs.
This commit is contained in:
@@ -489,6 +489,12 @@ class Curve:
|
||||
@rtype: L{Key<Key.Key>} object or None
|
||||
"""
|
||||
|
||||
def __copy__ ():
|
||||
"""
|
||||
Make a copy of this curve
|
||||
@rtype: Curve
|
||||
@return: a copy of this curve
|
||||
"""
|
||||
|
||||
class CurNurb:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user