Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-18Fixed a bug that the parameter panel did not correctly work whenTamito Kajiyama
2009-04-12Simplified modelview matrix copy (take 2)Maxime Curioni
2009-04-12Simplified modelview matrix copyMaxime Curioni
2009-04-09Corrected memory deallocation error on exitMaxime Curioni
2009-04-09Corrected the problem of the view moving after a Freestyle render, when posit...Maxime Curioni
2009-04-09Made the calculation of the number of available style modules more robustMaxime Curioni
2009-04-08Corrected crash when calculating number of available style modulesMaxime Curioni
2009-04-07SUMMARY:Maxime Curioni
2009-04-05Tweaked a preprocessor conditional statement to support MinGWTamito Kajiyama
2009-04-04Improvements on error handling in the Python API.Tamito Kajiyama
2009-04-04Relaxed type checking concerning boolean arguments so that not onlyTamito Kajiyama
2009-04-04Relaxed type checking concerning boolean arguments in class constructorsTamito Kajiyama
2009-04-02Fixed an error checking in Curvature2DAngleF0D::operator().Tamito Kajiyama
2009-04-01Added getExactTypeName() method.Tamito Kajiyama
2009-04-01Improvements on error handling in the Python API.Tamito Kajiyama
2009-03-30* fixed uninitialized variables.Tamito Kajiyama
2009-03-30Improvements on error handling in the Python API.Tamito Kajiyama
2009-03-30* improved error handling in CurvePointIterator constructor.Tamito Kajiyama
2009-03-30* Added BPy_Chain_from_Chain_ptr().Tamito Kajiyama
2009-03-29Fixed a typo in the last commit.Tamito Kajiyama
2009-03-29Improvements on error handling in the Python API.Tamito Kajiyama
2009-03-22Freestyle was changed from a tile-based process to a post-processing effect. ...Maxime Curioni
2009-03-21Removed the declaration of an undefined static function, to suppress a compil...Tamito Kajiyama
2009-03-21Corrected stroke/Operators.cpp to compile without warningsMaxime Curioni
2009-03-21Fixed editing errors in the last commit...Tamito Kajiyama
2009-03-21Made changes to the C++ API in order to allow for proper errorTamito Kajiyama
2009-03-21Added getExactTypeName() method.Tamito Kajiyama
2009-03-21Fixed an uninitialized variable.Tamito Kajiyama
2009-03-21Improvements in error handling at Python-C++ boundaries.Tamito Kajiyama
2009-03-21Improvements in error handling at Python-C++ boundaries.Tamito Kajiyama
2009-03-14Fixed incorrect argument checking.Tamito Kajiyama
2009-03-14Made appropriate changes according to the fix in Revision 19287 concerning th...Tamito Kajiyama
2009-03-14Fixed the subclassing of int to define the IntegrationType type.Tamito Kajiyama
2009-03-14Fixed StrokeVertex::setPoint() to accept a Blender Vector object as the argum...Tamito Kajiyama
2009-03-14Fixed StrokeVertex::setPoint() to accept a Blender Vector object as the argum...Tamito Kajiyama
2009-03-13Fixed memory leaks in passing vectors from Python to C++.Tamito Kajiyama
2009-03-13Better error handling in the Python API.Tamito Kajiyama
2009-03-08Fixed an immediate crash due to execution failure of a style module.Tamito Kajiyama
2009-03-02Fixed an issue regarding render layers. Now the Freestyle renderer builds a ...Tamito Kajiyama
2008-12-11renamed app_blender/api.cpp FRS_freestyle.cppMaxime Curioni
2008-12-11improved Freestyle IO formattingMaxime Curioni
2008-12-11removed AppGLWidget and all related classesMaxime Curioni
2008-12-10when Freestyle would execute style modules, a copy of the Python script would...Maxime Curioni
2008-12-10replaced "Shape loading" message with "Importing triangular meshes into Blender"Maxime Curioni
2008-12-09corrected crash caused when enabling scene vectorsMaxime Curioni
2008-12-05corrected problems using different filters: Freestyle pixels were being fetch...Maxime Curioni
2008-12-05Reverted the changes (in revisions 17517-17519) for the antialiasing based on...Tamito Kajiyama
2008-12-04fixed OSA and tile rendering problemsMaxime Curioni
2008-12-02The GL-based renderer was removed. Freestyle now uses Blender's internal rend...Maxime Curioni
2008-12-01Added changes to support Python's native iterator protocol in Stroke and Stro...Tamito Kajiyama