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
2015-12-28Cleanup: style, indentationCampbell Barton
2015-12-22View3D: measure smoothview angle comparing quat anglesCampbell Barton
2015-12-22Fix T31605: Nupad ignores Rotate around selectionCampbell Barton
2015-12-22View3D: use c99 compound literals for smoothview paramsCampbell Barton
2015-11-01Cleanup: old commentsCampbell Barton
2015-10-25Avoid redundant normalize in obmat_to_viewmatCampbell Barton
2015-10-25Fix T46590 Strange camera behavior (partial revert of fbca69c6)Dalai Felinto
2015-10-23BLI_math: add mat3_normalized_to_* functionsCampbell Barton
2015-10-23BLI_math: add invert_qt_normalizedCampbell Barton
2015-09-13Cleanup: spellingCampbell Barton
2015-08-26Fix T45901: Smooth-view w/ bg-image glitchCampbell Barton
2015-07-21Fix T45434: GPencil on editmode surface failsCampbell Barton
2015-07-02BGE: remove check for area in start-game operatorCampbell Barton
2015-04-14Cleanup: warningsCampbell Barton
2015-03-23Cleanup: comments, styleCampbell Barton
2015-03-21Cleanup: constify view3d/cameraCampbell Barton
2015-03-21View3D: fix view-selected zoom logicCampbell Barton
2015-03-12View3D: Quad-view opposite axis switchingCampbell Barton
2015-03-12Cleanup: de-duplicate view3d clippingCampbell Barton
2015-01-03Refactor 'fit in camera view' code, and expose it to RNA.Bastien Montagne
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-24Fix T42618: Lock to view + autokey bugCampbell Barton
2014-10-28Keymap: PKey only runs BGE when engine is setCampbell Barton
2014-10-20Fix T42189Antony Riakiotakis
2014-08-25View3D: Add ED_view3d_dist_range_getCampbell Barton
2014-08-13SpellingCampbell Barton
2014-07-31Fix T41258: Crash when entering edit mode while viewport render is enabledSergey Sharybin
2014-07-23Occlusion Query based selection.Antony Riakiotakis
2014-06-19Code cleanup: de-duplicate calls wmOrtho, wmFrustumCampbell Barton
2014-06-19Code cleanup: use const passing rectsCampbell Barton
2014-06-16Fix T40617: Ortho view selects objects behind cameraCampbell Barton
2014-05-14Code cleanup: doxy commentsCampbell Barton
2014-05-01Fix T39988: Selected object count invalid after exiting local-viewCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-30Code cleanup: remove redundant CTX callsCampbell Barton
2014-04-30Fix T38905: view3d.object_as_camera didn't store the last-viewCampbell 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-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-26Code cleanup: style and warningsCampbell 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-20View3D: avoid matrix multiply using ED_view3d_boundbox_clipCampbell Barton
2014-02-27Fix for VIEW3D_OT_camera_to_view with quadview, disable in camera viewCampbell Barton
2014-02-24Fix T38784: smoothview using perspective transition with ortho cameraCampbell 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-07ListBase API: add utility api funcs for clearing and checking emptyCampbell Barton