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-11-07fix [#33108] Running save_as_mainfile breaks relative texture pathsCampbell Barton
2012-10-09code cleanup: make header defines more consistent, JOYSENSOR header guard had...Campbell Barton
2012-09-04code cleanup: move file string defines into BLI_path_utils.h, BKE_utildefines...Campbell Barton
2012-09-03code cleanup: split out defines in BKE_utildefines.h into BLO_blend_defs.h an...Campbell Barton
2012-05-13code cleanup: header cleanup and remove some duplicate defines.Campbell Barton
2012-04-30code cleanup: header cleanupCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-21change filepath limit from 240 to 1024Campbell Barton
2011-12-05syncing some minor formatting edits from bmesh branch.Campbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-17fix spelling mistakes in comments (and in some python error messages), nothin...Campbell Barton
2011-09-19cleanup endian handlingCampbell Barton
2011-02-18doxygen: blenkernel under core as module.Nathan Letwory
2011-01-15remove/comment unused defines.Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-07another error in commit r34143, was using the define's 'BLEN' & 'DER_' howeve...Campbell Barton
2011-01-07patch [#25490] Fix for [#22096] Blender tries to open non-blend fileCampbell Barton
2010-12-15BKE_assert(), only prints the error unless cmake define WITH_ASSERT_ABORT is ...Campbell Barton
2010-10-31own recent commit broke this python import:Campbell Barton
2010-10-30warning/portability fixes.Campbell Barton
2010-10-20Quiet compiler warnings.Campbell Barton
2010-10-20[#24267] Hook fails after SolidifyCampbell Barton
2010-10-19Mangle unused parameter names also on non-GCC platforms. This should help in ...Nathan Letwory
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-14UNUSED() macro so -Wunused-parameter can be used with GCC without so many war...Campbell Barton
2010-10-03- rna bugfix where ints were not clamped and would overflow, now raise an err...Campbell Barton
2010-05-25blend file thumbnailingCampbell Barton
2010-05-24BLI_args cleanupMartin Poirier
2010-05-18Fix [#22304] Tiff 16bit gives darker imagesMatt Ebb
2010-04-14SVN maintenance.Guillermo S. Romero
2010-02-12correct fsf addressCampbell Barton
2010-02-09Warning fixesDamien Plisson
2010-01-23Initial results of my profiling of the animation system. Joseph Eagar
2010-01-01Fix some build warningsDamien Plisson
2009-12-10Sculpt Branch:Brecht Van Lommel
2009-09-15svn merge -r 22571:22800 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Andre Susano Pinto
2009-09-13after some discussion, this is the replacement for the old loopcut tool: edge...Joseph Eagar
2009-09-11curve twistCampbell Barton
2009-08-17svn merge -r 22371:22571 https://svn.blender.org/svnroot/bf-blender/branches/...Andre Susano Pinto
2009-08-16- typos in boxpack comments (incorrectly had comment that it was from NAN)Campbell Barton
2009-08-01svn merge -r 21508:22111 https://svn.blender.org/svnroot/bf-blender/branches/...Andre Susano Pinto
2009-07-07made rtbuild object_heuristic_spliter fasterAndre Susano Pinto
2009-07-02svn merge -r 21041:21301 https://svn.blender.org/svnroot/bf-blender/branches/...Andre Susano Pinto
2009-07-02Reverted incorrect merge (missing files)Andre Susano Pinto
2009-06-22NLA SoC: Merge from 2.5Joshua Leung
2009-06-21remove support for videoscape, amiga 3D app that came before lightwave.Campbell Barton
2009-06-21Spring CleaningCampbell Barton
2009-06-05NLA SoC: NLA-Evaluation BugfixesJoshua Leung
2008-10-29fix for more disable python defines,Campbell Barton