Cleanup: Python imports

Split over lines to diff more easily.
This commit is contained in:
Campbell Barton
2017-11-29 18:00:41 +11:00
parent c17c6557b4
commit ad7fb1c028
14 changed files with 67 additions and 47 deletions

View File

@@ -21,7 +21,11 @@
import bpy as _bpy
import bpyml
from bpyml import TAG, ARGS, CHILDREN
from bpyml import (
TAG,
ARGS,
CHILDREN,
)
_uilayout_rna = _bpy.types.UILayout.bl_rna
@@ -29,7 +33,7 @@ _uilayout_tags = (
["ui"] +
_uilayout_rna.properties.keys() +
_uilayout_rna.functions.keys()
)
)
# these need to be imported directly
# >>> from bpyml_ui.locals import *