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-13Keymap: dope-sheet hotkey to change falloffPhilipp Oeser
2018-06-12Cleanup: remove moar G.main from BKE area.Bastien Montagne
2018-06-11Cleanup: remove some G.main usages...Bastien Montagne
2018-06-08Cleanup: getting rid of G.main.Bastien Montagne
2018-06-07Cleanup: Nuke moar G.main usages...Bastien Montagne
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-06-01Cleanup: some more G.main removal from editor code.Bastien Montagne
2018-05-31Cleanup: remove G.main from BKE objectBastien Montagne
2018-05-30Edit Mode: add success return valueCampbell Barton
2018-05-15Undo System: remove nested edit-mode undo callsCampbell Barton
2018-05-06Cleanup: split rotation_from_viewCampbell Barton
2018-04-10Cleanup: remove unused flagCampbell Barton
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-03-19Cleanup: split lattice into own libraryCampbell Barton
2018-03-06Utility to enter sculpt modeCampbell Barton
2018-03-02Object Mode: move logic to 'object_modes.c'Campbell Barton
2018-02-19Cleanup: sync vertex-paint and sculpt from 2.8Campbell Barton
2018-02-13Add ED_object_editmode_exit_exCampbell Barton
2018-02-06DNA: move eObjectMode into own headerCampbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2016-02-26Restore ability to clear motionpaths from selected objects/bones onlyJoshua Leung
2015-12-05Fix T37879: Default UV generation for mesh primitives.Bastien Montagne
2015-11-18Cleanup: editor api namingCampbell Barton
2015-06-23Fix T45051: Curve parent bug.Bastien Montagne
2015-06-21Fix/Cleanup possibility to type insane values in 'add' operators options.Bastien Montagne
2015-05-04Add name argument to data creation API callsCampbell Barton
2015-03-28Cleanup: redundant struct declarationsCampbell Barton
2015-03-19Speedup for constraints update from python scriptSergey Sharybin
2015-02-23Snap to Active: missing armature/pose/mball/curveCampbell Barton
2015-02-09Fix T43498: New curves fails /w radius & rotationCampbell Barton
2014-11-19Refactor: Move part of vgroup handling code from ED_mesh/object_vgroup.c to B...Bastien Montagne
2014-10-10Cleanup (no functional changes):Bastien Montagne
2014-09-01Support more object types scene-scale (on creation)Campbell Barton
2014-03-31Code cleanup: use boolCampbell Barton
2014-03-15Code cleanup: use r_ prefix for return argsCampbell Barton
2014-01-31Code cleanup: be less vague checking invalid index valuesCampbell Barton
2014-01-16Fix T38217: Fix glitch adding Monkey with view alignCampbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2013-11-19Remove Surface modifier when removing force field from objectSergey Sharybin
2013-10-16edits to r60777 - move ED_object_hook_reset_do into BKE object (if RNA needs ...Campbell Barton
2013-10-15Fix [#37085] Hook modifier work when created with Ctrl+H, but not when create...Bastien Montagne
2013-09-17vertex group blend, support for blending multiple groups at once.Campbell Barton
2013-09-16move make_prim_radius_prop into a generic function.Campbell Barton
2013-09-02support for vertex parenting in object mode for object types which support it...Campbell Barton
2013-08-29follow up on r59628, setting modes now ensures that other modes exit first,Campbell Barton
2013-07-02move api functions from r57909 into BKE.Campbell Barton
2013-07-01Restrict Weight Edit Panel to mesh/lattice Edit and Weight Paint vertex selec...Gaia Clary
2013-06-25Include DNA_scene_types before ED_object instead of forward enum declarationSergey Sharybin
2013-06-25Fix unnecessary redraw of 3D views when making changes in compositing nodes.Brecht Van Lommel
2013-06-24removed obsolete forward declarationGaia Clary