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
path: root/source
AgeCommit message (Expand)Author
2016-01-27World textures displaying for viewport in BI.Alexander Romanov
2016-01-27WM: Support showing reports for modal operatorsCampbell Barton
2016-01-27Fix bplayer (c)Bastien Montagne
2016-01-27Cleanup: forgot to comment again debug timing print in paint_stroke.cBastien Montagne
2016-01-27Cleanup: remove OMP's 'critical' sections in BKE_pbvh_node_add_proxy/free_pro...Bastien Montagne
2016-01-26Cleanup: minmac -> minmax & RE_render_ext namingCampbell Barton
2016-01-26Fix bplayer (c)Bastien Montagne
2016-01-26mesh_evaluate.c: OMP -> BLI_task, and some more parallelization.Bastien Montagne
2016-01-26Fix T46679: ZMask layers don't update w/ animationCampbell Barton
2016-01-26Fix T47214: Keyed Particles don't render correctly when used for point densit...Sergey Sharybin
2016-01-26Compositor: Speedup movie (un)distortion operationSergey Sharybin
2016-01-26Fix compilation error after recent luma changes on certain platformsSergey Sharybin
2016-01-26Correct commented printfsCampbell Barton
2016-01-25Correct own error in recent BVH nearest rayCampbell Barton
2016-01-25Fix T46456: Crash when aborting stroke while using dyntopo.Bastien Montagne
2016-01-25Fix various potential bugs from coverity reports (NULL dereference, negative ...Bastien Montagne
2016-01-25Smoke viewport: also draw voxel size indicator when adaptive domain isKévin Dietrich
2016-01-25ImBuf: Make luminance calculation inlinedSergey Sharybin
2016-01-25Fix T46902: Revert zeroing velocity in BGE logic brickSybren A. Stüvel
2016-01-25Correct line-width for armaturesCampbell Barton
2016-01-25Fix T47233: fcurves.find() won't work with driversJoshua Leung
2016-01-25Keep image dimension used by space image and some other tools syncSergey Sharybin
2016-01-25A few urgent glLineWidth fixes for anim editorsJoshua Leung
2016-01-25Sequencer: Add option to use absolute mask animation timeSergey Sharybin
2016-01-25Docs: quiet warnings in reference doc syntaxCampbell Barton
2016-01-25Fix T47218: OpenGL render with missing alpha, due to recent OpenGL refactoring.Brecht Van Lommel
2016-01-25Transform: optimize vertex snap w/ nearest-to-rayGermano Cavalcante
2016-01-25BLI_kdopbvh: Add BLI_bvhtree_find_nearest_to_rayGermano Cavalcante
2016-01-25Math Lib: Add dist_squared_ray_to_aabb_v3 utilityGermano Cavalcante
2016-01-25Fix regression in sequencer overlay draw optionCampbell Barton
2016-01-25Correct fix for T47047Campbell Barton
2016-01-24Fix lock release deadlock when acquiring pass with no data ready yetSergey Sharybin
2016-01-24Fix missing render result release when alt-wheeling render pass menuSergey Sharybin
2016-01-24Fix T47210: Compostiting, Bad AA using distort + undistort nodesSergey Sharybin
2016-01-24Fix T47217: Crash when tracking specific sceneSergey Sharybin
2016-01-24Fix yet another case broken after glLineWidth() changesSergey Sharybin
2016-01-24Add missing line width in the 2d view grid drawingSergey Sharybin
2016-01-24More missing calls to glLineWidthCampbell Barton
2016-01-24Depsgraph: Add missing relations between driver and particle settingsSergey Sharybin
2016-01-24Fix glLineWidth state use w/ grid floor and brushCampbell Barton
2016-01-24Fix tile highlight corners are too fat since recent changes in glLineWidth po...Sergey Sharybin
2016-01-24Fix Smooth Weight expand logicAlexander Gavrilov
2016-01-24Docs: minor edits to code commentsCampbell Barton
2016-01-24Prevent accidental fall-through in switchCampbell Barton
2016-01-24Cleanup: styleCampbell Barton
2016-01-24Correct error in recent vector transform commitCampbell Barton
2016-01-23Fix T47132: Cycles Rendering Tiles Indicator Limited to 16Sergey Sharybin
2016-01-23Vector Transform node support for GLSL mode and the internal rendererAlexander Romanov
2016-01-23Implementation of OpenVDB as a possible cache format for smokeKévin Dietrich
2016-01-23OpenGL: combine multiple GL_LINES into fewer draw callsMike Erwin