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
2011-05-05remove exotic.c, there was no operators to access these formats and they were...Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-03-28- quiet new warnings with gcc 4.6Campbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-23Clean up headers a bit more.Guillermo S. Romero
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-12- fix leak on STL loading if realloc fails.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-07fix for error in own commit r34143Campbell Barton
2011-01-07patch [#25490] Fix for [#22096] Blender tries to open non-blend fileCampbell Barton
2011-01-05edits for BPY_extern.h functions, no functional changesCampbell Barton
2010-12-17no functional change: only check against OB_RECALC_ALL but don't use for assi...Campbell Barton
2010-12-06use BLI_strnlen rather then strlen when comparing against fixed lengths.Campbell Barton
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-10-31rename and negate DISABLE_PYTHON --> WITH_PYTHONCampbell Barton
2010-10-22Include BLI_storage.h where zlib.h is also included. Some systems need _LARGE...Nathan Letwory
2010-10-14UNUSED() macro so -Wunused-parameter can be used with GCC without so many war...Campbell Barton
2010-09-17New optional operator function, check(), it takes the same arguments as execu...Campbell Barton
2010-09-15bugfix [#23405] PNG Images bigger then 2gig wont load with blender.Campbell Barton
2010-09-15remove inventor and vrml1 support, we're better of having these legacy format...Campbell Barton
2010-07-05Bugfix #22685: Screen update slow, animation player ALT-A, files created with...Joshua Leung
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-02-12correct fsf addressCampbell Barton
2010-02-08Warning fixes, one actual bug found in sequencer sound wave drawing. AlsoBrecht Van Lommel
2009-12-07Fix for [#20286] New objects have no Display TypeMatt Ebb
2009-11-10Math LibBrecht Van Lommel
2009-07-31fix for warnings and implicit declarationsCampbell Barton
2009-07-22removing all functions from bpy.ui module, keeping the module incase its usef...Campbell Barton
2009-07-22remove scriptlinks,Campbell Barton
2009-07-132.5Brecht Van Lommel
2009-06-222.5: warning fixesBrecht Van Lommel
2009-06-21remove support for videoscape, amiga 3D app that came before lightwave.Campbell Barton
2009-06-092.50:Brecht Van Lommel
2009-04-11as per discussion with ton, the editmesh accessors now liveJoseph Eagar
2009-03-30editmesh accessor functions. most editmesh access now goes through:Joseph Eagar
2009-01-232.5: multiple small fixesBrecht Van Lommel
2009-01-172.5: various warning fixes.Brecht Van Lommel
2009-01-152.5Ton Roosendaal
2009-01-042.5Ton Roosendaal
2009-01-022.5Ton Roosendaal
2008-12-312.5Ton Roosendaal
2008-12-262.5: various warning fixes. There was one actual bug in a few differentBrecht Van Lommel
2008-12-192.5: globals cleanupBrecht Van Lommel
2008-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
2008-11-05* doing some warning cleaningNathan Letwory