-reorganisation more

pull/4/head
vilda.novak@gmail.com 2013-10-15 11:01:07 +00:00
rodzic c9629ff388
commit 007b005857
2 zmienionych plików z 1 dodań i 6 usunięć

Wyświetl plik

@ -1,4 +1,4 @@
import math,sys,os
import math,sys,os,string
import bpy
import mathutils
from mathutils import *

Wyświetl plik

@ -1177,10 +1177,6 @@ def sortChunks(chunks,o):
sys.setrecursionlimit(1000)
return sortedchunks
def testbite(pos):
xs=(pos.x-o.min.x)/o.simulation_detail+o.borderwidth+o.simulation_detail/2#-m
@ -1209,7 +1205,6 @@ def crazyPath(o):#TODO: try to do something with this stuff, it's just a stub.
crazy=camPathChunk([(0,0,0)])
testpos=(o.min.x,o.min.y,o.min.z)
def getSlices(operation, returnCurves):
'''function for slicing a mesh. It is now not used, but can be used for e.g. lasercutting from sheets a 3d model in the future.'''
ob=operation.object