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
2014-01-15Fix collada and freestyle module compile errors after recent commit, forgot toBrecht Van Lommel
2013-12-18Fix compile on MSVC, we don't use "isfinite" anywhere else inside source/blen...Thomas Dinges
2013-12-17Fix for obscure freestyle crash when attempting to negate INT_MINCampbell Barton
2013-10-31code cleanup: spellingCampbell Barton
2013-08-04add c++/guardedalloc to more freestyle classes, also remove redundant 'public:'Campbell Barton
2013-05-24fix for building on osx with recent freestyle bugfix.Campbell Barton
2013-05-24fix [#35478] Spatial Noise crashes Blender on RenderCampbell Barton
2013-05-19Fix for [#35245] Freestyle getting stuck on view map creation + memory leaks.Tamito Kajiyama
2013-05-15More fix for memory leaks in the Freestyle module.Tamito Kajiyama
2013-05-14Added support for WITH_CXX_GUARDEDALLOC build option to the Freestyle module.Tamito Kajiyama
2013-05-03Minor code clean-up.Tamito Kajiyama
2013-05-01Fix for [#35116] Freestyle StringUtils::toAscii breakes non-ascii path values.Tamito Kajiyama
2013-04-21Fix for a crash due to uninitialized local Main (introduced in revision 56127).Tamito Kajiyama
2013-04-18Make freestyle use local Main for temporary objectsSergey Sharybin
2013-04-09Attempt to fix a potential name conflict between Freestyle and the compositor.Tamito Kajiyama
2013-04-08code cleanup: unused macrosCampbell Barton
2013-03-31remove blender foundation copyright from freestyle files.Campbell Barton
2013-03-11Another big code clean-up patch from Bastien Montagne, thanks again!Tamito Kajiyama
2013-02-10Merged changes in the trunk up to revision 54421.Tamito Kajiyama
2013-01-04New command-line option --debug-freestyle to enable verbose debug messagesTamito Kajiyama
2012-12-29Another mega (literally :p) code clean-up patch by Bastien Montagne, thanks a...Tamito Kajiyama
2012-12-12Fix for svn:executable.Tamito Kajiyama
2012-12-09Fix for a number of compiler warnings as well as a bug hidden by the warnings.Tamito Kajiyama
2012-07-17Better handling of the ESC key during Freestyle rendering.Tamito Kajiyama
2012-05-12Merged changes in the trunk up to revision 46557.Tamito Kajiyama
2011-03-14Optimized view map calculation by Alexander Beels.Tamito Kajiyama
2011-02-26Merged changes in the trunk up to revision 35203.Tamito Kajiyama
2011-01-09Merged changes in the trunk up to revision 34193.Tamito Kajiyama
2010-10-31Fix for occasional disappearance of strokes when using SpatialNoiseShader.Tamito Kajiyama
2010-10-19Merged changes in the trunk up to revision 32565.Tamito Kajiyama
2010-07-26* Implemented the basic stroke rendering functionality for the newTamito Kajiyama
2010-04-08Got rid of a number of compiler warnings with regard to redefinitionsTamito Kajiyama
2010-01-30Replaced "math.h" by "BLI_math.h" to suppress a warning with regardTamito Kajiyama
2009-12-29Added #include <math.h> to suppress a warning with regard toTamito Kajiyama
2009-11-10Improved context handling. Previously FRS_initialize() was used for bothTamito Kajiyama
2009-10-27Fixed PythonInterpreter::interpretFile() so as to just use add_text()Tamito Kajiyama
2009-10-15* Fixed compiler warnings concerning the lack of a newline at theTamito Kajiyama
2009-10-15TK's patch to correct the PythonInterpereterMaxime Curioni
2009-09-28Migration of Freestyle to Blender 2.5 codebase (continued):Maxime Curioni
2009-08-23Fixed a bug in PythonInterpreter::interpretFile() that a temporaryTamito Kajiyama
2009-07-27Changed DIR_SEP for WIN32 from "\\\\" (double backslashes) toTamito Kajiyama
2009-03-21Made changes to the C++ API in order to allow for proper errorTamito Kajiyama
2008-12-10when Freestyle would execute style modules, a copy of the Python script would...Maxime Curioni
2008-12-02The GL-based renderer was removed. Freestyle now uses Blender's internal rend...Maxime Curioni
2008-09-15soc-2008-mxcurioni: added Aldrik Dunbar's patch for 64bit Linux buildsMaxime Curioni
2008-09-09* Make sure freestyle branch compiles with SCons/msvc9 on Windows. This was j...Nathan Letwory
2008-09-09soc-2008-mxcurioni: replaced extgl calls with glew, to test whether glBlendEq...Maxime Curioni
2008-09-09soc-2008-mxcurioni: file cleanup (swig, extgl, pbuffer, python...)Maxime Curioni
2008-08-01soc-2008-mxcurioni: clean-up #2Maxime Curioni
2008-07-23soc-2008-mxcurioni: added Iterator class, base class for all iterators in Fre...Maxime Curioni