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({ ...@@ -142,10 +142,13 @@ LatticeMenuView = Backbone.View.extend({
<% }); %>\ <% }); %>\
</ul>\ </ul>\
</div><br/>\ </div><br/>\
<% if (connectionType != "freeformFace") { %>\
<label class="checkbox">\ <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>\ <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\ Preserve cells on lattice change\
</label><br/><br/>\ </label>\
<% } %>\
<br/><br/>\
<label class="checkbox">\ <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>\ <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)\ Show Inverse Geometry (hold "i" key)\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment