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
2016-12-28Fix T49479: Freestyle inconsistent line drawing with large geometry dimension.Tamito Kajiyama
2016-08-18Freestyle: fix wrong arg order, and cleanup confusing loop (both reported by ...Bastien Montagne
2016-08-05Fix T48366: Freestyle will unnecessary exclude some linked objects.Tamito Kajiyama
2016-08-05Freestyle: minor code cleanup (whites pace).Tamito Kajiyama
2016-07-22fix null pointer dereferencesMike Erwin
2016-07-08Cleanup: spellingCampbell Barton
2016-07-07Cleanup: spelling, styleCampbell Barton
2016-07-02Cleanup: comment blocksCampbell Barton
2015-07-20Freestyle: disabled debug code in ViewMapBuilder::ComputeIntersections().Tamito Kajiyama
2015-07-20Freestyle: minor optimization for space in the FEdgeXDetector.Tamito Kajiyama
2015-07-20Freestyle: commented part of FEdgeXDetector::ProcessRidgeFace() that has no e...Tamito Kajiyama
2015-07-20Freestyle: internal switch from double to float in mesh loading and construct...Tamito Kajiyama
2015-07-20Freestyle: minor optimization for space from mesh importing to feature edge d...Tamito Kajiyama
2015-07-20Freestyle: minor optimization for space by using a pointer to a const char ar...Tamito Kajiyama
2015-07-13 Imbuf types refactor.Antony Riakiotakis
2015-04-02CleanupCampbell Barton
2015-03-27Freestyle: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-03-13Initial compilation support with C++11 featureset enabledSergey Sharybin
2014-10-29Cleanup: warnings, typosCampbell Barton
2014-10-03Cleanup: spelling, wsCampbell Barton
2014-10-02Freestyle: Fix for destructive view map modifications during chaining operati...Tamito Kajiyama
2014-10-02Freestyle: Finer memory statistics with CXX_GUARDEDALLOC.Tamito Kajiyama
2014-09-02Better fix for T41464: Material Boundary bug in Freestyle.Tamito Kajiyama
2014-08-17CleanupCampbell Barton
2014-06-02Freestyle: Minor fixes.Tamito Kajiyama
2014-05-26Fix for a missing code update in my commit rB08528f577dcb.Tamito Kajiyama
2014-05-25Freestyle: Partial fix for thinning strokes due to flipping stroke directions...Tamito Kajiyama
2014-05-21Freestyle: code cleanup: removed old commented lines of code in SilhouetteGeo...Tamito Kajiyama
2014-05-21Freestyle: Fix for Z normalization in SilhouetteGeomEngine.Tamito Kajiyama
2014-05-21Freestyle: Added utility function SilhouetteGeomEngine::CameraToImage().Tamito Kajiyama
2014-05-20Freestyle: Fix for GetOccludeeF1D returning a one-element list containing Non...Tamito Kajiyama
2014-04-17Fix another Freestyle building glitch.Bastien Montagne
2014-04-17Attempt to fix one more issue with Freestyle compilationSergey Sharybin
2014-04-17Fix compilation error of FreestyleSergey Sharybin
2014-04-17Freestyle: removed unused *_EXPORT qualifiers for building Windows DLLs.Tamito Kajiyama
2014-04-17Freestyle: removed unnecessary #include files and made minor code cleanup.Tamito Kajiyama
2014-04-17Freestyle: Fix for VC++ warnings about 'hypot' macro redefinitions (Part 4).Tamito Kajiyama
2014-04-17Freestyle: Fix for VC++ warnings about 'hypot' macro redefinitions (Part 3).Tamito Kajiyama
2014-04-17Freestyle: Fix for VC++ warnings about 'hypot' macro redefinitions (Part 1).Tamito Kajiyama
2014-04-15Code cleanup: indentationCampbell Barton
2014-04-07Code cleanup: use parens around multi-line defines.Campbell Barton
2014-04-04Freestyle: Removed SVertex _curvatureFredo and _directionFredo and their gett...Tamito Kajiyama
2014-04-04Freestyle: Fix for class definitions of 0D/1D functions (functors).Tamito Kajiyama
2014-04-03Freestyle: Fix for debug information about sweep line intersection detection.Tamito Kajiyama
2014-04-02Fix for building with MSVC2008Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2013-11-30Woo Hoo. First git commit.Alexandr Kuznetsov
2013-11-22Code Cleanup: int pointer comparisonCampbell Barton
2013-10-31code cleanup: spellingCampbell Barton
2013-09-15Fix [#36727] Curve Object Scaled to 0 + Freestyle = CrashBastien Montagne