﻿<?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=Doc%3A2.6%2FManual%2FModeling%2FCurves</id>
	<title>Doc:2.6/Manual/Modeling/Curves - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.blender.jp/index.php?action=history&amp;feed=atom&amp;title=Doc%3A2.6%2FManual%2FModeling%2FCurves"/>
	<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Modeling/Curves&amp;action=history"/>
	<updated>2026-06-04T04:17:15Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Modeling/Curves&amp;diff=105301&amp;oldid=prev</id>
		<title>Yamyam: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Modeling/Curves&amp;diff=105301&amp;oldid=prev"/>
		<updated>2018-06-28T19:43: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日 (木) 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=Doc:2.6/Manual/Modeling/Curves&amp;diff=105300&amp;oldid=prev</id>
		<title>wiki&gt;Modernprimate: Clarified that this requires user to be in object mode.</title>
		<link rel="alternate" type="text/html" href="https://wiki.blender.jp/index.php?title=Doc:2.6/Manual/Modeling/Curves&amp;diff=105300&amp;oldid=prev"/>
		<updated>2014-04-23T19:27:37Z</updated>

		<summary type="html">&lt;p&gt;Clarified that this requires user to be in object mode.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Page/Header|2.6|Doc:2.6/Manual/Modeling/Meshes/Sculpting|Doc:2.6/Manual/Modeling/Curves/Editing}}&lt;br /&gt;
&lt;br /&gt;
= Curves =&lt;br /&gt;
[[File:Manual-Part-II-LogoFinal.png|thumb|right|Bird logo made from Bezier curves.]]&lt;br /&gt;
&lt;br /&gt;
Curves and [[Doc:2.6/Manual/Modeling/Surfaces|Surfaces]] are particular types of Blender Objects. They are expressed by mathematical functions rather than a series of points. Blender offers both [[#Beziers|Bezier]] curves and [[#NURBS|NURBS]] curves and surfaces. NURBS stands for &amp;quot;Non-Uniform Rational B-Splines&amp;quot;. Both Bezier curves and NURBS curves and surfaces are defined in terms of a set of “control points” (or “control vertices”) which define a “control polygon”. &lt;br /&gt;
&lt;br /&gt;
The main advantage to using curves instead of polygonal meshes is that curves are defined by less data and so can produce excellent results using less memory and storage space at modeling time. However, this procedural approach to surfaces can increase demands at render time.&lt;br /&gt;
&lt;br /&gt;
Certain modeling techniques, such as [[Doc:2.6/Manual/Modeling/Curves/Editing/Advanced#Curve_Extrusion|extruding a profile along a path]], are possible only using curves. On the other hand, when using curves, vertex-level control is more difficult and if fine control is necessary, [[Doc:2.6/Manual/Modeling/Meshes/Editing|mesh editing]] may be a better modeling option.&lt;br /&gt;
&lt;br /&gt;
Bezier curves are the most commonly used curves for designing letters or logos. They are also widely used in animation, both as [[Doc:2.6/Manual/Animation/Techs/Object/Path|paths]] for objects to move along and as [[Doc:2.6/Manual/Animation/Editors/Graph/FCurves|F-curves]] to change the properties of objects as a function of time.&lt;br /&gt;
&lt;br /&gt;
===Tutorials===&lt;br /&gt;
&lt;br /&gt;
[[Doc:2.6/Tutorials/Modeling/Curves/Bézier|Create the bird logo with Bezier Curves »]]&lt;br /&gt;
&lt;br /&gt;
[[Doc:2.6/Tutorials/Modeling/Surfaces/Skinning|Skinning: Making a surface with two or more curves »]]&lt;br /&gt;
&lt;br /&gt;
==Curve Primitives==&lt;br /&gt;
[[File:Modeling_Curves_add-curve-menu.png|thumb|right|Add Curve menu.]]&lt;br /&gt;
In Object mode, the {{Literal|Add Curve}} menu, Blender provides five different curve primitives:&lt;br /&gt;
;{{Literal|Bezier Curve}}&lt;br /&gt;
:Adds an open 2D Bezier curve with two control points.&lt;br /&gt;
;{{Literal|Bezier Circle}}&lt;br /&gt;
:Adds a closed, circle-shaped 2D Bezier curve (made of four control points).&lt;br /&gt;
;{{Literal|NURBS Curve}}&lt;br /&gt;
:Adds an open 2D NURBS curve, with four control points, with {{Literal|Uniform}} knots.&lt;br /&gt;
;{{Literal|NURBS Circle}}&lt;br /&gt;
:Adds a closed, circle-shaped 2D NURBS curve (made of eight control points).&lt;br /&gt;
;{{Literal|Path}}&lt;br /&gt;
:Adds a NURBS open 3D curve made of five aligned control points, with {{Literal|Endpoint}} knots and the {{Literal|CurvePath}} setting enabled.&lt;br /&gt;
&lt;br /&gt;
==Bezier Curves==&lt;br /&gt;
&lt;br /&gt;
The main elements used in editing Bezier Curves are the Control Points and Handles. A Segment (the actual Curve) is found between two Control Points. In the image below, the Control Points can be found in the middle of the pink line while the Handles comprise the extensions from the Control Point. By default the arrows on the Segment represents the direction and '''relative''' speed and direction of movement Objects will have when moving along the curve. This can be altered by defining a custom {{literal|Speed}} Ipo.&lt;br /&gt;
&lt;br /&gt;
[[File:Modeling_Curves_control-points-handles.png|center|frame|Bezier Curve in Edit mode.]]&lt;br /&gt;
&lt;br /&gt;
===Editing Bezier Curves===&lt;br /&gt;
&lt;br /&gt;
A Bezier curve can be edited by moving the locations of the Control Points and Handles.&lt;br /&gt;
# Add a Curve by {{Shortcut|shift|a}} to bring up the {{Literal|Add}} menu, followed by {{Menu|Curve|Bezier}}.&lt;br /&gt;
# Press {{Shortcut|TAB}} to enter {{Literal|Edit mode}}.&lt;br /&gt;
# Select one of the Control Points and move it around. Use {{Shortcut|LMB}} to confirm the new location of the Control Point, or use {{Shortcut|RMB}} to cancel.&lt;br /&gt;
# Now select one of the Handles and move it around. Notice how this changes the curvature of the curve. &lt;br /&gt;
To add more Control Points&lt;br /&gt;
# Select at least two adjacent Control Points.&lt;br /&gt;
# Press {{Shortcut|W}} and select {{Literal|Subdivide}}.&lt;br /&gt;
# Optionally, you can press {{Shortcut|F6}} immediately after the subdivision to modify the number of subdivisions.&lt;br /&gt;
&lt;br /&gt;
Note that while in {{Literal|Edit mode}} you cannot directly select a Segment. To do so, select all of the Control Points that make up the Segment you want to move.&lt;br /&gt;
&lt;br /&gt;
There are four Bezier curve handle types. They can be accessed by pressing {{shortcut|V}} and selecting from the list that appears, or by pressing the appropriate hotkey combination. Handles can be rotated, moved, scaled and shrunk/fattened like any vertex in a mesh.&lt;br /&gt;
&lt;br /&gt;
{| {{Css/prettytable}}&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|'''Bezier Curve Handle Types'''&lt;br /&gt;
|-&lt;br /&gt;
|{{Literal|Type}}&lt;br /&gt;
|{{Literal|Shortcut}}&lt;br /&gt;
|{{Literal|Usage}}&lt;br /&gt;
|{{Literal|Appearance}}&lt;br /&gt;
|-&lt;br /&gt;
|Automatic&lt;br /&gt;
|{{Shortcut|V|A}}&lt;br /&gt;
|This handle has a completely automatic length and direction which is set by Blender to ensure the smoothest result. These handles convert to {{Literal|Aligned}} handles when moved.&lt;br /&gt;
|[[File:Modeling_Curves_automatic-handles.png]]&lt;br /&gt;
|-&lt;br /&gt;
|Vector&lt;br /&gt;
|{{Shortcut|V|V}}&lt;br /&gt;
|Both parts of a handle always point to the previous handle or the next handle which allows you to create curves or sections thereof made of straight lines or with sharp corners. Vector handles convert to {{Literal|Free}} handles when moved.&lt;br /&gt;
|[[File:Modeling_Curves_vector-handles.png]]&lt;br /&gt;
|-&lt;br /&gt;
|Aligned&lt;br /&gt;
|{{Shortcut|V|L}}&lt;br /&gt;
|These handles always lie in a straight line, and give a continuous curve without sharp angles.&lt;br /&gt;
|[[File:Modeling_Curves_aligned-handles.png]]&lt;br /&gt;
|-&lt;br /&gt;
|Free&lt;br /&gt;
|{{Shortcut|V|F}}&lt;br /&gt;
|The handles are independent of each other.&lt;br /&gt;
|[[File:Modeling_Curves_free-handles.png]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Additionally, the {{Shortcut|V|T}} shortcut can be used to toggle between Free and Aligned handle types.&lt;br /&gt;
{{clr}}{{clr}}&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Curve Properties==&lt;br /&gt;
&lt;br /&gt;
Curve Properties can be set from the {{Literal|Object Data}} option in the {{Literal|Properties Header}} (shown below in blue).&lt;br /&gt;
&lt;br /&gt;
[[File:Icon-library_Properties_header-curve.png]]&lt;br /&gt;
&lt;br /&gt;
===Shape===&lt;br /&gt;
[[File:Modeling_Curves_shape-panel.png|thumb|right|Curves Shape panel.]]&lt;br /&gt;
;{{Literal|2D and 3D Curves}}&lt;br /&gt;
:By default, new curves are set to be 3D, which means that Control Points can be placed anywhere in 3D space. Curves can also be set to 2D which constrain the Control Points to the Curve's local XY axis.&lt;br /&gt;
;{{Literal|Resolution}}&lt;br /&gt;
:The ''resolution'' property defines the number of points that are computed between every pair of Control Points. Curves can be made more or less smooth by increasing and decreasing the resolution respectively. The {{Literal|Preview U}} setting determines the resolution in the 3D viewport while the {{Literal|Render U}} setting determines the Curve's render resolution. If {{Literal|Render U}} is set to zero (0), then the {{Literal|Preview U}} setting is used for both the 3D viewport and render resolution.&lt;br /&gt;
:[[File:Modeling_Curves_shape-resolution.png|frame|left|Curves with a resolution of 3 (left) and 12 (right).]]{{clr}}&lt;br /&gt;
;{{Literal|Twisting}}&lt;br /&gt;
:A 3D Curve has Control Points that are not located on the Curve's local XY plane. This gives the Curve a twist which can affect the Curve normals. You can alter how the twist of the Curve is calculated by choosing from {{Literal|Minimum, Tangent}} and {{Literal|Z-Up}} options from the drop-down menu.&lt;br /&gt;
:[[File:Modeling_Curves_shape-twist.png|frame|left|Curves with a twist of ''minimum'' (left) and ''tangent'' (right).]]{{clr}}&lt;br /&gt;
;{{Literal|Fill}}&lt;br /&gt;
:Fill determines the way a Curve is displayed when it is Beveled (see below for details on Beveling). When set to {{Literal|Half}} (the default) the Curve is displayed as half a cylinder. The {{Literal|Fill Deformed}} option allows you to indicate whether the Curve should be filled before or after (default) applying any Shape Keys or Modifiers.&lt;br /&gt;
:[[File:Modeling_Curves_shape-fill.png|frame|left|Curves with a fill of ''half'' (left) and ''full'' (right).]]{{clr}}&lt;br /&gt;
;{{Literal|Path/Curve-Deform}}&lt;br /&gt;
:These options are primarily utilized when using a Curve as a Path or when using the Curve Deform property. The {{Literal|Radius, Stretch}} and {{Literal|Bounds Clamp}} options control how Objects use the Curve and are dealt with in more detail in the appropriate links below.&lt;br /&gt;
&lt;br /&gt;
[[Doc:2.6/Manual/Modeling/Curves/Editing|Read more about Basic Curve Editing »]]{{clr}}&lt;br /&gt;
[[Doc:2.6/Manual/Animation/Techs/Object/Path|Read more about Paths »]]{{clr}}&lt;br /&gt;
[[Doc:2.6/Manual/Modeling/Curves/Editing/Advanced|Read more about Curve Deform »]]&lt;br /&gt;
&lt;br /&gt;
===Geometry===&lt;br /&gt;
[[File:Modeling_Curves_geometry-panel.png|thumb|right|Curves Geometry panel.]]&lt;br /&gt;
;{{Literal|Modification}}&lt;br /&gt;
:{{Literal|Offset}}&lt;br /&gt;
::By default, text Objects are treated as curves. The Offset option will alter the space between letters.&lt;br /&gt;
:{{Literal|Extrude}}&lt;br /&gt;
::Will extrude the curve along both the positive and negative local Z axes.&lt;br /&gt;
;{{Literal|Bevel}}&lt;br /&gt;
:{{Literal|Depth}}&lt;br /&gt;
::Changes the size of the bevel&lt;br /&gt;
:[[File:Modeling_Curves_geometry-bevel-depth.png|frame|left|A Curve with different Bevel depths applied.]]{{clr}}&lt;br /&gt;
:{{Literal|Resolution}}&lt;br /&gt;
::Alters the smoothness of the bevel&lt;br /&gt;
:[[File:Modeling_Curves_geometry-bevel-resolution.png|frame|left|A Curve with different resolutions applied.]]{{clr}}&lt;br /&gt;
;{{Literal|Taper Object}}&lt;br /&gt;
:Tapering a Curve causes it to get thinner towards one end. You can also alter the proportions of the Taper throughout the tapered object by moving/scaling/rotating the Control Points of the Taper Object. The Taper Object can only be another Curve. Editing the Handles and Control Points of the Taper Object will cause the original Object to change shape.&lt;br /&gt;
:[[File:Modeling_Curves_geometry-taper.png|frame|left|A Curve before (left) and after (right) a Bezier Curve Taper Object was applied.]]{{clr}}&lt;br /&gt;
;{{Literal|Bevel Object}}&lt;br /&gt;
:Beveling a Bezier Curve with a Bezier Curve as the Bevel Object generally gives it the appearance of a plane, while using a Bezier Circle as the Bevel Object will give it the appearance of a cylinder. The Bevel Object can only be another Curve. Editing the Handles and Control Points of the Bevel Object will cause the original Object to change shape. Given the options available, it is best to experiment and see the results of this operation.&lt;br /&gt;
:[[File:Modeling_Curves_geometry-bevel.png|frame|left|A Curve with the Bevel Object as a Bezier Curve (left) and as a Bezier Circle (right).]]{{clr}}&lt;br /&gt;
;{{Literal|Fill Caps}}&lt;br /&gt;
:Seals the ends of a beveled Curve.&lt;br /&gt;
;{{Literal|Map Taper}}&lt;br /&gt;
:For Curves using a Taper Object and with modifications to the {{Literal|Start/End Bevel Factor}} the {{Literal|Map Taper}} option will apply the taper to the beveled part of the Curve (not the whole Curve).&lt;br /&gt;
:[[File:Modeling_Curves_geometry-map-taper.png|frame|left|A Curve without (left) and with (right) Map Taper applied.]]{{clr}}&lt;br /&gt;
;{{Literal|Start Bevel Factor}} and {{Literal|End Bevel Factor}}&lt;br /&gt;
:These options determine where to start the Bevel operation on the Curve being beveled. Increasing the {{Literal|Start Bevel Factor}} to 0.5 will start beveling the Curve 50% of the distance from the start of the Curve (in effect shortening the Curve). Decreasing the {{Literal|End Bevel Factor}} by 0.25 will start beveling the Curve 25% of the distance from the end of the Curve (again, shortening the Curve).&lt;br /&gt;
:[[File:Modeling_Curves_geometry-bevel-start-end-factor.png|frame|left|A Curve with no Bevel factor applied (left), with a 50% Start Bevel Factor (middle) and with a 25% End Bevel Factor (right).]]{{clr}}&lt;br /&gt;
&lt;br /&gt;
[[Doc:2.6/Manual/Modeling/Curves/Editing/Advanced|Read more about Advanced Curve Editing »]]&lt;br /&gt;
&lt;br /&gt;
===Path Animation===&lt;br /&gt;
&lt;br /&gt;
The Path Animation settings can be used to determine how Objects move along a certain path. See the link below for further information.&lt;br /&gt;
&lt;br /&gt;
[[Doc:2.6/Manual/Animation/Techs/Object/Path|Read more about utilizing Curves for paths during animation »]]&lt;br /&gt;
&lt;br /&gt;
===Active Spline===&lt;br /&gt;
[[File:Modeling_Curves_active-spline-panel.png|thumb|right|Curves Active Spline panel.]]&lt;br /&gt;
The {{Literal|Active Spline}} panel becomes available during {{Literal|Edit mode}}. &lt;br /&gt;
&lt;br /&gt;
;{{Literal|Cyclic}}&lt;br /&gt;
:Closes the Curve.&lt;br /&gt;
;{{Literal|Resolution}}&lt;br /&gt;
:Alters the smoothness of of each segment by changing the number of subdivisions. &lt;br /&gt;
;{{Literal|Interpolation}}&lt;br /&gt;
:{{Literal|Tilt}}&lt;br /&gt;
::Alters how the tilt of a segment is calculated.&lt;br /&gt;
:{{Literal|Radius}}&lt;br /&gt;
::Alters how the radius of a Beveled Curve is calculated. The effects are easier to see after Shrinking/Fattening a control point {{Shortcut|alt|s}}.&lt;br /&gt;
:{{Literal|Smooth}}&lt;br /&gt;
::Smooths the normals of the Curve&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
== Non-Uniform Rational B-Splines (NURBS) ==&lt;br /&gt;
&lt;br /&gt;
One of the major differences between Bezier Objects and NURBS Objects is that Bezier Curves are approximations. For example, a Bezier circle is an ''approximation'' of a circle, whereas a NURBS circle is an ''exact'' circle. NURBS theory can be a ''very'' complicated topic. For an introduction, please consult the [http://en.wikipedia.org/wiki/NURBS Wikipedia page.] In practice, many of the Bezier curve operations discussed above apply to NURBS curves in the same manner. The following text will concentrate only on those aspects that are unique to NURBS curves.&lt;br /&gt;
&lt;br /&gt;
===Editing NURBS Curves===&lt;br /&gt;
&lt;br /&gt;
A NURBS Curve is edited by moving the location of the Control Points.&lt;br /&gt;
# Place a Curve by {{Shortcut|shift|a}} to bring up the Add menu, followed by {{Menu|Curve|NURBS curve}}.&lt;br /&gt;
# Press {{Shortcut|TAB}} to enter {{Literal|Edit mode}}.&lt;br /&gt;
# Select one of the Control Points and move it around. Use {{Shortcut|LMB}} to confirm the new location of the Control Point, or use {{Shortcut|RMB}} to cancel.&lt;br /&gt;
# If you want to add additional Control Points, select both of them, press {{Shortcut|W}} and select {{Literal|Subdivide}}. Press {{Shortcut|F6}} immediately after to determine how many subdivisions to make.&lt;br /&gt;
 &lt;br /&gt;
===Active Spline===&lt;br /&gt;
[[File:Modeling_Curves_nurbs-active-spline-panel.png|thumb|right|NURBS Active Spline panel.]]&lt;br /&gt;
One of the characteristics of a NURBS object is the ''knot vector''. This is a sequence of numbers used to determine the influence of the control points on the curve. While you cannot edit the knot vectors directly, you can influence them through the {{Literal|Endpoint}} and {{Literal|Bezier}} options in the Active Spline panel. Note that the {{Literal|Endpoint}} and {{Literal|Bezier}} settings only apply to open NURBS curves.&lt;br /&gt;
&lt;br /&gt;
;{{Literal|Cyclic}}&lt;br /&gt;
:Makes the NURBS curve cyclic.&lt;br /&gt;
:[[File:Modeling_Curves_nurbs-cyclic.png|frame|left|A NURBS curve with Cyclic applied.]]{{clr}}&lt;br /&gt;
;{{Literal|Bezier}}&lt;br /&gt;
:Makes the NURBS curve act like a Bezier curve.&lt;br /&gt;
;{{Literal|Endpoint}}&lt;br /&gt;
:Makes the curve contact the end control points. Cyclic must be disabled for this option to work.&lt;br /&gt;
:[[File:Modeling_Curves_nurbs-endpoint.png|thumb|511px|left|A NURBS curve with Endpoint enabled.]]{{clr}}&lt;br /&gt;
;{{Literal|Order}}&lt;br /&gt;
:The order of the NURBS curve determines the area of influence of the control points over the curve. Higher order values means that a single control point has a greater influence over a greater relative proportion of the curve. The valid range of {{Literal|Order}} values is 2-6 depending on the number of control points present in the curve.&lt;br /&gt;
:[[File:Modeling_Curves_nurbs-order.png|thumb|511px|left|NURBS curves with orders of 2 (left), 4 (middle) and 6 (right).]]{{clr}}&lt;br /&gt;
&lt;br /&gt;
==Path==&lt;br /&gt;
&lt;br /&gt;
As mentioned above, Curves are often used as [[Doc:2.6/Manual/Animation/Techs/Object/Path|paths]]. Any curve can be used as a Path if the {{Literal|Path Animation}} option is selected.&lt;br /&gt;
&lt;br /&gt;
The Path option available from the {{Literal|Add Curve}} menu is identical to a 3D NURBS curve, except that you do not have access to the {{Literal|Active Spline}} panel.&lt;br /&gt;
&lt;br /&gt;
{{Page/Footer|2.6|Doc:2.6/Manual/Modeling/Meshes/Sculpting|Doc:2.6/Manual/Modeling/Curves/Editing}}&lt;/div&gt;</summary>
		<author><name>wiki&gt;Modernprimate</name></author>
		
	</entry>
</feed>