mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 02:31:09 +00:00
Fix missing view3d_utils import
This commit is contained in:
@@ -29,7 +29,7 @@ from mathutils import Vector
|
|||||||
|
|
||||||
import bonsai.core.tool
|
import bonsai.core.tool
|
||||||
import bonsai.tool as tool
|
import bonsai.tool as tool
|
||||||
|
from bpy_extras import view3d_utils
|
||||||
|
|
||||||
class Raycast(bonsai.core.tool.Raycast):
|
class Raycast(bonsai.core.tool.Raycast):
|
||||||
offset = 10
|
offset = 10
|
||||||
|
|||||||
Reference in New Issue
Block a user