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-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-09-13PyAPI: remove operator methods that leak memoryCampbell Barton
2018-09-13PyAPI: use brief description for operator reprCampbell Barton
2018-09-13PyAPI: add API call to get an operators typeCampbell Barton
2018-09-03Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-07-14Keymap: option to export all keymapsCampbell Barton
2018-07-14Cleanup: use f-string for addon_utilsCampbell Barton
2018-07-07Cleanup: isinstance can take multiple typesCampbell Barton
2018-07-07Cleanup: pep8Campbell Barton
2018-07-03Cleanup: pep8Campbell Barton
2018-07-03Cleanup: pep8Campbell Barton
2018-06-30Cleanup: use f-stringCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-29WM: Remove Screen CastCampbell Barton
2018-04-22Cleanup: de-dup popup/pie menu RNA definitionCampbell Barton
2018-02-26Fix T54029: Wrong preset name display in win32Campbell Barton
2018-02-01Cleanup: Python code-style (addons, wm)Campbell Barton
2018-01-14Fix T53772: Presets don't support colonsCampbell Barton
2017-12-19bpy_extras: add missing colorband keymap to keyconfig_utils.pyRay Molenkamp
2017-12-08bl_app_override: support empty UI layout itemsCampbell Barton
2017-11-29Cleanup: Python importsCampbell Barton
2017-11-19Bake Action operator: Added missing Bendy Bones supportJoshua Leung
2017-11-08I18n: add Hausa languages, since we now have a few messages translated. ;)Bastien Montagne
2017-10-05Fix T53002: Batch-Generate Previews generate empty or none image for large ob...Bastien Montagne
2017-10-04Fix i18n messages extraction script, and a few more UI messages...Bastien Montagne
2017-10-03Some UI/messages fixes.Bastien Montagne
2017-09-21Fix T52861: Keymap editor filter doesn't show shortcuts using "+"Joshua Leung
2017-09-21revert commit c0a7e9b6312d74 because it did not work as expectedGaia Clary
2017-09-20D2777: allow blank lines and lines with spaces/tabs in cut/pasteGaia Clary
2017-09-20Fix T52842: Incorrect description for bpy.types.MeshTextureFace.uvBastien Montagne
2017-09-20Fix rna_info.py module, broken by recent changes in bpy.types presumably.Bastien Montagne
2017-09-14Fix T52442: bl_app_templates_system not workingCampbell Barton
2017-09-14Recent action-bake used Py3.6 syntaxCampbell Barton
2017-09-10Bake Action: operate on selected objectsCampbell Barton
2017-09-10PyAPI: Add object argument to bake_actionCampbell Barton
2017-09-09Resolve T52687: Add node label shows as 'Unknown'Campbell Barton
2017-09-07PyAPI: use bl_rna_get_subclass for node APICampbell Barton
2017-09-06Workaround node types not being exposedCampbell Barton
2017-09-04PyAPI: Add bpy.utils.register_classes_factoryCampbell Barton
2017-09-04PyAPI: fix rna_info for changes in type accessCampbell Barton
2017-07-27Fix factory setup using user scripts path stillCampbell Barton
2017-07-25PyAPI: Skip user scripts w/ factory-startupCampbell Barton
2017-07-25PyAPI: utility for creating register, unregisterCampbell Barton
2017-07-24Cleanup: trailing spaceCampbell Barton
2017-06-28Fix node UI not using translation context correctly.Bastien Montagne
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-06-07Report OpenSubdiv version Blender is compiled againstSergey Sharybin
2017-05-28Usual i18n/message tweaks & fixes.Bastien Montagne
2017-05-15PyAPI: don't re-register add-ons on 'New File'Campbell Barton
2017-04-24Usual i18n/UI messages fixes and cleanup.Bastien Montagne