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 (Collapse)Author
2019-05-01DRW: Draw checkerboard alpha pattern for CyclesClément Foucault
Add checkerboard alpha pattern like it was in 2.79
2019-02-18doxygen: add newline after \fileCampbell Barton
While \file doesn't need an argument, it can't have another doxy command after it.
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
Move \ingroup onto same line to be more compact and make it clear the file is in the group.
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
BF-admins agree to remove header information that isn't useful, to reduce noise. - BEGIN/END license blocks Developers should add non license comments as separate comment blocks. No need for separator text. - Contributors This is often invalid, outdated or misleading especially when splitting files. It's more useful to git-blame to find out who has developed the code. See P901 for script to perform these edits.
2019-01-233D View: draw clipping regionCampbell Barton
Only for workbench solid/wire modes.
2019-01-23Cleanup: add BEGIN/END to GPL headersCampbell Barton
2018-08-27Draw Manager: Remove unused functionmano-wii
Signed-off-by: fclem
2018-07-15WM: rename manipulator to gizmo internallyCampbell Barton
2017-12-16Manipulator: draw 2d manipulators over view borderCampbell Barton
Needed so passepartout doesn't cover 2d manipulators.
2017-02-15Clay Engine: new draw_view.c containing all dynamic drawing routines.Clément Foucault