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-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
2008-10-28added scons option BF_WITH_PYTHON (defined as DISABLE_PYTHON)Campbell Barton
2008-10-06fix for own bugs in curves.Campbell Barton
2008-09-12Add some typecasts for intptr_t and uintptr_t value to fix gcc warnings.Ken Hughes
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
2008-02-27Fix for bug: cross platform strand render differences with kink/branch.Brecht Van Lommel
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-29Cleanup work for 2.5 branch. Target is to get it compile and linkTon Roosendaal
2007-08-20VRML and DXF were saving all meshes that had at least one user - so all meshe...Campbell Barton