From 56b9a3e2ad2592000cce7c8af6e34e1d3124ec69 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Sat, 3 Dec 2011 20:45:35 +0000 Subject: Fix #29488: two addons broken after recent noise module change, patch by Patrick Zulke. --- add_curve_aceous_galore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'add_curve_aceous_galore.py') diff --git a/add_curve_aceous_galore.py b/add_curve_aceous_galore.py index 7c53c6cd..d9e1e083 100644 --- a/add_curve_aceous_galore.py +++ b/add_curve_aceous_galore.py @@ -38,7 +38,7 @@ import bpy from bpy.props import * from mathutils import * from math import * -import noise as Noise +import mathutils.noise as Noise ###------------------------------------------------------------ #### Some functions to use with others: ###------------------------------------------------------------ -- cgit v1.2.3