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-03Merge branch 'master' into blender2.8Campbell Barton
2018-04-03Cleanup: rename list count_ex -> count_at_mostCampbell Barton
2018-03-14Merge branch 'master' into blender2.8Bastien Montagne
2018-03-14Cleanup: rename BLI_array_count -> lenCampbell Barton
2018-02-15Merge branch 'master' into blender2.8Sergey Sharybin
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-02-14GPU: use alpha blend that works for drawing to transparent buffer.Brecht Van Lommel
2018-01-19Fix T53788: Camera animation not workingSergey Sharybin
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-17Knife Tool: add wait_for_event optionCampbell Barton
2017-09-06Merge branch 'master' into blender2.8Campbell Barton
2017-09-05Fix T52251: Knife cur displaces surfaceCampbell Barton
2017-08-16Pass EvaluationContext instead of bContextCampbell Barton
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-06-19Gawain API naming refactorCampbell Barton
2017-06-15Merge branch 'master' into blender2.8Campbell Barton
2017-06-15Math Lib: add angle_on_axis_v3v3_v3Campbell Barton
2017-04-15GPU Matrix API: clean up after 2D-3D unificationMike Erwin
2017-04-07OpenGL: use PRIM instead of GL enum for immBeginMike Erwin
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-04-05Cleanup: Move imm_draw utils into own fileCampbell Barton
2017-03-22OpenGL: convert to new matrix API (part 5)Mike Erwin
2017-02-26OpenGL: replace gluProject and gluUnProject, and simplify surrounding code.Brecht Van Lommel
2017-02-01OpenGL immediate mode: editmesh_knife.cLuca Rood
2016-12-08Fix T49872: 3D cursor places with camera shift in ortographic modeJulian Eisel
2016-11-25Math Lib: rotate matrix cleanupCampbell Barton
2016-06-18Cleanup: style, whitespace, doxy filepathsCampbell Barton
2016-04-01Knife Project: revert fix for T43896Campbell Barton
2016-03-31Fix NULL check before freeCampbell Barton
2016-03-24Fix T47910: Knife project failsCampbell Barton
2016-01-23OpenGL: call glLineWidth less oftenMike Erwin
2016-01-23Math Lib: optimize segment-plane clippingCampbell Barton
2016-01-21Cleanup: line length, indentationCampbell Barton
2016-01-20Fix T43896: Knife Project fails when zoomed outCampbell Barton
2015-12-16BMesh: support connecting single-edge island linksCampbell Barton
2015-12-15Correct own error in knife edge-net cuttingCampbell Barton
2015-12-12Knife: use BM_face_split_edgenet for detecting holesCampbell Barton
2015-11-27BMesh: Add API call BM_face_calc_point_in_faceCampbell Barton
2015-11-23Cleanup: shadowing (editors)Campbell Barton
2015-11-12Cleanup: rename line to segments, avoids confusionCampbell Barton
2015-10-17Cleanup: warningsCampbell Barton
2015-10-16error in last commitCampbell Barton
2015-10-16Fix for missing id_lib_extern, assigning ID'sCampbell Barton
2015-10-15Knife tool: generalize angle snapping codeCampbell Barton
2015-10-15Fix error w/ printing knife header angle-snappingCampbell Barton
2015-09-24Knife: Improve clamping extents in ortho viewCampbell Barton
2015-09-23Fix T46219: Knife cuts fail away from centerCampbell Barton
2015-08-21BVH-raycast: ensure input direction is unit-lengthCampbell Barton