Extensions:2.6/Py/Scripts/Curve/Btrace

提供: wiki
< Extensions:2.6‎ | Py‎ | Scripts‎ | Curve
移動先: 案内検索
Btrace
Tools for converting/animating objects/particles into curves
UI location Group: Add Curve
Version 1.0 Author(s) liero, crazycourier, Atom, Meta-Androcto, MacKracken
Blender 2.64 License GPL


Executable information
File name btrace.py
Current version download https://developer.blender.org/diffusion/BAC/browse/master/btrace/


Links http://blenderartists.org/forum/showthread.php?214872


Installation

  • This script is in Blender 2.6x Add-Ons menu.

Introduction

Addons btrace 1 1.jpg


Addons btrace 1 1 tools.jpg

The two new tools are Mesh Follow and Color Blender. Mesh Follow creates a curve from that animated path of either Verts/Edges/Faces or object origin. Color Blender adds random color and color animation tools.

Currently Btrace is now part of the Addons_contrib which get included in all graphicall.org build (but not the release yet). So the plugin is updated via the blender SVN

The purpose of this script is to add tools that are similar to C4D Tracer. These type of tools will come in particularly handy for motion graphic artists.

The six main tools (Object Trace, Object Connect, Mesh Follow, Handwriting, Particle Trace, Particle Connect) all share common settings for the most part. Each tool creates a curve as the end result. The settings for the curve created can be setup under the Curves Settings button.

The tools have access to a few other features. All of them have access to the grow curve animation tool which animates the curve radius. As well as the Color Blender tool.

A quick explanation: Brush Trace: Creates a curve by joining points of a mesh in a continuous manner or by all edges. Options to modulate the curves radius or add distortion to mesh before converting.

Objects Connect: Join selected objects with a curve and add hooks to each node. Particle Trace: Creates a curve from each particle of a system. Keeping particle amount under 250 will make this run faster. Particle Connect: Connects each particle of a system with a continuous curve.

Mesh Follow: Creates curve from animated mesh object. Following the path of either the verts, edges or faces, and also the option to follow the object's center point.

Handwriting Tool: And updated version of the Handwriting tool from liero and Meta-Androcto, creates an animated curve using the grease pencil. Grow Curve Animation: Animate the radius of a curve over time. Can be run alone on a curve object, or run with the tools above. F-Curve Noise: Quick link to add a F-Curve modifier to an object.

Each script has a number of different options which can be used to create some very interesting effects. The video above explains eachl, but highly encourage you to play around with them. These are Grow Animation, Color Blender and F-Curve Noise.

A lot of these scripts are based off the work from liero and included with his permission, who I have to give most the credit for the logic behind some of the tools. Liero, you rule and thank you. Also a lot of thanks to Mackraken who gave me a lot of great advice. Meta-Androcto and Atom have also given great feedback and help when needed.


Addons btrace objects.jpg


Instructions

Interface/Menu Overview

  • The interface for this script is found in the Add > Curves Menu


Known Issues

  • may be slow on complex mesh

Additional Information


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

Support