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-21check that descriptions dont end with a '.', for non release builds.Campbell Barton
2011-09-21Minor: Other UI strings typos and tweaks.Bastien Montagne
2011-09-21remove blf.gettext, add blf.unload(font)Campbell Barton
2011-09-21remove use of gettext: _("...") style translation now its handled by rna.Campbell Barton
2011-09-21Translation: reload font on enabling/disabling use international fonts.Brecht Van Lommel
2011-09-21Blenfont: add BLF_unload function to unload/reload fonts.Brecht Van Lommel
2011-09-21Attempt to fix #28709: change language to simplified Chinese: sequencer -> ad...Sergey Sharybin
2011-09-21add missing define for last commit and tag bl_label & bl_descriptions for tra...Campbell Barton
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-21update_msg.py now extracts strings from UI files, eg:Campbell Barton
2011-09-21Tweak for unifont: use droid with glyphs from default bfont.Sergey Sharybin
2011-09-21updates to rna message extractor, write utf8 files and use a set rather than ...Campbell Barton
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-21SVN maintenance.Guillermo S. Romero
2011-09-20pep8 update & some minor cmake edits.Campbell Barton
2011-09-20move message.txt generator out of wm.py (which was loaded with blender always...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-20Internationalization: fix OS X scons install to copy font and language filesBrecht Van Lommel
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-20Ignore .Blanguages and .bfont.ttf when installing.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-20Don't set BF_NUMJOBS in default config, but instead let users do that in user...Nathan Letwory
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