From 97a172400519e66623add5d7b967288fffa7ac9c Mon Sep 17 00:00:00 2001 From: Ken Patel Date: Fri, 26 Feb 2010 20:06:24 +0000 Subject: [PATCH] Rope.py usage comment correction --- direct/src/showutil/Rope.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/direct/src/showutil/Rope.py b/direct/src/showutil/Rope.py index 8ad83cb32f..6971aaf552 100644 --- a/direct/src/showutil/Rope.py +++ b/direct/src/showutil/Rope.py @@ -52,8 +52,8 @@ class Rope(NodePath): 'thickness' : the thickness at the vertex, default 1 In order to enable the per-vertex color or thickness, you must - call rope.ropeNode.setPerVertexColor() or - rope.ropeNode.setPerVertexThickness(). + call rope.ropeNode.setUseVertexColor(1) or + rope.ropeNode.setUseVertexThickness(1). knots is optional. If specified, it should be a list of floats, and should be of length len(verts) + order. If it