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
2011-02-23add back view 1:1 operator from 2.4x (Shift+PadEnter)Campbell Barton
2011-02-18Bugfix 26131Ton Roosendaal
2011-02-14misc small changes:Campbell Barton
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-12- resource leak in pointcache, opendir without closedir()Campbell Barton
2011-02-05todo list item:Ton Roosendaal
2011-02-02fix [#25684] Grease pencil strokes with "Surface" option attach erratically t...Campbell Barton
2011-01-21correct spellingCampbell Barton
2011-01-18fix [#25694] Center View (Home Key)Campbell Barton
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-05remove ED_retopo.hCampbell Barton
2011-01-03bugfix [#25459] Zooming out with view3d.zoom() crashes blender completelyCampbell Barton
2010-12-22bugfix [#25335] crash with file, console told me to report! svn 33836Campbell Barton
2010-12-08pedantic word ordering change.Campbell Barton
2010-11-19bugfix [#24812] Cannot change top/left/front views in quad view after camera ...Campbell Barton
2010-11-16bugfix [#24746] Align Camera to View locks 3D Editor in Camera Perspective ViewCampbell Barton
2010-11-08change from recent commit. when orbiting out of the camera view switch to the...Campbell Barton
2010-11-08fix for glitches with quad-split view.Campbell Barton
2010-11-08- when orbiting the view out of camera mode use the ortho/persp setting of th...Campbell Barton
2010-11-07Bugfix #24585Ton Roosendaal
2010-11-04bugfix [#24009] Crash when switching area types and performing opsCampbell Barton
2010-11-03use c90 compatible static initializers.Campbell Barton
2010-11-03fix [#24499] Consistency Issue with LassoSelect/ExtendOptionCampbell Barton
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-08remove unused includes from editors/space_*Campbell Barton
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