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
2015-10-20First step to handle missing libs/datablocks when reading a file.Bastien Montagne
2015-09-04Quiet warningsJulian Eisel
2015-08-02parenthisize macro args to avoid errorsCampbell Barton
2015-07-09Select Shortest Path for edit-curveCampbell Barton
2015-07-09Curve: change rules wrt active bezierCampbell Barton
2015-07-08Add BKE_nurb_bpoint_calc_normalCampbell Barton
2015-06-20Cleanup: use listbase clearCampbell Barton
2015-06-08Fix T44991: Apply transform skips poly-radiusCampbell Barton
2015-05-12Cleanup: styleCampbell Barton
2015-05-12Depsgraph: Add evaluation callbacks for granular nodes updateSergey Sharybin
2015-05-07Fix T44604 bad quality of rake with bezier curves.Antony Riakiotakis
2015-04-28Curves: don't use 'charidx' for regular curvesCampbell Barton
2015-04-28Add material slot reorder buttonsGaia Clary
2015-04-04Cleanup: use BKE_animdata_* prefixCampbell Barton
2015-02-27Fix T42833: Kink on nurbs curveCampbell Barton
2015-01-31Compiler warning: double-promotionCampbell Barton
2015-01-26Fix T41834: Ctrl+LMB, Extrude Curves 2+ splinesCampbell Barton
2015-01-26Curves: BKE_nurb_copy left duplicate arraysCampbell Barton
2015-01-09Fix T43159: Copying of linked datablocks using relpath leads to invalid paths...Bastien Montagne
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