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-01-19Merge branch 'master' into blender2.8Campbell Barton
2018-01-19Fix T53788: Camera animation not workingSergey Sharybin
2018-01-19Fix T53786: Proportional size from redo ignoredCampbell Barton
2018-01-16Merge branch 'master' into blender2.8Campbell Barton
2018-01-16Cleanup: indentationCampbell Barton
2018-01-11Merge branch 'master' into blender2.8Bastien Montagne
2018-01-11Fix T53311: transform edge/normal orientationCampbell Barton
2018-01-10Merge branch 'master' into blender2.8Campbell Barton
2018-01-10Cleanup: comment block alignmentCampbell Barton
2017-12-22Fix manipulators not updating when changing workspace view-layerJulian Eisel
2017-12-11Manipulator: make grab-cursor a manipulator flagCampbell Barton
2017-12-04WM: message bus replacement for property notifiersCampbell Barton
2017-12-04Cleanup: whitespaceCampbell Barton
2017-12-01Transform: Avoid attempt to bypass dependency graph updateSergey Sharybin
2017-12-01Transform: Use new DEG query API to see what's being affected by a changing o...Sergey Sharybin
2017-11-30Transform: Fix recent merge conflict resolution fiascoSergey Sharybin
2017-11-30Merge branch 'master' into blender2.8Sergey Sharybin
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-29Merge branch 'master' into blender2.8Sergey Sharybin
2017-11-29Transform: Avoid use of ob->recalc in snapping codeSergey Sharybin
2017-11-28Cleanup: namingSergey Sharybin
2017-11-28Cleanup, naming of engine type variableSergey Sharybin
2017-11-27Manipulator: ignore depth-buffer for scale cageCampbell Barton
2017-11-23Cleanup: Rename ViewLayer *sl > ViewLayer *view_layerDalai Felinto
2017-11-23Tag properties of transform operators as 'advanced'Julian Eisel
2017-11-23Rename any instance of scene layer or render layer in code with view layerDalai Felinto
2017-11-20Merge branch 'master' into blender2.8Campbell Barton
2017-11-20Cleanup: BLI headers firstCampbell Barton
2017-11-19Cleanup: remove BKE_utildefinesCampbell Barton
2017-11-17Depsgraph: Fix assert/crash when transforming from redo systemSergey Sharybin
2017-11-09Rename Scene macros back to their original _NEW less namesDalai Felinto
2017-11-09Depsgraph: Make dependency graph to be built from scene layerSergey Sharybin
2017-11-07Depsgraph: Simplify some workarounds and make API closer to finalSergey Sharybin
2017-11-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-11-05Merge branch 'master' into blender2.8Campbell Barton
2017-11-05Cleanup: order buffer length after the bufferCampbell Barton
2017-11-03Depsgraph: Use explicit graph API in transform codeSergey Sharybin
2017-10-27Hide transform widget when tool widget is usedCampbell Barton
2017-10-26Manipulator: Use object bound-box for scale cageCampbell Barton
2017-10-24Depsgraph: Switch to explicit graph specification for tag flushSergey Sharybin
2017-10-21Manipulator: name remove func's 'unlink_delayed'Campbell Barton
2017-10-21Manipulator: move 'Scale Cage' to its own toolCampbell Barton
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-17Merge branch 'master' into blender2.8Campbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-10-16Workspace: Move engines to workspace and Properties Editor cleanupDalai Felinto
2017-10-14Merge branch 'master' into blender2.8Campbell Barton