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-07-14Rename operator property from last commitCampbell Barton
2018-07-14Keymap: option to export all keymapsCampbell Barton
2018-07-14Cleanup: minor change for f-string useCampbell Barton
2018-07-03Cleanup: pep8Campbell Barton
2018-07-02Correct f-string in own recent changesCampbell Barton
2018-06-30Cleanup: use f-stringCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-26Cleanup: pep8 function indentationCampbell Barton
2018-06-11Fix T55278: Lightmap Pack > New Image broken when active object is NonePhilipp Oeser
2018-06-04Cleanup: newlines at EOF for Python modulesCampbell Barton
2018-04-26Fix discontinuity in default UVs for a torusPhilipp Oeser
2018-04-09Cleanup: unused variableCampbell Barton
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