diff --git a/__init__.py b/__init__.py index dffc486..1ec6255 100644 --- a/__init__.py +++ b/__init__.py @@ -7,7 +7,7 @@ "author": "Jonas Schell", "description": "Easy Projector creation and modification.", "blender": (2, 81, 0), - "version": (2024, 1, 0), + "version": (2024, 1, 1), "location": "3D Viewport > Add > Light > Projector", "category": "Lighting", "wiki_url": "https://github.com/Ocupe/Projectors/wiki", diff --git a/projector.py b/projector.py index df267ab..fbc5df7 100644 --- a/projector.py +++ b/projector.py @@ -496,7 +496,7 @@ def create_projector(context): spot = context.object spot.name = 'Projector.Spot' spot.scale = (.01, .01, .01) - spot.data.spot_size = math.pi + spot.data.spot_size = math.pi - 0.001 spot.data.spot_blend = 0 spot.data.shadow_soft_size = 0.0 spot.hide_select = True