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
2018-11-29Fix leak in CPU brand checkCampbell Barton
2018-11-28Fix building gtests and bplayer after recent NumaAPI addition.Bastien Montagne
2018-11-28Tweaks for threading schedule for Threadripper2 and EPYCSergey Sharybin
2018-11-28Add utility function to query CPU brand stringSergey Sharybin
2018-11-27Fix T56872: Edge slide gives invalid normalsCampbell Barton
2018-11-25Sequencer: remove unnecessary limit on transform rotation.Brecht Van Lommel
2018-11-25Cleanup: remove unused fileCampbell Barton
2018-11-22Fix T57989: File loaded as startupCampbell Barton
2018-11-20Fix T57923: Freeze in mesh vnors computation code with some degenerated geome...Bastien Montagne
2018-11-20Fix T57923: Freeze in mesh vnors computation code with some degenerated geome...Bastien Montagne
2018-11-20Task scheduler: Optimize parallel loop over listsSergey Sharybin
2018-11-20Removed superfluous NULL checkSybren A. Stüvel
2018-11-20Added MovieClip.fps read-only property to RNASybren A. Stüvel
2018-11-19Linux: list GVFS mount pointsRoel Koster
2018-11-16Call PRE_VIEW and POST_VIEW draw callbacks in movie clip editorSybren A. Stüvel
2018-11-15Cleanup: CommentsSergey Sharybin
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-11-14Cleanup: naming for paint modesCampbell Barton
2018-11-14WM: enforce descriptions being NULL or definedCampbell Barton
2018-11-14Cleanup: python doc-stringsCampbell Barton
2018-11-13Cleanup: use lowercase 2d/3d in function namesCampbell Barton
2018-11-11PyAPI: update keyword listCampbell Barton
2018-11-10BMesh: backport minor changes from 2.8Campbell Barton
2018-11-10PyAPI: add imports arg to BPY_execute_stringCampbell Barton
2018-11-08Render API: Support arbitrary length for custom image metadata fieldsLukas Stockner
2018-11-07Cycles: Added Embree as BVH option for CPU renders.Stefan Werner
2018-11-07Cleanup: use STRPREFIX for mount point checksCampbell Barton
2018-11-07Cleanup: use BLI_compiler_compat.h for BLI_INLINECampbell Barton
2018-11-07Cleanup: renmae ePaintTexture(Projective) -> 3DCampbell Barton
2018-11-04Fix T57388: Blender Internal + Freestyle viewport render wrongly using FSAA.Irie Shinsuke
2018-11-04Fix ghash masking out upper bits on 64bit systemsCampbell Barton
2018-11-01Fix T57529: 2D image paint fill tool not taking into account alpha.Brecht Van Lommel
2018-10-30UI: add uiItemMenuFN which frees it's argumentCampbell Barton
2018-10-29Fix assert weight painting after undoCampbell Barton
2018-10-29Modifier: mask threshold optionCampbell Barton
2018-10-28Fix snaps appearing in system bookmarks on Linux.Roel Koster
2018-10-25WM: minor changes to cursor APICampbell Barton
2018-10-24Fix (unreported) bad halding of ID usercounts when fully copying a scene.Bastien Montagne
2018-10-24BMesh: inline index lookupsCampbell Barton
2018-10-22Windows: Enable python debugging in Visual Studio.Ray Molenkamp
2018-10-22Tentative fix for T57066: Daily build of Blend 2.79 crashes on OSX Mojave.Bastien Montagne
2018-10-22Prevent G.fileflags changes when WM_OT_save_mainfile() is called from scriptCampbell Barton
2018-10-22Fix T57328: 'Save As Copy' prints warningCampbell Barton
2018-10-19Fix T57284: poor result UV unwrapping concave n-gon.Brecht Van Lommel
2018-10-18Fix Copy Selection to Buffer breaking library paths.Brecht Van Lommel
2018-10-17DEBUG_IO: add sanity check on libdata in undo step as well.Bastien Montagne
2018-10-17Expose 'debug_io' flag in bpy.appBastien Montagne
2018-10-17Minor style cleanup.Bastien Montagne
2018-10-17Fix cmake not triggering rebuild on .glsl changesDalai Felinto
2018-10-11Fix incorrect strncpy useCampbell Barton