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
2015-06-18Transform: Improve UV creation efficiencyCampbell Barton
2015-06-18Fix crash transforming UV /w PET-connected modeCampbell Barton
2015-06-18Fix transform connected UVs memory leakCampbell Barton
2015-06-18Correct last commitCampbell Barton
2015-06-18Fix T45096: Bad UVs /w EdgeSlide & zero-area facesCampbell Barton
2015-06-04Cleanup: clarify order of precedence: &/?Campbell Barton
2015-06-03Correct vert/edge slide poll functionsCampbell Barton
2015-06-01Fix vertex slide regression /w rotated objectsCampbell Barton
2015-05-25Fix error redoing shrink fattenCampbell Barton
2015-05-25Fix bend in object mode (wasn't rotating objects)Campbell Barton
2015-05-25Fix memory leak /w bend toolCampbell Barton
2015-05-25Cleanup: const char for operator ID'sCampbell Barton
2015-05-17Fix Node Editor using wrong snap element menu when called from shortcutJulian Eisel
2015-05-17Cleanup: indentationCampbell Barton
2015-05-15Fix some issues found by Coverity ScanJulian Eisel
2015-05-12Depsgraph: New dependency graph integration commitSergey Sharybin
2015-05-08Cleanup: #define -> enum, and get rid of useless braces in case's.Bastien Montagne
2015-05-08Fix T44634: Slide edge not responding to ALT + WHEEL to change reference edge...Bastien Montagne
2015-05-07EdgeSlide: support for un-clamped slidingCampbell Barton
2015-05-07Cleanup: remove unneeded context argCampbell Barton
2015-05-07EdgeSlide: use pairs for TransDataEdgeSlideVertCampbell Barton
2015-05-07EdgeSlide: fix divide by zeroCampbell Barton
2015-05-05Math Lib: rename fill_*, to copy_*Campbell Barton
2015-04-29Cleanup: headersCampbell Barton
2015-04-27Cleanup: use mul_v3_mat3_m4v3Campbell Barton
2015-04-27Cleanup: rename GRAB_POINTER -> GRAB_CURSORCampbell Barton
2015-04-23Cleanup: warningsCampbell Barton
2015-04-21Fix T44474: Rotation manipulator not hidden completely with all axesJulian Eisel
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-04-14Cleanup: warningsCampbell Barton
2015-04-14Fix T44362 no easy way to repeatedly duplicate keyframes in actionAntony Riakiotakis
2015-04-13Fix bug with autonormalization and transform (after own range commit).Antony Riakiotakis
2015-04-13Graph editor:Antony Riakiotakis
2015-04-10rename _ipo -> _fcurveCampbell Barton
2015-04-09Separate proportional editing options for graph and action editor.Antony Riakiotakis
2015-04-08Transform: use relative motion for vertex slideCampbell Barton
2015-04-08Action editor proportional editing:Antony Riakiotakis
2015-04-08Proportional editing in action editor: display circle in center ofAntony Riakiotakis
2015-04-07Proportional editing support for the action editor.Antony Riakiotakis
2015-04-07Revert Sticky Keys (and everything related to that)Julian Eisel
2015-04-06Use BKE_ghash_ensure_p where possibleCampbell Barton
2015-04-05Fix T44275: CTRL+LMB to extrude to mouse position conflicts with snappedJulian Eisel
2015-04-02Fix proportional editing always turned on in graph editor.Antony Riakiotakis
2015-04-01Proportional editing for graph editor did not work outside edit modeAntony Riakiotakis
2015-04-01Fix glitch scaling bone radiusCampbell Barton
2015-03-31Proportional editing for IPO editor - version ready for feedback by artists.Antony Riakiotakis
2015-03-30Pass bool arg to RNA_property_boolean_setCampbell Barton
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-28Nla Strip Controls: Added special FCurve type (in the animfiltering code)Joshua Leung
2015-03-27Use squared dist /w comparisons (mask, edge-slide)Campbell Barton