From 19a0d3bdb9655d95594b521324edf375a91ea56e Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 18 Jan 2012 19:24:31 +0000 Subject: [PATCH] reword comment for accuracy --- direct/src/actor/Actor.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/direct/src/actor/Actor.py b/direct/src/actor/Actor.py index 8e30c71408..253f946fe3 100644 --- a/direct/src/actor/Actor.py +++ b/direct/src/actor/Actor.py @@ -2235,10 +2235,10 @@ class Actor(DirectObject, NodePath): """unloadAnims(self, string:string{}, string='modelRoot', string='lodRoot') Actor anim unloader. Takes an optional partName (defaults to - 'modelRoot' for non-multipart actors) and lodName (defaults - to 'lodRoot' for non-LOD actors) and dict of corresponding - anims in the form animName:animPath{}. Deletes the anim control - for the given animation and parts/lods. + 'modelRoot' for non-multipart actors) and lodName (defaults to + 'lodRoot' for non-LOD actors) and list of animation + names. Deletes the anim control for the given animation and + parts/lods. If any parameter is None or omitted, it means all of them. """