Skip to content
Snippets Groups Projects
Commit 8c29d449 authored by Bastien Montagne's avatar Bastien Montagne
Browse files

Minor fix: bpy_extras.keyconfig_utils needs to be imported at least once...

parent 582a14ff
No related branches found
No related tags found
No related merge requests found
...@@ -100,6 +100,7 @@ else: ...@@ -100,6 +100,7 @@ else:
from . icons.icons import load_icons from . icons.icons import load_icons
import bpy import bpy
import bpy_extras.keyconfig_utils
import bmesh import bmesh
from bpy.props import EnumProperty from bpy.props import EnumProperty
from bpy.types import ( from bpy.types import (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment