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
2009-09-19MergedTamito Kajiyama
2008-12-05Reverted the changes (in revisions 17517-17519) for the antialiasing based on...Tamito Kajiyama
2008-11-20Renamed arguments rad1 and rad2 in order to avoid name conflicts with symbolsTamito Kajiyama
2008-10-28merge 17122:17206Martin Poirier
2008-10-22* Minor cleanup of SCons filesNathan Letwory
2008-10-20merge 16951:17122Martin Poirier
2008-10-19source/blender/blenloader/intern/readfile.c - use memmove rather then strncpy...Campbell Barton
2008-10-10This commit fixes bug: [#17770] Texture Plugins do not work. (on windows)Kent Mein
2008-10-10use BLI_strcasecmp instead of strcasecmp so it actually links under WindowsErwin Coumans
2008-10-10fix for [#12255] Rename the File at File Window,the file is deletedCampbell Barton
2008-10-06merge runk 16887:16950Martin Poirier
2008-10-06fix for [#17560] Error in BPY_run_python_scriptCampbell Barton
2008-10-03Small fix for (harmless) use of uninitialized memory.Brecht Van Lommel
2008-10-03merge trunk 16118 -> 116886Martin Poirier
2008-10-01Bug fixingMartin Poirier
2008-09-30modify BLI_convertstringcode so windows paths are converted from C:\foo.jpg t...Campbell Barton
2008-09-29resolve some compiler warnings with intel c/c++ compilerCampbell Barton
2008-09-29tests for 2d triangle and quad intersection would only work if the points wer...Campbell Barton
2008-09-26Keep persistent results for retargeting. Easier weight adjustement.Martin Poirier
2008-09-23Fix file browser for Windows: going to the parent directory introduces ../\. ...Benoit Bolsee
2008-09-22fix for [#15020] File browser: going back from the root of all directories in...Campbell Barton
2008-09-22Added three XYZ color space options in code, will be activated later.Ton Roosendaal
2008-09-20Patch #17631 by Early EhlingerTon Roosendaal
2008-09-20Patch 17403, small gcc warning fixes.Ton Roosendaal
2008-09-20[#17600] char* -> const char*Campbell Barton
2008-09-20Python api access to obcolorCampbell Barton
2008-09-19Patch #8213 by Shunichi FujiTon Roosendaal
2008-09-16Benchmarkings timer cleanupMartin Poirier
2008-09-15added BLI_convertstringcwd, used so command line blendfiles and python script...Campbell Barton
2008-09-13Particle collisions upgrade:Janne Karhu
2008-09-09Fix for bug #17402: IK influence blending with pole targetsBrecht Van Lommel
2008-09-05Fixing non-working check for incompatible treesDaniel Genrich
2008-09-05bvh nodes got parent node reference againDaniel Genrich
2008-09-05Compiling/Warning Fixes (for scons/mingw + "split sources hack") Part 1:Joshua Leung
2008-09-05Merge of first part of changes from the apricot branch, especiallyBrecht Van Lommel
2008-09-02Memoization based solver for inner joint placement. Pretty much reduces the p...Martin Poirier
2008-08-22Removed cast warnings from shrinkwrap.c and BLI_kdopbvh.cAndre Susano Pinto
2008-08-22Fix Windows compilation problem and update MSVC project filesBenoit Bolsee
2008-08-22Merged shrinkwrap modifier from soc-2008-jaguarandiAndre Susano Pinto
2008-08-21Finish yesterday's bugfixing.Martin Poirier
2008-08-21transfering some ongoing work for home, nothing to see here.Martin Poirier
2008-08-20Control bone commit from yesterday broke root bones. This is now fixed in a m...Martin Poirier
2008-08-19Make subgraph tagging use own index, to not interfere with flagging used to p...Martin Poirier
2008-08-18Implemented a find_nearest with heaps. This reachs a minimal number of distan...Andre Susano Pinto
2008-08-18svn merge -r 16077:16174 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Andre Susano Pinto
2008-08-18a) New unified effector system by Janne (jahka) + Me (genscher): particle and...Daniel Genrich
2008-08-18BVHTree fix (non 2.47)Andre Susano Pinto
2008-08-17Win64: forget include => this compile errors never showed up on msvc (if anyo...Daniel Genrich
2008-08-17Win64: please check my changes if you ran across them ;) But should be fine s...Daniel Genrich
2008-08-17ThreadedWorkerMartin Poirier