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-10-31Code cleanup: synchronize const qualifiers between declaration and definitionSergey Sharybin
2014-09-30Fix T42018: Crash when displaying beveled poly-curves with spline bevfac mappingSergey Sharybin
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-09-10Curve: Remove assert in BKE_curve_bevelList_makeCampbell Barton
2014-09-04Fix setting Curve-handle type moving the wrong oneCampbell Barton
2014-09-04Fix T35952: Switching a single handle to free would lock the others alignmentCampbell Barton
2014-09-01Support more object types scene-scale (on creation)Campbell Barton
2014-08-21CleanupCampbell Barton
2014-08-18Correction to previous curve bevlist commitSergey Sharybin
2014-08-18Fix T41085: Blender crashes when using "spline" or "segments" for bevel curve...Sergey Sharybin
2014-08-13SpellingCampbell Barton
2014-07-17Add helper to validate (and fix) material indices of meshes' polygons, curves...Bastien Montagne
2014-06-19Curve: zero memory on access rather then callocCampbell 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-13Code cleanup: spellingCampbell Barton
2014-05-27Revert fix for T38594, caused T40186 (just accept limitation for now)Campbell Barton
2014-05-26EditCurve: Replace -1 with CU_ACT_NONE defineCampbell Barton
2014-05-26Fix for curve having invalid active vertex after setting typeCampbell Barton
2014-05-163D Text: Change textbox placement to ignore font scaleCampbell Barton
2014-05-14FCurve: handle calculation was measuring new handle lengths and not using for...Campbell Barton
2014-05-13Fix T40176: Curve Functions broken in several addonsSergey Sharybin
2014-05-03Fix for aligned handles in masking and curve objectsSergey Sharybin
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-29Fix T39947: Aligned handle behaviour problem in graph editorCampbell Barton
2014-04-29Code cleanup: simplify reallocs using MEM_recallocCampbell Barton
2014-04-28Fix for typo in commentJoshua Leung
2014-04-28Fix T38594: Incorrect behaviour when editing aligned handles in curve editorJoshua Leung
2014-04-26Code cleanup: use 'const' for arrays (blenkernel)Campbell Barton
2014-04-11Fix T39266: Weird Skin modifier shutdownSergey Sharybin
2014-04-08Code cleanup: remove paranoid NULL checkCampbell 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-30Code cleanup: BKE_nurbList_handles_set used some strange logicCampbell Barton
2014-03-30Code cleanup: de-duplicate cotangent weight function & add arg sizesCampbell Barton
2014-03-28Implement asymmetric and free handles type for masksSergey Sharybin
2014-03-28Bevel Factor MappingLukas Treyer
2014-03-28Code cleanup: use sqrtf when input and output are floatCampbell Barton
2014-03-20Code cleanup: use boolsCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-03-113D Text: textbox selection while in editmodeCampbell Barton
2014-03-07Fix T38985: Setting endpoint_u property while creating spline in Python gives...Sergey Sharybin
2014-03-01Code cleanup: correct abs use and quiet warningsCampbell Barton
2014-03-01Code cleanup: comment unused code in calchandleNurb_internCampbell Barton
2014-02-28Fix T38817: FCurve autoclamp errorCampbell Barton
2014-02-27Fix T38863: FCurve auto-clamp allows handle to move past X boundsCampbell Barton
2014-02-27Code cleanup: curves calculation was using offsets confusinglyCampbell Barton
2014-02-20Fix for off-by-one error switching nurbs directionCampbell Barton
2014-02-18Fix crash on file load with linked groups and curve bevel.Brecht Van Lommel
2014-02-14Fix T38562: Wrong curve tilt after Switch DirectionSergey Sharybin