﻿<?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%2FOpen_projects%2FMango%2FPipeline</id>
	<title>Org:Institute/Open projects/Mango/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%2FOpen_projects%2FMango%2FPipeline"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Org:Institute/Open_projects/Mango/Pipeline&amp;action=history"/>
	<updated>2026-04-29T03:48:49Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Org:Institute/Open_projects/Mango/Pipeline&amp;diff=135547&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Org:Institute/Open_projects/Mango/Pipeline&amp;diff=135547&amp;oldid=prev"/>
		<updated>2018-06-28T20:48:09Z</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日 (木) 20:48時点における版&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/Open_projects/Mango/Pipeline&amp;diff=135546&amp;oldid=prev</id>
		<title>wiki&gt;Brecht: /* Render Farm */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Org:Institute/Open_projects/Mango/Pipeline&amp;diff=135546&amp;oldid=prev"/>
		<updated>2012-05-21T14:02:06Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Render Farm&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Mango Pipeline =&lt;br /&gt;
&lt;br /&gt;
== Blender ==&lt;br /&gt;
&lt;br /&gt;
On the desktop of each workstation should be 4 icons:&lt;br /&gt;
&lt;br /&gt;
* Blender SVN Update: build updated blender from the latest trunk&lt;br /&gt;
* Blender Clean: create a completely new build&lt;br /&gt;
* Blender Optimized: run optimized blender (usually what you want)&lt;br /&gt;
* Blender Debug: run debug version of blender (for developers to debug issues)&lt;br /&gt;
&lt;br /&gt;
== Directories ==&lt;br /&gt;
&lt;br /&gt;
We current have 3 main directories for Mango files:&lt;br /&gt;
&lt;br /&gt;
* /mango: svn production files (local to each workstation)&lt;br /&gt;
* /render/mango: real footage and render farm output (shared, on the server)&lt;br /&gt;
* /shared/mango: other files, like weeklies, scripts, funding, .. (shared, on the server)&lt;br /&gt;
&lt;br /&gt;
== Subversion ==&lt;br /&gt;
&lt;br /&gt;
This repository is like a shared folder, but with a history recording all changes. It also requires you to manually &amp;quot;update&amp;quot; to get changes from others, and &amp;quot;commit&amp;quot; to push your changes.&lt;br /&gt;
&lt;br /&gt;
The intention is to use this for all blend files, textures, and other production files. For the directory layout and naming guidelines, see [[../Production_Directory|these instructions]] copied from Durian. We'll probably have to update those a bit but they should be a good start.&lt;br /&gt;
&lt;br /&gt;
There are some exceptions for things that should not be added to svn. Don't add renders, they will be managed by the render farm. Also don't add video footage, these files are too big, we'll figure out some other way to manage them. And don't add copyrighted material that we don't own to svn, we like to release the entire subversion history and it's a bit difficult to get files removed from history once they have been added.&lt;br /&gt;
&lt;br /&gt;
==== Workflow ====&lt;br /&gt;
&lt;br /&gt;
All studio computers should have a directory /mango, which is a checkout of the repository. The workflow is basically:&lt;br /&gt;
&lt;br /&gt;
* svn update&lt;br /&gt;
* make changes&lt;br /&gt;
* svn add/remove files&lt;br /&gt;
* svn commit&lt;br /&gt;
&lt;br /&gt;
The svn operations can be done either through the command line, or a graphical user interface. We've used RapidSVN in previous projects, which should be installed under Applications &amp;gt; Programming. The first time you use it, add the checkout with Bookmarks &amp;gt; Add Existing Working Copy, and browse to /mango.&lt;br /&gt;
&lt;br /&gt;
Now you'll have the directory structure, and updating is done by selecting the top element in the tree and running Update.&lt;br /&gt;
&lt;br /&gt;
Next you can close RapidSVN and just make changes in /mango folder as usual, creating or changing files and folders. Then if you want to push your changes, open RapidSVN. If you added or removed any files, you need to tell svn about this still, browse to the folder and right click files to add/remove. &lt;br /&gt;
&lt;br /&gt;
Once this is done, select the top element of the tree and run Commit. Type a nice descriptive commit message to let others know what you changed, and confirm. The first time you commit, a username and password must be specified. The username is your first name in lowercase, the password is &amp;quot;guest&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Render Farm ==&lt;br /&gt;
&lt;br /&gt;
An icon on the desktop Mango Farm will take you to the renderfarm control web page. Files need to be committed to svn to be rendered, and the results will be written to /render/mango/frames. To add a job, specify the path to the file starting from the svn directory. I.e. to render /mango/pro/scenes/01_first/test.blend, fill in pro/scenes/01_first/test.blend and click Add Job.&lt;br /&gt;
&lt;br /&gt;
To generate a preview .avi file from the rendered frames into the same directory, use Generate AVI's after the frames are rendered.&lt;br /&gt;
&lt;br /&gt;
==== Server Details ====&lt;br /&gt;
&lt;br /&gt;
The renderfarm code is located in /shared/software/render_farm, run with ./new_master.py as user &amp;quot;user&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
To generate preview images from the last render every n minutes, run &amp;quot;./slideshow/preview_images_update.py&amp;quot;. These will show in the render farm web page. There's also a &amp;quot;./slideshow/slideshow.sh&amp;quot; script that will show these images fullscreen on a desktop computer, cycling between the last two renders.&lt;br /&gt;
&lt;br /&gt;
Before a slave can be added, the server must be able to ssh into the machine without it asking for a password:&lt;br /&gt;
cat /shared/software/render_farm/id_dsa.pub &amp;gt; /home/guest/.ssh/authorized_keys&lt;br /&gt;
&lt;br /&gt;
These scripts are running in a screen session, see &amp;quot;screen -ls&amp;quot; for the names, attach with &amp;quot;screen -dRRS &amp;lt;name&amp;gt;&amp;quot; and detach with &amp;quot;ctrl+A D&amp;quot;.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Brecht</name></author>
		
	</entry>
</feed>