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-09-02Cleanup: comment blocksCampbell Barton
2018-06-13Cleanup: moar ugly G.main removal...Bastien Montagne
2018-06-12Cleanup: moar G.main removal from BKE area.Bastien Montagne
2018-06-11Cleanup: Moar G.main removal of Hell.Bastien Montagne
2018-06-09Cleanup: remove some G.main usages.Bastien Montagne
2018-06-08Cleanup: getting rid of G.main.Bastien Montagne
2018-06-07Cleanup: remove moar G.main usages.Bastien Montagne
2018-05-13Cleanup: trailing spaceCampbell Barton
2018-04-15Cleanup: ED_armature namingCampbell Barton
2018-02-22Fix T54129: Moving keyframes on top of other keyframes, removes both keyframesJoshua Leung
2018-02-21Fix: Return back to conventional way of averaging points for keyframe de-dupJoshua Leung
2018-02-21Fix: Forgot to recalculate handles after deleting keyframesJoshua Leung
2018-02-21Fix: Don't average keyframe values if FCurve can only have int/discrete valuesJoshua Leung
2018-02-21Cleanup: Delete debugging code and the old version of the automerge codeJoshua Leung
2018-02-21Tweak/Fix for T54106 - Moving multiple selected keyframes on top of an unsele...Joshua Leung
2018-02-21Minor Optimisation: Terminate early if we've passed the insertion point for t...Joshua Leung
2018-02-21Feature Request T54106: When scaling keyframes, merge (by-averaging) selected...Joshua Leung
2017-11-30Transform: Use single flag with more meaningful name to prevent snapping to a...Sergey Sharybin
2017-11-30Transform: Remove some legacy code about snapping in particle edit modeSergey Sharybin
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-09-28Fix T52086: Graph editor "normalize" drag errors for integersSergey Sharybin
2017-09-27Math Lib: Add non-clamped round_* functionsCampbell Barton
2017-09-15Transform: Enable recursion dependency check for new depsgraphSergey Sharybin
2017-09-08Fix T52678: Crash editing gpencil w/ frame-lockCampbell Barton
2017-08-04Tracking: Cleanup of transform codeSergey Sharybin
2017-07-31Fix T52224: auto IK not respecting length, after recent bugfix.Brecht Van Lommel
2017-07-10Fix T51665: No orientation for nurbs, polygonsCampbell Barton
2017-07-10Fix T52007: Cancel bezier curve transform failsCampbell Barton
2017-07-06Fix T51955: Changing Auto-IK length crashes Blender (with new-depsgraph)Sergey Sharybin
2017-07-04Fix T51703: Rigid body with delta transform jumps when transformingLuca Rood
2017-06-19Cleanup: doxygen commentsCampbell Barton
2017-06-09Fix T51756: Fix crash when transforming vertices in edit modeSergey Sharybin
2017-06-01Remove comment (missed last commit)Campbell Barton
2017-06-01Fix T51651: translate w/ individual origins failsCampbell Barton
2017-05-26Cleanup: warningCampbell Barton
2017-03-10Fix T47690: Connected PET w/ individual originsCampbell Barton
2017-02-03fix T46892: snap to closest point now works with Individual OriginsGermano Cavalcante
2016-11-16Fix T50026: "Only Insert Needed" doesn't work when using Trackball rotationJoshua Leung
2016-08-04Cleanup: Use BKE_gpencil prefixJulian Eisel
2016-08-04Grease Pencil v2 BranchAntonio Vazquez
2016-07-29Fix T48679: Bone transform only alters between translation and rotationSergey Sharybin
2016-07-22remove double-checked conditionsMike Erwin
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-06-22Cleanup: styleCampbell Barton
2016-06-14Correct update issue caused by recent commitCampbell Barton
2016-06-14Fix VSE updating effects within metasCampbell Barton
2016-06-14Fix T48649: VSE meta-strip overlap shuffles recursivelyCampbell Barton
2016-06-14Correct sequencer transform checkCampbell Barton
2016-06-13Fix T48616: Auto-merge selects extra edgesCampbell Barton
2016-05-09Depsgraph: Avoid unneeded relations update when canceling transformSergey Sharybin