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-05-05merge to 14689, Freestyle library changes, SConscript startMaxime Curioni
2008-05-04Changed frame numbering to only alter hashes if they are in the filename (not...Campbell Barton
2008-04-30== bugfix ==Andrea Weikert
2008-04-29fix gcc warningsCampbell Barton
2008-04-29if a blend file was opened with /./ in the path (for example "some/./path/to/...Campbell Barton
2008-04-28fix for [#9651] raw_export.py tooltip outdated?Campbell Barton
2008-04-28* Group unlinking wasnt removing groups from particle systems, or render laye...Campbell Barton
2008-04-26BLI_split_dirfile was being used in cases it should not have been,Campbell Barton
2008-04-25removed BLI_split_dirfile, it dosnt work with relative paths.Campbell Barton
2008-04-25added sequencer paths to bpath iterator, This needed to use get/set filename ...Campbell Barton
2008-04-25Fix compiler warning about nested C comments.Ken Hughes
2008-04-21Bug fix for 8634, 6708, and 5989Simon Clitherow
2008-04-17Patch from GSR that a) fixes a whole bunch of GPL/BL licenseChris Want
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