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-08-12PyAPI: update scripts for matrix multiply operatorCampbell Barton
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-15WM: rename manipulator to gizmo in Python APICampbell Barton
2018-07-15WM: rename manipulator to gizmo internallyCampbell Barton
2018-07-12PyAPI: remove bpy.utils.register_moduleCampbell Barton
2018-07-11PyAPI: Use annotations for RNA definitionsCampbell Barton
2018-07-06UI/Python: rename Lamps to Lights, to follow more standard terminology.Brecht Van Lommel
2018-07-03UI: optional ui-unit-width for popoversCampbell Barton
2018-07-03Cleanup: pep8Campbell Barton
2018-07-02UI: align header menus to space them closelyCampbell Barton
2018-06-13UI: preset popover buttons in panel headers.Brecht Van Lommel
2018-05-20UI: support for custom keymaps for popoversCampbell Barton
2018-05-18Fix popover args when called from PythonCampbell Barton
2018-05-18Collections and groups unificationBrecht Van Lommel
2018-04-22UI: Initial popover support for panelsCampbell Barton
2018-04-22Merge branch 'master' into blender2.8Campbell Barton
2018-04-22Cleanup: de-dup popup/pie menu RNA definitionCampbell Barton
2018-04-17Removing Blender Game Engine from Blender 2.8Dalai Felinto
2018-02-28WorkSpace: UI filtering for add-onsCampbell Barton
2018-01-10Fix color for manipulator drawingCampbell Barton
2017-08-22Manipulator: Add API target_get/set/range wrappersCampbell Barton
2017-08-20Manipulator: helper API for drawing custom shapesCampbell Barton
2017-06-26Manipulator: Python APICampbell Barton
2017-03-23UI: allow to extend camera as a menuCampbell Barton
2017-03-16PyAPI: Menu.path_menu: Add path filter callbackCampbell Barton
2017-03-14PyAPI: extend Menu.path_menuCampbell Barton
2016-07-30Cleanup: pep8Campbell Barton
2016-05-25Add warning to Mesh.from_pydataCampbell Barton
2016-03-15PyAPI: Double performance of Mesh.from_pydataCampbell Barton
2016-03-03PyAPI: API for selectively writing data-blocksCampbell Barton
2016-01-31Cleanup: pep8Campbell Barton
2016-01-06'users of ID' py API.Bastien Montagne
2015-12-18Cleanup: use unpacking generalizationCampbell Barton
2015-11-30PyAPI: expose low level RNA to bpy.typesCampbell Barton
2015-04-23Py API: Remove deprecated callback_addCampbell Barton
2015-04-09Error in own last commitCampbell Barton
2015-04-09UI: Extend preset menuCampbell Barton
2014-10-13Pie menus: Confirm thresholdAntony Riakiotakis
2014-09-17Cleanup: pep8Campbell Barton
2014-08-11Pie Menus C code backend.Antony Riakiotakis
2014-03-23Fix typo in API documentation.Thomas Dinges
2014-02-18Python: remove redundant len() useCampbell Barton
2014-01-27UI: Fix for icon-only menus too small click-able areaCampbell Barton
2014-01-27UI: Replace +/- menus with collapsible onesCampbell Barton
2013-09-28add PoseBone.children convenience attribute.Campbell Barton
2013-09-18fixes for python api docs.Campbell Barton
2013-08-23Fix for an obscure bpy_types bug: When attempting to define __setattr__ in a ...Lukas Toenne
2013-06-01add popup menu to allow python scripts to show popups without having to defin...Campbell Barton
2013-05-08Removed the unused socket template system from the bpy_types Node base class ...Lukas Toenne
2013-05-08Workaround for C nodes: In order to make registerable RNA methods of the stan...Lukas Toenne