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
2008-04-16This is a patch from the FreeBSD people:Kent Mein
2008-04-12removed blenders backup feature.Campbell Barton
2008-04-12simple fix for "Unable to make version backup" warning when saving files. mis...Campbell Barton
2008-04-11Changed BLI_convertstringcode to replace any number of hashes with the frame ...Campbell Barton
2008-04-11Fix for bug #8920: particles reactor crash and memory leak.Brecht Van Lommel
2008-04-10Fix for bug #8898: QMC AO not working correct on objects pointingBrecht Van Lommel
2008-04-10Point Cache RefactoringBrecht Van Lommel
2008-04-02Fix for bug #7368: flipping issue with dual quaternions and scaled bones.Brecht Van Lommel
2008-03-30== bugfix ==Andrea Weikert
2008-03-21update to trunk r14199ndofJean-Luc Peurière
2008-03-20test commit: fix autothreads on irixStefan Gartner
2008-03-16fixes for bugs #8496 & #8497 Jean-Luc Peurière
2008-03-14added mesh.getTangents() to the python apiCampbell Barton
2008-03-14resolved conflict state with HEAD r14096Jean-Luc Peurière
2008-03-09Added UV Stretch (area/angle) display optionsCampbell Barton
2008-03-07Made python scripts save and load in the blend file so you can have the same ...Campbell Barton
2008-02-29* Made BLI_join_dirfile() check before adding a slash between dir and file so...Campbell Barton
2008-02-27Fix for bug: cross platform strand render differences with kink/branch.Brecht Van Lommel
2008-02-27Bugfix [#8328] Python scripts from user defined location doesn't loadCampbell Barton
2008-02-27should fix bug on win32 with user python menu's not loading because stat() di...Campbell Barton
2008-02-24-> Bevel tools and Bmesh kernelGeoffrey Bantle
2008-02-21made auto threads default (noob's get faster renders in their dual core CPU's)Campbell Barton
2008-02-20Only use $TEMP for win32, for other os's use $TMP or $TMPDIRCampbell Barton
2008-02-20making auto detection of threads working on Os XJean-Luc Peurière
2008-02-20* Added include for auto-threads to compile on WindowsMatt Ebb
2008-02-20added win32 check for number of processors, but cant test.Campbell Barton
2008-02-20automatic threads, next to the Threads button, so you can set threads to use ...Campbell Barton
2008-02-18moved LARGEFILE defines to BLI_storage.hCampbell Barton
2008-02-17double strikeJens Ole Wund
2008-02-17Patch from Giuseppe Ghibò, modified not to use scons defines.Campbell Barton
2008-02-13Added a global string to be used for the tempdir. since the user preference i...Campbell Barton
2008-02-03More fixes for gcc warnings.Ken Hughes
2008-01-26solaris was crashing on file open because of statfs, aparently linux-standard...Campbell Barton
2008-01-22Fixes for CMake.Chris Want
2008-01-22added function BLI_filepathsize - so you dont have to open the file to get it...Campbell Barton
2008-01-21[Coder API's]: Added a "generic unique name-finding function". Joshua Leung
2008-01-21touch function that should also work on non unix os's, though I cant test here.Campbell Barton
2008-01-18Linux only addition to know for sure the path of blender because sometimes th...Campbell Barton
2008-01-13Bugfix, un-initialized variables for tubemap and spheremap mapping, affected ...Campbell Barton
2008-01-04- Bugfix for flickering shadow with strand simplification.Brecht Van Lommel
2008-01-01Bugfix #8032Ton Roosendaal
2007-12-31Improvements to File->External Data->Make Paths Relative & Make Paths Absolute,Campbell Barton
2007-12-24Added 'File->External Data->Make all files Absolute'Campbell Barton
2007-12-20hopefully fix compiling on win32Campbell Barton
2007-12-20make relative paths wasnt working, also disallowed it when the blend file isn...Campbell Barton
2007-12-20Render-farm and file utils for dealing with external data.Campbell Barton
2007-12-13misc warning fixes and one fix for a big in curve allocationCampbell Barton
2007-12-11Fixing compiler warnings:Joshua Leung
2007-12-11Merge from Harmonic Skeleton branchMartin Poirier
2007-12-11== Code sweeping ==Martin Poirier