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
2011-07-20patch [#28031] Minor typo in BlenlibCampbell Barton
2011-07-04Paths: remove some temporary code that was only needed for 2.57.Brecht Van Lommel
2011-06-05operator buttons get a red highlight when alert is set for the layoutCampbell Barton
2011-06-05own commit r37199 gave problems with duplicating objects, use different fix.Campbell Barton
2011-06-05fix [#27554] vertex group namesCampbell Barton
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-27Windows installer and Path changes, fixing various issues:Brecht Van Lommel
2011-05-26Since we don't support win2k or older anymore, remove old shortname code. Fin...Nathan Letwory
2011-05-06[#26715] Blender2.57 crash when opening in Windows, non-latin char in pathCampbell Barton
2011-05-03remove player runtime writing functions, this is now an addon.Campbell Barton
2011-05-02workaround [#27203] Crashes with some high-res image thumbnail generationCampbell Barton
2011-04-23quiet some clang warnings & fix for bugs in exceptional cases.Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-11api changes needed for for copying old settings to new.Campbell Barton
2011-04-10quiet msvc/mingw compiler warnings.Campbell Barton
2011-04-08fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-03-31fix for own error r35877, was ignoring #'s in file path by using the digits v...Campbell Barton
2011-03-29fix [#26656] video sequence editor rendering stops at frame 9999Campbell Barton
2011-03-11simplify BLI_path_abs by using BLI_cleanup_pathCampbell Barton
2011-03-11fix [#26451] Little problem when selecting relative output pathCampbell Barton
2011-03-08Apply [#26311] Collada Exporter Crash on Win64 buildNathan Letwory
2011-03-03fix for invalid empty string check in uniquename callback.Campbell Barton
2011-03-01Fix [#26207] Render.exe mangles paths in mysterious and awesome waysNathan Letwory
2011-02-27doxygen: blender/blenlib tagged.Nathan Letwory
2011-02-27pedantic warning cleanup, also remove texspace_edit() since its been added us...Campbell Barton
2011-02-26use const char for return values of getenv().Campbell Barton
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-21build python module without binreloc, add dummy argv[0] to initialize bprogname.Campbell Barton
2011-02-18- clear some warningsCampbell Barton
2011-02-13Fixing compiling on windowsJoshua Leung
2011-02-13enforce string limits (reported by pedantic checking tools & some developers).Campbell Barton
2011-02-12fix for uninitialized value in BLI_path_cwd() if PWD wasn't defined and the C...Campbell Barton
2011-02-12quiet some clang warnings.Campbell Barton
2011-01-30And here's a decent fix for correctly recognizing the theTon Roosendaal
2011-01-30Stupid error in commit to allow .blend1 and .blend2 being dropped inTon Roosendaal
2011-01-29Todo list fix: .blend backup files are recognized as such now;Ton Roosendaal
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-06use BLI_strnlen rather then strlen when comparing against fixed lengths.Campbell Barton
2010-12-04Maintenance, Campbell Barton
2010-12-03Enabled GCC -Wwrite-strings warning for CMake and replaced many 'char's for '...Campbell Barton
2010-11-16option to write images to a files on single frame renders, this isn't accesse...Campbell Barton
2010-11-16fix for creating movie paths with non utf8 names.Campbell Barton
2010-11-07- avoid loop within loop for unique naming function (even though it wasnt lik...Campbell Barton
2010-11-07de-duplicate unique naming logic, was used in 7 different places, convert int...Campbell Barton
2010-11-01bugfix [#24477] Can easily create bones with duplicate namesCampbell Barton
2010-11-01bugfix [#24462] UV Layouts saved as PNG results in two files (one is 0 KB, ot...Campbell Barton
2010-10-27Convenience defines SEP and ALTSEP (python has these), move BLI_*_slash funct...Campbell Barton
2010-10-18Use DEBUG instead of NDEBUGNathan Letwory
2010-10-04changes to path searchingCampbell Barton