﻿<?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=%E5%88%A9%E7%94%A8%E8%80%85%3AGandalf3%2FGSoC_2017%2FUser_Documentation</id>
	<title>利用者:Gandalf3/GSoC 2017/User Documentation - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=%E5%88%A9%E7%94%A8%E8%80%85%3AGandalf3%2FGSoC_2017%2FUser_Documentation"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Gandalf3/GSoC_2017/User_Documentation&amp;action=history"/>
	<updated>2026-04-20T00:03:00Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Gandalf3/GSoC_2017/User_Documentation&amp;diff=153829&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Gandalf3/GSoC_2017/User_Documentation&amp;diff=153829&amp;oldid=prev"/>
		<updated>2018-06-28T21:23:13Z</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:23時点における版&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=%E5%88%A9%E7%94%A8%E8%80%85:Gandalf3/GSoC_2017/User_Documentation&amp;diff=153828&amp;oldid=prev</id>
		<title>2017年8月29日 (火) 15:39にwiki&gt;Gandalf3による</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Gandalf3/GSoC_2017/User_Documentation&amp;diff=153828&amp;oldid=prev"/>
		<updated>2017-08-29T15:39:36Z</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;=Package Manager=&lt;br /&gt;
&lt;br /&gt;
The package manager's interface is located in blender's user preferences, under packages.&lt;br /&gt;
&lt;br /&gt;
==Repositories==&lt;br /&gt;
&lt;br /&gt;
A repository is an collection of packages stored in a repo.json file.&lt;br /&gt;
Additional repositories may be added by specifying a URL which points to the repository json file. To do this, click the &amp;quot;edit repositories&amp;quot; button under the repository list, then click the plus icon next to the repository list in the resultant dialog.&lt;br /&gt;
&lt;br /&gt;
===Repository creation===&lt;br /&gt;
&lt;br /&gt;
A repo.json file may be generated from a directory of addons with the ```generate_repository``` script (found here: https://developer.blender.org/diffusion/BPMA/).&lt;br /&gt;
&lt;br /&gt;
Example usage:&lt;br /&gt;
&lt;br /&gt;
  ./generate_repository /path/to/packages --baseurl 'http://localhost/'&lt;br /&gt;
&lt;br /&gt;
This will produce a `repo.json` file in the current directory, which can then&lt;br /&gt;
be copied to the server.  The baseurl is prepended to the filename of each&lt;br /&gt;
package to form the package's url (so for example, `http://localhost/node_wrangler.py`).&lt;br /&gt;
&lt;br /&gt;
For an explanation of the other options see `generate_repository --help`:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
  usage: generate_repository [-h] [-v] [-u BASEURL] [-n NAME] [-o OUTPUT] path&lt;br /&gt;
&lt;br /&gt;
  Generate a blender package repository from a directory of addons&lt;br /&gt;
&lt;br /&gt;
  positional arguments:&lt;br /&gt;
    path                  Path to addon directory&lt;br /&gt;
&lt;br /&gt;
  optional arguments:&lt;br /&gt;
    -h, --help            show this help message and exit&lt;br /&gt;
    -v, --verbose         Increase verbosity (can be used multiple times)&lt;br /&gt;
    -u BASEURL, --baseurl BASEURL&lt;br /&gt;
                  Component of URL leading up to the package filename.&lt;br /&gt;
    -n NAME, --name NAME  Name of repo (defaults to basename of 'path')&lt;br /&gt;
    -o OUTPUT, --output OUTPUT&lt;br /&gt;
 Directory in which to write repo.json file &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Packages==&lt;br /&gt;
&lt;br /&gt;
Packages may be browsed and installed in the *packages* section of the user preferences.&lt;br /&gt;
&lt;br /&gt;
Note: packages with the same name are considered the same package.&lt;br /&gt;
&lt;br /&gt;
===Installing===&lt;br /&gt;
To install a package, click the install button next to a currently uninstalled package. This will download the package and extract the package's file(s) to the appropriate destination(s).&lt;br /&gt;
If installing would overwrite an existing file, that file is temporarily renamed with a tilde appended to its name (as in, &amp;quot;file&amp;quot; becomes &amp;quot;file~&amp;quot;). If an error occurs during installation, the previous files are moved back in place.&lt;br /&gt;
&lt;br /&gt;
===Uninstalling===&lt;br /&gt;
Likewise, a package may be removed by clicking the uninstall button next to a currently installed package. This removes the files belonging to the package. Note that packages installed outside the user configuration directory (see https://docs.blender.org/manual/en/dev/getting_started/installing/configuration/directories.html) cannot be uninstalled.&lt;br /&gt;
&lt;br /&gt;
===Updating===&lt;br /&gt;
Newer versions of installed packages are be listed in the *Updates* section and can be installed by clicking *Update*. This will replace the old version.&lt;br /&gt;
&lt;br /&gt;
===Refreshing===&lt;br /&gt;
&lt;br /&gt;
The refresh operator is automatically refreshed when a repository is added or removed a package is installed or uninstalled.&lt;br /&gt;
To refresh the package list manually, click *Check for updates* under the repository list. This will re-fetch known repositories, and check for new packages which may have appeared on disk.&lt;/div&gt;</summary>
		<author><name>wiki&gt;Gandalf3</name></author>
		
	</entry>
</feed>