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:
@@ -993,3 +993,10 @@ class Material:
|
||||
@type event: string
|
||||
@param event: "FrameChanged" or "Redraw".
|
||||
"""
|
||||
|
||||
def __copy__ ():
|
||||
"""
|
||||
Make a copy of this material
|
||||
@rtype: Material
|
||||
@return: a copy of this material
|
||||
"""
|
||||
Reference in New Issue
Block a user