fix merge error reported in irc: add blocks file & correct references

This commit is contained in:
Brendon Murphy 2016-06-14 00:33:52 +10:00
parent eedce73b26
commit 75fb4e0a91
3 changed files with 1686 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -32,7 +32,7 @@
import bpy
import mathutils
from bpy.props import *
from add_mesh_building_objects.Blocks import *
from add_mesh_extra_objects.Blocks import *
#from add_mesh_walls.preset_utils import *

View File

@ -62,6 +62,7 @@ if "bpy" in locals():
importlib.reload(mesh_discombobulator)
importlib.reload(add_mesh_beam_builder)
importlib.reload(Wallfactory)
importlib.reload(Blocks)
else:
from . import add_mesh_star
from . import add_mesh_twisted_torus
@ -83,7 +84,7 @@ else:
from . import mesh_discombobulator
from . import add_mesh_beam_builder
from . import Wallfactory
from . import Blocks
import bpy