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-04-05Fix T47705: Freestyle line glitch.Tamito Kajiyama
2016-04-04Fix T48045: Freestyle ID user decrement error.Bastien Montagne
2016-01-04Remove SCons building systemSergey Sharybin
2015-12-31Cleanup: Py API namingCampbell Barton
2015-12-29More from T47045: Add i18n translations to render status from compo.Bastien Montagne
2015-12-28Fix T47045: add some missing UI i18n translations to texture buttons and free...Bastien Montagne
2015-11-23Cleanup: use single struct for freestyle globalsCampbell Barton
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-11-05Cleanup: comments/styleCampbell Barton
2015-10-28Fix T44231: Freestyle causes crash on render.Tamito Kajiyama
2015-10-26Fix T46604: Crash in ChainPredicateIterator instantiated without predicates.Tamito Kajiyama
2015-10-26Freestyle: minor speed-up by omitting the calculation of the smallest edge size.Tamito Kajiyama
2015-10-10Fix T44048: freestyle lines in Cycles are in the wrong color space.Brecht Van Lommel
2015-10-10Fix various compiler warnings.Brecht Van Lommel
2015-09-13Cleanup: spellingCampbell Barton
2015-09-02Cleanup: styleCampbell Barton
2015-07-20Freestyle: disabled debug code in ViewMapBuilder::ComputeIntersections().Tamito Kajiyama
2015-07-20Freestyle: Removed tesselated forms of silhouettes for displaying in the UI.Tamito Kajiyama
2015-07-20Freestyle: code cleanup.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 code cleanup.Tamito Kajiyama
2015-07-20Freestyle: removed redundant instantiation of vector objects.Tamito Kajiyama
2015-07-20Freestyle: minor optimization for space by using a pointer to a const char ar...Tamito Kajiyama
2015-07-18Cleanup: whitespace & break placementCampbell Barton
2015-07-13Freestyle: Fix compilation error with strict compiler flagsSergey Sharybin
2015-07-13 Imbuf types refactor.Antony Riakiotakis
2015-07-10Freestyle: new stroke modifiersFolkert de Vries
2015-07-06Cleanup: style, spellingCampbell Barton
2015-06-18Freestyle: Fix for wrong assertion failure upon inverted face normals.Tamito Kajiyama
2015-05-31Improvements to the Freestyle Python API (needed by the SVG Exporter)Tamito Kajiyama
2015-05-16Freestyle: Fix for stroke rendering performed with multi-views enabled.Tamito Kajiyama
2015-05-16Fix T44691 Freestyle render crashes when Views is on (Blender Internal).Tamito Kajiyama
2015-05-12Depsgraph: Add additional relations/id update tagsSergey Sharybin
2015-05-11Freestyle: Fix for assertion failure in viewport preview.Tamito Kajiyama
2015-05-09Freestyle: Partial fix for a crash with Save Buffers option enabled.Tamito Kajiyama
2015-05-04Freestyle: Compilation error fix after recent changes in BKE_object_add()Sergey Sharybin
2015-04-28Compilation error fixes for strict compiler flagsSergey Sharybin
2015-04-28Fix T44404: freestyle crashes blender.Tamito Kajiyama
2015-04-22Freestyle: Fixed a crash due to missing call of StrokeShader.__init__() in Py...Tamito Kajiyama
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-04-02CleanupCampbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-27Freestyle: Code cleanup, silence warning in release modeSergey Sharybin
2015-03-27Freestyle: Code cleanup, prepare for strict C++ flagsSergey Sharybin
2015-03-19Cleanup: spelling grey -> grayCampbell Barton
2015-03-13Initial compilation support with C++11 featureset enabledSergey Sharybin
2015-03-09Fix T43624: Freestyle uses wrong colour on second Line Set with textured line...Tamito Kajiyama