Files
gitea-custom/templates/blender_components/card_projects.tmpl
2025-09-08 16:07:58 +02:00

112 lines
3.7 KiB
Cheetah

<div class="ui fluid card" style="width: 100%;">
<div class="content">
<div class="ui grid">
<div class="eight wide column">
<h3>Ongoing Projects</h3>
</div>
<div class="eight wide column right" style="text-align: right">
<h3>
<a href="{{AppSubUrl}}/blender/blender/">
<svg data-v-9113ce96="" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16" aria-hidden="true"
class="svg octicon-repo repo-list-icon" style="margin-top: .333rem;">
<path
d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.5 2.5 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.5 2.5 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.25.25 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z">
</path>
</svg>
blender/blender
</a>
</h3>
</div>
</div>
<table class="ui celled striped table">
<thead>
<tr>
<th>Project</th>
<th>Description</th>
<th>Status</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="{{AppSubUrl}}/studio/flamenco/issues/104437">Blender Asset Tracer</a>
</td>
<td>
BAT version 2 for Flamenco
</td>
<td>
<a href="{{AppSubUrl}}/studio/flamenco/issues/104437">Under Development</a>
</td>
</tr>
<tr>
<td>
<a href="{{AppSubUrl}}/blender/blender/issues/134214">Compositor simplifications</a>
</td>
<td>
Simplify compositing in Blender
</td>
<td>
<a href="{{AppSubUrl}}/blender/blender/issues/134214">Under Development</a>
</td>
</tr>
<tr>
<td>
<a href="{{AppSubUrl}}/blender/blender/issues/141609">Hair Dynamics</a>
</td>
<td>
High quality hair dynamics modifier.
</td>
<td>
<a href="{{AppSubUrl}}/blender/blender/issues/141609">Under Development</a>
</td>
</tr>
<tr>
<td>
<a href="{{AppSubUrl}}/blender/blender/issues/133001">Project Setup</a>
</td>
<td>
Shared "project" environment for different blend-files.
</td>
<td>
<a href="{{AppSubUrl}}/blender/blender/issues/133001">Under Development</a>
</td>
</tr>
<tr>
<td>
<a href="{{AppSubUrl}}/blender/blender/issues/134495">Remote Asset Libraries</a>
</td>
<td>
Add support for online / remote hosted asset libraries.
</td>
<td>
<a href="{{AppSubUrl}}/blender/blender/projects/707">Under Development</a>
</td>
</tr>
<tr>
<td>
<a href="{{AppSubUrl}}/blender/blender/issues/135058">Story Tools</a>
</td>
<td>
Seamless workflow for editorial with storyboarding and animatic.
</td>
<td>
<a href="{{AppSubUrl}}/blender/blender/issues/135058">Under Development</a>
</td>
</tr>
<tr>
<td>
<a href="{{AppSubUrl}}/blender/blender/issues/136817">UV Sync select</a>
</td>
<td>
Improve UV sync selection.
</td>
<td>
<a href="{{AppSubUrl}}/blender/blender/issues/136817">Under Development</a>
</td>
</tr>
</tbody>
</table>
</div>
</div>