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

pull/55/head
Jeff Doyle (nfz) 2016-04-08 17:09:33 -03:00
commit cb83dfa88d
1 zmienionych plików z 10 dodań i 10 usunięć

Wyświetl plik

@ -613,7 +613,7 @@ class CAM_OPTIMISATION_Panel(CAMButtonsPanel, bpy.types.Panel):
layout.prop(ao,'use_exact')
if ao.use_exact:
layout.prop(ao,'exact_subdivide_edges')
#if not ao.use_exact or:
if exclude_exact or not ao.use_exact:
layout.prop(ao,'pixsize')
layout.prop(ao,'imgres_limit')