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-02-06Fix lamps drawing only partially in OpenGL render.Brecht Van Lommel
2014-02-05Fix T35810: Texture faces display white in 3D view, when used as a Particle O...Sergey Sharybin
2014-02-04View3d: fix for roll operating on locked views, now apply to user viewCampbell Barton
2014-02-04View3d: move lock check for orbit into a function and use for dolly tooCampbell Barton
2014-02-04Fix for view lock checks with ndof ops, was incorrectly comparing flagsCampbell Barton
2014-02-04Fix T38472: allow orbiting locked view when they are already 'user'.Campbell Barton
2014-02-03Code cleanup: use bools where possibleCampbell Barton
2014-02-01Math lib: add axis_angle_normalized_to_quat, use when length is knownCampbell Barton
2014-02-01Fix T38432, Fix 38432: more stupid error in view3d ray code, sorry about that.Bastien Montagne
2014-01-30Fix a nice bug in ED_view3d_win_to_vector() - vector returned for an ortho vi...Bastien Montagne
2014-01-29Fix T38358: Face snapping fails on Orthographic viewBastien Montagne
2014-01-28Viewport Drawing: apply matcaps to all objectsCampbell Barton
2014-01-28Code cleanup: remove check for painting non-mesh objects (its impossible)Campbell Barton
2014-01-27Code cleanup: use booleans where appropriateCampbell Barton
2014-01-27Curves: save active point to fileKevin Mackay
2014-01-23Removed the omat matrix from DupliObject.Lukas Tönne
2014-01-17Code cleanup: fix gcc/clang compiler warning in release build.Brecht Van Lommel
2014-01-16Code Cleanup: style and redundant castsCampbell Barton
2014-01-16Code Cleanup: simplify matcaps checks and quiet warningCampbell Barton
2014-01-15Fix text overlap when using edge angle & lengthCampbell Barton
2014-01-14Fix T38209: Curve's didn't account for negative scaleCampbell Barton
2014-01-14Fix for own regression, editmode object selection (Ctrl+RMB)Campbell Barton
2014-01-14Fix T38176: can't set vertex coordinate to 0.0 when it's set to 0.0000001.Brecht Van Lommel
2014-01-14Empties with Images draw type: add support for movies and image sequencesGeoffroy Krantz
2014-01-13Color control for bl_debug_draw functionsHoward Trickey
2014-01-13Compilation error fix and strict warning silence for previous commitsSergey Sharybin
2014-01-13Remove direct lattice modifiers calc from the drawing codeSergey Sharybin
2014-01-13Remove direct mball creation from the drawing codeSergey Sharybin
2014-01-13Remove direct displist creation from drawing codeSergey Sharybin
2014-01-13Fix some harmless warnings that mostly appeared on MinGW64Antony Riakiotakis
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-07Text3d: move text selection boxes from Curve to EditFont structCampbell Barton
2014-01-05Text3d: selection in editmode now follows rotated text along pathCampbell Barton
2014-01-04RNA API: use bool's for enum itemf callbacks.Campbell Barton
2014-01-02Fix T37170: Missing curve outline when using constructive modifiersSergey Sharybin
2013-12-30Main API: refactor naming, use BKE_main_ prefix and add main arg.Campbell Barton
2013-12-29Fix for inexact 3d cursor placement especially when zoomed out.Campbell Barton
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-25Missed this in last commitSergej Reich
2013-12-253D View: Draw rigid body collision shapes.Sergej Reich
2013-12-253D View: Fix drawing bounds for game engineSergej Reich
2013-12-22Style Cleanup: remove preprocessor indentation (updated wiki style guide too)Campbell Barton
2013-12-20Code Cleanup: styleCampbell Barton
2013-12-19Fix T37869: vertex paint + wireframe draw mode + smoke domain did not draw co...Brecht Van Lommel
2013-12-18Fix T37834: smoke opengl render not delivering correct alpha channel.Brecht Van Lommel
2013-12-18View3D: small optimization for smoke drawingCampbell Barton
2013-12-18Game Engine: Level of detail support and toolsDaniel Stokes
2013-12-17Partial fix for T37604: Deadlock when stopping rendered viewport (Blender Int...IRIE Shinsuke
2013-12-14Revert "Hide the 3D cursor in a few cases where it is unneeded (active object...Antony Riakiotakis
2013-12-13minor style and comment fix.Antony Riakiotakis