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-25fix for python exception getting the ID from an operator button:Campbell Barton
2013-02-25fix for regression in 'object.shape_key_transfer' operator since BMesh merge,...Campbell Barton
2013-02-25patch [#34380] Fix Python console bug: "autocomplete" doesn't advance cursor ...Campbell Barton
2013-02-24Some UI messages fixes...Bastien Montagne
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-24rigidbody: Don't abort connect operator if last selected object is activeSergej Reich
2013-02-24rigidbody: Add motor constraintSergej Reich
2013-02-23Missed instance of ThemeGeneric.back -> ThemeGradient.gradients.high_gradientAntony Riakiotakis
2013-02-22Toggle-Drag UI FeatureCampbell Barton
2013-02-22new weight paint draw option to display unweighted vertices with the option t...Campbell Barton
2013-02-22Expose a few more operators for curves on the toolbar. Some of these wereJoshua Leung
2013-02-22Animation Editors: Operators to Group/Ungroup Selected F-CurvesJoshua Leung
2013-02-21rigidbody: Add option to create chanis for the connect operatorSergej Reich
2013-02-21rigidbody: code cleanupSergej Reich
2013-02-21rigidbody: Move "Enabled" checkbox out of rigid body panel headerSergej Reich
2013-02-21Enable new bevel tool code in bevel modifier.Howard Trickey
2013-02-21code cleanup: no need to use list(range()), just use range()Campbell Barton
2013-02-20Getting ready for the 2.66 release!v2.66Ton Roosendaal
2013-02-19Add CTX_wm_operator_poll_msg_set as auto-detected func for translations.Bastien Montagne
2013-02-19Fix for [#34308] only half width of material list row is used for material name.Thomas Dinges
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-18Make list_id mandatory when using default UI_UL_list class for a template_list.Bastien Montagne
2013-02-18Fix [#34300] Slider for list of particle systems (keyed particles) is not doi...Bastien Montagne
2013-02-18fix [#34279] Python console: Selected region is not highlighted when using wh...Campbell Barton
2013-02-17ribidbody: Fix setting "Bake to Keyframes" start frame above 2Sergej Reich
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-17Another huge bunch of UI translation fixes, mostly reported by Leon Cheung, S...Bastien Montagne
2013-02-17Added option for group node buffering in the compositor.Monique Dewanchand
2013-02-15And more UI messages issues fixing... Thanks again to Gabriel Gazzán and Leo...Bastien Montagne
2013-02-15Fix [#34253] UIList resize, resizes wrong list I/IIBastien Montagne
2013-02-14New Hindi translation...Bastien Montagne
2013-02-14Gah, forgot some ugly print...Bastien Montagne
2013-02-13Made maya keymad deselect everything in cases nothing was selected with LMBSergey Sharybin
2013-02-13Fix physics' name not translated in main physics panel (reported on bf-transl...Bastien Montagne
2013-02-13Fix #34217: Maya keymap preset doesn't handle Shift-Click selection properlySergey Sharybin
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-12Add translation of stats/info string.Bastien Montagne
2013-02-11Fix themes for gradient. For other (contrib) theme maintainers: back property...Antony Riakiotakis
2013-02-10Actually, UI scripts should not use directly pgettext, but rather the iface o...Bastien Montagne
2013-02-10use import rather then assignment for loading '_' into scripts.Campbell Barton
2013-02-10Another fix for r54414 (cleaner to "import" pgettext once at top of files, al...Bastien Montagne
2013-02-10pep8 cleanupCampbell Barton
2013-02-10revert removal of ternary operators from r54414Campbell 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