Patch/Bugfix #20997: Recent commit to object_randomize_transform.py by Cam added some garbage to a variable name making the script fail

Patch by Daniel Salazar (ZanQdo)
This commit is contained in:
Joshua Leung 2010-02-07 11:53:00 +00:00
parent 20fb4e3367
commit 3fb8939870

@ -93,7 +93,7 @@ class RandomizeLocRotSize(bpy.types.Operator):
use_loc = BoolProperty(name="Randomize Location",
description="Randomize the scale values", default=True)
sdfwefreloc = FloatVectorProperty(name="Location",
loc = FloatVectorProperty(name="Location",
description="Maximun distance the objects can spread over each axis",
default=(0.0, 0.0, 0.0), min=-100.0, max=100.0, subtype='TRANSLATION')