tahoma2d/toonz/sources/tnzext
2021-08-31 11:10:51 -04:00
..
tlin Fix plastic tool crash with SuperLU 5.x 2016-12-13 12:01:27 +11:00
CMakeLists.txt Fix unused command line arguments (#99) 2020-07-25 22:53:56 -06:00
CompositeStatus.cpp
ContextStatus.cpp
CornerDeformation.cpp 🐛 Fix spelling mistakes 2016-09-07 16:28:50 +03:00
DeformationSelector.cpp
DeformationSelector.h fix various typos 2021-08-31 11:10:50 -04:00
Designer.cpp
Doxyfile
DraggerStatus.cpp 🐛 Fix spelling mistakes 2016-09-07 16:28:50 +03:00
ExtUtil.cpp Fix multiple clang warnings 2020-04-13 22:21:56 +03:00
InterfaceStatus.cpp
LinearPotential.cpp 🐛 Fix spelling mistakes 2016-09-07 16:28:50 +03:00
meshbuilder.cpp
meshtexturizer.cpp Merge pull request #1740 from shun-iwasawa/fix_plastic_black_contour 2018-01-22 11:38:05 -07:00
meshutils.cpp fix opengl line smoothing 2021-03-28 17:37:09 -04:00
NotSymmetricBezierPotential.cpp 🐛 Fix spelling mistakes 2016-09-07 16:28:50 +03:00
NotSymmetricExpPotential.cpp 🐛 Fix spelling mistakes 2016-09-07 16:28:50 +03:00
OverallDesigner.cpp
plasticdeformer.cpp Fix error using malloc, then delete[] 2017-03-19 12:17:38 +11:00
plasticdeformerstorage.cpp
plastichandle.cpp
plasticskeleton.cpp Remove tcg_function_types.h (#2772) 2020-01-08 10:49:48 +09:00
plasticskeletondeformation.cpp Remove tcg_function_types.h (#2772) 2020-01-08 10:49:48 +09:00
Potential.cpp Allow to cross compile for Windows with Linux/Mingw (part 1 of 3, preprocessor) (#1148) 2017-05-08 21:13:29 +09:00
Readme.cpp
Selector.cpp Fix top_rigth-> top_right 2021-08-31 11:10:51 -04:00
SelfLoopDeformation.cpp
SmoothDeformation.cpp 🐛 Fix spelling mistakes 2016-09-07 16:28:50 +03:00
SquarePotential.cpp 🐛 Fix spelling mistakes 2016-09-07 16:28:50 +03:00
StraightCornerDeformation.cpp Fix multiple clang warnings 2020-04-13 22:21:56 +03:00
StrokeDeformation.cpp remove duplicate include (#2271) 2018-10-31 12:00:01 +09:00
StrokeDeformationAdapter.cpp
StrokeDeformationImpl.cpp 🐛 Fix spelling mistakes 2016-09-07 16:28:50 +03:00
StrokeParametricDeformer.cpp 🐛 Fix spelling mistakes 2016-09-07 16:28:50 +03:00
StrokeStatus.cpp
ttexturesstorage.cpp
Types.cpp Allow to cross compile for Windows with Linux/Mingw (part 1 of 3, preprocessor) (#1148) 2017-05-08 21:13:29 +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