blender_buffer_clearing.html 5.8 KB

1234567891011
  1. <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]--><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="Asciidoctor 1.5.4"><meta name="author" content="mitm"><title>Blender Buffer Clearing</title><link rel="stylesheet" href="./asciidoctor.css">
  2. <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
  3. <link rel="stylesheet" href="./coderay-asciidoctor.css"><link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css"><link rel="stylesheet" href="/home/travis/build/jMonkeyEngine/wiki/build/asciidoc/html5/blender/twemoji-awesome.css"></head><body class="article toc2 toc-left"><div id="header"><div id="toolbar"><a href="https://github.com/jMonkeyEngine/wiki/edit/master/src/docs/asciidoc/blender/blender_buffer_clearing.adoc"><i class="fa fa-pencil-square" aria-hidden="true"></i></a><a href="https://github.com/jMonkeyEngine/wiki/new/master/src/docs/asciidoc/blender/"><i class="fa fa-plus-square" aria-hidden="true"></i></a><input dir="auto" style="position: relative; vertical-align: top;" spellcheck="false" autocomplete="off" class="searchbox__input aa-input" id="doc-search" name="search" placeholder="Search in the doc" required="required" type="search"></div><h1>Blender Buffer Clearing</h1><div class="details"><span class="author" id="author">mitm</span><br><span id="revnumber">version 1.0</span> </div><div id="toc" class="toc2"><div id="toctitle">Table of Contents</div><ul class="sectlevel1"><li><a href="#clearing-material-texture-uv-image-buffers">Clearing Material, Texture, UV Image Buffers:</a></li><li><a href="#clearing-the-linked-action-buffer">Clearing The Linked Action Buffer:</a></li></ul></div></div><div id="content"><div id="preamble"><div class="sectionbody"><div class="paragraph"><p>Before exporting your Blender models, its is recommended that you clean the buffers of any unneeded <code>Action</code>, <code>Material</code>, <code>Texture</code> or <code>UV Image</code>. This is a straight forward process that only takes a few minutes. Failure to do so can lead you into a morass of problems, like having more than one AnimControl, duplicate materials and textures, wasted space from worthless images, just to mention a few potential troubles.</p></div></div></div>
  4. <div class="sect1"><h2 id="clearing-material-texture-uv-image-buffers">Clearing Material, Texture, UV Image Buffers:</h2><div class="sectionbody"><div class="olist arabic"><ol class="arabic"><li><p>Open the <code>UV Image Editor</code>, <code>Material Tab</code> or <code>Texture Tab</code>.</p></li><li><p>Select the <b class="button">Browse</b> button located next to the material, texture or UV Image name to load the item to be cleared.</p></li><li><p>While holding <kbd>Shift</kbd> down, click the <b class="button">X</b> button, also known as the <b class="button">Unlink datablock</b> button, located next to the loaded item. An item that is unlinked will show a <code>0</code> before it when viewed by selecting the <b class="button">Browse</b> button and will not be saved if you exit Blender.</p></li><li><p>Save your file.</p></li><li><p>From the <code>Info</code> header select <code><span class="menuseq"><span class="menu">File</span>&#160;&#9656; <span class="submenu">Open Recent</span>&#160;&#9656; <span class="menuitem">Your Saved File</span></span></code>, to close and re-open your file.</p></li></ol></div>
  5. <div class="paragraph"><p>The exception to this rule is the <code>Linked Action</code> buffer, for animations, located in the <code>Dope Sheet Editor</code>.</p></div></div></div>
  6. <div class="sect1"><h2 id="clearing-the-linked-action-buffer">Clearing The Linked Action Buffer:</h2><div class="sectionbody"><div class="olist arabic"><ol class="arabic"><li><p>In the <code>Dope Sheet Editor</code>, change the context to <code>Action Editor</code>.</p></li><li><p>Click the <code>Action to be linked</code> button and select the action you want cleared.</p></li><li><p>Deselect the <b class="button">F</b> button to prevent it from saving.</p></li><li><p>Change the editor type from <code>Dope Sheet</code> to <code>NLA Editor</code>. You will see the action listed.</p></li><li><p>Click the <b class="button">Double Down Arrow</b> button next to the action to push it into the stack.</p></li><li><p>Click the small start next to the track name.</p></li><li><p>With the mouse inside the <code>NLA Track List</code>,  press <kbd>X</kbd> to delete both the track and strip.</p></li><li><p>Save your file.</p></li><li><p>From the <code>Info</code> header, select <code><span class="menuseq"><span class="menu">File</span>&#160;&#9656; <span class="submenu">Open Recent</span>&#160;&#9656; <span class="menuitem">Your Saved File</span></span></code>.</p></li><li><p>Save your file again.</p></li><li><p>From the <code>Info</code> header, select <code><span class="menuseq"><span class="menu">File</span>&#160;&#9656; <span class="submenu">Open Recent</span>&#160;&#9656; <span class="menuitem">Your Saved File</span></span></code> again.</p></li><li><p>Change back to the <code>Dope Sheet Editor</code>.</p></li><li><p>Click the <b class="button">Browse Action to be linked</b> button and you will see only the baked action remains and the buffer is now clear of unwanted actions. Select your action.</p></li><li><p>Save your file.</p></li></ol></div></div></div></div><div id="footer"><div id="footer-text">Version 1.0<br>Last updated 2019-12-22 21:29:50 +00:00</div></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script><script>docsearch({
  7. apiKey: 'a736b6d93de805e26ec2f49b55013fbd',
  8. indexName: 'jmonkeyengine',
  9. inputSelector: '#doc-search',
  10. debug: false // Set debug to true if you want to inspect the dropdown
  11. });</script></body></html>