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-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
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-05Scanfill: avoid converting int<>intptr_t for displist indicesCampbell Barton
2014-02-04Scanfill: optimize filling curves, text, masks - skip calculating holesCampbell Barton
2014-01-13Remove direct displist creation from curve deformSergey Sharybin
2014-01-13Remove direct displist creation from BKE_vfont_to_curve_ex()Sergey Sharybin
2014-01-05Text3d: fix font family feature for unicode and correct tooltipCampbell Barton
2014-01-05Fix crash when having multiple text objects sharing the same curve datablockSergey Sharybin
2014-01-03Text3d: avoid converting utf8 to wchar_t in editmodeCampbell Barton
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-23Fix for converting unfilled 3d text into a meshCampbell Barton
2013-12-14Curves: Skip 3dtext & 2d-curve filling when fill is set to 'None'Campbell Barton
2013-12-11Move curve's boundbox and texspace calculation out of modifier stackSergey Sharybin
2013-12-03Code Cleanup: remove redundant/misleading NULL checksCampbell Barton