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-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
2013-09-16fix [#36732] Auto depth feature misbehaves on orbit with mouse cursor outside...Campbell Barton
2013-09-16fix [#36444] view3d.viewnumpad operator should not animateCampbell Barton
2013-09-15- update bl_run_operators.py for change in blender.Campbell Barton
2013-09-12code cleanup: unnecessary shadowing and some minor pep8 edits.Campbell Barton
2013-08-31patch [#35928] View roll operatorCampbell Barton
2013-07-27cleanup ED_view3d_from_m4() ambiguity with NULL checks, now assert if dist is...Campbell Barton
2013-07-25fix [#36278] X,Y Direction wrong after bpy.ops.view3d.viewnumpadCampbell Barton
2013-07-21using shift +/- to dolly with a locked camera now works.Campbell Barton
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