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
2016-03-28Fix T47958: Crash in Walk or Fly Navigation in Camera mode when invoking from...Bastien Montagne
2016-01-12Fix T47164: [Scene.raycast] - True result when it should be False.Bastien Montagne
2015-12-02Transform Snap: add optional face index argCampbell Barton
2015-12-02Cleanup: transform snap argumentsCampbell Barton
2015-10-22BLI_math: axis_angle_to_quat_singleCampbell Barton
2015-09-08typo in last commitCampbell Barton
2015-09-08Fix T45771: Walk mode fails on OSXCampbell Barton
2015-08-25Fix walk navigation: scene unit used even when unit not setDalai Felinto
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-07-21Fix T45361: Camera does not rotate in walk modeCampbell Barton
2015-07-03Walk mode: Add modal shortcuts in UI (header help message).Bastien Montagne
2015-06-01Fix T40621: Tablet in walk mode failsCampbell Barton
2015-04-21BLI_string: add BLI_snprintf_rlenCampbell Barton
2015-04-07Cleanup: brace placement /w structsCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-10-31View3d - walk: expose gravity toggle to keymapDalai Felinto
2014-09-24Cleanup: use float versions of functions when in/output are floatsCampbell Barton
2014-08-13SpellingCampbell Barton
2014-07-11View3D Walk: Use scene gravity instead of hardcoded value (fix T40921)Dalai Felinto
2014-07-11View3D Walk: Rename gravity by gravity_state (cleanup)Dalai Felinto
2014-06-18Revert "Fix flickering when transform snapping in edit mode and cursor is"Antony Riakiotakis
2014-06-12Fix flickering when transform snapping in edit mode and cursor isAntony Riakiotakis
2014-04-30Code cleanup: remove unused includesCampbell Barton
2014-04-30Code cleanup: remove redundant CTX callsCampbell Barton
2014-04-12Walk Navigation: no one should fall through the floor ever again (fix #T39561)Dalai Felinto
2014-03-17UI: Add theme color for viewport overlayCampbell Barton
2014-03-17Code cleanup: comments and typosCampbell Barton
2014-02-22NDOF: fix for view3d ignoring lens values when panningCampbell 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-17NDOF: remove bias for translationCampbell Barton
2014-02-12Add header info for the Walk Navigation operatorDalai Felinto
2014-02-12View3d Walk: enable rotation for ndof by defaultCampbell Barton
2014-02-04Fix for view lock checks with ndof ops, was incorrectly comparing flagsCampbell Barton
2014-02-01Math lib: add axis_angle_normalized_to_quat, use when length is knownCampbell Barton
2013-12-03View Navigation: Walk and Fly modesDalai Felinto