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
2017-05-26Fix T51350: 2D curve normals flip when deformedCampbell Barton
2017-02-22Fix T50745: Shape key editing on bezier objects broken with Rendered Viewport...Bastien Montagne
2016-06-25Fix T48723: Curve bevel creates invalid geometryCampbell Barton
2016-06-25Cleanup: use BLI_bitmap for bevel-splitCampbell Barton
2016-03-04Fix uninitialized memory use lattice-boundboxCampbell Barton
2015-10-07Cleanup: spellingCampbell Barton
2015-09-04Quiet warningsJulian Eisel
2015-06-17Cleanup: styleCampbell Barton
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-30Fix T44186: Bezier Bevel facto mapping broken when 'start' was set to 'Resolu...Bastien Montagne
2015-03-25use BKE_mball_tessellate.h includeCampbell Barton
2015-02-27Fix T43807: invalid mesh from 2-sided cyclic curveCampbell Barton
2015-01-06Remove slurph shape-key featureCampbell Barton
2014-11-29Cleanup: unused headersCampbell Barton
2014-10-21Fix T42257: Curve vertex parent not working with animationSergey Sharybin
2014-08-20Cleanup: styleCampbell Barton
2014-08-18Fix T41085: Blender crashes when using "spline" or "segments" for bevel curve...Sergey Sharybin
2014-08-07Fix T41047: Text objects flippingCampbell Barton
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-07-18Cleanup in MBALL/displist: no need to create curvecache for non-basis mballs,...Bastien Montagne
2014-07-18Cleanup: curvecaches for curves, not mballs!Bastien Montagne
2014-06-19Curve: zero memory on access rather then callocCampbell Barton
2014-06-19Complete last commit.Bastien Montagne
2014-06-19Fix T40694: Curve path messed up.Bastien Montagne
2014-06-15Curve: remove unused displist membersCampbell Barton
2014-06-15Curve: replace calloc with malloc for values immediately written intoCampbell Barton
2014-06-15Curve: use zero length array for BevList for less confusing syntaxCampbell Barton
2014-06-10Curve: skip curves when matching bevel-fac (like 2.70)Campbell Barton
2014-06-06Code cleanup: styleCampbell Barton
2014-05-28Style cleanupSergey Sharybin
2014-05-26Fix T40223: Errors in bevel_factor_mapping_start/endCampbell Barton
2014-05-26Fix for out of bounds read calculating spline mappingCampbell Barton
2014-05-26Curve Mapping: disable for cyclic curves (it doesn't make much sense and is b...Campbell Barton
2014-05-26Fix for out of bounds reads with curve bevel mappingCampbell Barton
2014-05-17Fix mistake in recent patchCampbell Barton
2014-05-16Fix T40223: Setting bevel_factor_mapping_start/end crashesCampbell Barton
2014-05-16Add assert to check for buffer overrunCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-04-08Fix T39635: Crash convening curve to meshCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Fix deffects reported by CoverityScan (nothing dramatic, but at least one was...Bastien Montagne
2014-03-31Code cleanup: fixes for function prototypesSergey Sharybin
2014-03-28Bevel Factor MappingLukas Treyer
2014-03-20Code cleanup: use boolsCampbell Barton
2014-03-17Code cleanup: styleCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-02-25Fix T38745: Curve parent crash when rendering animationSergey Sharybin
2014-02-15Fix T38638: modifiers on curves kept warningsCampbell Barton
2014-02-13Mask: add option to detect self intersectionsCampbell Barton