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
2017-03-093D View: wrap GPU_select cache callsCampbell Barton
2017-03-083D View: new nethod of opengl selectionCampbell Barton
2017-03-04Cleanup: expose struct for ED_view3d_mats_rv3d_*Campbell Barton
2016-12-08Fix T49872: 3D cursor places with camera shift in ortographic modeJulian Eisel
2016-07-13Use BLI_bvhtree_walk_dfs for snappingCampbell Barton
2016-06-29Cleanup: use constCampbell Barton
2016-06-22ID-Remap - Step one: core work (cleanup and rework of generic ID datablock ha...Bastien Montagne
2016-04-22Transform Snap: initial snap context refactorCampbell Barton
2016-02-06Fix T47204: selection failing directly after disabling multisample in user pr...Brecht Van Lommel
2015-12-16cleanup: C99Mike Erwin
2015-11-24View3D: move snapping functions out of rulerCampbell Barton
2015-11-11OpenGL Render: Support full-sample Anti-AliasingCampbell Barton
2015-11-11Cleanup: GL Render (simplify internal logic)Campbell Barton
2015-10-27View3D offscreen buffer was interferring with view navigationDalai Felinto
2015-10-14Support for multi-sample sequencer GL renderCampbell Barton
2015-08-21Docs: correct some commentsCampbell Barton
2015-07-11Add WM_framebuffer_to_index_arrayCampbell Barton
2015-04-28Project Paint: Add symmetry supportCampbell Barton
2015-04-21BMesh: mesh-data picking, general improvementsCampbell Barton
2015-04-20Fixes for backbuf selection logicCampbell Barton
2015-04-20Cleanup: use ED_view3d_backbuf_* prefixCampbell Barton
2015-04-20Fix T44383: Select face fails in some positionsCampbell Barton
2015-04-20Cleanup: use macro for common view3d zbuf checkCampbell Barton
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-03-21Cleanup: constify view3d/cameraCampbell Barton
2015-03-21View3D: fix view-selected zoom logicCampbell Barton
2015-03-17Fix T44021: Crash switching Rendering Engines while viewport rendering + anim...Sergey Sharybin
2015-03-12View3D: Quad-view opposite axis switchingCampbell Barton
2015-03-12Cleanup: de-duplicate view3d clippingCampbell Barton
2015-02-24Fix T43785 crash with border select.Antony Riakiotakis
2015-02-12Viewport compositing - first codeAntony Riakiotakis
2015-01-28Add theme option for cliping borderAntony Riakiotakis
2014-12-05Grease Pencil sketches get included when doing OpenGL previews for scene stri...Joshua Leung
2014-08-25View3D: Add ED_view3d_dist_range_getCampbell Barton
2014-08-05Add missing forward declaration and missing 'struct' keywordNicholas Bishop
2014-07-31Fix T41258: Crash when entering edit mode while viewport render is enabledSergey Sharybin
2014-07-23Occlusion Query based selection.Antony Riakiotakis
2014-07-21GSOC 2013 paintAntony Riakiotakis
2014-06-30Fix T40867: Autokeyframe in camera viewCampbell Barton
2014-06-19Code cleanup: use const passing rectsCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-25Fix T39397: Leaving leaving camera from quadview set orthoCampbell Barton
2014-03-20View3D: remove orbit snapping LUT, allow to snap axis but not rollCampbell Barton
2014-03-11View3d: take pixelsize into account for selection distanceCampbell Barton
2014-02-24NDOF: various fixes for view3dCampbell Barton
2014-02-20NDOF: define 2 default navigation modes: free & orbitCampbell Barton
2014-02-12View3d: add utility function to get the quat from a view axisCampbell Barton
2014-02-12View3d: ensure locked views are on an axis - behavior wasn't well defined.Campbell Barton
2014-02-11Code cleanup: fix a few visual studio compiler warnings.Brecht Van Lommel