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-03-19Backport revisions for the final 2.70 releasev2.70Sergey Sharybin
2014-03-03Fixes for view3d rotate axis snappingCampbell Barton
2014-03-02Fix for problem with fly speed, caused by other speed tweaks.Campbell Barton
2014-03-01NDOF: add navigation modes to user preferencesCampbell Barton
2014-03-01Fix for using non camera objects as a camera having zero area view-frameCampbell Barton
2014-02-28NDOF: minor tweaks based on feedback.Campbell Barton
2014-02-26Paint API: add BKE_paint_select_elem_test: to check on paint selectionCampbell Barton
2014-02-24Fix for recent changes with NDOFCampbell Barton
2014-02-24NDOF: various fixes for view3dCampbell Barton
2014-02-24NDOF: Auto-Depth preference was used while orbitingCampbell Barton
2014-02-24NDOF: fix for use with locked offsetCampbell Barton
2014-02-22NDOF: fix for view3d ignoring lens values when panningCampbell Barton
2014-02-20NDOF: define 2 default navigation modes: free & orbitCampbell Barton
2014-02-19NDOF: fix helicopter fly option, revert default to trackball.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-18NDOF: image and clip views ignored axis invert preferencesCampbell Barton
2014-02-18View3d: remove DEBUG_NDOF_MOTION, replaced by --debug-events optionCampbell Barton
2014-02-17NDOF: remove bias for translationCampbell Barton
2014-02-17NDOF: allow panning in view3d.ndof_orbit_zoom, but forward is still zoomCampbell Barton
2014-02-14NDOF: view3d improve dolly/zoom behaviorCampbell Barton
2014-02-14NDOF: fix orbit-all remaining on a view axisCampbell Barton
2014-02-12Code cleanup: ndof view3d operators use of ViewOpsDataCampbell Barton
2014-02-12View3d: fix for ndof with quadview+box, missing sync.Campbell Barton
2014-02-12View3d: enabling quadview box would copy view offset, sync to avoid jumpCampbell Barton
2014-02-12View3d: fix for quadview box only syncing some view axisCampbell 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-04View3d: fix for roll operating on locked views, now apply to user viewCampbell Barton
2014-02-04View3d: move lock check for orbit into a function and use for dolly tooCampbell Barton
2014-02-04Fix for view lock checks with ndof ops, was incorrectly comparing flagsCampbell Barton
2014-02-04Fix T38472: allow orbiting locked view when they are already 'user'.Campbell Barton
2014-02-01Math lib: add axis_angle_normalized_to_quat, use when length is knownCampbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-13Fix some harmless warnings that mostly appeared on MinGW64Antony Riakiotakis
2013-12-29Fix for inexact 3d cursor placement especially when zoomed out.Campbell Barton
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-04Usual UI messages fixes & tweaks.Bastien Montagne
2013-12-03View Navigation: Walk and Fly modesDalai Felinto
2013-11-26View3D: disable auto-perspective when orbiting the view out of a camera.Campbell Barton
2013-11-25Code Cleanup: rename vars for detecting change to be more consistentCampbell Barton
2013-11-25Fix T37586: Auto-perspective was changing to perspective while orbitingCampbell Barton
2013-11-24Code Cleanup: use math functions and reduce View3d axis drawing into a loopCampbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-09-30lots of operator descriptions were incorrectly copy/pasted.Campbell Barton
2013-09-20replace VIEW3D_OP_OFS_LOCK_TEST() macro with static function view3d_operator_...Campbell Barton
2013-09-20fix [#36773] Dolly breaks in quad viewCampbell Barton
2013-09-18fix [#36758] Add Group Instance crashCampbell Barton