Cleanup: unused imports
This commit is contained in:
@@ -6,7 +6,6 @@ Example of using the blf module. For this module to work we
|
||||
need to use the OpenGL wrapper :class:`~bgl` as well.
|
||||
"""
|
||||
# import stand alone modules
|
||||
import bgl
|
||||
import blf
|
||||
import bpy
|
||||
|
||||
|
@@ -7,7 +7,6 @@ object, placing it into a view layer, selecting it and making it active.
|
||||
"""
|
||||
|
||||
import bpy
|
||||
from mathutils import Matrix
|
||||
|
||||
view_layer = bpy.context.view_layer
|
||||
|
||||
|
Reference in New Issue
Block a user