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-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
2014-02-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-01-27Curves: save active point to fileKevin Mackay
2014-01-18Increase maximum allowed amount of points for Splines in both U and V directionsSimon Repp
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2014-01-13Remove direct displist creation from bevel codeSergey Sharybin
2014-01-07Text3d: move text selection boxes from Curve to EditFont structCampbell Barton
2014-01-03Text3d: store number of characters and utf8 length separatelyCampbell Barton
2013-12-28Fix for BKE_nurb_handles_autocalc using 2d tests on 3d dataCampbell Barton
2013-12-13Curve Handle Recalculate (Ctrl+N)Campbell Barton
2013-12-11Move curve's boundbox and texspace calculation out of modifier stackSergey Sharybin
2013-11-26Fix T37225: UV map for closed curves incorrectly generatedSergey Sharybin
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-20Fix T37543: Multiline 3D Text saved in edit mode breaks on loadCampbell Barton
2013-11-20Code Cleanup: remove unused members for editfont (3D text)Campbell Barton
2013-11-06Made active point and active spline behaviour more predictable on curves/surf...Kevin Mackay
2013-10-17Patch [#37115] Surface split and separate operatorsKevin Mackay
2013-10-08use booleans in BKE_nurb_handles_autocalc and BMO_op_vinitfCampbell Barton
2013-10-08replace len_v3v3 with len_squared_v3v3 for comparisons.Campbell Barton
2013-10-01fix for error setting vector handles to free when both vector handles were se...Campbell Barton
2013-09-17Fix #36747: curve bevel and extrude issueSergey Sharybin
2013-09-16move editcurve add functions into their own source file editcurve_add.cCampbell Barton
2013-09-10fix [#36693] segfaults when split vertice of Bezier curve Campbell Barton
2013-09-06align BevelSort strict to save some bytes. use camel case.Campbell Barton
2013-08-30minor ui editsCampbell Barton
2013-08-29correct own error r59619 (changes made to patch, adding handle recalculation ...Campbell Barton
2013-08-29patch [#36336] Split operator for curves and surfacesCampbell Barton
2013-08-21Need to set new curve's disp to NULL when duplicating.Sergey Sharybin
2013-08-21Partial revert of recenr cu->disp merge commitSergey Sharybin
2013-08-19Tag object-data level boundbox as invalid rather than freeing itSergey Sharybin
2013-08-19Made curves almost thread-safeSergey Sharybin
2013-08-19Remove unused argument from utility curve functionsSergey Sharybin
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-08-19Get rid of a display list stored in Curve datablockSergey Sharybin
2013-08-14Fix #36467: ends of curves - 2D differs to 3DSergey Sharybin
2013-08-14add materials.clear() method, matching other python list method.Campbell Barton
2013-08-13Fix #36461: ends of curves - twist still not goodSergey Sharybin
2013-08-12Fix #36420: ends of curves - caps & twist not goodSergey Sharybin
2013-08-07Fix #36007: ends of curves do not fitSergey Sharybin
2013-07-24- add individual origin support for curves and improve the orientation calcul...Campbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-07-17fix [#36176] Connected font Bevel moves inwards for some letter combinationsCampbell Barton