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-19Cleanup: #define -> enums.Bastien Montagne
2014-08-18Fix T41085: Blender crashes when using "spline" or "segments" for bevel curve...Sergey Sharybin
2014-08-13SpellingCampbell Barton
2014-06-15Curve: use zero length array for BevList for less confusing syntaxCampbell Barton
2014-04-28"Auto" option for Keyframe.easingJoshua Leung
2014-03-31Code cleanup: pack BezTriple a little (though size remains same)Campbell Barton
2014-03-28Implement asymmetric and free handles type for masksSergey Sharybin
2014-03-28Bevel Factor MappingLukas Treyer
2014-03-21Patch T22084: Robert Penner Easing Equations for FCurvesJoshua Leung
2014-02-03Fix T38450: Remove unused Children Offset optionSergey Sharybin
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-07Text3d: move text selection boxes from Curve to EditFont structCampbell Barton
2014-01-05Text3d: fix font family feature for unicode and correct tooltipCampbell Barton
2014-01-05Text3d: remove sepchar, old feature which no longer has any UI access.Campbell Barton
2014-01-03Text3d: store number of characters and utf8 length separatelyCampbell Barton
2013-12-11Move curve's boundbox and texspace calculation out of modifier stackSergey Sharybin
2013-11-20Fix T37543: Multiline 3D Text saved in edit mode breaks on loadCampbell Barton
2013-10-17Patch [#37115] Surface split and separate operatorsKevin Mackay
2013-08-21Partial revert of recenr cu->disp merge commitSergey 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-07-17fix [#36176] Connected font Bevel moves inwards for some letter combinationsCampbell Barton
2013-07-09fix [#36066] crash when Tab out text objectCampbell Barton
2012-11-08Added Map Taper option which if enabled maps affect of taper object onSergey Sharybin
2012-10-21style cleanup: trailing tabs & expand some non prefix tabs into spaces.Campbell Barton
2012-10-04use GCC's -Wpadded on DNA files, gives more useful warnings then makesdna.Campbell Barton
2012-08-22fix for blend_render_info.py not closing file & some edits to comments.Campbell Barton
2012-07-04More spell checking.Bastien Montagne
2012-06-15Ensure enums in DNA files has got explicit valuesSergey Sharybin
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-05-04Added start and end bevel factor for curves, so now it's possible to makeSergey Sharybin
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-02style cleanupCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-02Added option to fill caps of bevelled curves.Sergey Sharybin
2011-12-30minor dna header cleanupCampbell Barton
2011-12-11remove unused function, found when syncing with bmesh, also remove/comment so...Campbell Barton
2011-12-04add define for deprecated DNA struct members: DNA_DEPRECATED,Campbell Barton
2011-11-24Fix #29369: bpy.data.curves.new(name= "test" , type = 'SURFACE') does not cre...Sergey Sharybin
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-08-04Bassam Feature Request: "Auto Clamped" handles can now be set perJoshua Leung
2011-02-17DNA header files are now grouped under the same module. No further documentat...Nathan Letwory
2011-02-01New Keyframe Type: "Jitter"Joshua Leung
2011-01-05Todo item: linked curve objects behaves incorrect with modifiersSergey Sharybin
2010-12-20Fix #25315: Curve points keyframe changes made in edit mode get lostSergey Sharybin
2010-12-06Curves CV animationSergey Sharybin
2010-12-04Maintenance, Campbell Barton
2010-12-03fix for some pedantic warnings.Campbell Barton
2010-11-21fix for RNA ranges exceeding the range of the type (INT_MAX used on short's f...Campbell Barton