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-04-28UI: replace transform hand icon w/ 4 arrowsCampbell Barton
2018-04-28Cleanup: style, duplicate includesCampbell Barton
2018-04-27UI: add new transform tool that enables all widgetsCampbell Barton
2018-04-26Fix vertex slide regression from multi-editCampbell Barton
2018-04-25Cleanup: use blender terminologyCampbell Barton
2018-04-25Fix cursor switching w/ transform redoCampbell Barton
2018-04-25Cleanup: indentationCampbell Barton
2018-04-24Manipulator: Use evaluated object's matrix to get maipulator positionSergey Sharybin
2018-04-23Merge branch 'master' into blender2.8Campbell Barton
2018-04-23Fix T54766: "Record With"-NLA "Push Down" discards Blend Mode, Extrapolation,...Joshua Leung
2018-04-23Manipulators/Tools: always draw a cursor while interactingInes Almeida
2018-04-23Manipulators: tweak plane distance in move manipulatorInes Almeida
2018-04-21Cleanup: styleCampbell Barton
2018-04-20UI: move manipulator to tool-systemCampbell Barton
2018-04-19Cleanup: styleCampbell Barton
2018-04-18Workspaces: remove workspace engine, use 3D viewport draw mode instead.Brecht Van Lommel
2018-04-18Fix missing initialization of depsgraph for snapping contextSergey Sharybin
2018-04-18Move transform orientation to sceneCampbell Barton
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-16Cleanup: indentationCampbell Barton
2018-04-16Multi-Object EditingCampbell Barton
2018-04-16Merge branch 'master' into blender2.8Campbell Barton
2018-04-16Cleanup: indentationCampbell Barton
2018-04-15Merge branch 'master' into blender2.8Campbell Barton
2018-04-15Cleanup: ED_armature namingCampbell Barton
2018-04-13Depsgraph: remove engine type from evaluation context.Brecht Van Lommel
2018-04-10Merge branch 'master' into blender2.8Campbell Barton
2018-04-10Fix transform nearest axis checkCampbell Barton
2018-04-09Merge branch 'master' into blender2.8Campbell Barton
2018-04-09Cleanup: avoid recalculating global centerCampbell Barton
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-04-01Merge branch 'master' into blender2.8Campbell Barton
2018-03-23Merge branch 'master' into blender2.8Campbell Barton
2018-03-23Cleanup: stray tabsCampbell Barton
2018-03-19Cleanup: avoid passing bContext to particle APICampbell Barton
2018-03-13Merge branch 'master' into blender2.8Campbell Barton
2018-03-13Cleanup: doxygen commentsCampbell Barton
2018-03-09Manipulator: disable UV widget, following prefsCampbell Barton
2018-03-08Merge branch 'master' into blender2.8Campbell Barton
2018-03-08Cleanup: Use BKE_ prefix for all public functions exposed by the NLA moduleJoshua Leung
2018-02-22Merge branch 'master' into blender2.8Bastien Montagne
2018-02-22Fix T54129: Moving keyframes on top of other keyframes, removes both keyframesJoshua Leung
2018-02-22Merge branch 'master' into blender2.8Brecht Van Lommel
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