﻿<?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=Dev%3ASource%2FRender%2FCycles%2FBuilding</id>
	<title>Dev:Source/Render/Cycles/Building - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Dev%3ASource%2FRender%2FCycles%2FBuilding"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Source/Render/Cycles/Building&amp;action=history"/>
	<updated>2026-07-30T15:15:37Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Dev:Source/Render/Cycles/Building&amp;diff=104693&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Source/Render/Cycles/Building&amp;diff=104693&amp;oldid=prev"/>
		<updated>2018-06-28T19:43:19Z</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日 (木) 19:43時点における版&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=Dev:Source/Render/Cycles/Building&amp;diff=104692&amp;oldid=prev</id>
		<title>wiki&gt;Brecht: moved Dev:2.6/Source/Render/Cycles/Building to Dev:Source/Render/Cycles/Building: remove namespace version</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Dev:Source/Render/Cycles/Building&amp;diff=104692&amp;oldid=prev"/>
		<updated>2015-12-27T19:00:40Z</updated>

		<summary type="html">&lt;p&gt;moved &lt;a href=&quot;/Dev:2.6/Source/Render/Cycles/Building&quot; class=&quot;mw-redirect&quot; title=&quot;Dev:2.6/Source/Render/Cycles/Building&quot;&gt;Dev:2.6/Source/Render/Cycles/Building&lt;/a&gt; to &lt;a href=&quot;/Dev:Source/Render/Cycles/Building&quot; title=&quot;Dev:Source/Render/Cycles/Building&quot;&gt;Dev:Source/Render/Cycles/Building&lt;/a&gt;: remove namespace version&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Building Cycles =&lt;br /&gt;
&lt;br /&gt;
For a build with CPU rendering support, see the [[Dev:Doc/Building_Blender|Building Blender]] documentation.&lt;br /&gt;
&lt;br /&gt;
== CUDA ==&lt;br /&gt;
&lt;br /&gt;
Download the [https://developer.nvidia.com/cuda-downloads CUDA Toolkit 6.5] and install it. Make sure you have recent enough nvidia drivers (e.g. 340.X or newer).&lt;br /&gt;
&lt;br /&gt;
For more details, see [[Doc:2.6/Manual/Render/Cycles/GPU_Rendering|GPU rendering]] in the manual.&lt;br /&gt;
&lt;br /&gt;
==== Bundling Binary Kernels ====&lt;br /&gt;
&lt;br /&gt;
CUDA is enabled by default on Linux and Mac, however this will require the machine running Blender to have the CUDA toolkit installed. On Windows kernels need to be bundled with Blender, for that these cmake options must be set:&lt;br /&gt;
&lt;br /&gt;
* WITH_CYCLES_CUDA_BINARIES=ON&lt;br /&gt;
* CYCLES_CUDA_BINARIES_ARCH=&amp;lt;arch&amp;gt; (optional, e.g. sm_21)&lt;br /&gt;
&lt;br /&gt;
Or these scons options:&lt;br /&gt;
* &amp;lt;code&amp;gt;WITH_BF_CYCLES_CUDA_BINARIES = True&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;BF_CYCLES_CUDA_NVCC = &amp;quot;c:/path/to/nvcc.exe&amp;quot;&amp;lt;/code&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;BF_CYCLES_CUDA_BINARIES_ARCH = (&amp;quot;sm_#&amp;quot;,)&amp;lt;/code&amp;gt; -- optional, where &amp;quot;sm_#&amp;quot; is the appropriate architecture for your card.&lt;br /&gt;
&lt;br /&gt;
Building CUDA kernels is slow, it may take a few minutes per CUDA architecture, and multithreaded builds can run out of memory. It will compile for all architectures by default, but it's quickest to specify only a single binary arch for your card, [http://www.nvidia.com/object/cuda_gpus.htm look here for the number] (sm_# is the same as &amp;quot;Compute Capability&amp;quot; without the '.')&lt;br /&gt;
&lt;br /&gt;
== Open Shading Language ==&lt;br /&gt;
&lt;br /&gt;
To enable OSL, simply set the following cmake option:&lt;br /&gt;
&lt;br /&gt;
* WITH_CYCLES_OSL=ON&lt;br /&gt;
&lt;br /&gt;
You will need to have OSL installed; on Linux the easiest way is by running the install_deps.sh script with the argument &amp;quot;--with-osl&amp;quot;. Once you install OSL, you will then need to set the following cmake option so cmake will know where to find it:&lt;br /&gt;
&lt;br /&gt;
* CYCLES_OSL=/opt/lib/osl&lt;br /&gt;
&lt;br /&gt;
You may also need to set these cmake options if they are not set automatically:&lt;br /&gt;
&lt;br /&gt;
* OSL_COMPILER=/opt/lib/osl/bin/oslc&lt;br /&gt;
* OSL_INCLUDES=/opt/lib/osl/include&lt;br /&gt;
* OSL_LIB_COMP=/opt/lib/osl/lib/liboslcomp.a&lt;br /&gt;
* OSL_LIB_EXEC=/opt/lib/osl/lib/liboslexec.a&lt;br /&gt;
* OSL_LIB_QUERY=/opt/lib/osl/lib/liboslquery.a&lt;/div&gt;</summary>
		<author><name>wiki&gt;Brecht</name></author>
		
	</entry>
</feed>