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-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
2014-02-04View3d: move lock check for orbit into a function and use for dolly tooCampbell Barton
2014-01-29Fix T38358: Face snapping fails on Orthographic viewBastien Montagne
2013-12-09Fix T37727: z-offset problems with camera viewCampbell Barton
2013-12-09View3D API: rename view3d_camera_get to ED_view3d_camera_data_getCampbell Barton
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-10-18Pampa Project request: FPS in sequencer editorSergey Sharybin
2013-10-04Fix #36948: blender internal viewport render crashes holding shift+Z pressedBrecht Van Lommel
2013-09-16fix [#36732] Auto depth feature misbehaves on orbit with mouse cursor outside...Campbell Barton
2013-05-25Bug fix, irc submitted:Ton Roosendaal
2013-05-08add in asserts when rv3d->viewmatob, rv3d->persmatob are not initialized.Campbell Barton
2013-05-03disable view3d dolly, move, pan -- when the view offset is locked, also corre...Campbell Barton
2013-05-01Fix #35149: solidify modifier + vertex parent not working after going in and outBrecht Van Lommel
2013-04-23fix [#35007] clipping border errorCampbell Barton
2013-04-15Cycles: optimization for 3D viewport border render with heavy scenes, the OpenGLBrecht Van Lommel
2013-04-11Fix #34817: improve OpenGL preview render speed, it got quite a bit slower si...Brecht Van Lommel
2013-04-05code cleanup: use bool's for vgroup and editmode.Campbell Barton
2013-03-26replace view3d_get_view_aligned_coordinate with ED_view3d_win_to_3d_int()Campbell Barton
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-03-20code cleanup: use booleans for mesh and selection code.Campbell Barton
2013-03-18Fix: Setting cursor to semitransparent objects will fail because of clipAntony Riakiotakis
2013-03-17code cleanup: name mesh functions more consistently, also use bools for mesh ...Campbell Barton
2013-03-15Fix: multisample viewport drawing didn't work well with selection or particleBrecht Van Lommel
2013-03-14minor knife refactor to prepare for running non interactively.Campbell Barton
2013-03-14code cleanup: de-duplicate view clipping function for paint and knife tool, m...Campbell Barton
2013-03-09code cleanup: move runtime var zfac out of RegionView3D. rename initgrabz() -...Campbell Barton
2013-03-09ruler3d: replace ED_view3d_cursor3d_position() with lower level function view...Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-04code cleanup: view3d_clipping_test was making a vector copy for no reason.Campbell Barton
2013-02-28fix for harmless glitch rotating the camera in camera mode, having the center...Campbell Barton
2013-02-21code cleanup: pass mval to ED_view3d_cursor3d_position() rather then event x/yCampbell Barton
2013-01-05Changes for opengl render to reflect new alpha premul pipelineSergey Sharybin
2012-12-26Todo item:Ton Roosendaal
2012-12-23add zbuf/depth option to weight paint lasso select.Campbell Barton
2012-12-21fix own regression in 2.65 [#33643] Rotation does not work at certain zoom levelCampbell Barton