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
2015-06-07Cleanup: use staticmethodsCampbell Barton
2015-06-07Cleanup: pep8Campbell Barton
2015-06-04BMesh decimate, improve behavior with weightsCampbell Barton
2015-06-03I18n extract: better handling of commandline args.Bastien Montagne
2015-06-03Fix inconsistencies in texture paint UI T44929, T44927:Antony Riakiotakis
2015-06-03Fix object align crash (use-after-free)Campbell Barton
2015-05-31Improvements to the Freestyle Python API (needed by the SVG Exporter)Tamito Kajiyama
2015-05-31Python: avoid mutable default param valuesCampbell Barton
2015-05-29Fix wrong 'check context' handling in addon i18n messages generator.Bastien Montagne
2015-05-28Fix T44872Antony Riakiotakis
2015-05-26Cleanup: pythonCampbell Barton
2015-05-26Fix T44036: Add option to bake into current action instead of creating a new ...Bastien Montagne
2015-05-26Fix T44821: Making warp shortcut failsCampbell Barton
2015-05-25I18n message extractor script: py code: do not consider strings inside 'Compa...Bastien Montagne
2015-05-25Fix T44842: Modal Timer (template) should return {'CANCELLED'} when cancelled!Bastien Montagne
2015-05-25Fix T44822: python enums' itemf callback did not handle 'NULL' context case.Bastien Montagne
2015-05-24Fix T44823: No menu entry for Circle Select in UV/Image editor.Bastien Montagne
2015-05-22BGE: grey out Alpha and Specular sliders when Transparency panel isJorge Bernal
2015-05-21Fix T44778 missing specular transparency slider in game engineAntony Riakiotakis
2015-05-21Fix T44795: same menu item for different command in node editor.Bastien Montagne
2015-05-20Clip Editor: Make it more obvious that Rebuild Proxy also rebuilds TimecodeSergey Sharybin
2015-05-18Fix T44708: UI label should use pluralJulian Eisel
2015-05-17Fix T44737: Missing 'Spin' op entry in surface (NURBS) tools/menu.Bastien Montagne
2015-05-17Fix own error deleting previewsCampbell Barton
2015-05-17Cleanup: pep8Campbell Barton
2015-05-15Fix T44724: missing menu entries for 'view fit' (F) in clip/image editors.Bastien Montagne
2015-05-15Zoom to frame options, requested by the Hwoozeberry (dutch translation)Antony Riakiotakis
2015-05-14BGE: Add 'Lock Translation' for dynamic objectsThomas Szepe
2015-05-14Add clear seams to uv editorAntony Riakiotakis
2015-05-12PyAPI: Remove release method, just use delitemCampbell Barton
2015-05-12Minor tweaks to preview templatesCampbell Barton
2015-05-12Doc: add bpy.utils.previewsCampbell Barton
2015-05-12Doc: correct rst syntaxCampbell Barton
2015-05-12Doc: replace addons -> scripts in docstringCampbell Barton
2015-05-12Doc: minor fixesCampbell Barton
2015-05-11Expose PreviewImage & custom icons to py API.Bastien Montagne
2015-05-10UI: consistent naming for operator propsCampbell Barton
2015-05-10UI: move sharp/smooth out of vertex menuCampbell Barton
2015-05-07Fix T27642: Add version in .exe installer propertiesAnatoly TechTonik
2015-05-07Fix T44614: Maya keymap left mouse click to add cut not working.Brecht Van Lommel
2015-05-06Feature request: Dyntopo detail expressed in percentage of brush radius.Antony Riakiotakis
2015-05-06Fix T44624: world menu appears in node editor header with Blender internal.Brecht Van Lommel
2015-05-04Follow up to previous commit, remove depth of field from UI inAntony Riakiotakis
2015-05-04Separate scene simplification into viewport and renderSergey Sharybin
2015-05-04Support displaying metadata for images in sequencer preview windows (notAntony Riakiotakis
2015-05-03BGE: Fix: Activate collision mask/group in UI.Porteries Tristan
2015-05-03Cleanup: rename clear_skin & clear_mask operators to skin_clear and mask_clear.Bastien Montagne
2015-05-03Fix T44589: No way to add a skin data layer manualy.Bastien Montagne
2015-05-02Fix T44586: Viet language problem for Blender InterfaceBastien Montagne
2015-05-02Turn bpy.utils into a package, so that we can easily add submodules to it.Bastien Montagne