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-04-15Code cleanup: indentationCampbell Barton
2014-04-11Fix for Freestyle Python API modules not found in the Python Console.Tamito Kajiyama
2014-04-09Freestyle: fix for typos in Python API docstrings.Tamito Kajiyama
2014-04-07Code cleanup: make the source G rated again.Campbell Barton
2014-04-07Code cleanup: use parens around multi-line defines.Campbell Barton
2014-04-04Missing file in commit 12302011d6207a60b24d0cae71a88df0384bc5da.Tamito Kajiyama
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
2014-04-01Fix for leak in freestyle transformVerticesCampbell Barton
2014-04-01Fix for leak in freestyle FitCurveCampbell Barton
2014-03-19Code cleanup: unreachable break/returnCampbell Barton
2014-03-15Code cleanup: spelling & styleCampbell Barton
2014-03-13Freestyle: Fix for a potential implementation error in the Python wrapper of ...Tamito Kajiyama
2014-03-13Freestyle: avoid checking PyErr_Occurred and quiet warningCampbell Barton
2014-03-09Fix for prevoius commit: accidentally changed a ifndef to ifdef.Juergen Herrmann
2014-03-09Cleanup some useless/unneeded #ifdefs for MSVC2013.Juergen Herrmann
2014-03-05Freestyle: Fix for incorrect comparisons of Nature values with integer and bo...Tamito Kajiyama
2014-02-28Fix T38887: error in (still unused) freestyle math function implementation.Brecht Van Lommel
2014-02-13Freestyle: Follow-up fix for the chaining operation bug in the previous commit.Tamito Kajiyama
2014-02-12Freestyle: Fix for chaining operators not concatenating edges with Freestyle ...Tamito Kajiyama
2014-02-05Code cleanup: use bool for static methodsCampbell Barton
2014-02-03Code cleanup: white space and cmake was broken on all platformsCampbell Barton
2014-02-02Freestyle: Fix for iterations over 0D elements in the reversed order.Tamito Kajiyama
2014-02-02Docstring updates and code cleanup by flokkievids (Folkert de Vries).Tamito Kajiyama
2014-02-02Code cleanup (mostly indentation and white space).Tamito Kajiyama
2014-02-02Fix for iterators' at_start flag left unset in C++ to Python conversion utili...Tamito Kajiyama
2014-02-02Imported D222 Diff 2 (ID 781) by flokkievids (Folkert de Vries).Tamito Kajiyama
2014-01-28Reorganized the Freestyle Python API in a hierarchical package structure.Tamito Kajiyama
2014-01-15Fix collada and freestyle module compile errors after recent commit, forgot toBrecht Van Lommel
2014-01-15Fix for infinite freestyle re-render in the viewportSergey Sharybin
2014-01-13Fix T38054: High CPU usage with many objectsSergey Sharybin
2013-12-18Fix compile on MSVC, we don't use "isfinite" anywhere else inside source/blen...Thomas Dinges
2013-12-17Fix crash in freestyle vector parsing (hard to believe nobody noticed)Campbell Barton
2013-12-17Fix for obscure freestyle crash when attempting to negate INT_MINCampbell Barton
2013-12-17Py API: use direct access to list/tuple size when type is knownCampbell Barton
2013-11-30Woo Hoo. First git commit.Alexandr Kuznetsov
2013-11-22Code Cleanup: int pointer comparisonCampbell Barton
2013-11-17Freestyle: a follow-up fix of trunk revision 61233. When an iterator has rea...Tamito Kajiyama
2013-11-12Fix #37092 and #37381: crashes in the .object() method of Freestyle iterators.Tamito Kajiyama
2013-11-05Additional code improvements: avoid unnecessary Python object allocations in ...Tamito Kajiyama
2013-11-03Minor code improvements: avoid unnecessary Python object allocations in Frees...Tamito Kajiyama
2013-11-03Fix for missing calls of BaseMath_ReadCallback() when accessing vector/color ...Tamito Kajiyama
2013-10-31code cleanup: spellingCampbell Barton
2013-10-31Fix for Freestyle rendering errors with color blend modes SOFT_LIGHT and LINE...Tamito Kajiyama
2013-10-24Fix for occasional crashes due to numerical instability in Freestyle Perlin n...Tamito Kajiyama
2013-09-30more fixes relating to [#36878], freestyle was only checking for NULL linesty...Campbell Barton
2013-09-21style cleanup: whitespace & odd indentationCampbell Barton