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
This commit is contained in:
Vuk Gardašević 2017-09-04 00:12:19 +02:00
parent e66713cfad
commit 9c8805a7af
1 changed files with 2 additions and 2 deletions

View File

@ -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