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
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
2012-10-13More spell check exceptions...Bastien Montagne
2012-10-13differenciate log message for enabled/disabled modulesGaia Clary
2012-10-12fix for own error in copy_as_script(), imports were incorrect.Campbell Barton
2012-10-11Revert part of own r51193 (now I know where Courant comes from...), and add a...Bastien Montagne
2012-10-10check addons are enabled before disabling them (would cause python exceptions...Campbell Barton
2012-10-08style cleanup: pep8Campbell Barton
2012-10-04Fix for rtl processing of menu strings...Bastien Montagne
2012-09-27pep8 cleanupCampbell Barton
2012-09-25fix [#31703] modules/rna_xml.py: BoolVectorProperty and CollectionPropertyCampbell Barton
2012-09-05code cleanup: python - pass multiple args to string startswith() / endswith()...Campbell Barton
2012-08-28Adding despeckle as “blender” word...Bastien Montagne
2012-08-25better handle sizes by default for mask mode, now ignore image width/heightCampbell Barton
2012-08-25ability to register your own online manual callbacks - useful for 3rd party a...Campbell Barton
2012-08-25minor code cleanupCampbell Barton
2012-08-25baking actions with euler rotations now uses compatible eulers for pose and o...Campbell Barton
2012-08-25use set's when checking against multiple types.Campbell Barton
2012-08-22fix for blend_render_info.py not closing file & some edits to comments.Campbell Barton
2012-08-22error message when an addon was missing register/unregister functions whasnt ...Campbell Barton
2012-08-20copy as script operator for the console, so you can copy input from a console...Campbell Barton
2012-08-17style cleanupCampbell Barton