Merge branch 'master' of https://github.com/vilemnovak/blendercam into master-org

pull/37/head
Jeff Doyle (nfz) 2016-03-05 15:01:18 -04:00
commit 2f775274d2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -97,7 +97,7 @@ def oclSamplePoints(operation, points):
if os.path.isdir(bpy.utils.script_path_pref()+"/addons/cam/opencamlib"):
call([ "python2.7", bpy.utils.script_path_pref()+"/addons/cam/opencamlib/oclSample.py"])
else:
call([ "python2.7", py.utils.script_path_user()+"/addons/cam/opencamlib/oclSample.py"])
call([ "python2.7", bpy.utils.script_path_pref()+"/addons/cam/opencamlib/oclSample.py"])
pointSamplesFromCSV(points)
def oclSample(operation, chunks):