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
2010-10-27recent fix r32626 for [#24339] wasnt correctly clamping the depth rectangle, ...Campbell Barton
2010-10-27keep the view centered with camera shift, camera view grease pencil intention...Campbell Barton
2010-10-25move fly mode operator into its own file.Campbell Barton
2010-10-21fix [#24339] Auto Depth, makes viewport lag.Campbell Barton
2010-10-16editors/space_* build without unused args warningsCampbell Barton
2010-10-15remove/tag unused args for view*.c, gpu*.c & image*.cCampbell Barton
2010-10-15tag UNUSED() for operator exec() and invoke() functions.Campbell Barton
2010-10-07misc fixes found with clang's static checker.Campbell Barton
2010-10-05bugfix [#24122] Shift-C doesn't work in "Camera View"Campbell Barton
2010-09-27added CTX_wm_operator_poll_msg_get/set so failing poll functions can set mess...Campbell Barton
2010-09-27bugfix [#24009] Crash when switching area types and performing opsCampbell Barton
2010-09-11- camera max zoom limit was inconsistentCampbell Barton
2010-09-07bugfix [#23189] Num-0 swtich to Camera view and back doesn't respect UserPers...Campbell Barton
2010-09-01Quicky - allow dragging an image on a 3d view background Matt Ebb
2010-08-25bugfix [#22819] Grease Pencil: OpenGL render incorrect if view mode, OK with ...Campbell Barton
2010-08-10SpaceNav works in 3D view on Windows. Cleaned up related WIP code.Mike Erwin
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-08-07merged 30707:31141 from trunkMike Erwin
2010-08-07SpaceNav turntable and fit in 3D view. Tablet data rides with cursor/button e...Mike Erwin
2010-08-06bugfix/functionality fix [#21752] 3D cursor vanished and does not come backCampbell Barton
2010-07-29Added back modal keymap items for view manipulation mode switching in Matt Ebb
2010-07-26patch from Roelf De Kock (kiemdoder), removes redundant values from the snapq...Campbell Barton
2010-07-26bugfix [#23038] View rotation snap has left and right view names swapped arro...Campbell Barton
2010-07-26replace macros VECCOPY and QUATCOPY with inline math functions no functional ...Campbell Barton
2010-07-26bugfix [#22836] Alt+MMB view alignment don't respect all axes directionsCampbell Barton
2010-07-24bugfix [#22769] Undo Looses Active Camera Campbell Barton
2010-07-20- correct some spelling errors.Campbell Barton
2010-07-15Disabled mode-switching keys during 3D View orbit/zoom etc. in default key map.Matt Ebb
2010-07-06fix for crash on active camera poll (from own recent commit)Campbell Barton
2010-07-04fix for 2 bugs in own recent commits, Campbell Barton
2010-07-04home key to center the camera offset.Campbell Barton
2010-06-22Fix Bug [#22640] Center Cursor doesn't cause 3D window update in empty sceneDiego Borghetti
2010-06-16request from William, twice as close camera zoom limitCampbell Barton
2010-06-01== View Navigation ==Campbell Barton
2010-05-30reverting previous commit from Mitchell. His commit went to the trunk instead...Dalai Felinto
2010-05-30Reversing the last merge because I botched it.Mitchell Stokes
2010-05-30Fix multitouch zoom erratic behavior in 3D view in vertical dolly mode Damien Plisson
2010-05-06Fix [#22249] Can enter camera view when there is no camera in sceneMatt Ebb
2010-04-24sub_v3_v3v3 --> sub_v3_v3 (where possible)Campbell Barton
2010-04-21replace add_v3_v3v3() --> add_v3_v3() where possibleCampbell Barton
2010-04-16Fix [#21492] "Align to view" option from tools panel's operator part doesn't ...Matt Ebb
2010-04-05'Fix' [#21843] Manipulating Set Render Border sliders causes a crashMatt Ebb
2010-04-03More work on Drag Immediate:Martin Poirier
2010-03-23more lint includesCampbell Barton
2010-03-22spaces -> tabs, (4 spaces == 1 tab, only for white space preceding text)Campbell Barton
2010-03-21Fix syntax for ID keyword.Guillermo S. Romero
2010-03-20merge own commits into render branch into trunk since 27560Campbell Barton
2010-02-26use negate_v3 rather then multiplying a vector by -1.0 (no functional changes)Campbell Barton
2010-02-26error in view3d math commit. Campbell Barton
2010-02-25use math functions in view code, no functional changes.Campbell Barton