tahoma2d/toonz/sources/tnzext
2021-09-05 12:53:00 -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 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 fix various typos 2021-08-31 11:10:50 -04: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 multiple clang warnings 2020-04-13 22:21:56 +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 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 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 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 apply clang-format 2016-06-15 15:43:10 +09:00
Selector.cpp Fix top_rigth-> top_right 2021-08-31 11:10:51 -04: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 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 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 Fix (partial) referenced fills on plastic deformed levels 2021-09-05 09:13:15 -04: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