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-03-11simplify BLI_path_abs by using BLI_cleanup_pathCampbell Barton
2011-03-11fix [#26451] Little problem when selecting relative output pathCampbell Barton
2011-03-08Apply [#26311] Collada Exporter Crash on Win64 buildNathan Letwory
2011-03-08remove unused RegionView3D retopo pointer and set quat printing to const args. Campbell Barton
2011-03-05Utility defines for quick timing tests.Campbell Barton
2011-03-03replace 0 with NULL when used as a pointerCampbell Barton
2011-03-03fix for invalid empty string check in uniquename callback.Campbell Barton
2011-03-02replace references to old arithb libraryCampbell Barton
2011-03-01Fix [#26207] Render.exe mangles paths in mysterious and awesome waysNathan Letwory
2011-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-26use const char for return values of getenv().Campbell Barton
2011-02-25fix for scons with recent change to how BINRELOC is enabled via cmake.Campbell Barton
2011-02-24patch [#26187] Cleaning #include <malloc.h>Campbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-21build python module without binreloc, add dummy argv[0] to initialize bprogname.Campbell Barton
2011-02-21I swear, it was just an innocence change in guardedalloc!Nathan Letwory
2011-02-21fix [#26152] Blender File for Image too SmallCampbell Barton
2011-02-20Fix for crash when sculpting on multires object during playbackSergey Sharybin
2011-02-19set main() argv functions to be const char *Campbell Barton
2011-02-18Remove #ifdef __cplusplus, as it caused C2732 (differences in linkage). Compi...Nathan Letwory
2011-02-18declare round() and copysign() when on windows. Implementations for them alre...Nathan Letwory
2011-02-18doxygen: add blenlib under core as module.Nathan Letwory
2011-02-18- clear some warningsCampbell Barton
2011-02-17clear some unused warningsCampbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13warning cleanup.Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-13Fixing compiling on windowsJoshua Leung
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2011-02-12fix for uninitialized value in BLI_path_cwd() if PWD wasn't defined and the C...Campbell Barton
2011-02-12quiet some clang warnings.Campbell Barton
2011-02-10mesh validation: bugfix for removing doubles, another fix coming...Campbell Barton
2011-02-08fix [#25975] Quaternion/Vector.negated() isn't availableCampbell Barton
2011-02-06bugfix [#25824] Quats + Camera + Fly = MadnessCampbell Barton
2011-02-05Rename python mathutils functions and split in-place methods from those that ...Campbell Barton
2011-02-02fix [#25684] Grease pencil strokes with "Surface" option attach erratically t...Campbell Barton
2011-02-02- some parts of the code to remove rotation were not removing axis/angle rota...Campbell Barton
2011-01-31Todo issue: sculpting on deformed meshSergey Sharybin
2011-01-30remove nan-makefilesCampbell Barton
2011-01-30And here's a decent fix for correctly recognizing the theTon Roosendaal
2011-01-30Stupid error in commit to allow .blend1 and .blend2 being dropped inTon Roosendaal
2011-01-29Todo list fix: .blend backup files are recognized as such now;Ton Roosendaal
2011-01-25use cmake defined names for jpeg, png, zlib and python libs, building on *nix...Campbell Barton
2011-01-23bugfix + minor mathutils.Vector edits.Campbell Barton
2011-01-18bad spelling; 'indicies' --> 'indices'Campbell Barton
2011-01-18option for the path iterator to loop over packed files so their dir separator...Campbell Barton
2011-01-17remove/comment unused defines, also zero FileGlobal.filename to quiet valgrind.Campbell Barton
2011-01-15remove/comment unused defines.Campbell Barton