Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
First release!
  • Loading branch information
Neltulz committed Dec 26, 2019
1 parent 16a3b28 commit 10319af
Show file tree
Hide file tree
Showing 23 changed files with 1,830 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Neltulz_Symmetry
Blender addon that allows you to slice, cut, and mirror a mesh object easily.
Slice, cut, or mirror a mesh object easily.

[View Complete README File](https://www.logichaos.com/neltulz_blender_addons/neltulz_symmetry/README_Neltulz_Symmetry)
321 changes: 321 additions & 0 deletions README_Neltulz_Symmetry.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,321 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Neltulz - Symmetry - ReadMe</title>

<!-- Twitter Card data -->
<meta name="twitter:card" value="summary">

<!-- Open Graph data -->
<meta property="og:title" content="Neltulz - Symmetry v1.0.0" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.logichaos.com/neltulz_blender_addons/neltulz_symmetry/README_Neltulz_Symmetry"/>
<meta property="og:image" content="https://www.logichaos.com/neltulz_blender_addons/neltulz_symmetry/readme_html_files/img/logo.png" />
<meta property="og:description" content="Updated: 12/25/2019 - Slice, cut, or mirror a mesh object easily" />

<link href="readme_html_files/fontawesome-free-5.10.1-web/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="readme_html_files/css/bootstrap-reboot.min.css">
<link rel="stylesheet" href="readme_html_files/css/bootstrap.min.css">
<link rel="stylesheet" href="readme_html_files/css/styles.css">


<script src="readme_html_files/js/jquery-3.4.1.min.js"></script>
<script src="readme_html_files/js/popper.min.js"></script>
<script src="readme_html_files/js/bootstrap.min.js"></script>
<script src="readme_html_files/js/main.js"></script>
<script src="LICENSE"></script>
</head>

<body>

<script type="text/javascript">

function sidebarIframeLoaded() {
$( document ).ready(function() {
$('html').addClass('sidebarIframeLoaded')
});
}



</script>

<aside id="sidebar">
<div class="sidebarFixed">
<div class="sidebarTitle">All Addons
</div>

<iframe onload="sidebarIframeLoaded()" src="https://www.logichaos.com/neltulz_blender_addons/neltulz_addon_sidebar/neltulz_addons_sidebar.html" frameborder="0"></iframe>
</div>

</aside>

<div class='modal fade' id='licenseModal'>
<div class='modal-dialog modal-lg'>
<div class='modal-content'>
<div class='modal-body'>

<script type="text/javascript">

function iframeLoaded() {
$('#licenseModal .modal-body').addClass('iframeLoaded')
}

</script>

</div>
<div class='modal-footer'>
<button type="button" class="btn btn-primary" data-dismiss="modal" aria-label="Close">Close</button>
</div>
</div>
</div>
</div>

<div class="main">

<picture class="mainAddonImage">
<source srcset="readme_html_files/img/logo.webp" type="image/webp">
<source srcset="readme_html_files/img/logo.png" type="image/png">
<img src="readme_html_files/img/logo.png" alt="Logo">
</picture>

<h1 class="pageTitle">
Neltulz - Symmetry<br><span class="versionNum">Version: 1.0.0<!--<br>Updated: 12/25/2019--></span>
</h1>

<div class="versionAndDownloadBar">
<a href="https://gum.co/neltulz_symmetry" target="_blank" class="badge badge-primary downloadLink">
<span class="icon">
<i class="fas fa-download"></i>
</span>
<span class="text">
<span class="download">Download</span><span class="versionText">Latest Version</span>
</span>
</a>
</div>

<div class="badgeBar">

<div class="badge badge-warning">
<span class="badgeLeft">
Blender Version:
</span>
<span class="badgeRight">
2.81
</span>
</div>

<div class="badge badge-success">
<span class="badgeLeft">
Author:
</span>
<span class="badgeRight">
Neil V. Moore
</span>
</div>

<div class="badge badge-info">
<span class="badgeLeft">
Original Release Date:
</span>
<span class="badgeRight">
12/25/2019
</span>
</div>

<div class="badge badge-secondary">
<span class="badgeLeft">
License:
</span>
<span class="badgeRight">
<a target="_blank" href="https://choosealicense.com/licenses/gpl-3.0/">GNU GPL v3.0</a>
</span>
</div>

</div>

<div class="pageDesc">
<p>Slice, cut, or mirror a mesh object easily</p>
</div>

<!--<div class="youtubeVideo">
insert youtube iframe embed code here
</div>-->

<h3>Table of Contents</h3>

<ul>
<li><a href="#keyFeatures">Key Features</a></li>
<li><a href="#installation">Installation</a></li>
<li><a href="#howToUse">How to Use</a></li>
<li><a href="#knownIssues">Known Issues & Limitations</a></li>
<li><a href="#license">License</a></li>
<li><a href="#changelog">Changelog</a></li>
<li><a href="#links">Links</a></li>
<li><a href="#specialThanks">Special Thanks</a></li>
<li><a href="#contact">Contact Me, Report a Bug, or Request a thing</a></li>
</ul>

<h3 id="keyFeatures">Key Features</h3>

<ul>
<li><span class="focusText">Slice</span> a mesh object along a given axis</li>
<li><span class="focusText">Cut</span> a mesh object in half along a given axis</li>
<li><span class="focusText">Mirror</span> a mesh object in half along a given axis</li>
<li>Can access the addon from either <span class="focusText">Object Mode</span> or <span class="focusText">Edit Mode</span></li>
<li>Supports <span class="focusText">local</span> or <span class="focusText">global</span> object location or rotation</li>
<li>Sidebar panel can be easily added to any pie menu using <span class="focusText">Pie Menu Editor Add-on</span>!</li>
</ul>

<h3 id="installation">Installation</h3>

<ol>
<li>Download the <span class="focusText">Neltulz - Symmetry</span> zip file anywhere on your
computer.</li>

<li>Run Blender.</li>

<li>Go to <span class="focusText">Edit > Preferences</span>.</li>

<li>In the left sidebar, go to <span class="focusText">Add-ons</span>.</li>

<li>At the top right, click <span class="focusText">Install</span>.</li>

<li>Browse for the <span class="focusText">Neltulz - Symmetry</span> zip file and click Install Add-on
from File <br>Alternatively, you may double click the zip file to install it.</li>

<li>Next to Generic: <span class="focusText">Neltulz - Symmetry</span>, enable the checkbox.</li>

<li>At the lower left of the preferences window, click <span class="focusText">Save Preferences</span> and
close the preferences window.</li>
</ol>

<h3 id="howToUse">How to Use</h3>

<div class="indentSection">

<h5>Sidebar</h5>

<ul>
<li>Access all options from the sidebar in the 3D Viewport</li>
</ul>

<!--
<h5>Hotkeys</h5>
<div class="alert alert-primary" role="alert">
Note: Hotkey works in both <strong>"Object"</strong> and <strong>"Mesh"</strong> mode
</div>
<table class="table table-hover">
<thead>
<tr>
<th scope="col">Hotkey</th>
<th scope="col">Result</th>
<th scope="col">Command</th>
<th scope="col">Properties</th>
</tr>
</thead>
<tbody>
<tr>
<td class="hotkey primary">F</td>
<td class="result success">Frame</td>
<td class="command">ntz_smrt_frm.select</td>
<td class="properties">frameSelection = True<br>isolateSelection = False</td>
</tr>
</tbody>
</table>
-->

</div><!-- END Indent Section-->

<h3 id="knownIssues">Known Issues & Limitations</h3>

<ul>
<li>If you isolate while in object mode, then try to isolate again while in edit mode, you'll have to
perform the "isolate" operator twice to get it to work.</li>
</ul>

<h3 id="license">License</h3>

<p>This addon is using the <span class="focusText"><a href="https://choosealicense.com/licenses/gpl-3.0/"
target="_blank">GNU GPL v3.0</a></span>.</p>

<div class="alert alert-dark quote">

<h1>From the GNU GPL v3.0:</h1>

<p>Permissions of this strong copyleft license are conditioned on making available complete source code
of licensed works and modifications, which include larger works using a licensed work, under the same
license. Copyright and license notices must be preserved. Contributors provide an express grant of
patent rights.</p>

<div class="gnu-license-sections">

<div class="section permissions">
<div class="header">Permissions</div>
<div class="item" data-container="body" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="This software and derivatives may be used for commercial purposes.">Commercial use</div>
<div class="item" data-container="body" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="This software may be distributed.">Distribution</div>
<div class="item" data-container="body" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="This software may be modified.">Modification</div>
<div class="item" data-container="body" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="This license provides an express grant of patent rights from contributors.">Patent use</div>
<div class="item" data-container="body" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="This software may be used and modified in private.">Private use</div>
</div>

<div class="section conditions">
<div class="header">Conditions</div>
<div class="item" data-container="body" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="Source code must be made available when the software is distributed.">Disclose source</div>
<div class="item" data-container="body" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="A copy of the license and copyright notice must be included with the software.">License and copyright notice</div>
<div class="item" data-container="body" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="Modifications must be released under the same license when distributing the software. In some cases a similar or related license may be used.">Same license</div>
<div class="item" data-container="body" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="Changes made to the code must be documented.">State changes</div>
</div>

<div class="section limitations">
<div class="header">Limitations</div>
<div class="item" data-container="body" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="This license includes a limitation of liability.">Liability</div>
<div class="item" data-container="body" data-toggle="popover" data-trigger="hover" data-placement="top" data-content="The license explicitly states that it does NOT provide any warranty.">Warranty</div>
</div>

</div><!-- END gnu-license-table -->

<button id="licenseModalBtn" class="btn btn-primary"><i class="fas fa-plus"></i> Show the full license</button>



</div><!-- END Alert Quote-->

<h3 id="changelog">Changelog</h3>

<ul>
<li>
2019-12-25 - First Release!
</li>
</ul>

<h3 id="links">Links</h3>

<ul>
<li><a href="https://discordapp.com/invite/blender" target="_blank">Blender Discord</a> - For discussing all things blender!</li>
<li><a href="https://www.twitch.tv/floatharr" target="_blank">Floatharr's Twitch Stream</a> where he does all things art, and blender work</li>
</ul>

<h3 id="specialThanks">Special Thanks</h3>

<ul>
<li>iceythe for tons of help in various areas</li>
</ul>

<h3 id="contact">Contact Me, Report a Bug, or Request a thing</h3>

<p>If you would like to contact me, please send me an e-mail at <a href="mailto:[email protected]">[email protected]</a></p>

</div>

</body>

</html>

Loading

0 comments on commit 10319af

Please sign in to comment.