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
2018-04-07Fix edit-mesh select nextCampbell Barton
2018-04-05Fix error where find-next missed None checkCampbell Barton
2018-04-03BMesh: remove redundant loop in select-next-activeCampbell Barton
2018-04-03Fix T54477: Broken utf8 strings in old .blend filesBastien Montagne
2018-03-22Cleanup: Use more python way of checking booleanSergey Sharybin
2018-03-21Tracking: Make object created form tracks active and selectedSergey Sharybin
2018-03-21Tracking: Warn when no tracks are selected when creating meshSergey Sharybin
2018-02-23Cycles: add Principled Volume shader.Brecht Van Lommel
2018-02-15Fix T54075: Align Objects fails w/ empty meshCampbell Barton
2018-02-09Paint Dirt: remove operator call from PythonSybren A. Stüvel
2018-02-09Paint Dirt: some small fixesSybren A. Stüvel
2018-02-07Cleanup: Python context accessCampbell Barton
2018-02-01Cleanup: Python code-style (addons, wm)Campbell Barton
2018-01-22Fix manual lookups (data is now lowercase)Campbell Barton
2018-01-22Fix T53843: Error opening online manualCampbell Barton
2018-01-14Fix T53772: Presets don't support colonsCampbell Barton
2018-01-03Fix T53678: Smart Project UV margin ignores unitsCampbell Barton
2017-11-29Cleanup: Python importsCampbell Barton
2017-10-31Tracking: Create mesh from selected tracks onlySergey Sharybin
2017-10-19Docs: correct descriptionsCampbell Barton
2017-09-13Fix T52140: Align objects centers using origin for textSergey Sharybin
2017-09-10Bake Action: operate on selected objectsCampbell Barton
2017-09-10PyAPI: Add object argument to bake_actionCampbell Barton
2017-08-17Fix T52401: "Export Keying Set" operator generated incorrect ID's for shapekeysJoshua Leung
2017-08-14Tracking: Fix missing checks in operator poll functionsSergey Sharybin
2017-07-24Cleanup: trailing spaceCampbell Barton
2017-07-07Fix T51978: Setup Tracking Scene after Motion Tracking fails the first timeSergey Sharybin
2017-05-28Make 'set offset from cursor' group operator internal.Bastien Montagne
2017-04-14Cleanup: triple quotes for docstringsCampbell Barton
2017-04-14UI: Add/Improve a few tooltipsAaron Carlisle
2017-03-31Correct string formatting (error in recent change)Campbell Barton
2017-03-29PyAPI: check modules are registered before unregisterCampbell Barton
2017-03-25Remove support for py app-templatesCampbell Barton
2017-03-25Cleanup: imports, indentation, long linesCampbell Barton
2017-03-25WM: Application TemplatesCampbell Barton
2017-03-20Cleanup: especially non pep8 parts of Py UICampbell Barton
2017-03-19Add missing classes from recent commitCampbell Barton
2017-03-18PyAPI: remove bpy.utils.register_module()Campbell Barton
2017-03-14Fix T50926: python crashes with path containing utf8 characters.Bastien Montagne
2017-03-05Cleanup: typosCampbell Barton
2017-02-22Use new api doc linksAaron Carlisle
2017-01-31Freestyle: Use of the Fill Range by Selection operator in the mesh edit mode.Tamito Kajiyama
2017-01-30Freestyle: Fix (unreported) wrong distance calculation in the Fill Range by S...Tamito Kajiyama
2017-01-04Fix T50350: Quick Explode time frame problemDalai Felinto
2016-12-28Tweak error message when external image editor launching fails.Bastien Montagne
2016-12-13Small cleanup: Remove unused codeAaron Carlisle
2016-12-06UI: add a message to indicate when using a modifier that wasn'tKévin Dietrich
2016-11-25Fix Torus default UV's offset outside 0-1 boundsCampbell Barton
2016-11-25Remove eekadoodle workaround for add torusCampbell Barton
2016-11-18Add Torus: avoid excessive attr accessCampbell Barton