mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2024-12-21 23:03:13 -05:00
UI: Sort modules alphabetically
This commit is contained in:
parent
aedd4eec66
commit
c80ae99e82
2 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@
|
|||
<li>
|
||||
Rendering
|
||||
<ul>
|
||||
<li><a href="{{AppSubUrl}}/blender/blender/wiki/Module: Viewport & EEVEE">Viewport & EEVEE</a></li>
|
||||
<li><a href="{{AppSubUrl}}/blender/blender/wiki/Module: Render & Cycles">Render & Cycles</a></li>
|
||||
<li><a href="{{AppSubUrl}}/blender/blender/wiki/Module: Viewport & EEVEE">Viewport & EEVEE</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a href="{{AppSubUrl}}/blender/blender/wiki/Module: Sculpt, Paint & Texture">Sculpt, Paint & Texture</a></li>
|
||||
|
|
|
@ -34,8 +34,8 @@
|
|||
<div class="divider"></div>
|
||||
|
||||
<div class="header">Rendering</div>
|
||||
<a class="item" href="{{AppSubUrl}}/blender/blender/wiki/Module: Viewport & EEVEE">Viewport & EEVEE</a>
|
||||
<a class="item" href="{{AppSubUrl}}/blender/blender/wiki/Module: Render & Cycles">Render & Cycles</a>
|
||||
<a class="item" href="{{AppSubUrl}}/blender/blender/wiki/Module: Viewport & EEVEE">Viewport & EEVEE</a>
|
||||
<div class="divider"></div>
|
||||
|
||||
<a class="item" href="{{AppSubUrl}}/blender/blender/wiki/Module: Sculpt, Paint & Texture">Sculpt, Paint & Texture</a>
|
||||
|
|
Loading…
Reference in a new issue