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-28Fix/Workaround T46412: Defocus node not working on Windows 32 bitSergey Sharybin
2016-01-28WM: allow filesel to execute a modal operatorCampbell Barton
2016-01-28OpenGL: optimize ED_screen_drawMike Erwin
2016-01-28cleanup: spelling, comments, alignmentMike Erwin
2016-01-28Cleanup: warnings & styleCampbell Barton
2016-01-28cleanup: spelling / typosMike Erwin
2016-01-28Usual i18n/UI messages fixes.Bastien Montagne
2016-01-27Fix T47252: FileBrowser: buffer overflow with scripts defining too long 'filt...Bastien Montagne
2016-01-27Fix clear keyframes op not reporting when called over a locked fcurve.Bastien Montagne
2016-01-27Tracking: Remove unfinished code from automation experimentsSergey Sharybin
2016-01-27Tracking: Update plane track solution after joining point tracksSergey Sharybin
2016-01-27Tracking: De-duplicate code for tracking a sequence and single frameSergey Sharybin
2016-01-27Tracking: Solve some TODOsSergey Sharybin
2016-01-27Tracking: Remove code which was dead for quite some time nowSergey Sharybin
2016-01-27Tracking: Cleanup, de-duplicate some codeSergey Sharybin
2016-01-27OMP -> BLI_task: BKE's pbvh.cBastien Montagne
2016-01-27PIL_time_utiledefines: add TIMEIT_AVERAGED variants to block timing macros.Bastien Montagne
2016-01-27Fix T46624: Preview is not always correctly updatedSergey Sharybin
2016-01-27Sequencer: Fix crash when trying to change filepath of Sound stripSergey Sharybin
2016-01-27Fix T47250: OpenVDB crashKévin Dietrich
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