Chris G wrote: > for _ in range(self.steps): > pass > hey, thanks! did a bit of research on this, looks like it's just another variable, but this quote helped to understand this is what i've beeen looking for: "The general idiom for assigning to a value that isn't used is to name it |_"
| -- http://groups.google.com/group/python_inside_maya
