From 9c8805a7af580b3428e305d888634483c5628345 Mon Sep 17 00:00:00 2001 From: lijenstina Date: Mon, 4 Sep 2017 00:12:19 +0200 Subject: Cloud Generator: Fix typo with operator return Bumped version to 1.0.2 Missed an error with the previous commit Safe to include in release No other functional changes --- object_cloud_gen.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'object_cloud_gen.py') diff --git a/object_cloud_gen.py b/object_cloud_gen.py index 1e138cf6..008763fc 100644 --- a/object_cloud_gen.py +++ b/object_cloud_gen.py @@ -21,7 +21,7 @@ bl_info = { "name": "Cloud Generator", "author": "Nick Keeline(nrk)", - "version": (1, 0, 1), + "version": (1, 0, 2), "blender": (2, 78, 5), "location": "Tool Shelf > Create Tab", "description": "Creates Volumetric Clouds", @@ -502,7 +502,7 @@ class GenerateCloud(Operator): if True in space_data.layers_local_view: self.report({'INFO'}, "Works with Global Perspective modes only. Operation Cancelled") - return {'CANCELLLED'} + return {'CANCELLED'} # Make variable that is the active object selected by user active_object = context.active_object -- cgit v1.2.3