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-02-27Various small enhancements/fixes.Bastien Montagne
2013-02-26patch [#34437] Fix text editor bug: ctrl+F is not configurableCampbell Barton
2013-02-25Tame that stupid py code not to eat existing fuzzies in po’s when updating ...Bastien Montagne
2013-02-25patch [#34380] Fix Python console bug: "autocomplete" doesn't advance cursor ...Campbell Barton
2013-02-24Another bunch of UI translation fixes, thanks to Leon Cheung, Gabriel Gazzán...Bastien Montagne
2013-02-24Big i18n tools update, I/II.Bastien Montagne
2013-02-19Add CTX_wm_operator_poll_msg_set as auto-detected func for translations.Bastien Montagne
2013-02-18Correction to own r44749 -- layers from view were always used,Sergey Sharybin
2013-02-18checking for V3D_LOCAL was duplicated in transform.c, and both checks not qui...Campbell Barton
2013-02-18fix bpy_extras.mesh_utils.edge_face_count_dict() helper api function.Campbell Barton
2013-02-17Minor fix...Bastien Montagne
2013-02-17Fixes for BMO_error_raise extraction regex, and add hindi to "active" transla...Bastien Montagne
2013-02-15And more UI messages issues fixing... Thanks again to Gabriel Gazzán and Leo...Bastien Montagne
2013-02-14New Hindi translation...Bastien Montagne
2013-02-14Gah, forgot some ugly print...Bastien Montagne
2013-02-12Update to how similar messages matching is handled when updating po files fro...Bastien Montagne
2013-02-12And we now have a valid korean translation!Bastien Montagne
2013-02-10use import rather then assignment for loading '_' into scripts.Campbell Barton
2013-02-10Update translation extractor so ternary expressions are not merged.Campbell Barton
2013-02-09Better to return default op context when we can't find a given operator (e.g....Bastien Montagne
2013-02-09Updated py ui message extraction, to find out contexts as much as possible...Bastien Montagne
2013-02-08disable translations for some python buttons.Campbell Barton
2013-02-08patch [#34163] "Zoom" in Python console startup messageCampbell Barton
2013-02-07code cleanup: use exist_ok keyword arg to os.makedirs() rather then checking ...Campbell Barton
2013-01-30Fix #34016: add backwards compatibility for deprecated region.callback_addBrecht Van Lommel
2013-01-29Some optimization (their is much more possible here, but it will have to wait...Bastien Montagne
2013-01-27Bunch of fixes for UI messages.Bastien Montagne
2013-01-23fix [#29950] Linked proxy armature object properties can't be editedCampbell Barton
2013-01-21Usual minor UI messages fixes...Bastien Montagne
2013-01-21Bugfix [#33946] Bake Action fails in SVN for ObjectsJoshua Leung
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