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
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-02SConsCampbell Barton
2010-08-01- font object x/yoffset was making text box's wrap text incorrectly.Campbell Barton
2010-07-26replace macros VECCOPY and QUATCOPY with inline math functions no functional ...Campbell Barton
2010-07-14- text3d was missing menu items for toggling bold/underline/italic/smallcaps.Campbell Barton
2010-07-14- make duplis real wasnt redrawingCampbell Barton
2010-04-21option to use curve point weights to influence particle effectors.Campbell Barton
2010-04-18remove config.h references, was added for automake build system rev around 12...Campbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21removed unused includes, except for physics and particle related filesCampbell Barton
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-03-13Fix #21282: Segfault when using "Text on curve" optionSergey Sharybin
2010-02-12correct fsf addressCampbell Barton
2010-01-11* Restored font selection functionality with open font and unlink font opera...Matt Ebb
2009-12-14Fix #20233: crash when entering - characters in text object, with shortBrecht Van Lommel
2009-11-10Math LibBrecht Van Lommel
2009-09-14use static functions where possible for some local functions.Campbell Barton
2009-09-12new struct PathPoint for each path element (replaces float[4]), Paths now sto...Campbell Barton
2009-09-08Made Nurb->type only store the type rather then mixing the type with flags.Campbell Barton
2009-06-302.5Brecht Van Lommel
2009-06-152.5Ton Roosendaal
2009-06-092.50:Brecht Van Lommel
2009-05-06Big, big commit!!Diego Borghetti
2009-02-172.5: Text edit mode operators back. Took me a while gettingBrecht Van Lommel
2009-01-232.5Ton Roosendaal
2009-01-042.5Ton Roosendaal
2009-01-022.5Ton Roosendaal
2008-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
2008-05-26* The displist would be uninitialized when nurbs bezieru/v was set and the or...Campbell Barton
2008-04-25Suggestion by GSR; move "extern C" into header file, remove "_" fromKen Hughes
2008-04-25Duplicating UTF-8 changes from Revision 14536 in another place in the source ...Ken Hughes
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-01-07Patch to change license to GPL only, from GSR.Chris Want
2008-01-01removed blenderdef.h, BIF_*, BDR_* and BSE_* header files (except for BIF_gl....Campbell Barton
2007-12-24Blenkernel for 2.5 project, changes mainly are because of disablingTon Roosendaal
2007-04-04moved source and text to american spellingCampbell Barton
2006-06-10Fixed an almost one-decade long annoyance: Text objects with "TextOnCurve"Alexander Ewering
2006-05-23Fix underlining for text objects to use correct material index (and preventAlexander Ewering
2005-12-11Big commit with work on Groups & Libraries:Ton Roosendaal
2005-11-01Three new features:Ton Roosendaal
2005-10-31Found a potential crash where NULL could be passed to vfont_get_data(),Alexander Ewering
2005-10-31Comment out debug printfAlexander Ewering
2005-10-28Fixing Bug: 3273, Removing my goto calls from font.c.Mika Saari
2005-10-28Fixed gcc warnings for unused var and unitialiazed vars.Ton Roosendaal
2005-10-22A tweak for text follow curve -- the old comment in the code saysChris Want
2005-10-11Found a crasher in editing text; load file with text, enter editmode forTon Roosendaal
2005-09-29Fix Python API to correctly create Text3D objects. This is just aAlexander Ewering
2005-09-19Coding style from spaces to tabs in files related to Unicode Font Object.Mika Saari
2005-09-19Looking at it, I could improve drawing of selection at leastAlexander Ewering
2005-09-19Disabling underlining for text objects with "TextOnCurve", because it canAlexander Ewering