Make imported objects not sunken one block into the ground.
This commit is contained in:
parent
c5718770f5
commit
dbc62d5a7f
@ -916,6 +916,8 @@ class EditorSession(QtCore.QObject):
|
||||
pos, face = rayCastInBounds(ray, self.currentDimension)
|
||||
if pos is None:
|
||||
pos = ray.point
|
||||
else:
|
||||
pos = pos + face.vector
|
||||
|
||||
name = os.path.basename(filename)
|
||||
dim = schematic.getDimension()
|
||||
|
Reference in New Issue
Block a user