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-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-03-01Fix for some unlikely memory leaks, remove redundant checksCampbell Barton
2014-03-01Resolve T38899: changes to Ctrl+Selectmouse conflict with LMB selectCampbell Barton
2014-03-01Code cleanup: correct abs use and quiet warningsCampbell Barton
2014-02-28NDOF: minor tweaks based on feedback.Campbell Barton
2014-02-27Fix for VIEW3D_OT_camera_to_view with quadview, disable in camera viewCampbell Barton
2014-02-27Fix for view3d name getting concatenatedCampbell Barton
2014-02-26Fix 3D tracks to mesh not aligning mesh properlySergey Sharybin
2014-02-26Fix T38837: Ctrl+RMB can't select posemodeCampbell Barton
2014-02-26Paint API: add BKE_paint_select_elem_test: to check on paint selectionCampbell Barton
2014-02-26Sculpt: allow to select objects when in sculpt modeCampbell Barton
2014-02-24Fix T38784: smoothview using perspective transition with ortho cameraCampbell 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-22Minor UI messages fixes.Bastien Montagne
2014-02-22NDOF: fix for view3d ignoring lens values when panningCampbell Barton
2014-02-21Reduce crease & bevel weight precision to hide float/ubyte roundingCampbell 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-18fix - T38561: Fly mode vs. Walk Mode Navigation Keyboard ControlsDalai Felinto
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-17Make it so missing curve cache doesn't crash in sequencer previewSergey Sharybin
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-14NDOF: add roll to keymapCampbell Barton
2014-02-14Code cleanup: duplicate headersCampbell Barton
2014-02-12Add header info for the Fly Navigation operatorDalai Felinto
2014-02-12Add header info for the Walk Navigation operatorDalai Felinto
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 Walk: enable rotation for ndof by defaultCampbell Barton
2014-02-12Fix/workarond for scenes rendered for sequencer previewSergey Sharybin
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-12Revert own previous commit rBe2f9afbaabbd.IRIE Shinsuke
2014-02-11Code cleanup: fix a few visual studio compiler warnings.Brecht Van Lommel
2014-02-11Blender Internal: Modify material property "Cast Buffer Shadows" to affect ra...IRIE Shinsuke
2014-02-08Fixes to make script_load_keymap test pass.Howard Trickey