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-20[#24267] Hook fails after SolidifyCampbell Barton
2010-10-19Remove BLI_bfile.c from build process. It is unused, and currently throws err...Nathan Letwory
2010-10-19fix for implicit declaration, not sure why this happens but OpenSuse 11.1 wou...Campbell Barton
2010-10-18enable DEBUG define in CMake and scons, also change booleans debug option to ...Campbell Barton
2010-10-18Use DEBUG instead of NDEBUGNathan Letwory
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-18bugfix [#24291] Error parenting a child with any negative scaling coordinateCampbell Barton
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-15replace SIDE_OF_LINE macro with line_point_side_v2() inline function.Campbell Barton
2010-10-14Move MAXFLOAT to BLI_math_base.hNathan Letwory
2010-10-14hex color input wasnt clamped.Campbell Barton
2010-10-13bugfix [#23355] Square Color picker moving by itself and locking upCampbell Barton
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-06COLLADA: Split ImagesExporter into separate files.Nathan Letwory
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-28bugfix [#24040] loop select -> delete edge loop crashes blenderCampbell 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-19fix for fix, corrention by MiikaH since I cant test.Campbell Barton
2010-09-19fix for some win32 setups not having size_t defined.Campbell Barton
2010-09-17bugfix [#23783] /../ prefix stops going up a dirCampbell Barton
2010-09-15ignore BLI_bfile with cmake since its not used anywhereCampbell 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-09-07- added back zlib include (needed for win32).Campbell Barton
2010-09-06- use list append in more places (preferred method since its faster)Campbell Barton
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