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-22WM: add mouse-move after smooth-viewCampbell Barton
2018-01-21Cleanup: styleCampbell Barton
2018-01-18Fix buffer overflow vulnerability in curve, font, particles code.Brecht Van Lommel
2018-01-18Fix buffer overflow vulnerabilities in mesh code.Brecht Van Lommel
2018-01-16Cleanup: indentationCampbell Barton
2018-01-12User Prefs: app-template option to hide the cursorCampbell Barton
2018-01-10Cleanup: comment block alignmentCampbell Barton
2018-01-10Fix T53491: Absolute tablet motion detection failsCampbell Barton
2017-12-193D View: use shortest angle between quaternionsCampbell Barton
2017-12-08Fix T53512: Vertices with index 0 were not being selectedGermano
2017-12-07Cleanup: Use BKE_colorband prefixCampbell Barton
2017-12-07Cleanup: extract BKE_colorband from BKE_textureCampbell Barton
2017-12-04Edit Mesh Selection: Draw the backbuff of edge selection only when requestedGermano
2017-11-27Sequencer: Add option to render OpenGL preview with DoFSergey Sharybin
2017-11-27Refactor view3d offscreen drawing to avoid having multiple boolean argumentsSergey Sharybin
2017-11-19Cleanup: remove BKE_utildefinesCampbell Barton
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-10-31UI: replace UI_ITEM_O_RETURN_PROPS /w return argCampbell Barton
2017-10-21Move & rename uiLayoutOperatorButs to interface_templates.cJulian Eisel
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-17Fix T52959: Local view looses clip range on exitCampbell Barton
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-10-16WM: refactor gestures for use as toolsCampbell Barton
2017-10-16Cleanup: modal operator border callback namesCampbell Barton
2017-10-16WM: Don't save mouse-paths to operator historyCampbell Barton
2017-10-16WM: remove hard-coded circle radius memoryCampbell Barton
2017-10-06Fix ruler access from search pop-upCampbell Barton
2017-09-30Fix vertex paint w/ subsurf drawingCampbell Barton
2017-09-29Vertex Paint: Alpha SupportCampbell Barton
2017-09-06View3D Remap: skip defmaterialCampbell Barton
2017-09-06Fix T52663: Remap used invalid local-view dataCampbell Barton
2017-08-26WM: move theme check out of ED_view3d_draw_select_loopCampbell Barton
2017-08-25WM: ensure 3D view theme is used in select-loopCampbell Barton
2017-08-24Fix error using wrong theme settings w/ depth drawCampbell Barton
2017-08-23Docs: rename var and comment how it's usedCampbell Barton
2017-08-23Correction to last fixCampbell Barton
2017-08-23Fix T52490: NDOF orbit doesn't lock in ortho viewCampbell Barton
2017-08-17Remove unnecessary #include "ED_transform.h"mano-wii
2017-08-12Fix T52298: hidden lamps still compute shadow buffers in viewport.Brecht Van Lommel
2017-08-12Cleanup: whitespaceCampbell Barton
2017-08-05View3D: expose normal from depth publiclyCampbell Barton
2017-07-28Resolve T45301 by adding option for old behaviorCampbell Barton
2017-07-18WM: move WM_event_is_last_mousemove to the WM APICampbell Barton
2017-07-11Fix T51761: wpaint select depth limit failsCampbell Barton
2017-07-04Fix T51834: Active Object and Groups color difference imperceptibleBastien Montagne
2017-07-04Fix T51965: Custom Bone Shape Wireframe setting affects wireframe thickness.Bastien Montagne
2017-06-14Fix buffer read error w/ 2 pass select queriesCampbell Barton
2017-05-26Fix GPencil depth checksCampbell Barton
2017-05-26Fix T51629: Select w/ object lock failsCampbell Barton
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton