intarsion didn't support font object

pull/25/head
vilemnovak 2016-01-15 09:29:52 +01:00
rodzic 7b9ee5f259
commit 312a5bff0f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1340,7 +1340,7 @@ def curveToShapely(cob):
def silhoueteOffset(context,offset):
bpy.context.scene.cursor_location=(0,0,0)
ob=bpy.context.active_object
if ob.type=='CURVE':
if ob.type=='CURVE' or ob.type == 'FONT':
silhs=curveToShapely(ob)
else:
silhs=getObjectSilhouete('OBJECTS',[ob])