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-01-26Fix for a crash in curvature calculation due to a WVertex with no associated ...Tamito Kajiyama
2013-01-25Fix for no copy constructor in the Python wrapper of StrokeAttribute.Tamito Kajiyama
2013-01-22Fix for Stroke.Resample(float iSampling) and Stroke.UpdateLength() usingTamito Kajiyama
2013-01-19Suppressed MSVC warning C4521: multiple copy constructors specified.Tamito Kajiyama
2013-01-18Removed unused variable d2 and calculation of its value in GeomUtils::interse...Tamito Kajiyama
2013-01-18A patch set from Bastien Montagne (thanks!) for silencing build warnings (fro...Tamito Kajiyama
2013-01-09Fix for BPy_FrsMaterial docstring.Tamito Kajiyama
2013-01-06Merged changes in the trunk up to revision 53584.Tamito Kajiyama
2013-01-04New command-line option --debug-freestyle to enable verbose debug messagesTamito Kajiyama
2013-01-02Yet another big style clean-up patch by Bastien Montagne, thanks a lot!Tamito Kajiyama
2012-12-29Fix encoding (from ISO 8859-15 to utf8).Bastien Montagne
2012-12-29Another mega (literally :p) code clean-up patch by Bastien Montagne, thanks a...Tamito Kajiyama
2012-12-26Fix encoding (from ISO 8859-15 to utf8).Bastien Montagne
2012-12-26Partly reverted the changes in revision 53099 to avoid a compilation error wi...Tamito Kajiyama
2012-12-22Another "insanely" big code clean-up patch by Bastien Montagne, many thanks!Tamito Kajiyama
2012-12-21Fix encoding of those files (was iso-8859-15, i.e 8bit, instead of utf-8!).Bastien Montagne
2012-12-19Merged changes in the trunk up to revision 53146.Tamito Kajiyama
2012-12-18Another big code clean-up patch by Bastien Montagne (GPL headers, indentation,Tamito Kajiyama
2012-12-12Fix for svn:executable.Tamito Kajiyama
2012-12-10All angle properties were switched from degrees to radians (using PROP_ANGLE Tamito Kajiyama
2012-12-09Fix for a number of compiler warnings as well as a bug hidden by the warnings.Tamito Kajiyama
2012-10-28Improvements of Freestyle GUI controls - Part 1.Tamito Kajiyama
2012-10-21Fix for OCIO-based color management (reported in the commit log of revision 5...Tamito Kajiyama
2012-10-06Split time measurement for temporary scene generation from that for stroke re...Tamito Kajiyama
2012-10-06An attempt to improve the performance of temporary scene generation for strok...Tamito Kajiyama
2012-09-23Merged changes in the trunk up to revision 50829.Tamito Kajiyama
2012-09-23Fix for a crash due to the changes in the trunk revision 50087 for thread saf...Tamito Kajiyama
2012-09-03Experimental fix for incorrect view edge visibility.Tamito Kajiyama
2012-07-17Better handling of the ESC key during Freestyle rendering.Tamito Kajiyama
2012-07-16Sphere radius and Kr derivative epsilon (removed in revision 43902) were reco...Tamito Kajiyama
2012-07-03Fix for Stroke::Resample() in combination with the previous commit.Tamito Kajiyama
2012-07-03Fix for an inappropriate removal of singular points in stroke creation.Tamito Kajiyama
2012-06-17Fix for persistent failures of BLI_assert(CustomData_has_layer(&dm->faceData,...Tamito Kajiyama
2012-06-17Fixed a typo.Tamito Kajiyama
2012-06-17Fix for NaN's in the Z component of projected points by SilhouetteGeomEngine:...Tamito Kajiyama
2012-06-12Fix for emitted objects of a particle system not rendered properly.Tamito Kajiyama
2012-06-04Made an attempt to fix an instability issue in stroke rendering due to a failureTamito Kajiyama
2012-05-29Fix for the WithinImageBorderUP1D predicate not working with a ViewEdge such ...Tamito Kajiyama
2012-05-12Merged changes in the trunk up to revision 46557.Tamito Kajiyama
2012-05-07Fix for X and Y aspect ratios not working properly with Freestyle stroke rend...Tamito Kajiyama
2012-05-01Fix for a crash due to a corruption of data for addressing degenerate triangl...Tamito Kajiyama
2012-04-29Suppressed "unused but set variable" warnings.Tamito Kajiyama
2012-04-22Suppressed a compiler warning about an empty controlled statement.Tamito Kajiyama
2012-04-11New options for specifying unit line thickness.Tamito Kajiyama
2012-04-07Fix for an unnormalized normal vector in ViewEdgeXBuilder::BuildSmoothFEdge().Tamito Kajiyama
2012-04-07Fix for broken face normals in FEdgeSharp and FEdgeSmooth, resulting fromTamito Kajiyama
2012-03-05Another possible fix for degenerate triangles in imported mesh data.Tamito Kajiyama
2012-03-03Fix for a compilation error with GCC 4.6 (Linux and MinGW32).Tamito Kajiyama
2012-03-03Made another attempt to fix degenerate triangles in imported mesh data.Tamito Kajiyama
2012-02-29Better fix for degenerate triangles in imported mesh data.Tamito Kajiyama