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-28Reorganized the Freestyle Python API in a hierarchical package structure.Tamito Kajiyama
2013-11-30Woo Hoo. First git commit.Alexandr Kuznetsov
2013-11-22Code Cleanup: int pointer comparisonCampbell Barton
2013-08-24Fix for [#36374] Read unitialized memory in Freestyle.Tamito Kajiyama
2013-08-04add c++/guardedalloc to more freestyle classes, also remove redundant 'public:'Campbell Barton
2013-06-16Fix for the DensityF0D function not working as expected when the Z pass was n...Tamito Kajiyama
2013-06-11Fix #35561: freestyle + read full sample layers = crash.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-01Fix for [#35116] Freestyle StringUtils::toAscii breakes non-ascii path values.Tamito Kajiyama
2013-04-09Attempt to fix a potential name conflict between Freestyle and the compositor.Tamito Kajiyama
2013-04-08style cleanupCampbell Barton
2013-03-31remove blender foundation copyright from freestyle files.Campbell Barton
2013-03-08A big code clean-up patch from Bastien Montagne, many thanks!Tamito Kajiyama
2013-03-03Removed redundant definitions of __min and __max macros by replacing them withTamito Kajiyama
2013-03-02Removed paths to a browser command and help index that are no longer used in ...Tamito Kajiyama
2013-01-18A patch set from Bastien Montagne (thanks!) for silencing build warnings (fro...Tamito Kajiyama
2013-01-04New command-line option --debug-freestyle to enable verbose debug messagesTamito Kajiyama
2012-12-26Partly reverted the changes in revision 53099 to avoid a compilation error wi...Tamito Kajiyama
2012-12-18Another big code clean-up patch by Bastien Montagne (GPL headers, indentation,Tamito Kajiyama
2012-12-12Fix for svn:executable.Tamito Kajiyama
2012-10-06Split time measurement for temporary scene generation from that for stroke re...Tamito Kajiyama
2012-07-17Better handling of the ESC key during Freestyle rendering.Tamito Kajiyama
2012-04-11New options for specifying unit line thickness.Tamito Kajiyama
2011-10-06Fix for an uninitialized member variable.Tamito Kajiyama
2011-06-11Merged changes in the trunk up to revision 37388.Tamito Kajiyama
2011-03-14Optimized view map calculation by Alexander Beels.Tamito Kajiyama
2010-12-05Made a change as to when the view map data structure is released,Tamito Kajiyama
2010-12-04A few attempts to reduce the amount of memory consumption in Freestyle.Tamito Kajiyama
2010-10-17Fix for a bug that style modules from wrong scene render layersTamito Kajiyama
2010-07-26* Implemented the basic stroke rendering functionality for the newTamito Kajiyama
2010-07-10Removed the OpenGL-based stroke renderer that was no longer used.Tamito Kajiyama
2010-07-08Fix for path changes in the trunk revision 29935.Tamito Kajiyama
2010-05-23New option to specify the angular threshold for detecting crease edges.Tamito Kajiyama
2010-05-23New option for detecting feature edges at material boundaries.Tamito Kajiyama
2010-04-18Fixed a compilation issue with MinGW. The commit 28081 was revertingTamito Kajiyama
2010-04-08Got rid of a number of compiler warnings with regard to redefinitionsTamito Kajiyama
2010-04-01Fixed a compiler error in AppCanvas.h (thanks paulhart2). Also fixedTamito Kajiyama
2010-03-30Fix for the issue described in the commit log of revision 27846: MadeTamito Kajiyama
2010-03-28Fixed the full sample anti-aliasing support in Freestyle.Tamito Kajiyama
2010-02-17Removed debugging printf() calls.Tamito Kajiyama
2010-02-17Fixed bugs in AppCanvas::readColorPixels() andTamito Kajiyama
2010-02-14Added support for pixel-based density and Z depth information.Tamito Kajiyama
2010-02-13Further consolidation of the view map creation.Tamito Kajiyama
2010-02-01Added support for orthographic camera.Tamito Kajiyama
2009-12-22Merged changes in the trunk up to revision 25508.Tamito Kajiyama
2009-11-10Improved context handling. Previously FRS_initialize() was used for bothTamito Kajiyama
2009-10-15Moved #include "BLI_jitter.h" to the beginning of a series ofTamito Kajiyama
2009-10-15TK's patch to correct the PythonInterpereterMaxime Curioni
2009-10-05fixed headers and SConscript to have successful buildMaxime Curioni