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
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
2013-07-03update doxygen congfig and tweaks to warnings when running doxygen.Campbell Barton
2013-06-26correct typos in comments.Campbell Barton
2013-06-25Buildbot: disable command length workaround for now, seems to give link errors.Brecht Van Lommel
2013-06-25Buildbot: another workaround for the Windows command length limit, this timeBrecht Van Lommel
2013-06-25Fix for invalid zero-length orientation vectors.Tamito Kajiyama
2013-06-16Fix for the DensityF0D function not working as expected when the Z pass was n...Tamito Kajiyama
2013-06-16Fix for Freestyle face marks incorrectly reset when feature edges are split a...Tamito Kajiyama
2013-06-15code cleanup: remove checks for (select == LEFTMOUSE), this happened to work ...Campbell Barton
2013-06-15Fix for splitting at material boundaries not correctly working with border li...Tamito Kajiyama
2013-06-12Fix #35353: Freestyle + Compositor + Auto-render renders freestyle lines in t...Tamito Kajiyama
2013-06-11Fix #35561: freestyle + read full sample layers = crash.Tamito Kajiyama
2013-06-10Replaced a hard-coded array length with MAX_ID_NAME.Tamito Kajiyama
2013-05-28don't use globbing for freestyle cmake file.Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-28Fix for crash in Freestyle with sketchy chaining and Bezier Curve geometry mo...Tamito Kajiyama
2013-05-24fix for building on osx with recent freestyle bugfix.Campbell Barton
2013-05-24fix [#35478] Spatial Noise crashes Blender on RenderCampbell Barton