[Bf-extensions-cvs] [240ed046] master: object_trilighting: minor fixes

meta-androcto noreply at git.blender.org
Sun Jun 23 10:06:09 CEST 2019


Commit: 240ed046d03c3c779725ec6de2320eeff68fd59f
Author: meta-androcto
Date:   Sun Jun 23 18:05:43 2019 +1000
Branches: master
https://developer.blender.org/rBAC240ed046d03c3c779725ec6de2320eeff68fd59f

object_trilighting: minor fixes

===================================================================

M	object_trilighting.py

===================================================================

diff --git a/object_trilighting.py b/object_trilighting.py
index e1b188df..12b3101c 100644
--- a/object_trilighting.py
+++ b/object_trilighting.py
@@ -1,11 +1,11 @@
-# gpl: author Daniel Schalla
+# gpl: author Daniel Schalla, maintained by meta-androcto
 
 bl_info = {
     "name": "Trilighting",
     "author": "Daniel Schalla",
-    "version": (0, 1, 3),
+    "version": (0, 1, 4),
     "blender": (2, 80, 0),
-    "location": "View3D > Sidebar > Create",
+    "location": "View3D > Add > Lights",
     "description": "Simple 3 Point Lighting Set",
     "warning": "",
     "wiki_url": "",
@@ -142,7 +142,7 @@ class OBJECT_OT_TriLighting(Operator):
                 scene.camera = cam_obj
                 bpy.ops.view3d.camera_to_view()
                 camera = cam_obj
-                bpy.ops.view3d.viewnumpad(type='TOP')
+                bpy.ops.view3d.view_axis(type='TOP')
 
             obj = bpy.context.view_layer.objects.active



More information about the Bf-extensions-cvs mailing list