kopia lustrzana https://github.com/vilemduha/blendercam
intarsion didn't support font object
rodzic
7b9ee5f259
commit
312a5bff0f
|
|
@ -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])
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue