tahoma2d/toonz/sources/tnzext
2018-01-12 21:12:24 +09:00
..
tlin Fix plastic tool crash with SuperLU 5.x 2016-12-13 12:01:27 +11:00
CMakeLists.txt Add add_dependencies Command to CMake for OSX (#1587) 2017-11-24 13:10:45 +09:00
CompositeStatus.cpp apply clang-format 2016-06-15 15:43:10 +09:00
ContextStatus.cpp Cleanup: typo (sensibility) 2016-06-29 20:49:17 +10:00
CornerDeformation.cpp 🐛 Fix spelling mistakes 2016-09-07 16:28:50 +03:00
DeformationSelector.cpp apply clang-format 2016-06-15 15:43:10 +09:00
DeformationSelector.h apply clang-format 2016-06-15 15:43:10 +09:00
Designer.cpp apply clang-format 2016-06-15 15:43:10 +09:00
Doxyfile first commit 2016-03-19 02:57:51 +09:00
DraggerStatus.cpp 🐛 Fix spelling mistakes 2016-09-07 16:28:50 +03:00
ExtUtil.cpp 🐛 Fix spelling mistakes 2016-09-07 16:28:50 +03:00
InterfaceStatus.cpp apply clang-format 2016-06-15 15:43:10 +09:00
LinearPotential.cpp 🐛 Fix spelling mistakes 2016-09-07 16:28:50 +03:00
meshbuilder.cpp REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09:00
meshtexturizer.cpp enlarge plastic texture 2018-01-12 21:12:24 +09:00
meshutils.cpp REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +09: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 apply clang-format 2016-06-15 15:43:10 +09:00
plasticdeformer.cpp Fix error using malloc, then delete[] 2017-03-19 12:17:38 +11:00
plasticdeformerstorage.cpp apply clang-format 2016-06-20 11:34:17 +09:00
plastichandle.cpp apply clang-format 2016-06-15 15:43:10 +09:00
plasticskeleton.cpp apply clang-format 2016-06-20 11:34:17 +09:00
plasticskeletondeformation.cpp REFACTORING: Add final specifiers (#537) 2016-06-29 15:17:12 +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 apply clang-format 2016-06-15 15:43:10 +09:00
Selector.cpp apply clang-format 2016-06-15 15:43:10 +09:00
SelfLoopDeformation.cpp apply clang-format 2016-06-15 15:43:10 +09:00
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 spelling mistakes 2016-09-07 16:28:50 +03:00
StrokeDeformation.cpp 🐛 Fix spelling mistakes 2016-09-07 16:28:50 +03:00
StrokeDeformationAdapter.cpp apply clang-format 2016-06-15 15:43:10 +09:00
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 apply clang-format 2016-06-15 15:43:10 +09:00
ttexturesstorage.cpp apply clang-format 2016-06-15 15:43:10 +09:00
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