Skip to content
Snippets Groups Projects
Commit 90769993 authored by Amanda Ghassaei's avatar Amanda Ghassaei
Browse files

no preserve option for freeform face connected

parent d0135e5b
No related branches found
No related tags found
No related merge requests found
......@@ -142,10 +142,13 @@ LatticeMenuView = Backbone.View.extend({
<% }); %>\
</ul>\
</div><br/>\
<% if (connectionType != "freeformFace") { %>\
<label class="checkbox">\
<input type="checkbox" <% if (shouldPreserveCells) { %> checked="checked" <% } %> value="" id="preserveCells" data-toggle="checkbox" class="custom-checkbox"><span class="icons"><span class="icon-unchecked"></span><span class="icon-checked"></span></span>\
Preserve cells on lattice change\
</label><br/><br/>\
</label>\
<% } %>\
<br/><br/>\
<label class="checkbox">\
<input type="checkbox" <% if (inverseMode) { %> checked="checked" <% } %> value="" id="showInverse" data-toggle="checkbox" class="custom-checkbox"><span class="icons"><span class="icon-unchecked"></span><span class="icon-checked"></span></span>\
Show Inverse Geometry (hold "i" key)\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment