Doc:2.6/Manual/Render/Freestyle

提供: wiki
< Doc:2.6‎ | Manual‎ | Render
2018年6月29日 (金) 05:53時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

What is FreeStyle?

Freestyle is an edge- and line-based non-photorealistic (NPR) rendering engine. It relies on mesh data and z-depth information to draw lines on selected edge types. Various line styles can be added to produce artistic (“hand drawn”, “painted”, etc.) or technical (hard line) looks.

The two operating modes - Python Scripting and Parameter Editor - allow a powerful diversity of line styles and results. Line styles such as Japanese big brush, cartoon, blueprint, thickness-with-depth are already pre-scripted in Python. The Parameter Editor mode allows intuitive editing of features such as dotted lines and easy setup of multiple line types and edge definitions. On top of all of that, with the introduction of line style modifiers, the sky is the limit!

A cartoon scene from OHA Studio (the .blend file). © Mechanimotion Entertainment.
Blueprint render of Martin M-130 from 1935 by LightBWK. CC0. WARNING: HEAVY FILE! DESIGNED FOR STRESS TEST BLENDER TO THE LIMITS & MAY CRASH BLENDER. (ファイル:M-130Blueprint.zip)
HVAC Pre-Viz by Lee Posey. CC0 (ファイル:HVACPreViz.zip)
Kitchen by Vicente Carro. © AnigoAnimation

More artwork can be found at http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.67/FreeStyle#Freestyle_Artwork_Showcase

The Big Picture

  1. Activate FreeStyle by Properties window → Render tab → FreeStyle panel, tick check box. Please note that FreeStyle is only available for the Blender Internal renderer.
  2. Freestyle settings are located in the new Render Layers context.
  3. One render layer can only have one viewmap. A viewmap holds the edge detection settings (Crease Angle, Culling toggle, Face Smoothness toggle, Material Boundaries toggle, Sphere Radius and Kr Derivative Epsilon advanced options).
  4. A viewmap can have multiple line sets.
  5. A line set controls which line types and selections will be rendered, from lines based on your scene.
  6. Each line set uses one line style (which can be shared between multiple line sets).
  7. A line style tells Freestyle how to render the linked line sets in terms of color, alpha, thickness and other aspects.
block diagram of Freestyle view map and processes

Known Limitations and issues

  • FreeStyle is only available for the Blender Internal renderer.
  • Highly memory demanding: All mesh objects in a render layer are loaded at once.
  • Only faced mesh objects are supported. The following kinds of meshes are ignored.
    • Mesh faces with wire materials.
    • Mesh faces with completely transparent materials.
  • Transparent faces are treated as opaque faces.
  • No edges at face intersections are detected yet.
  • Layer masks do not work with Freestyle.
  • Freestyle rendering results do not have any Z depth information.
  • Does not work with a panoramic camera.