Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'archimesh/achm_kitchen_maker.py')
-rw-r--r--archimesh/achm_kitchen_maker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archimesh/achm_kitchen_maker.py b/archimesh/achm_kitchen_maker.py
index 14860f73..ad3e1123 100644
--- a/archimesh/achm_kitchen_maker.py
+++ b/archimesh/achm_kitchen_maker.py
@@ -629,7 +629,7 @@ def generate_cabinets(self):
boxes = []
bases = []
- location = bpy.context.scene.cursor_location
+ location = bpy.context.scene.cursor.location
myloc = copy(location) # copy location to keep 3D cursor position
# Fit to floor
if self.fitZ: