tahoma2d/toonz/sources/tnzext
2016-04-27 21:48:12 +10:00
..
tlin Remove ifdef's for cstring includes 2016-04-12 02:56:45 +10:00
CMakeLists.txt CMake: cleanup indentation, remove redundant endif args 2016-04-27 21:48:12 +10:00
CompositeStatus.cpp first commit 2016-03-19 02:57:51 +09:00
ContextStatus.cpp first commit 2016-03-19 02:57:51 +09:00
CornerDeformation.cpp first commit 2016-03-19 02:57:51 +09:00
DeformationSelector.cpp first commit 2016-03-19 02:57:51 +09:00
DeformationSelector.h remove "using" 2016-04-21 16:23:15 +09:00
Designer.cpp first commit 2016-03-19 02:57:51 +09:00
Doxyfile first commit 2016-03-19 02:57:51 +09:00
DraggerStatus.cpp first commit 2016-03-19 02:57:51 +09:00
ExtUtil.cpp first commit 2016-03-19 02:57:51 +09:00
InterfaceStatus.cpp first commit 2016-03-19 02:57:51 +09:00
LinearPotential.cpp first commit 2016-03-19 02:57:51 +09:00
meshbuilder.cpp first commit 2016-03-19 02:57:51 +09:00
meshtexturizer.cpp Revert "Merge pull request #248 from skitaoka/fix/issue/134" 2016-04-27 00:11:57 +09:00
meshutils.cpp Revert "Merge pull request #248 from skitaoka/fix/issue/134" 2016-04-27 00:11:57 +09:00
NotSimmetricBezierPotential.cpp remove #define NOMINMAX 2016-04-20 10:24:50 +09:00
NotSimmetricExpPotential.cpp first commit 2016-03-19 02:57:51 +09:00
OverallDesigner.cpp remove "using" 2016-04-21 16:23:15 +09:00
plasticdeformer.cpp Merge remote-tracking branch 'upstream/master' into fix/reduce-boost-dependencies 2016-04-15 14:28:42 +09:00
plasticdeformerstorage.cpp remove delete[] 2016-04-20 10:24:47 +09:00
plastichandle.cpp Remove ifdef's for cstring includes 2016-04-12 02:56:45 +10:00
plasticskeleton.cpp use smart pointer for m_imp 2016-04-14 19:15:09 +09:00
plasticskeletondeformation.cpp remove "using" 2016-04-21 16:23:15 +09:00
Potential.cpp use _WIN32 instead of WIN32 2016-04-20 10:24:44 +09:00
Readme.cpp first commit 2016-03-19 02:57:51 +09:00
Selector.cpp remove #define NOMINMAX 2016-04-20 10:24:50 +09:00
SelfLoopDeformation.cpp first commit 2016-03-19 02:57:51 +09:00
SmoothDeformation.cpp first commit 2016-03-19 02:57:51 +09:00
SquarePotential.cpp first commit 2016-03-19 02:57:51 +09:00
StraightCornerDeformation.cpp first commit 2016-03-19 02:57:51 +09:00
StrokeDeformation.cpp first commit 2016-03-19 02:57:51 +09:00
StrokeDeformationAdapter.cpp first commit 2016-03-19 02:57:51 +09:00
StrokeDeformationImpl.cpp remove "using" 2016-04-21 16:23:15 +09:00
StrokeParametricDeformer.cpp first commit 2016-03-19 02:57:51 +09:00
StrokeStatus.cpp first commit 2016-03-19 02:57:51 +09:00
ttexturesstorage.cpp replace smart pointers 2016-04-14 16:51:50 +09:00
Types.cpp use _WIN32 instead of WIN32 2016-04-20 10:24:44 +09:00


/* 
 * This file occurs to maintain some information about comments and descriptions
 */

/**
 * @namespace ToonzExt
 *
 * @brief Toonz Extension namespace.
 *
 * This namespace contains a lot of class and functions to manipulate
 * strokes.
 */

/**
 *  ToonzExt.
 *
 * ToonzExt an extension library to manage deformation.
 * Fabrizio Morciano <fabrizio.morciano@gmail.com>
 */

#if 0
 * \section intro_sec Introduction
 *
 * This is the introduction.
 *
 * \section install_sec Installation
 *
 * \subsection step1 Step 1: Opening the box
 *  
 * etc...
#endif