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-01-16style cleanupCampbell Barton
2013-01-15add user_preference access to _RestrictContext() so addons can access their o...Campbell Barton
2013-01-15fix issue reported in '[#33876] bpy.path.ensure_ext adds extension twice / ex...Campbell Barton
2013-01-15Some fixes:Bastien Montagne
2013-01-14fix fox AddonPreferences not getting registered automatically and leak when r...Campbell Barton
2013-01-13Minor updates:Bastien Montagne
2013-01-13Grumph, going quicker than the music! :PBastien Montagne
2013-01-12Big refactor of bl_i18n_utils, switching to an object-based model. Still a bi...Bastien Montagne
2013-01-04Adding Uzbek languageBastien Montagne
2013-01-04expose common extensions for image/movie/audio types, since python scripts ha...Campbell Barton
2013-01-02changes needed for EDL import to work again.Campbell Barton
2012-12-31Usual UI messages-related fixes...Bastien Montagne
2012-12-29i18 Spell check:Thomas Dinges
2012-12-28Fix [#33424] Inadequate bake action.Bastien Montagne
2012-12-28This commit frees list ui items from their dependencies to Panel, and hence f...Bastien Montagne
2012-12-24We now have some Catalan, but no Amharic nor Estonian yet!Bastien Montagne
2012-12-24Usual minor UI messages tweaks...Bastien Montagne
2012-12-21make Node.links return a tuple, this may you can't do socket.links.append() b...Campbell Barton
2012-12-21Explicit python class for NodeSocket RNA type in bpy_types. This defines a ut...Lukas Toenne
2012-12-20py api: add restrict state context manager (thats python's context not blende...Campbell Barton
2012-12-19dissallow access to the context while addons import and register.Campbell Barton
2012-12-18Adding Amharic (i.e. ethiopic) language.Bastien Montagne
2012-12-18Minor update to i18n spell check stuff...Bastien Montagne
2012-12-13fix for sequence size mismatch when loading themes, addition of alpha channel...Campbell Barton
2012-12-06bpy.ops module/caller classes incorrectly had __keys__ rather then __slots__.Campbell Barton
2012-11-28typo's and some style cleanup, also added asserts into BLI_vsnprintf and BLI_...Campbell Barton
2012-11-28bmesh operator api reference - add in 'bmesh' arg at the start of each operat...Campbell Barton
2012-11-27Spell check updates...Bastien Montagne
2012-11-23Handle of new BLF_I18N_MSGID_MULTI_CTXT macro, which allows to define a same ...Bastien Montagne
2012-11-18style cleanup: comments & spellingCampbell Barton
2012-11-14remove ifdef'd bevel code, current bevel works better then the previous code.Campbell Barton
2012-11-13Removing again windows' long_locales! :pBastien Montagne
2012-11-07New words...Bastien Montagne
2012-11-03Fix for [#32992] Switching language does nothing under Windows.Bastien Montagne
2012-10-27A few more BMesh errors messages translated, and "automated" translation for ...Bastien Montagne
2012-10-27Finally fix the "double operators labels" in current po's: Operator sub-class...Bastien Montagne
2012-10-26Fix Blender version retrieving...Bastien Montagne
2012-10-26Big i18n commit: add "reports" from bmesh/readfile/tracking/dynapaint (and a ...Bastien Montagne
2012-10-26Back to generating a pot file into trunk/po of i18n repo (it's useful for tra...Bastien Montagne
2012-10-24Back to "Espanol" (instead os "Castellano"), as it looks to be the standard f...Bastien Montagne
2012-10-24Separate languages file generation code into its own script (much better this...Bastien Montagne
2012-10-22Update of the tools for the new "dynamic" i18n menu, to generate the language...Bastien Montagne
2012-10-20Remove six languages from Blender UI (rational: very low level of translation...Bastien Montagne
2012-10-19Fix #32219: Inconsistent influence of Units Scale on new objectsSergey Sharybin
2012-10-18More UI messages and BKE_reportf<->BKE_report fixes...Bastien Montagne
2012-10-15Adding Estonian and Esperanto iso codes in allowed non-capitalized UI message...Bastien Montagne
2012-10-14Few minor fixes to i18n tools (mostly use ordered dicts too for "xgettexted" ...Bastien Montagne
2012-10-13Add translation of reports messages (only direct uses of BKE_report(f)/BKE_re...Bastien Montagne
2012-10-13And more UI messages spell check.Bastien Montagne
2012-10-13code cleanup: minor edits on recent commit.Campbell Barton