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-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
2013-09-15Fix [#36727] Curve Object Scaled to 0 + Freestyle = CrashBastien Montagne
2013-09-12code cleanup: headers - doxy comments.Campbell Barton
2013-09-05code cleanup:Campbell Barton
2013-08-24Quiet annoying VC++ warning C4819: The file contains a character that cannot ...Tamito Kajiyama
2013-08-24Add stdlib.h to solve compilation error caused by missing abort() prototypeSergey Sharybin
2013-08-24Fix for [#36374] Read unitialized memory in Freestyle.Tamito Kajiyama
2013-08-19style cleanup: indent/whitespaceCampbell Barton
2013-08-11use 'greater/less then or equal to' operators rather then adding 1.Campbell Barton
2013-08-08Fix for a formatting error in the docstring of SVertex.viewvertex().Tamito Kajiyama
2013-08-08Fix for docstrings of CurvePoint.first_svertex() and CurvePoint.second_sverte...Tamito Kajiyama
2013-08-04add c++/guardedalloc to more freestyle classes, also remove redundant 'public:'Campbell Barton
2013-07-20Fix for docstring inconsistency in Stroke.stroke_vertices_end().Tamito Kajiyama
2013-07-13Fix for [#35482] 2.67 freestyle line visibility computation bug.Tamito Kajiyama
2013-07-12optimize interp_weights_poly_v2(), well tested, was calculating the area twic...Campbell Barton
2013-07-11Fix for Bug #35695: Freestyle produces extra line across an object with point...Tamito Kajiyama
2013-07-10Fix for bug #36009: Rendered ortho view messes up Freestyle lines in 3D viewp...Tamito Kajiyama
2013-07-07Fix for incorrect clipping of Freestyle strokes when the viewport preview is ...Tamito Kajiyama