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-09-21py/rna string subtypes for strings which should be automatically translated:Campbell Barton
2011-09-21Fix compilation for MinGW. Antony Riakiotakis
2011-09-21Revreting 39792 making paste pose only on selected bones by default.Bastien Montagne
2011-09-21remove support for irixCampbell Barton
2011-09-21fix breakage in 40417 - test compile please even for doc changes.Campbell Barton
2011-09-21Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-20pep8 update & some minor cmake edits.Campbell Barton
2011-09-20Reserved modifier enum for Dynamic Paint to not break save files again.Miika Hamalainen
2011-09-20Another set of fixes for MSVCSergey Sharybin
2011-09-20- translation scripts now run with py3.xCampbell Barton
2011-09-20Fix for recent commit:Sergey Sharybin
2011-09-20Get rid of c++ in blenkernel and modifiersSergey Sharybin
2011-09-20SVN maintenance.Guillermo S. Romero
2011-09-20(no commit message)Campbell Barton
2011-09-20have blf.gettext even when internationalization is disabled (just passes thro...Campbell Barton
2011-09-20Fix for BLI_ungzip_to_mem: it'll return NULL now if file is not found.Sergey Sharybin
2011-09-20We are now in Bcon 3 - Beta.Thomas Dinges
2011-09-20- Fix for compiling without international supportSergey Sharybin
2011-09-20Improved Internationalization and LocalizationSergey Sharybin
2011-09-20fix [#28672] Blender segfault after exiting a game that was opened withCampbell Barton
2011-09-20Merging r40366 through r40392 from trunk into soc-2011-garlicsoc-2011-garlicSergey Sharybin
2011-09-20committed change to transforms THRESHOLD by accident, also update convenience...Campbell Barton
2011-09-20i18n: some fixes for windows, scons and game engineSergey Sharybin
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-20i18n: fake_gettext is no longer needed for pythonSergey Sharybin
2011-09-20i18n: forgot this files in recent commitSergey Sharybin
2011-09-20Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-20i18n: replace some bit checks from U.transopts with utility functions UI_tran...Sergey Sharybin
2011-09-20i18n: code clean-upSergey Sharybin
2011-09-20fix from Juha Mäki-Kanto (kanttori), was calculating connectivity data when ...Campbell Barton
2011-09-20changes for materials to treat them as shorts not int/chars (since they are s...Campbell Barton
2011-09-20texface - quick speedupDalai Felinto
2011-09-20fix for bug in do_version_tface(), was assigning 'tf->mode' before tf was def...Campbell Barton
2011-09-20fix possible crasg in recent texface commit - material pointer could be used ...Campbell Barton
2011-09-20tidy upCampbell Barton
2011-09-20modify the python gettext function to pass through the original string when n...Campbell Barton
2011-09-20fix for warnings after texface commit, also comment blender sphinx theme for ...Campbell Barton
2011-09-19TexFace to Material Settings big patchDalai Felinto
2011-09-19style changes & use faster looping on vertex weights, also loop on face verts...Campbell Barton
2011-09-19SVN maintenance.Guillermo S. Romero
2011-09-19remove unused arg & some style edits on radish merge, also reverted odd chang...Campbell Barton
2011-09-19Merging radish branch into trunk.Jason Hays
2011-09-19Merging r40345 through r40365 from trunk into soc-2011-garlicSergey Sharybin
2011-09-19Merged 40338-40364soc-2011-radishJason Hays
2011-09-19attempt to fix windows/scons issue I caused in a recent commit.Campbell Barton
2011-09-19edits to argument parsing for Euler.rotate_axis, also corrected some exceptio...Campbell Barton
2011-09-19vgroup_validmap needed to be assigned when locks were active.Jason Hays
2011-09-19i18n: code cleanup and fixing unneeded translation (when partial translation ...Sergey Sharybin
2011-09-19add back mathutils Matrix() * Vector(), this is row_vector multiplication.Campbell Barton
2011-09-19Blenfont: fix use incorrect clear of ascii glyph cache, leading to crashBrecht Van Lommel