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
2010-10-08quat_apply_track had incomplete commentsCampbell Barton
2010-10-08bugfix [#21483] Twisting when Dupliframing a Surface Circle (Nurbs) along a C...Campbell Barton
2010-10-08fix for error in track rotation, found while looking into adding an up axis t...Campbell Barton
2010-10-08move tracking functions into math_rotation.c (no functional changes)Campbell Barton
2010-10-07misc fixes found with clang's static checker.Campbell Barton
2010-10-04changes to path searchingCampbell Barton
2010-10-04bugfix [#24087] Blender can not install add-ons unless running with root priv...Campbell Barton
2010-10-03build systems have been updated, remove use of ~/.blender/ directly, ~/.blen...Campbell Barton
2010-10-03added len_squared_v2v2, use instead of len_v3v3 for font handle tests, also f...Campbell Barton
2010-10-02make fly mode border draw into a area drawing callback rather then using a fl...Campbell Barton
2010-10-02move window matrix translation into its own function. (no functional changes)Campbell Barton
2010-10-01minor bugfix [#24085] NULL character is lastCampbell Barton
2010-09-29patch from Dan Eicher with some edirts.Campbell Barton
2010-09-28[#24028] Minor fixes to BLI_math_vectorCampbell Barton
2010-09-28Move copying of %TEMP% to U.tempdir after slash adding. Otherwise path is han...Nathan Letwory
2010-09-28Use content of %TEMP% also in U.temp_dir instead of /tmp/ on Windows. Interna...Nathan Letwory
2010-09-25Fix #23901: displace node not working with negative values.Brecht Van Lommel
2010-09-24Fix for [#21875] Copy rotation only on y axiesJanne Karhu
2010-09-24new utility function BLI_testextensie_globCampbell Barton
2010-09-22bugfix [#23948] Alpha from images inside compositor is goneCampbell Barton
2010-09-17bugfix [#23783] /../ prefix stops going up a dirCampbell Barton
2010-09-15update for MingW/CMakeCampbell Barton
2010-09-15Apply patch [#23755] Sequencer: small code cleanup using existing color math ...Nathan Letwory
2010-09-15bugfix [#23405] PNG Images bigger then 2gig wont load with blender.Campbell Barton
2010-09-15Two small bugfixes:Joshua Leung
2010-08-28python/utf8 compatibility fixes. (as discussed on the mailing list)Campbell Barton
2010-08-26fix for dark images from the sequencer when color management is disabled.Campbell Barton
2010-08-25bugfix [#22819] Grease Pencil: OpenGL render incorrect if view mode, OK with ...Campbell Barton
2010-08-17fix for error with removing MEM_guardedalloc.h, not sure why I didnt get this...Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-15use more BLI math functions.Campbell Barton
2010-08-13minor changes to rna/python.Campbell Barton
2010-08-12bugfix [#23263] Changing view crashes blenderCampbell Barton
2010-08-12- possibly bugfix /w uninitialized vars [#23270] Long directory name segmenta...Campbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-10Bugfix for:[23234] Blender File Browser - Back Button does work with first di...Dalai Felinto
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-03minor cleanup, minimal functional change.Campbell Barton
2010-08-02python mathutils changeCampbell Barton
2010-07-27bugfix [#21754] Smooth view + repeeted view orbit results in slow orbiting.Campbell Barton
2010-07-26[#23008] Wrong numbers in Edge LengthCampbell Barton
2010-07-26[#22846] GCC 4.4.1 support in WindowsSergey Sharybin
2010-07-26bugfix [#22836] Alt+MMB view alignment don't respect all axes directionsCampbell Barton
2010-07-25from Luca's recent commit noticed there are more typo's: lenght -> lengthCampbell Barton
2010-07-21== installation paths ==Andrea Weikert
2010-07-20fix [#22915] Bookmarks and Recent no longer working in r30498Andrea Weikert
2010-07-20- correct some spelling errors.Campbell Barton
2010-07-19- Reverted "Set FREE_WINDOWS when compiling with MinGW"Sergey Sharybin
2010-07-19- Use correct paths for mstoolkit and crossmingw tools in sconscriptSergey Sharybin
2010-07-19Fix for #22861 Won't compile for MinGW sicne r30349Nathan Letwory