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
2014-05-22Merge branch 'soc-2014-viewport' into soc-2013-viewport_fxJason Wilkins
2014-05-12Fix/Workaround T40102: RMB on vertex & GKey, acts as double-GCampbell Barton
2014-05-09Fix T36973: Active snapping fails for edges/facesCampbell Barton
2014-05-01Code cleanup: remove file handling headers where they arent neededCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-30Fix T39795: Crash when duplicate f-curve keyframe, individual originsSergey Sharybin
2014-04-29Code cleanup: remove redundant matrix initializationCampbell Barton
2014-04-26Code cleanup: use 'const' for arrays (editors)Campbell Barton
2014-04-25Spelling error fixesJoshua Leung
2014-04-24Quiet warningsCampbell Barton
2014-04-24Fix T39819: Decouple autosnap behaviour from time displayJoshua Leung
2014-04-24Code Cleanup: short -> boolJoshua Leung
2014-04-21View2d: API Cleanup for view<->region conversionCampbell Barton
2014-04-17Code cleanup: use boolsCampbell Barton
2014-04-16Fix T39756: Extrude, immediate scaleCampbell Barton
2014-04-11API Cleanup: Use BKE_constraint prefix for constraint apiCampbell Barton
2014-04-11Code cleanup: use boolCampbell Barton
2014-04-07Code cleanup: make the source G rated again.Campbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-23Further tweaking to numinput - enhance 'Reset' behavior.Bastien Montagne
2014-03-17UI: Add theme color for viewport overlayCampbell Barton
2014-03-05Merge branch 'master' into soc-2013-viewport_fxjwilkins
2014-02-28Fix T38877: F-Curve modal input is incorrect when set to Imperial units.Bastien Montagne
2014-02-24Fix T38756: Regression with vertex slide responding to mouse eventsCampbell Barton
2014-02-17Fix T38670: Mask transform without a movieclip crashesSergey Sharybin
2014-02-17Revert 7142b970853f209f6c43319b7f862bcbdbea3728 (transform toggle node hiding)Campbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-01-18Make it possible to hide/unhide a node during node transform operations.Monique Dewanchand
2014-01-17Code Cleanup: spellingCampbell Barton
2014-01-15Fix T38166: Vertex slide C key doesn't workCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-04UI: Use bool rather then int/short's where possibleCampbell Barton
2014-01-02Fix "Flipped" drawn in edgeslide header text even when Even is disabled.Bastien Montagne
2014-01-02Fix T38019: Edge/Vertex Slide recognises Even and Flipped as if they were num...Bastien Montagne
2013-12-30Node Editor: enable transform helper lineCampbell Barton
2013-12-21Support units in modal numinputBastien Montagne
2013-12-12Fix T37757: MCE - Mask Pivot Point individual origins doesnt workSergey Sharybin
2013-12-02Blender Font (BLF): add length argument to string width/height functionsCampbell Barton
2013-11-25Transform: internal changes for orientations calculations.Campbell Barton
2013-11-20Transform: rename Warp to BendCampbell Barton
2013-11-18BMesh Refactor: BKE_bmbvh_new can now be created without an EditMesh.Walid Shouman
2013-11-06True grid snapping for nodes: This snaps nodes to the actual background grid ...Lukas Toenne
2013-11-03code cleanup: warningsCampbell Barton
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-10-23code cleanup: minor transform refactorCampbell Barton
2013-10-23refactor transform.c - minor changesCampbell Barton
2013-10-13improve warp transform so it can be used as a general bending tool too.Campbell Barton
2013-10-13code cleanup: utility function for getting a bool as a string.Campbell Barton
2013-10-13code cleanup: use more obvious assignments for transform snapping angles.Campbell Barton
2013-10-12transform - use 2d float's for the viewport center (allows for vector math fu...Campbell Barton