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
2013-07-19add keybinding for dolly: shift +/-Campbell Barton
2013-07-19patch [#36000] View lock offset (allow panning when the view is locked)Campbell Barton
2013-06-13fixes for using scaled camerasCampbell Barton
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-26the viewport align-active option was flipping the viewport direction,Campbell Barton
2013-05-26code cleanup: typosCampbell Barton
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton
2013-05-08use negative dot product for clipping, rather then doing it inline.Campbell Barton
2013-05-03disable view3d dolly, move, pan -- when the view offset is locked, also corre...Campbell Barton
2013-04-19Fix #34818: Sculpting Mode only rotates around geometry origin (bring bug back)Sergey Sharybin
2013-04-13code cleanup: remove unused string formatting in bli_adddirstrings(), also re...Campbell Barton
2013-04-12Paint refactoring commit, non-disruptive (in theory :p)Antony Riakiotakis
2013-04-08rewind part of r55893, smooth-view for pan was annoying with mousewheel.Campbell Barton
2013-04-08fix [#34903] Lock Camera to View allows Numpad orbit, but not Numpad panCampbell Barton
2013-04-04fix [#34860] View in Weight Painting mode no longer rotates around active boneCampbell Barton
2013-04-04code cleanup: use bools, (float)sin/(float)cos -> sinf/cosf, more meaningful ...Campbell Barton
2013-03-26replace view3d_get_view_aligned_coordinate with ED_view3d_win_to_3d_int()Campbell Barton
2013-03-26edit to VIEW3D_OT_view_center_pickCampbell Barton
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-03-25patch [#34763] Center the View to the ZDepth Position under the Mouse CursorCampbell Barton
2013-03-22code cleanup: use booleans and const's for operator vars.Campbell Barton
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-03-20add back -Wredundant-decls, just not for older gcc'sCampbell Barton
2013-03-18Fix: Setting cursor to semitransparent objects will fail because of clipAntony Riakiotakis
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-09code cleanup: move runtime var zfac out of RegionView3D. rename initgrabz() -...Campbell Barton
2013-03-03code cleanup: ~400 duplicate lines for AO form factor math.Campbell Barton
2013-03-03code cleanup: de-duplicate ~75 lines copied twice - tsk tsk.Campbell Barton
2013-03-01style cleanup: braces with multi-line statements, also add some comments.Campbell Barton
2013-02-27changing image dropping into the viewport to add empty objects (from r54825) ...Campbell Barton
2013-02-21code cleanup: pass mval to ED_view3d_cursor3d_position() rather then event x/yCampbell Barton
2013-02-10style cleanupCampbell Barton
2013-02-08Release todo: added userpref for Mac users having "Natural Scroll" set.Ton Roosendaal
2013-01-27Operators name "cleanup"Dalai Felinto
2013-01-17minor changes to view3dCampbell Barton
2013-01-17fix [#33894] Viewport heavily distortedCampbell Barton
2013-01-06Solving nasty annoyance:Ton Roosendaal
2012-12-30More trackpad woes:Ton Roosendaal
2012-12-29And another NDOF fix:Ton Roosendaal
2012-12-29Fixes for NDOF device:Ton Roosendaal
2012-12-29Bug fix #32806Ton Roosendaal
2012-12-26Todo item:Ton Roosendaal
2012-12-23code cleanupCampbell Barton
2012-12-21replace MIN/MAX 3,4 with inline functionsCampbell Barton
2012-12-20Bug fix:Ton Roosendaal
2012-12-17code cleanup: use 'const float *' when getting the 3d cursor and not editing it.Campbell Barton
2012-12-14Fix #33522: Crash when "rotate arond selection" is on, and when no object in ...Sergey Sharybin
2012-12-13Fix #33510: Rotate around selection doesn't work when .blend saved in sculpt ...Sergey Sharybin
2012-12-12Holiday coding log :)Ton Roosendaal
2012-12-11change to r52888, since we dont always want ED_view3d_offset_distance() to gi...Campbell Barton