replace relative imports with absolute imports so scritps can be executed directly (live editing).

This commit is contained in:
Campbell Barton
2012-04-04 14:39:52 +00:00
parent 329c665c16
commit c93c8bda3d
17 changed files with 19 additions and 20 deletions

View File

@@ -21,7 +21,7 @@ import bpy
from bpy.types import Panel
from rna_prop_ui import PropertyPanel
from .properties_physics_common import (
from bl_ui.properties_physics_common import (
point_cache_ui,
effector_weights_ui,
basic_force_field_settings_ui,