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-05-11Freestyle: Fix for the active line set index possibly invalidated after delet...Tamito Kajiyama
2014-05-11Added BKE_freestyle_lineset_delete() by generalizing FRS_delete_active_linese...Tamito Kajiyama
2014-05-09Freestyle: Fix for a wrong interpolation of stroke segment visibility.Tamito Kajiyama
2014-05-09Freestyle: Stroke rendering optimization.Tamito Kajiyama
2014-05-09De-duplicated #includes.Tamito Kajiyama
2014-05-09Fix for an occasional crash in Freestyle stroke rendering.Tamito Kajiyama
2014-05-08Removed a Freestyle hack for DAG updates introduced in commit rBae58968e0a61.Tamito Kajiyama
2014-05-07Freestyle: minor code clean-up.Tamito Kajiyama
2014-05-07Freestyle: time/space optimization in stroke rendering without textures.Tamito Kajiyama
2014-05-07Freestyle: debug statistics on stroke rendering.Tamito Kajiyama
2014-05-07Freestyle: removed the dummy implementation of a texture manager.Tamito Kajiyama
2014-05-05Another attempt to fully fix T40020: Freestyle: dashed lines crashes blender.Tamito Kajiyama
2014-05-05Fix T40020: Freestyle: dashed lines crashes blender.Tamito Kajiyama
2014-05-03Patch D246: Texture Marks for freestyle strokes, written and contributed by P...Tamito Kajiyama
2014-04-24Freestyle: quiet BMESH validator warnings of zero normals.Tamito Kajiyama
2014-04-18Quite compiler warnings.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 unnecessary #include "FreestyleConfig.h".Tamito Kajiyama
2014-04-17Freestyle: removed unused *_EXPORT qualifiers for building Windows DLLs.Tamito Kajiyama
2014-04-17Fix for missing changes in commit 6b0b6f876a4d68acd5c9252270a5135d0308d782.Tamito Kajiyama
2014-04-17Replaced assert() with BLI_assert().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 2).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-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