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
2012-08-21code cleanup: vfont's used confusing and over complicated method of storing m...Campbell Barton
2012-08-04code cleanup: use camelcase for struct name.Campbell Barton
2012-08-04code cleanup:Campbell Barton
2012-08-03fix/edits to vector font handlingCampbell Barton
2012-05-05code cleanup: BKE_ naming, also make bpy.data.images.load() always load a new...Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-29style cleanup: whitespace / commasCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-20- add BLI_string_utf8.h for unicode functions.Campbell Barton
2011-10-08fix [#28846] Relative paths on linked scene failsCampbell Barton
2011-04-15possible fix [#26930] Blender 2.57 Shuts down when trying to edit 3D textCampbell Barton
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-02-12correct fsf addressCampbell Barton
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-04-25Suggestion by GSR; move "extern C" into header file, remove "_" fromKen 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
2007-12-24Blenkernel for 2.5 project, changes mainly are because of disablingTon Roosendaal
2005-12-11Big commit with work on Groups & Libraries:Ton Roosendaal
2005-09-15An #include <wchar.h> was needed to ccoompile on OSXChris Want
2005-09-14On behalf of Mika Saari, the famous Unicode Font support!Alexander Ewering
2005-08-29More text object fancyness, and fixes:Alexander Ewering
2005-07-17 - add extern to selboxes variables declarationDaniel Dunbar
2005-06-18Initial commit for new text object.Alexander Ewering
2002-12-27Removed the config.h thing from the .h's in the source dir.Kent Mein
2002-11-25Did all of the .h's in sourceKent Mein
2002-10-30fixed spacing in the headers to get rid of some warnings and some otherKent Mein
2002-10-12Initial revisionv2.25Hans Lambermont