mirror of
https://projects.blender.org/infrastructure/gitea-custom.git
synced 2024-12-21 23:03:13 -05:00
Projects Card: Display description instead of modules
This commit is contained in:
parent
ce02bb63cc
commit
6e99181b67
1 changed files with 11 additions and 12 deletions
|
@ -21,19 +21,19 @@
|
|||
|
||||
<table class="ui celled striped table">
|
||||
<thead>
|
||||
<tr><th>Project</th>
|
||||
<th>Modules</th>
|
||||
<th>Status</th>
|
||||
</tr></thead>
|
||||
<tr>
|
||||
<th>Project</th>
|
||||
<th>Description</th>
|
||||
<th>Status</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<a href="{{AppSubUrl}}/blender/blender/projects/30">Brush Assets</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="{{AppSubUrl}}/blender/blender/wiki/Module: Pipeline, Assets & I/O" class="ui label is-module">Pipeline, Assets & I/O</a>,
|
||||
<a href="{{AppSubUrl}}/blender/blender/wiki/Module: Core" class="ui label is-module">Core</a>,
|
||||
<a href="{{AppSubUrl}}/blender/blender/wiki/Module: User Interface" class="ui label is-module">User Interface</a>
|
||||
Unified, flexible brush management.
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://projects.blender.org/blender/blender/issues/116337">Under Development</a>
|
||||
|
@ -44,7 +44,7 @@
|
|||
<a href="{{AppSubUrl}}/blender/blender/issues/93220">EEVEE Next</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="{{AppSubUrl}}/blender/blender/wiki/Module: EEVEE & Viewport" class="ui label is-module">EEVEE & Viewport</a>
|
||||
Next generation of the viewport renderer.
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://devtalk.blender.org/t/blender-4-2-eevee-next-feedback/31813/1">Feedback Wanted</a>
|
||||
|
@ -55,8 +55,7 @@
|
|||
<a href="https://code.blender.org/2024/05/extensions-platform-beta-release/">Extensions</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="{{AppSubUrl}}/blender/blender/wiki/Module: Core" class="ui label is-module">Core</a>,
|
||||
<a href="{{AppSubUrl}}/blender/blender/wiki/Module: User Interface" class="ui label is-module">User Interface</a>
|
||||
Online and offline management of add-ons and themes.
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://devtalk.blender.org/t/extensions-platform/34663/1">Feedback Wanted</a>
|
||||
|
@ -67,7 +66,7 @@
|
|||
<a href="https://projects.blender.org/blender/blender/projects/6">Grease Pencil v3</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="{{AppSubUrl}}/blender/blender/wiki/Module: Grease Pencil" class="ui label is-module">Grease Pencil</a>
|
||||
Improved workflows for 2D design and animation.
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://projects.blender.org/blender/blender/projects/6">Under Development</a>
|
||||
|
@ -78,7 +77,7 @@
|
|||
<a href="https://developer.blender.org/docs/features/animation/animation_system/baklava/">Layered Animation</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="{{AppSubUrl}}/blender/blender/wiki/Module: Animation & Rigging" class="ui label is-module">Animation & Rigging</a>
|
||||
Part of the new animation system roadmap.
|
||||
</td>
|
||||
<td>
|
||||
<a href="https://devtalk.blender.org/tag/animation-rigging">Under Development</a>
|
||||
|
|
Loading…
Reference in a new issue