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-15Undo revision 23130 which was a merge with 2.5, a messy one because I did som...soc-2009-kazanbasArystanbek Dyussenov
2009-09-092.5: Object moduleBrecht Van Lommel
2009-09-04== SCons ==Nathan Letwory
2009-07-21BLI_setenv, use instead of copying ifdefs about for setting env vars.Campbell Barton
2009-07-19- Support for importing python packages. (directories of python scripts conta...Campbell Barton
2009-07-122.5 filebrowser Andrea Weikert
2009-07-102.5 filebrowserAndrea Weikert
2009-07-092.5Ton Roosendaal
2009-07-012.5 filebrowserAndrea Weikert
2009-06-21Spring CleaningCampbell Barton
2009-06-092.50:Brecht Van Lommel
2009-04-19RNA: Generic Type RegistrationBrecht Van Lommel
2009-04-17UI:Brecht Van Lommel
2009-04-162.5:Joshua Leung
2009-04-162.5:Brecht Van Lommel
2009-04-11UI:Brecht Van Lommel
2008-12-202.5 BLI_blenlib cleanupAndrea Weikert
2008-11-13Merge of trunk into blender 2.5:Brecht Van Lommel
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-09-30modify BLI_convertstringcode so windows paths are converted from C:\foo.jpg t...Campbell Barton
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-20[#17600] char* -> const char*Campbell Barton
2008-09-15added BLI_convertstringcwd, used so command line blendfiles and python script...Campbell Barton
2008-08-17Win64: please check my changes if you ran across them ;) But should be fine s...Daniel Genrich
2008-07-11Memory leak fix: br_find_exe() uses strdup() which uses malloc and therefore ...Daniel Genrich
2008-06-14bugfix for memory corruption caused by BLI_cleanup_file on paths that went to...Campbell Barton
2008-06-11bugfix, off by 1 error when filling in uninitialized values for new ID values...Campbell Barton
2008-06-05added checks for zero length strings when checking for the last characterCampbell Barton
2008-06-05* python sys.cleanpath() used strstr incorrectly, resulting in paths containi...Campbell Barton
2008-05-30bugfixCampbell Barton
2008-05-04Changed frame numbering to only alter hashes if they are in the filename (not...Campbell Barton
2008-04-29if a blend file was opened with /./ in the path (for example "some/./path/to/...Campbell Barton
2008-04-26BLI_split_dirfile was being used in cases it should not have been,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-11Changed BLI_convertstringcode to replace any number of hashes with the frame ...Campbell Barton
2008-03-30== bugfix ==Andrea Weikert
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-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-13Added a global string to be used for the tempdir. since the user preference i...Campbell Barton
2008-01-21[Coder API's]: Added a "generic unique name-finding function". Joshua Leung
2008-01-18Linux only addition to know for sure the path of blender because sometimes th...Campbell Barton
2008-01-07Patch to change license to GPL only, from GSR.Chris Want
2008-01-01Some notes for those who try to follow this :)Ton Roosendaal
2007-12-31Improvements to File->External Data->Make Paths Relative & Make Paths Absolute,Campbell Barton