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
2013-03-22code cleanup: use NULL rather then 0 for pointers, and make vars static where...Campbell Barton
2013-03-20I18n users request: add the ability to use a translated name for newly added/...Bastien Montagne
2013-03-19Various cleanup around default i18n context.Bastien Montagne
2013-03-04patch [#34103] use boolean in path functions and add comments.Campbell Barton
2013-02-15style cleanupCampbell Barton
2013-02-13Fix physics' name not translated in main physics panel (reported on bf-transl...Bastien Montagne
2013-02-10Actually, UI scripts should not use directly pgettext, but rather the iface o...Bastien Montagne
2013-01-26Fix [#33997] Units Scale in Metric mode displays wrong face area.Bastien Montagne
2013-01-24Fixed for strict compiler flagsSergey Sharybin
2013-01-24Final memory fix for bpy.app.translations (not really a leak, but unfreed mem...Bastien Montagne
2013-01-23Fix own stupid memory leak in new py i18n code (forgot to free temp keys when...Bastien Montagne
2013-01-22Fix for build with scons whithout i18n support.Bastien Montagne
2013-01-22comments for RNA_def_property_ui_range() and clamp some out-of-range values.Campbell Barton
2013-01-21On second thought, exposes bpy.app.translations also when built without i18n ...Bastien Montagne
2013-01-21Print warnings when invalid py dict/key/value is found in translations data (...Bastien Montagne
2013-01-21Expose locale_explode in bpy.app.translations, will be handy in i18n manipula...Bastien Montagne
2013-01-21I18n fix: "" context is not the same as NULL context!Bastien Montagne
2013-01-21minor changes to _build_translations_cache(), remove unneeded NULL checks and...Campbell Barton
2013-01-21code cleanup: style & warnings.Campbell Barton
2013-01-20Python i18n API. Many thanks to Campbell and Brecht for the reviews and sugge...Bastien Montagne