﻿<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Org%3AInstitute%2FPipeline</id>
	<title>Org:Institute/Pipeline - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Org%3AInstitute%2FPipeline"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Org:Institute/Pipeline&amp;action=history"/>
	<updated>2026-04-21T23:11:29Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Org:Institute/Pipeline&amp;diff=148709&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Org:Institute/Pipeline&amp;diff=148709&amp;oldid=prev"/>
		<updated>2018-06-28T21:11:44Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;2018年6月28日 (木) 21:11時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Yamyam</name></author>
		
	</entry>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Org:Institute/Pipeline&amp;diff=148708&amp;oldid=prev</id>
		<title>2014年11月7日 (金) 16:38にwiki&gt;Fsiddiによる</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Org:Institute/Pipeline&amp;diff=148708&amp;oldid=prev"/>
		<updated>2014-11-07T16:38:00Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Pipeline Tools=&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
&lt;br /&gt;
This document reports the planning and progress of the development of pipeline tools for Open Movie projects. Such tools are meant to be free and available to anyone who wants produce computer animation or games. The primary focus of the tools is animated feature film production.&lt;br /&gt;
&lt;br /&gt;
Check out the work in progress [https://developer.blender.org/diffusion/BAM/ here].&lt;br /&gt;
&lt;br /&gt;
==The Story Tool==&lt;br /&gt;
&lt;br /&gt;
This is the over arching goal of the project.&lt;br /&gt;
&lt;br /&gt;
* Asset Management ''Manage Files &amp;amp; Content''&lt;br /&gt;
* Project Management ''Manage People &amp;amp; Tasks''&lt;br /&gt;
* Automated Tasks ''Manage Geneated Content''&lt;br /&gt;
&lt;br /&gt;
With these three components is theoretically possible to manage all the aspects of a very large production pipeline. It is our intention to create a set of modular tools to cover these different areas.&lt;br /&gt;
&lt;br /&gt;
==Design Goals==&lt;br /&gt;
This is a tool, not a framework, for anyone making animation (mainly) with Blender.&lt;br /&gt;
As a minimum viable product, the Pipeline tools are designed to:&lt;br /&gt;
&lt;br /&gt;
* Handle multiple projects&lt;br /&gt;
* Foresee use of other tools (as well as Blender), in the work-flow&lt;br /&gt;
* Support multi-site/distributed work-flow&lt;br /&gt;
* Support ''some'' of the functionality in the Blender-Cloud&lt;br /&gt;
* Design to ''allow'' for swappable modular components, even if we end up sticking with single technologies&lt;br /&gt;
&lt;br /&gt;
==Asset Managment==&lt;br /&gt;
&lt;br /&gt;
* Assets &amp;lt;-&amp;gt; Users&lt;br /&gt;
* Revisions&lt;br /&gt;
* Variations&lt;br /&gt;
&lt;br /&gt;
===Architecture Overview===&lt;br /&gt;
&lt;br /&gt;
====Server====&lt;br /&gt;
&lt;br /&gt;
* File asset&lt;br /&gt;
* Tools (blend file packer, evaluate sequencer, visualize deps, automated tasks ...)&lt;br /&gt;
* Public API (web service), ''communicates with client.''&lt;br /&gt;
&lt;br /&gt;
====Client====&lt;br /&gt;
&lt;br /&gt;
* Interface GUI/CLI (Blender/Web-UI also)&lt;br /&gt;
* Tools (manage files on the client, cache.)&lt;br /&gt;
* Local files (models, images)&lt;br /&gt;
&lt;br /&gt;
===Implementation Details===&lt;br /&gt;
&lt;br /&gt;
This document describes the layout for Blender pipeline.&lt;br /&gt;
&lt;br /&gt;
====Overview====&lt;br /&gt;
&lt;br /&gt;
* Use SVN for internal storage.&lt;br /&gt;
* SVN repository is for internal storage (but keep usable as *last resort*)&lt;br /&gt;
* Support extracting single ``.blend`` file, and committing it back (without a full checkout), useful for remote artists.&lt;br /&gt;
&lt;br /&gt;
====SVN Commit Abstraction====&lt;br /&gt;
&lt;br /&gt;
Motivation: Artists need to be able to work on jobs without downloading entire repository.&lt;br /&gt;
&lt;br /&gt;
Workflow:&lt;br /&gt;
&lt;br /&gt;
* Select an asset to '''checkout''' (Likely via a web-ui/blender-ui).&lt;br /&gt;
* Download the asset and its dependencies (web/cli/blender-ui).&lt;br /&gt;
* Modify data locally (images, 3d... text... etc).&lt;br /&gt;
* Submit task back with commit log (blender-ui/cli/web?). (Server handles commit).&lt;br /&gt;
&lt;br /&gt;
Technical details:&lt;br /&gt;
&lt;br /&gt;
* Server handles SVN integration which is hidden from the client.&lt;br /&gt;
* The job submission and editing workflow is handled by client/server, &lt;br /&gt;
* Server creates binary blobs for the bundles, client handles download and create a usable directory for editing.&lt;br /&gt;
* Path remapping of ``.blend`` files must be handled(in both directions, likely using ``blendfile.py``).&lt;br /&gt;
* Use cache on client to avoid re-downloading the same resources.&lt;br /&gt;
&lt;br /&gt;
==Asset Managment==&lt;br /&gt;
This part will be expanded soon.&lt;br /&gt;
&lt;br /&gt;
==Automated Tasks==&lt;br /&gt;
&lt;br /&gt;
There are 2 types of tasks to be automated.&lt;br /&gt;
&lt;br /&gt;
* User submitted tasks.&lt;br /&gt;
* Tasks generated by events such as commit hooks, finished rendering... etc.&lt;br /&gt;
&lt;br /&gt;
Automated tasks are broken into 3 steps.&lt;br /&gt;
&lt;br /&gt;
* Creation (API/CLI/GUI)&lt;br /&gt;
* Scheduling/queueing (Managed by the server)&lt;br /&gt;
* Execution/job management (Controlled via the server, though API's &amp;amp; UI's)&lt;br /&gt;
&lt;br /&gt;
===User Stories===&lt;br /&gt;
&lt;br /&gt;
Here's a list of tasks we would expect the system to support&lt;br /&gt;
&lt;br /&gt;
* Generating Renderfarm Preview&lt;br /&gt;
* Low resolution textures for animation&lt;br /&gt;
* High Resolution Simulation (hair, smoke)&lt;br /&gt;
* Final Render a Scene&lt;br /&gt;
* OpenGL Preview Every Shot&lt;br /&gt;
* Bundle a Blend file into a ZIP&lt;br /&gt;
* Synchronizing Data (SVN/Database... repositories... backups)&lt;br /&gt;
* Consistency checks (automated tasks to validate the state of the project)&lt;br /&gt;
* Blend file hygiene/lint (unused datablocks, images not used anywhere)&lt;br /&gt;
* Building Blender&lt;br /&gt;
&lt;br /&gt;
===Implementation===&lt;br /&gt;
&lt;br /&gt;
We plan to develop a very simple system leveraging existing technologies.&lt;br /&gt;
&lt;br /&gt;
====Dashboard====&lt;br /&gt;
UI (web based), allows manual creation of tasks.&lt;br /&gt;
&lt;br /&gt;
====Server====&lt;br /&gt;
Backend connected to database and scheduler, managing &amp;amp; assigning jobs to workers.&lt;br /&gt;
&lt;br /&gt;
====Worker====&lt;br /&gt;
Simple client, exposes control of the machine via an API.&lt;br /&gt;
&lt;br /&gt;
==Milestones==&lt;br /&gt;
&lt;br /&gt;
===1. Minimum Viable Product===&lt;br /&gt;
&lt;br /&gt;
Get existing project migrated to asset manager as soon as possible.&lt;br /&gt;
&lt;br /&gt;
* No Client-side-SVN.&lt;br /&gt;
* Checkout/Commit assets.&lt;br /&gt;
* Basic UI.&lt;br /&gt;
* ZIP file access (as an example, users wouldn't have to notice)&lt;br /&gt;
* Testing (basic testing framework)&lt;br /&gt;
&lt;br /&gt;
===2. Performance===&lt;br /&gt;
&lt;br /&gt;
* Parallel downloads&lt;br /&gt;
* Cache (avoid re-downloading files)&lt;br /&gt;
&lt;br /&gt;
===3. Interface===&lt;br /&gt;
&lt;br /&gt;
* BAM project definition.&lt;br /&gt;
* Blender Addon (UI for performing basic actions)&lt;br /&gt;
* ''Maybe'' extend GUI client.&lt;br /&gt;
* Web UI&lt;br /&gt;
* Download Zipfiles&lt;br /&gt;
&lt;br /&gt;
===4. Scaling/Project===&lt;br /&gt;
&lt;br /&gt;
* Consistency checks (correct library linking)&lt;br /&gt;
&lt;br /&gt;
===5. Basic Automated Tasks===&lt;br /&gt;
&lt;br /&gt;
* Generated Previews (basic automated tasks hooked up to asset manager)&lt;br /&gt;
* Baking (physics)&lt;br /&gt;
* Web UI (create/view/manage jobs)&lt;br /&gt;
&lt;br /&gt;
===6. Story Tool===&lt;br /&gt;
&lt;br /&gt;
* Establish connection between sequencer and 'shot' assets *(abstract concept)*&lt;br /&gt;
* Integrate into Addon&lt;br /&gt;
* Connect automated tasks on edit updates, (sync sequence with short assets)&lt;br /&gt;
* Expose the edit outside of Blender *(web based UI, reviews, comment, feedback, tasks...)*&lt;br /&gt;
&lt;br /&gt;
===7. Project Management===&lt;br /&gt;
&lt;br /&gt;
* Web UI&lt;br /&gt;
* Connect basic communication tools to assets, commits.&lt;br /&gt;
&lt;br /&gt;
==Repository==&lt;br /&gt;
Do you want to have a look at our work and give it a try? You can check it out on [https://developer.blender.org/project/view/55/ developer.blender.org]. At the moment there are no instructions on how to set it up as we are working on it as a simple prototype. Better documentation is on our roadmap.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Fsiddi</name></author>
		
	</entry>
</feed>