Extensions:2.6/Py/Scripts/Curve/Curve Simplify

提供: wiki
< Extensions:2.6‎ | Py‎ | Scripts‎ | Curve
移動先: 案内検索
Simplify curve
Add a variety of knot types
UI location Group: Object
Version 2.0 Author(s) testscreenings
Blender 2.5 Rev:#28923 License GPL


Executable information
File name curve_simplify.py
Current version download https://svn.blender.org/svnroot/bf-extensions/trunk/py/scripts/addons/curve_simplify.py


Links http://blenderartists.org/forum/showthread.php?t=187482


Installation

  • This script is in Blender 2.5 Add-Ons menu.


Introduction

This script enables two operators.


  • simplify curves

The simplify curves Operator works on one selected curve object. It generates a new curve based on the original one. The higher the distance error threshold is set the more controlpoints are thrown away.

Simple curve 1.jpg

Access: search > simplify curves


  • simplyfy fcurves

The simplify fcurves Operator works the same way, but on selected fcurves. The Graph editor has no Toolbar, so the controls are located in the Toolbar in the 3dView the same as with the simplify curves Operator.

Simple curve 2.jpg

Access: search > simplify fcurves


Instructions

Raise the error value until satisfied.


Known Issues

  • In Blender 2.5 the scripts currently show up in the toolbar.
  • Currently you need to set script parameters before doing any transforms or using modifiers.

Additional Information


  • In the Wiki writer's opinion always have Python Installed on your computer when using scripts. http://www.python.org/

Support