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-09=bmesh= merge from trunk at r36529Joseph Eagar
2011-05-07=bmesh=Joseph Eagar
2011-05-07fix [#27298] Alt + RMB always extends selectionCampbell Barton
2011-05-06Code cleanup: PIL_dynlib, renamed to BLI_dynlib, and other tweaks.Brecht Van Lommel
2011-05-06[#26715] Blender2.57 crash when opening in Windows, non-latin char in pathCampbell Barton
2011-05-03remove player runtime writing functions, this is now an addon.Campbell Barton
2011-05-02reverse string lookup listbase function BLI_findstring counterparts, added BL...Campbell Barton
2011-05-02workaround [#27203] Crashes with some high-res image thumbnail generationCampbell Barton
2011-05-02Fix [#26981] Command window is not opening in 2.57.0Nathan Letwory
2011-05-02=trunk=Joseph Eagar
2011-04-27remove normalize call in derived mesh GetNormal, its not done anywhere else.Campbell Barton
2011-04-24=bmesh= fixed a tesselation bug, and smooth shaded operator in object modeJoseph Eagar
2011-04-23quiet some clang warnings & fix for bugs in exceptional cases.Campbell Barton
2011-04-23=bmesh= brought back fill faces, alt-fJoseph Eagar
2011-04-23=bmesh= fixed edge split modifier, and a bug in knifetool reported by letterr...Joseph Eagar
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-04-21minor changesCampbell Barton
2011-04-20edit definitions to use const for non modified args, also correct incorrect d...Campbell Barton
2011-04-17=bmesh= build modifier works now, also made scanfill thread-safeJoseph Eagar
2011-04-15=bmesh= merge from trunk at r36153Joseph Eagar
2011-04-11api changes needed for for copying old settings to new.Campbell Barton
2011-04-11=bmesh=Joseph Eagar
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-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-27=bmesh=Joseph Eagar
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-18=bmesh=Joseph Eagar
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-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-03=bmesh=Joseph Eagar
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-27merge with/from trunk at r35190Joseph Eagar