Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-Duduf committed Nov 26, 2020
1 parent b12d414 commit 18c107c
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 20 deletions.
Binary file modified docs/img/ui-controls.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -353,5 +353,5 @@ <h3 id="this-documentation">This Documentation</h3>

<!--
MkDocs version : 1.0.4
Build Date UTC : 2020-11-20 15:02:08
Build Date UTC : 2020-11-26 14:25:31
-->
2 changes: 1 addition & 1 deletion docs/search/search_index.json

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,87 +2,87 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://rainboxlab.org/</loc>
<lastmod>2020-11-20</lastmod>
<lastmod>2020-11-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://rainboxlab.org/install/</loc>
<lastmod>2020-11-20</lastmod>
<lastmod>2020-11-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://rainboxlab.org/settings/</loc>
<lastmod>2020-11-20</lastmod>
<lastmod>2020-11-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://rainboxlab.org/armatures/</loc>
<lastmod>2020-11-20</lastmod>
<lastmod>2020-11-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://rainboxlab.org/ikfk/</loc>
<lastmod>2020-11-20</lastmod>
<lastmod>2020-11-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://rainboxlab.org/fk/</loc>
<lastmod>2020-11-20</lastmod>
<lastmod>2020-11-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://rainboxlab.org/bbone/</loc>
<lastmod>2020-11-20</lastmod>
<lastmod>2020-11-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://rainboxlab.org/objects/</loc>
<lastmod>2020-11-20</lastmod>
<lastmod>2020-11-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://rainboxlab.org/ui/</loc>
<lastmod>2020-11-20</lastmod>
<lastmod>2020-11-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://rainboxlab.org/selection-sets/</loc>
<lastmod>2020-11-20</lastmod>
<lastmod>2020-11-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://rainboxlab.org/ui-controls/</loc>
<lastmod>2020-11-20</lastmod>
<lastmod>2020-11-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://rainboxlab.org/ui-layers/</loc>
<lastmod>2020-11-20</lastmod>
<lastmod>2020-11-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://rainboxlab.org/animation-tools/</loc>
<lastmod>2020-11-20</lastmod>
<lastmod>2020-11-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://rainboxlab.org/dopesheet-filters/</loc>
<lastmod>2020-11-20</lastmod>
<lastmod>2020-11-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://rainboxlab.org/texanim/</loc>
<lastmod>2020-11-20</lastmod>
<lastmod>2020-11-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://rainboxlab.org/oca/</loc>
<lastmod>2020-11-20</lastmod>
<lastmod>2020-11-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://rainboxlab.org/changelog/</loc>
<lastmod>2020-11-20</lastmod>
<lastmod>2020-11-26</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
Expand Down
Binary file modified docs/sitemap.xml.gz
Binary file not shown.
1 change: 1 addition & 0 deletions docs/ui-controls/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ <h2 id="the-ui">The UI</h2>
<p>These <em>Duik Controls</em> are available in the <em>sidebar</em> of the <em>3D View</em>, in the <code>Item</code> tab.</p>
<p><img alt="" src="../img/ui-controls.png" /></p>
<p>Duik will try to build a nice layout, depending on the names of the controls, and their order in the list. Each time an <em>.R</em> suffix followed by an <em>.L</em> suffix is found, the two controls are showed in a row.</p>
<p>The <em>Reset Custom Controls</em> will set back all custom properties to their default values. It is also available in the <em>3D view</em> context menu in pose mode and in <code>3D View ‣ Pose Menu ‣ Clear Transform</code>.</p>
<div class="admonition tip">
<p class="admonition-title">Tip</p>
<p>UI controls are a very nice way to expose (or not) the controls which may be useful for the animator, while keeping the other custom properties hidden.<br />
Expand Down
2 changes: 1 addition & 1 deletion duik/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"blender": (2, 80, 0),
"author": "Nicolas 'Duduf' Dufresne",
"location": "Armature properties Pose Menu, View3d sidebar (N), Shader Editor sidebar (N), File > Import.",
"version": (0,5,0),
"version": (0,5,1),
"description": "Experimental tools from Rainbox Lab. which may end up in Duik for Blender.",
"wiki_url": "https://duik-blender-docs.rainboxlab.org/",
}
Expand Down

0 comments on commit 18c107c

Please sign in to comment.