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-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-21minor changesCampbell Barton
2011-04-20edit definitions to use const for non modified args, also correct incorrect d...Campbell Barton
2011-04-11api changes needed for for copying old settings to new.Campbell Barton
2011-04-10quiet msvc/mingw compiler warnings.Campbell Barton
2011-04-08Apply console part of patch [#26044] Windows thumbnails and improved filetype...Nathan Letwory
2011-04-08fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-04-03quiet various warnings, also disable -Wdouble-promotion with cmake since it g...Campbell Barton
2011-04-02add angle wrapping functions: angle_wrap_rad(), angle_wrap_deg().Campbell Barton
2011-04-02quiet gcc float -> double promotion warnings.Campbell Barton
2011-03-31fix for own error r35877, was ignoring #'s in file path by using the digits v...Campbell Barton
2011-03-29fix [#26656] video sequence editor rendering stops at frame 9999Campbell Barton
2011-03-29Apply [#26044] Windows thumbnails and improved filetype registrationNathan Letwory
2011-03-27math lib and UV project: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-27object/paint/misc-files: floats were being implicitly promoted to doubles, ad...Campbell Barton
2011-03-27interface: floats were being implicitly promoted to doubles, adjust to use fl...Campbell Barton
2011-03-26Fix #26582, #26586, #26613: recent normal calculation changes didn't takeBrecht Van Lommel
2011-03-25use size_t rather then int for passing lengths to string functions since this...Campbell Barton
2011-03-20Fix/change in normal computation, now the viewport uses the same angleBrecht Van Lommel
2011-03-20== filebrowser == Code cleanupAndrea Weikert
2011-03-18fix for error in r35590, ARRAY_LAST_ITEM was returning one item over the end ...Campbell Barton
2011-03-17Bugfix [#26505] zoom in selected keys on graph editorJoshua Leung
2011-03-17error with TIMEIT util define.Campbell Barton
2011-03-15bugfix [#26505] zoom in selected keys on graph editorCampbell Barton
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