This commit is contained in:
Dion Moult
2019-02-20 22:16:12 +11:00
committed by Yorik van Havre
parent 2fe675a94a
commit 76cb674fbb

View File

@@ -1493,7 +1493,7 @@ def move(objectslist,vector,copy=False):
in objects (that can be an object or a list of objects)
in the direction and distance indicated by the given
vector. If copy is True, the actual objects are not moved, but copies
are created instead.he objects (or their copies) are returned.'''
are created instead. The objects (or their copies) are returned.'''
typecheck([(vector,Vector), (copy,bool)], "move")
if not isinstance(objectslist,list): objectslist = [objectslist]
objectslist.extend(getMovableChildren(objectslist))