replace relative imports with absolute imports so scritps can be executed directly (live editing).
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
# <pep8 compliant>
|
||||
import bpy
|
||||
from bpy.types import Header, Menu, Panel
|
||||
from .properties_paint_common import UnifiedPaintPanel
|
||||
from bl_ui.properties_paint_common import UnifiedPaintPanel
|
||||
|
||||
|
||||
class ImagePaintPanel(UnifiedPaintPanel):
|
||||
|
Reference in New Issue
Block a user