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-07-03Mistake in last commitCampbell Barton
2014-07-03Correct recent fix for knife in camera ortho modeCampbell Barton
2014-06-16Fix for knife when in ortho camera viewCampbell Barton
2014-05-14Code cleanup: doxy commentsCampbell Barton
2014-02-01Fix T38432, Fix 38432: more stupid error in view3d ray code, sorry about that.Bastien Montagne
2014-01-30Fix a nice bug in ED_view3d_win_to_vector() - vector returned for an ortho vi...Bastien Montagne
2014-01-29Fix T38358: Face snapping fails on Orthographic viewBastien Montagne
2014-01-12Style Cleanup: whitespaceCampbell Barton
2013-08-31Simplify line/plane intersection, add line_plane_factor_v3().Campbell Barton
2013-07-03update doxygen congfig and tweaks to warnings when running doxygen.Campbell Barton
2013-05-28move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)Campbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-26code cleanup: typosCampbell Barton
2013-05-24fix own regression with ortho-camera adding points reported as [#35462]Campbell Barton
2013-05-08add in asserts when rv3d->viewmatob, rv3d->persmatob are not initialized.Campbell Barton
2013-04-23fix [#34706] Projection precision is zoom dependentCampbell Barton
2013-04-23fix [#35007] clipping border errorCampbell Barton
2013-04-22add clip_segment_v3_plane_n() to clip a line segment to planes (as used for v...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-14minor knife refactor to prepare for running non interactively.Campbell Barton
2013-03-09add inline function mul_project_m4_v3_zfac() to get the z-depth value from a ...Campbell Barton
2013-03-09code cleanup: move runtime var zfac out of RegionView3D. rename initgrabz() -...Campbell Barton
2013-02-28fix for harmless glitch rotating the camera in camera mode, having the center...Campbell Barton
2013-01-01fix for own error in recent weight paint code, bound-box clip wasnt working.Campbell Barton
2012-12-21speedup for face tessellation:Campbell Barton
2012-12-21fix own regression in 2.65 [#33643] Rotation does not work at certain zoom levelCampbell Barton
2012-12-21correct ed_view3d_project__internal() was unnecessarily casting (float -> sho...Campbell Barton
2012-12-10fix for knife tool when the mouse was moved outside the clipped area the mous...Campbell Barton
2012-11-03code cleanup: float <> double conversion.Campbell Barton
2012-10-17code cleanup:Campbell Barton