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
2015-04-21BLI_string: add BLI_snprintf_rlenCampbell Barton
2015-04-04Cleanup: redundant normalize in expmap_to_quatCampbell Barton
2014-08-13SpellingCampbell Barton
2014-03-17UI: Add theme color for viewport overlayCampbell Barton
2014-02-22Minor UI messages fixes.Bastien Montagne
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 Fly Navigation operatorDalai Felinto
2014-02-04Fix for view lock checks with ndof ops, was incorrectly comparing flagsCampbell Barton
2013-12-10fix: Fly Navigation centered in viewport, not in camera viewDalai Felinto
2013-12-03Code Cleanup: minor changes fly-mode edits, use copy_v3_fl3, remove commentsCampbell Barton
2013-11-28View3D: split camera controlling parts of fly mode into their own functionsCampbell Barton
2013-11-19Code Cleanup: style, spelling and pep8 editsCampbell Barton
2013-10-31remove return argument from wmOperatorType->cancel, was only ever returning O...Campbell Barton
2013-09-04tweaks to fly modeCampbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-06-26correct typos in comments.Campbell Barton
2013-06-13fixes for using scaled camerasCampbell Barton
2013-06-06fix [#35650] parented camera behaviorCampbell Barton
2013-05-29Make sure bool will always have the same size in C and C++Sergey Sharybin
2013-05-26BLI_math rename functions:Campbell Barton
2013-05-03disable view3d dolly, move, pan -- when the view offset is locked, also corre...Campbell Barton
2013-04-12Fix #34961: camera fly mode would reset camera scale.Brecht Van Lommel
2013-03-21fix for incorrect use of 'bool', also fix 2 older bugs in fly mode.Campbell Barton
2013-03-21code cleanup: use bool where values are true/false, for view3d and related fu...Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-01-08Added trackpad (and magic mouse) support to control speed in Fly Mode in 3d.Ton Roosendaal
2013-01-08style cleanupCampbell Barton
2012-12-20style cleanupCampbell Barton
2012-11-25code cleanup: warnings, styleCampbell Barton
2012-10-28Another leftover debug print, sorry!Ton Roosendaal
2012-10-27Bugfix #32823 (probably) or from Thomas Dinges in irc:Ton Roosendaal
2012-10-23rename api functions...Campbell Barton
2012-10-22style cleanupCampbell Barton
2012-10-21style cleanup: commentsCampbell Barton
2012-10-10fix for crash when entering fly mode in a camera view that has no camera (rar...Campbell Barton
2012-09-19code cleanup: marker transform was doing some redundant/misleading assignment...Campbell Barton
2012-08-26style cleanup: whitespaceCampbell Barton
2012-07-29code cleanup: replace MIN2/MAX2 with minf/maxfCampbell Barton
2012-07-27code cleanup: remove unneeded 'struct' qualifiers Campbell Barton
2012-07-21use fabsf when using floats.Campbell Barton
2012-07-09style cleanupCampbell Barton
2012-05-25style cleanupCampbell Barton
2012-05-21code cleanup: remove some old commentsCampbell Barton
2012-05-08style cleanup: view3dCampbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-17Fix #30977: error loading modal keymaps from keyconfiguration presets.Brecht Van Lommel