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
2014-08-13SpellingCampbell Barton
2014-08-13SpellingCampbell Barton
2014-06-19Code cleanup: remove unused callback for depth drawingCampbell Barton
2014-06-19Code cleanup: de-duplicate calls wmOrtho, wmFrustumCampbell Barton
2014-04-22View3d: api naming, for setting the view matrix.Campbell Barton
2014-04-17View3D: use smoothview for localview switchingCampbell Barton
2014-04-17Code cleanup: use const for array argsCampbell Barton
2014-04-17Viewport Text Drawing: replace single allocs with a memarenaCampbell Barton
2014-03-20View3D: avoid matrix multiply using ED_view3d_boundbox_clipCampbell Barton
2014-03-20Vertex Paint: inverted line drawing, white lines were often hard to seeCampbell Barton
2014-03-20Vertex Paint: use solid shading, shadeless in wire (like wpaint)Campbell Barton
2014-02-19Code cleanup: de-duplicate ndof controls for walk/fly modeCampbell Barton
2014-02-18NDOF: Fix for fly/walk mode ignoring axis invert optionsCampbell Barton
2014-02-05Fix T35810: Texture faces display white in 3D view, when used as a Particle O...Sergey Sharybin
2013-12-03View Navigation: Walk and Fly modesDalai Felinto
2013-11-28View3D: split camera controlling parts of fly mode into their own functionsCampbell Barton
2013-09-16fix [#36444] view3d.viewnumpad operator should not animateCampbell Barton
2013-08-31patch [#35928] View roll operatorCampbell Barton
2013-07-19patch [#36000] View lock offset (allow panning when the view is locked)Campbell Barton
2013-07-01tweak to commit r57891, dont draw hidden faces/edges in editmode.Campbell Barton
2013-07-01fix [#35911] Show weights not working with a weight edit modifier in edit modeCampbell Barton
2013-04-18Fix #34970: in glsl mode the vertex paint face mask is not visibleSergey Sharybin
2013-03-25patch [#34763] Center the View to the ZDepth Position under the Mouse CursorCampbell Barton
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-03-18Fix: Setting cursor to semitransparent objects will fail because of clipAntony Riakiotakis
2013-03-07ruler/protractor for 3d viewport (apart of 3d printing features). work-in-pro...Campbell Barton
2013-03-03code cleanup: ~400 duplicate lines for AO form factor math.Campbell Barton
2013-01-18move draw all edges into the object settings (object panel), makes more sense...Campbell Barton
2012-12-29Bug fix #32806Ton Roosendaal
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-10-27style cleanupCampbell Barton
2012-10-17code cleanup:Campbell Barton
2012-10-16Cycles: non-camera viewport render border supportSergey Sharybin
2012-10-10quiet compiler warnings from recent merge.Campbell Barton
2012-10-10Google Summer of Code project: "Smoke Simulator Improvements & Fire".Daniel Genrich
2012-09-04fix for building on msvc2008 (also style cleanup)Campbell Barton
2012-08-19Patch #32326: NDOF support of rotation and panning the view at the same timeSergey Sharybin
2012-08-12smooth-view for 2d views, graph editor, sequencer, node view, works with bord...Campbell Barton
2012-06-10code cleanup: rename flag --> dflag (draw flag), since this is overly generic...Campbell Barton
2012-06-06pass the object wire color along to drawing functions, too many places would ...Campbell Barton
2012-05-13code cleanup: missed some min/max use of float[3], also found case of DO_MIN/...Campbell Barton
2012-05-10fix for fix, own fix for [#31368] didnt work right, now move shadeless & wire...Campbell Barton
2012-05-08style cleanup: view3dCampbell Barton
2012-05-05feature request from VenomGfx- lock to active as an operator since its tediou...Campbell Barton
2012-05-02bmesh: use fixed stack size for face flipping array.Campbell Barton
2012-05-02Fix #31199 & #31112: cycles not working well with vertex/weight paint selectionBrecht Van Lommel
2012-03-01Spelling CleanupCampbell Barton
2012-02-29Code Cleanup: remove non existing function declarations.Campbell Barton
2012-02-28fix [#30361] Edge Length will not be diplayed properly with Clipping BordersCampbell Barton
2012-02-28code cleanup: make clipping enable/disable into functions (was being done inl...Campbell Barton