﻿<?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%3AFlokkievids%2FFreestyle%2FPython_scripting_mode</id>
	<title>利用者:Flokkievids/Freestyle/Python scripting mode - 版の履歴</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%3AFlokkievids%2FFreestyle%2FPython_scripting_mode"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Flokkievids/Freestyle/Python_scripting_mode&amp;action=history"/>
	<updated>2026-07-31T13:27:28Z</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:Flokkievids/Freestyle/Python_scripting_mode&amp;diff=132725&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:Flokkievids/Freestyle/Python_scripting_mode&amp;diff=132725&amp;oldid=prev"/>
		<updated>2018-06-28T20:44:25Z</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:44時点における版&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:Flokkievids/Freestyle/Python_scripting_mode&amp;diff=132724&amp;oldid=prev</id>
		<title>wiki&gt;Flokkievids: /* Python Scripting Mode */</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=%E5%88%A9%E7%94%A8%E8%80%85:Flokkievids/Freestyle/Python_scripting_mode&amp;diff=132724&amp;oldid=prev"/>
		<updated>2012-01-22T20:04:01Z</updated>

		<summary type="html">&lt;p&gt;‎&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Python Scripting Mode&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{User:Flokkievids/Freestyle/warning}}&lt;br /&gt;
&lt;br /&gt;
=Python Scripting Mode=&lt;br /&gt;
&lt;br /&gt;
The Python Scripting Mode allows you to pick a Line Style Module from a python file. This way you don't have to adjust a lot of settings to get nice lines. A downside is that you don't have alot of control if you don't know python. For documentation on how to write a Freestyle Module yourself, please refer to the [http://freestyle.sourceforge.net/doc/html/index.html|original Freestyle Manual]. You can switch between [[User:Flokkievids/Freestyle/ParameterEditorMode|Parameter Editor]] and Python Scripting via the Control Mode option in the Freestyle tab.&lt;br /&gt;
&lt;br /&gt;
==Settings==&lt;br /&gt;
[[file:Manual-Part26-freestyle-parametermode-settings.png|right|thumb|Python Scripting Mode panel]]&lt;br /&gt;
&lt;br /&gt;
A quick explanation of the settings used in the python scripting mode.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Raycasting Algorithm}}: Defines which algorithm to use for raycasting. Freestyle Raycasting Algorithms influence your render times and - to an extend - the outcome of the rendering process. See [[User:Flokkievids/Freestyle/ParameterEditorMode#Raycasting_Algorythm|Parameter Editor Mode]] for more information.&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Face Smoothness}}: Takes smooth shading into account.&lt;br /&gt;
&lt;br /&gt;
{|align=center&lt;br /&gt;
 |[[file:Manual-Part26-freestyle-default.png|thumb|without smooth faces]]&lt;br /&gt;
 |[[file:Manual-Part26-freestyle-with-smooth-faces.png|thumb|with smooth faces]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Crease Angle}}: The angle two faces must atleast have to let freestyle draw a line. The higher this value, the more lines become visible.&lt;br /&gt;
&lt;br /&gt;
{|align=center&lt;br /&gt;
 |[[file:Manual-Part26-freestyle-default.png|thumb|crease angle 170]]&lt;br /&gt;
 |[[file:Manual-Part26-freestyle-edge-crease-100.png|thumb|crease angle 100]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Sphere Radius}}: The Sphere Radius affects the calculation of curvatures set in the Style Module.&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Ridges and Valleys}}: Adds extra lines based on the Sphere Radius settings.&lt;br /&gt;
&lt;br /&gt;
{|align=center&lt;br /&gt;
 |[[file:Manual-Part26-freestyle-default.png|Without Ridges and Valleys|thumb]]&lt;br /&gt;
 |[[file:Manual-Part26-freestyle-with-ridges&amp;amp;valleys.png|With Ridges and Valleys|thumb]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Suggestive Contours}}: Draws some lines which would form the contour of the mesh if the viewport was shifted. Depends on your settings for [[User:Flokkievids/Freestyle/ParameterEditorMode|Kr Derivative Epsilon and Sphere Radius]]. Further information [http://gfx.cs.princeton.edu/proj/sg05lines/course7-5-linetypes.pdf here].&lt;br /&gt;
&lt;br /&gt;
{|align=center&lt;br /&gt;
 |[[file:Manual-Part26-freestyle-default.png|Without Suggestive Contours|thumb]]&lt;br /&gt;
 |[[file:Manual-Part26-freestyle-suggestive-contours.png|thumb|With Suggestive Contours = 0]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Material Boundaries}}: Draws lines where two materials meet on the same object. &lt;br /&gt;
&lt;br /&gt;
;{{Literal|Add Freestyle Module}}: Adds a style module, that'll draw a line based on a python script.&lt;br /&gt;
&lt;br /&gt;
{|align=center&lt;br /&gt;
 |[[file:Manual-Part26-freestyle-line-types.png|thumb|600px|all working style modules]]&lt;br /&gt;
 |}&lt;br /&gt;
&lt;br /&gt;
{{Page/Footer|}}&lt;/div&gt;</summary>
		<author><name>wiki&gt;Flokkievids</name></author>
		
	</entry>
</feed>