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
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-14Cleanup: move comments above definitionsCampbell Barton
2018-12-05Merge branch 'master' into blender2.8Campbell Barton
2018-12-05Fix T49624: Fly uses camera settings outside camera viewCampbell Barton
2018-11-09Keymap: move builtin keymaps from C to PythonBrecht Van Lommel
2018-09-27Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-27Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-07-18GWN: Port to GPU module: Replace GWN prefix by GPUClément Foucault
2018-07-10Merge branch 'master' into blender2.8Campbell Barton
2018-07-10Keymap: minor changes for keymap displayCampbell Barton
2018-07-08Cleanup: abbreviate unsigned types (editors, wm)Campbell Barton
2018-06-26UI: move modal operator text from headers to status bar.Brecht Van Lommel
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-01-23Cleanup: avoid passing bContext to cameracontrolCampbell Barton
2018-01-19Fix T53788: Camera animation not workingSergey Sharybin
2017-11-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-06-19Gawain API naming refactorCampbell Barton
2017-04-07OpenGL: use PRIM instead of GL enum for immBeginMike Erwin
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
2017-02-22Cleanup: StyleJulian Eisel
2016-10-13immediate mode: use new ThemeColor functionsDalai Felinto
2016-09-20immediate mode refactor: fly navigation squareDalai Felinto
2016-08-18NDOF: compile 3D mouse code only if WITH_INPUT_NDOFMike Erwin
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne
2016-03-28Fix T47958: Crash in Walk or Fly Navigation in Camera mode when invoking from...Bastien Montagne
2015-10-22BLI_math: axis_angle_to_quat_singleCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-07-12Add new modalkeymap usage in helper header message to Fly mode.Bastien Montagne
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