[Bf-blender-cvs] [d17fc35ae0e] soc-2019-npr: Cleanup: lanpr operator py script.

YimingWu noreply at git.blender.org
Fri Aug 9 03:41:30 CEST 2019


Commit: d17fc35ae0e6123ab8467e7b009f79ead68d1da4
Author: YimingWu
Date:   Fri Aug 9 09:41:00 2019 +0800
Branches: soc-2019-npr
https://developer.blender.org/rBd17fc35ae0e6123ab8467e7b009f79ead68d1da4

Cleanup: lanpr operator py script.

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

M	release/scripts/startup/bl_operators/lanpr.py

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

diff --git a/release/scripts/startup/bl_operators/lanpr.py b/release/scripts/startup/bl_operators/lanpr.py
index c296ffb1347..8cdf0842ae7 100644
--- a/release/scripts/startup/bl_operators/lanpr.py
+++ b/release/scripts/startup/bl_operators/lanpr.py
@@ -37,10 +37,5 @@ class LANPR_reset_object_transfromations(bpy.types.Operator):
         return {'FINISHED'}
 
 classes=(
-    #LANPR_make_composition_scene,
-    #LANPR_remove_composition_scene,
-    #LANPR_goto_original_scene,
-    #LANPR_goto_composition_scene,
-    #LANPR_render_composited,
     LANPR_reset_object_transfromations,
-)
\ No newline at end of file
+)



More information about the Bf-blender-cvs mailing list